@charset "UTF-8";
/* CSS Document */

.switch-tab-bk{
background-image: linear-gradient(0deg, #d2e9fb, #fff, #d2e9fb);
position: relative;
padding: 70px 0 30px;
overflow: hidden;
}
.switch-tab-grpahic{
position: absolute;
left: -400px;
top: 0;
background-image: url("../images/world-graphic.png");
background-size: 100% 100%;
width: 372px;
height: 362px;
}
.tab-wrap{
width: fit-content;
margin-left: auto;
margin-right: auto;
display: flex;
background-color: #054c9b;
background: linear-gradient(to right, #39bde5, #054c9b) padding-box,
              linear-gradient(to right, #39bde5, #054c9b) border-box;
  border-radius: 999px;
  border: 6px solid transparent;
align-items: center;
position: relative;
margin-top: 0;
top: -30px;
}
.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: #325f9b;
}
.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: nowrap;
align-items: center;
justify-content: center;
margin-left: -15px;
margin-right: -15px;
}
.cus-col1{
padding: 0 15px;
}
.cus-col2{
width: 60%;
padding: 0 15px;
}
@media (max-width: 768px) {
  .tab {
    height: auto;
  }
}
@media (max-width: 576px){
.cus-row{
flex-wrap: wrap;
}
.cus-col1{
width: 100%;
padding: 0 15px 15px;
text-align: center;
}
.cus-col2{
width: 100%;
text-align: center;
}
.tab{
height: 100%;
}
}
.app-row{
display: flex;
flex-wrap: nowrap;
align-items: center;
justify-content: space-between;
}
.float-cfa{
width: 100%;
z-index: 10;
background-color: #0767a6;
}
.cfa-container{
max-width: 800px;
margin-left: auto;
margin-right: auto;
padding: 15px 0;
color: #fff;
}
.cfa-row{
display: flex;
flex-wrap: nowrap;
align-items: center;
justify-content: center;
}
a.cfa-col1, a.cfa-col2{
padding: 3px 30px;
border-right: 1px solid #fff;
color: #fff;
display: flex;
flex-wrap: nowrap;
align-items: center;
justify-content: center;
}
@media (max-width: 576px){
a.cfa-col1{
width: 50%;
padding: 3px 20px;
}
a.cfa-col2{
width: 50%;
padding: 3px 20px;
}
}

.tab-title-single{
background-color: #054c9b;
background: linear-gradient(to right, #fff, #fff) padding-box,
              linear-gradient(to right, #39bde5, #054c9b) border-box;
  border-radius: 999px;
  border: 6px solid transparent;
font-size: 20px;
padding: 10px 40px;
font-weight: bold;
box-shadow: none;
position: relative;
z-index: 5;
color: #0767a6;
width: 85%;
max-width: 240px;
margin-left: auto;
margin-right: auto;
text-align: center;
top: -30px;
}
