
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}
.bg-color{
    background-color: #F4F4F4;
}
.search-tab {
    
    display: flex;
    justify-content: center;
    position: relative;
}
.search-bar{
    max-width: 100%;
    margin-left: auto;
}

.search-icon {
    position: relative;
    width: 600px;
    display: flex;
}

.search-bar input {
    width: 100%;
    height: 44px;
    line-height: 45px;
    padding: 0 25px;
    border: 1px solid #ddd;
    border-radius: 24px;
    background: #FFF;
    font-size: 12px;
    color: #01074b;
}

.search-bar input:focus-visible {
    outline: 0;
}

.icon.icon-search {
    background: url('../images/search.svg') center/contain no-repeat;
    position: absolute;
    right: 3px;
    cursor: pointer;
    border: 0;
}

.search-bar .icon {
    width: 35px;
    height: 35px;
    top: 5px;
    right: 5px;
}

.custom-logo {
    width: 130px;
    height: auto;
    object-fit: contain;
}



.bg-blue {
  
    color: #7d8497;
    background-color: #01074b;
    margin-top: 80px;
    padding: 25px;
}
@media only screen and (max-width: 778px) {
    .bg-blue {
        margin-top: 130px;
    }
  }
  @media only screen and (max-width: 778px) {
    .search-bar {
        margin-top: 10px;
    }
  }
.styled-hr {
    border: 0;
    height: 1px;
    background: #ccc;
    margin: 20px 0;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.footer_bg {
    background-color: #F4F4F4 !important;
}
.footer_link li{
    padding: 0 10px 0 10px;
}
.text-size{
    font-size: 15px;
    color: #01074b;
}
.text-size:hover{
    color: #37d8dd;
}

.line_color{
    color: #01074b;
}
.result-item h3 a {
    color: #7d8497;
    font-size: 18px;
}
