body {
    background: #2A357E;
    /* font-family: 'Anton', sans-serif; */
    font-family: 'Poppins', sans-serif;
}
.flex {
    display: flex;
}
.btn-primary {
    border-radius: 4px;
    background: #2FB6EB;
    border-color: #2FB6EB;
}
.top-hero .hero-inner {
    /* opacity: 0.5;
    background: #2A357E; */
    background-image: url('../images/home_banner.jpeg');
    position: relative;
    background-size: cover;
    min-height: 500px;
}
.hero-bg {
    background: #2A357E;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    opacity: 0;
    visibility: hidden;
}
.top-hero .hero-inner .hero-item {
    z-index: 1;
    position: relative;
}
.pay-icons {
    align-items: center;
    justify-content: space-between;
    max-width: 710px;
    border-radius: 10px;
    position: relative;
    top: -40px;
    flex-wrap: wrap;
}
.pay-icons a {
    padding: 15px;
}
.st-content .blog h2 {
    color: #4D4D4D;
    text-align: center;  
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
}
.st-content .blog p {
    color: #717171;
    text-align: center;   
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.radius-10 {
    border-radius: 10px;
}
.bt-tabs {
    background: #efefef;
}
.nav-pills .nav-link {
    color: #333;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background: #fff;
    color: #333;
}
footer { 
    background: #fff;
}
footer a {
    text-decoration: none;
    color: #333;
}
.footer-bottom .justify-vertical-center {
    display: flex;
    align-items: center;
    justify-content: end;
}
.footer-bottom .justify-vertical-center:first-child {
    justify-content: flex-start;
}
.footer-bottom {
    border-top: solid 1px #ddd;
}
ul.socials a {
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    margin-right: 5px;
    border-radius: 7px;
}
ul.socials a.facebook {
    background: #1877f2;
}
ul.socials a.twitter {
    background: #00aeef;
}
ul.socials a.linkedin {
    background: #2867b2;
}
ul.socials a.instagram {
    background: #d22e8c;
}
ul.socials a.youtube {
    background: #d4101d;
}
.nav-pills .nav-link {
    position: relative;
}
.search-select button {
    border-right: solid 1px #dee2e6;
    border-top: solid 1px #dee2e6;
    border-bottom: solid 1px #dee2e6;
}
.bt-tabs .card {
    border-color: #2a357e;
}
footer .pay-icons {
    top: 0;
}
footer .pay-icons svg {
    max-width: 40px;
}
.tabs-inner .tabs-right {
    flex-grow: 1;
}
.box-inner form[name="frmsearch"] {
    display: flex;
}
@media(min-width:768px){
.nav-pills .nav-link.active:after {
    content: "";
    position: absolute;
    width: 30px;
    background: #fff;
    left: calc(100% - 3px);
    top: 0;
    bottom: 0;
}
}
@media(max-width:767px){
footer .pay-icons a {
    padding: 10px 5px;
}
}
