.navbar-brand {
    font-size: 36px; 
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.header-top{

}

.header-top,.menu-custom{

}

.header-top, .menu-custom ul{

}

/* Menu list items */
.menu-custom ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 10px; 
}

/* Menu links */
.menu-custom ul li a {
    color: #000;
    font-size: 18px;
}

.menu-custom ul li:first-child a {
    margin-left: -26px !important;
}

.header-top h1 {
    font-size: 35px;
    color: #000;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 800;
    font-family: tahoma;
}

.header-top h3 {
    font-size: 25px;
    color: #000;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 800;
    font-family: tahoma;
}

.header-top p{
    font-size: 18px;
}

.header-top p span.beta{
    background-color: #bbd4ea;
}

.header-top a.custom-btn{
    font-size: 25px;
    font-weight: bold;
}

.contents{

}

.contents span{
    font-size: 16px;
}

.contents ol {
    list-style: none;
    padding-left: 0;
}

.contents ol li::before {
    content: "— ";
}

.header-top .related-content h5 {
    font-size: 18px;
    color: #000;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 800;
    font-family: tahoma;
}


.header-top .related-content-menu {
    color: #000;
    font-family: tahoma;
    margin-left: -30px;
}

.header-top .related-content-menu ul {

}

.header-top .related-content-menu ul li{
    list-style-type: none;
}

.header-top .related-content-menu ul li a {

}

.header-top .collection h5 {
    font-size: 18px;
    color: #000;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: normal;
    font-family: tahoma;
}


.header-top .collection-menu {
    color: #000;
    font-family: tahoma;
    margin-left: -30px;
}

.header-top .collection-menu ul {

}

.header-top .collection-menu ul li{
    list-style-type: none;
}

.header-top .collection-menu ul li a {
    font-weight: bold;
}


footer{
    background-color: #f4f8fb;
    padding: 10px 0;
    border-top: 10px solid #1d70b8 !important;
}


footer .footer-logo  h2{
    font-size: 30px;
    font-weight: bold;
    font-family: tahoma;
}

.form-check .form-check-input{
    font-size: 25px;
}

.form-check .form-check-label{
    font-size: 20px;
}

.form-control {
    border: 2px solid #000;
}


.filter_info{
    border-left: 10px solid #b1b4b6;
    font-family: tahoma;
    margin-right: 10px;
}
.filter_info_content{
    margin-left: 10px;
}

.filter_info_content h5{
   font-style: 20px;
   font-weight: 600;
}

.visa-container {
    max-width: 800px;
    background: #fff;
    padding: 20px;
    margin: 10px auto;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.visa-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

.visa-details {
    width: 100%;
}

.visa-details table {
    width: 100%;
    border-collapse: collapse;
}

.visa-details table td {
    padding: 8px 0;
    vertical-align: top;
}

.visa-details table td:first-child {
    font-weight: bold;
    width: 40%;
}

.visa-photo {
    width: 150px;
    height: 200px;
    margin-top: 25%;
    margin-right: 20%;
    border: 1px solid #ccc;
    border-radius: 4px;
    /* overflow: hidden; */
}

.visa-photo img {
    width: 150px;
    height: 200px;
    object-fit: cover;
}

.visa-section {
    margin-top: 30px;
}

.visa-section h3 {
    margin-bottom: 10px;
    font-size: 18px;
    border-bottom: 2px solid #333;
    padding-bottom: 5px;
}


.visa-section h2 {
    margin-bottom: 10px;
    font-size: 25px;
    font-family: tahoma;
    font-weight: 600;
}


.visa-section p {
    line-height: 1.5;
}

.get_share_code{
    text-decoration: underline;
    margin-bottom: 50px;
}

.get_share_code h6{
    color: #898f93;
}

.get_share_code h6 :hover{
    background-color:cornsilk;
}
.do_next p{

}
.do_next {
    margin-left: 40px;
}

.do_next_circle{
    width: 30px;
    height: 30px;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    display: flex;
    align-items: center; 
    justify-content: center;
    float: left;
}

.invalid-feedback {
    display: block;
    color: red;
}