@font-face {
    /*font-family: SantanderMicroText;*/
    font-family: Inter-Regular;
    src: url(font/Inter-Regular.ttf);
}
@font-face {
    /*font-family: SantanderMicroText;*/
    font-family: Inter-Bold;
    src: url(font/Inter-Bold.ttf);
    font-weight: 700;
}
@font-face {
    /*font-family: SantanderHeadline;*/
    font-family: Inter-RegularHL;
    src: url(font/Inter-Regular.ttf);
}
@font-face {
    /*font-family: SantanderHeadline;*/
    font-family: Inter-BoldHL;
    src: url(font/Inter-Bold.ttf);
    font-weight: 700;
}


body{
    font-family: Inter-Regular;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #0A285C;
}
/* nav */
a.nav-link{
    font-family: Inter-Regular;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF !important;
}
@media (max-width: 991px){
    a.nav-link{
        font-family: Inter-RegularHL;
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 32px;
        color: #FFFFFF;
    }
    a.nav-link:hover, a.nav-link:active{
        font-family: Inter-RegularHL;
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 32px;
        color: #FFFFFF;
    }
}
@media (max-width: 767px){
    a.nav-link{
        font-family: Inter-RegularHL;
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
        color: #FFFFFF;
    }
    a.nav-link:hover, a.nav-link:active{
        font-family: Inter-RegularHL;
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        color: #FFFFFF;
    }
}
/* end nav */
/* index baner */
.index-baner-text{
    font-family: Inter-RegularHL;
    font-style: normal;
    font-weight: 400;
    font-size: 54px;
    line-height: 64px;
    color: #FFFFFF;
}
.index-baner-text2{
    font-family: Inter-RegularHL;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}
.index-baner-text2 img{
    margin-right:4px;
}

@media (max-width: 1199px){
    .index-baner-text{
        font-family: Inter-RegularHL;
        font-style: normal;
        font-weight: 400;
        font-size: 48px;
        line-height: 60px;
        color: #FFFFFF;
    }
    .index-baner-text2{
        font-family: Inter-Regular;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #FFFFFF;
    }
}
@media (max-width: 991px){
}
@media (max-width: 767px){
    .index-baner-text{
        font-family: Inter-RegularHL;
        font-style: normal;
        font-weight: 400;
        font-size: 36px;
        line-height: 44px;
        color: #FFFFFF;
    }
    .index-baner-text2{
        font-family: Inter-Regular;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #FFFFFF;
    }
}
/* end index baner */

/* allsite font */
a {
    color: #135EE2;
}
a:hover{
    color: #135EE2;
    text-decoration: none;
}

ul {
  list-style: none;
  margin: 0px;
  margin-bottom: 0px;
  padding: 0px;
}

.font_smt_18_24_400_444444{/*index-baner-topsearch-box*/
    font-family: Inter-Regular;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #0A285C;
}

.font_sh_20_24_700_222222{/*index-blue-box-head*/
    font-family: Inter-RegularHL;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #0A285C;
}
.font_smt_16_24_400_444444{/*index-blue-box-text*/
    font-family: Inter-Regular;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #0A285C;
}
.font_sh_48_60_400_222222{ /*h1*/
    font-family: Inter-RegularHL;
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 60px;
    color: #0A285C;
    padding:64px 0px;
}
@media (max-width: 1199px){
    .font_sh_48_60_400_222222{ /*h1*/
        font-size: 36px;
        line-height: 52px;
    }
}
@media (max-width: 767px){
    .font_sh_48_60_400_222222{ /*h1*/
        font-size: 24px;
        line-height: 36px;
        padding:48px 0px;
    }
}