.tab-wrap{
width: fit-content;
margin-left: auto;
margin-right: auto;
display: flex;
background: #0767a6;
border: 6px solid #0767a6;
border-radius: 9999px;
align-items: center;
position: relative;
margin-top: 0;
}
.tab{
background: none !important;
border: none;
font-size: 20px;
padding: 10px 40px;
border-radius: 9999px;
font-weight: bold;
box-shadow: none;
z-index: 5;
}
.tab.active{
color: #0767a6;
}
.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%;
}
}
.new-cus-border{
padding: 10px 20px;
border: 1px solid #0066b3;
background-color: #fff;
border-radius: 15px;
}
.link-details-btn{
display: inline-block;
color: #0066b3;
font-size: 16px;
position: relative;
padding-right: 16px;
background-image: url("images/0066b3-arrow.png");
background-repeat: no-repeat;
background-size: 8px;
background-position: center right;
}
.cfa-title-container{
width: 100%;
max-width: 720px;
margin-left: auto;
margin-right: auto;
margin-top: 35px;
text-align: center;
}
.cfa-title{
display: inline-block;
position: relative;
z-index: 5;
background-color: #fff;
padding: 0 20px;
margin: 0 25px;
}
.cfa-block{
position: relative;
padding: 30px 25px 25px 25px;
width: 100%;
margin-top: -15px;
}
.cfa-row{
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: stretch;
}
.cfa-col-1{
width: 35%;
display: flex;
flex-flow: column;
align-items: center;
border-right: 1px solid #0b3c5e;
padding: 0 25px 0 0;
}
.cfa-col-2{
width: 65%;
display: flex;
flex-flow: column;
align-items: center;
justify-content: center;
padding: 0 0 0 25px;
}
.cfa-col-sub1{
border-bottom: 1px solid #0b3c5e;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
height: 50%;
}
.cfa-col-sub2{
width: 100%;
display: flex;
flex-flow: row;
align-items: center;
justify-content: center;
height: 50%;
}
@media all and (max-width:576px) {
.cfa-col-1{
width: 100%;
border-right: 0;
border-bottom: 1px solid #0b3c5e;
padding: 0 0 20px 0;
}
.cfa-col-2{
width: 100%;
padding: 20px 0 0 0;
}
.cfa-col-sub1{
padding-bottom: 20px;
height: auto;
}
.cfa-col-sub2{
padding-top: 20px;
height: auto;
}
}
.app-row{
display: flex;
flex-wrap: nowrap;
align-items: center;
justify-content: space-between;
width: 100%;
max-width: 460px;
margin-left: auto;
margin-right: auto;
}
.tab-title-row{
display: flex;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
margin-left: -10px;
margin-right: -10px;
}
.tab-title-col{
padding: 5px 10px;
text-align: left;
}
@media all and (max-width:576px) {
.tab-title-row{
flex-wrap: wrap;
}
.tab-title-col{
text-align: center;
}
}

.contact-row{
display: flex;
flex-wrap: nowrap;
background-color: #eeeeee;
padding: 10px 20px;
}
.contact-col{
display: flex;
flex-wrap: nowrap;
align-items: center;
padding-right: 10px;
width: 80px;
}
.contact-col2{
display: flex;
flex-wrap: nowrap;
align-items: center;
justify-content: left;
width: calc(100% - 80px);
}
.contact-subcol{
display: flex;
flex-wrap: nowrap;
align-items: center;
padding: 10px 20px;
}

@media (max-width: 576px){
.contact-row{
align-items: flex-start;
}
.contact-col2{
flex-wrap: wrap;
flex-flow: column;
}
}
.gg-format-slash {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: rotate(20deg) scale(var(--ggs,1));
    width: 1px;
    height: 48px;
    background: #333333;
    border-radius: 1px;
	margin-left: 15px;
}


