.tabbg {background-color: #fff; border-radius: 30px; padding: 30px; margin-top: 60px; box-shadow: inset 0 0 10px #5d4100;}

.tab-wrap{
width: 80%;
max-width: 500px;
margin-left: auto;
margin-right: auto;
display: flex;
background: #4f2a0e;
border: 6px solid #4f2a0e;
border-radius: 9999px;
align-items: center;
position: relative;
margin-top: -60px;
}
.tab{
background: none !important;
border: none;
font-size: 20px;
line-height: 1.2;
padding: 10px 20px;
border-radius: 9999px;
font-weight: bold;
box-shadow: none;
z-index: 5;
}

.tab.active{
color: #4f2a0e;
}
.tab-slider{
position: absolute;
width: 50%;
height: 100%;
left: 0;
background: #fff;
z-index: 1;
border-radius: 9999px;
}
.tab-con{
border: none;
background: none;
padding: 0;
}
.tab-wrap.sliderleft .tab-slider{
left: 0;
transition-duration: 0.2s;
z-index: 1;
}
.tab-wrap.sliderright .tab-slider{
left: 50%;
transition-duration: 0.2s;
z-index: 1;
}
.cus-row{
display: flex;
flex-wrap: wrap;
align-items: center;
margin-left: -15px;
margin-right: -15px;
}
.cus-col1{
width: 40%;
padding: 10px 15px;
}
.cus-col2{
width: 60%;
padding: 10px 15px;
}
@media (max-width: 768px){
.cus-col1, .cus-col2{
width: 100%;
}
.tab{
height: 100%;
}
}
.float-cfa{
width: 100%;
z-index: 10;
background-color: #4f2a0e;
}
.cfa-container{
max-width: 800px;
margin-left: auto;
margin-right: auto;
padding: 15px 0;
color: #fff;
}
.cfa-row-head{
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
gap: 10px;
padding: 0 10px;
text-align: center;
}
.cfa-row{
display: flex;
flex-wrap: nowrap;
align-items: center;
justify-content: center;
}
a.cfa-col{
padding: 3px 30px;
border-right: 1px solid #fff;
color: #fff;
display: flex;
flex-wrap: nowrap;
align-items: center;
justify-content: center;
gap: 0 10px;
}
@media (max-width: 576px){
a.cfa-col{
width: 50%;
padding: 3px 20px;
}
}
.app-row{
display: flex;
flex-wrap: nowrap;
align-items: center;
justify-content: space-between;
}
.new-cus-border{
border: 1px solid #0066b3;
background-color: #fff;
border-radius: 15px;
padding: 12px 25px;
border-radius: 15px;
box-shadow: inset 0 0 8px #0066b3;
}
a.point-arrow{
background-image: url("../images/link-Arrow.svg");
background-repeat: no-repeat;
background-position: right center;
background-size: 23px auto;
padding-right: 26px;
color: #00446e;
}
a.point-arrow:hover{
color: #44c5f1;
}

.contact-row{
display: flex;
flex-wrap: nowrap;
background-color: #eeeeee;
padding: 10px 20px;
}
.contact-col-en{
display: flex;
flex-wrap: nowrap;
align-items: center;
width: 120px;
}
.contact-col2-en{
display: flex;
flex-wrap: nowrap;
align-items: center;
width: calc(100% - 120px);
}
.contact-subcol{
display: flex;
flex-wrap: nowrap;
align-items: center;
padding: 10px 15px;
}
.appointment_btn{
background-color: #0066b3;
padding: 5px 10px;
display: inline-block;
border-radius: 8px;
color: #fff;
}
@media (max-width: 576px){
.contact-row{
align-items: flex-start;
}
.contact-col-en{
width: 100px;
}
.contact-col2-en{
flex-wrap: wrap;
}
}
.gg-format-slash {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: rotate(25deg) scale(var(--ggs,1));
    width: 1px;
    height: 48px;
    background: #333333;
    border-radius: 1px;
	margin-left: 10px;
}

