/* loading layer */
.loading-overlay.loading-theme-light{z-index: 10 !important;}

.intl-tel-input .flag-container{position: relative; top: 22px;}
.intl-tel-input .country-list{top: 20px !important; width: 100% !important;}

.chf_header_wrap .chf_title a img{height: 26px;}

.branch_type_tab_box + .chf_index_cont_wrap{border-top-left-radius: 0; border-top-right-radius: 0;}
.branch_type_tab_box{max-width: 800px; width: 100%; margin: 0 auto; display: flex; border-bottom: 1px solid #2713EB;}
.branch_type_tab_box .branch_type_tab{height: 46px; display: flex; align-items: center; border-radius: 8px 8px 0 0; overflow: hidden; background-color: #fff;}
.branch_type_tab_box .branch_type_tab .branch_tab_select{width: 150px; height: 100%; display: flex; align-items: center; justify-content: center; column-gap: 8px; background-color: #fff; font-size: 18px; color: #242424; position: relative;}
.branch_type_tab_box .branch_type_tab .branch_tab_select::before{content: ""; height: 28px; width: 1px; background-color: #ccc; position: absolute; left: 0; top: 9px;}
.branch_type_tab_box .branch_type_tab .branch_tab_select:first-child:before{display: none;}
.branch_type_tab_box .branch_type_tab .branch_tab_select > b{font-weight: 500;}
.branch_type_tab_box .branch_type_tab .branch_tab_select > i{display: none; font-size: 21px;}
.branch_type_tab_box .branch_type_tab .branch_tab_select.active{background-color: #2713EB; color: #fff; border-radius: 8px 8px 0 0;}
.branch_type_tab_box .branch_type_tab .branch_tab_select.active::before{display: none;}
.branch_type_tab_box .branch_type_tab .branch_tab_select.active > b{}
.branch_type_tab_box .branch_type_tab .branch_tab_select.active > i{display: block;}
.branch_type_tab_box .branch_type_tab .branch_tab_select.active::before{}
.phrase {font-size:14px; color: #2713eb; padding-top:5px;}
@media screen and (max-width: 820px){
    .branch_type_tab_box{width: 94%;}
    
    .branch_type_tab_box .branch_type_tab .branch_tab_select{font-size: 16px;}
    .branch_type_tab_box .branch_type_tab .branch_tab_select > i{font-size: 19px;}

}

@media screen and (max-width: 520px){
    .chf_header_wrap .chf_title a img{height: 20px;}
    .branch_type_tab_box + .chf_index_cont_wrap{border-top-right-radius: 0;}
    .branch_type_tab_box .branch_type_tab{height: 42px; width: 100%;}
    .branch_type_tab_box .branch_type_tab .branch_tab_select{width: auto; flex: 1 1 0;}
    .branch_type_tab_box .branch_type_tab .branch_tab_select::before{height: 24px;}
}

@media screen and (max-width: 420px){
    .chf_header_wrap .chf_title a img{height: 18px;}
    .branch_type_tab_box .branch_type_tab{}
    .branch_type_tab_box .branch_type_tab .branch_tab_select{font-size: 14px;}
    .branch_type_tab_box .branch_type_tab .branch_tab_select > i{font-size: 17px;}
}