body {
    direction: rtl;
}

header .col-xs-9 {
    width: auto;
    float: right;
    line-height: 72px;
}

header .col-x-6 {
    width: 200px;
}

.image-header-ukvi-logo img {
    padding-right: 5px;
    padding-left: 5px;
}

.image-header-vfs-logo img {
    width: 184px;
    height: auto;
}

.dropdown-content {
    display: none;
}

.dropdown-content.active {
    display: block;
}

.tabs_container>ul.tab_content_list>li {
    display: none;
}

.tabs_container>ul.tab_content_list>li.active {
    display: block;
}

.tabs_container {
    width: 100%;
    margin: 25px 0 0;
    float: left;
}

.tabs_container>.select_wrapper select {
    width: 200px;
}

.tabs_container ul.tab_content_list {
    padding: 10px 10px;
    margin: 0;
    display: inline-block;
}

.tabs_container ul.tab_button_list {
    width: 100%;
    background: #f8f9fa;
    float: left;
    margin: 0;
    padding: 0;
}

.tabs_container ul.tab_button_list li {
    float: right;
    cursor: pointer;
    list-style-type: none;
    width: auto;
    border-top: 4px solid #f8f9fa;
    padding: 12px 12px 16px;
}

.tabs_container ul.tab_button_list li:hover {
    border-top: 4px solid #e86020;
}

.tabs_container ul.tab_button_list li.active {
    border-top: 4px solid #e86020;
}

.visa-type-content {
    width: 100%;
    padding: 10px 0;
    float: left;
}

.nobotpadd {
    padding-bottom: 0 !important;
}

.mart10 {
    margin-top: 10px;
}

.mart20 {
    margin-top: 20px;
}

.marb20 {
    margin-bottom: 20px;
}

.table_template table {
    border: 1px solid #d7d7d7;
    border-spacing: 0px;
    border-collapse: collapse;
    width: 100%;
}

.table_template table tr th {
    background-color: #ebebeb;
    padding: 20px 10px;
    border-bottom: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    text-transform: uppercase;
    font-size: 14px;
    color: #003259;
    font-weight: normal;
}

.table_template table tr th:last-child {
    border-right: none;
}


/*edited new*/

.table_template table tr td {
    padding: 20px 10px;
    border-right: 1px solid #d7d7d7;
    font-size: 14px;
    color: #003259;
    border-bottom: 1px solid #d7d7d7;
}


/*End edited new*/

.table_template table tr td:last-child {
    border-right: none !important;
}

.document-req tr td:first-child {
    width: 30px;
}

.visa-type-content img {
    margin-right: 6px;
    vertical-align: middle;
}

.semibold {
    font-weight: bold;
}

.document-req tr {
    line-height: 30px;
}

.select_wrapper {
    display: none;
}

@media screen and (max-width:991px) {
    .select_wrapper {
        display: block;
    }
    ul.tab_button_list {
        display: none;
    }
}

@media screen and (max-width:767px) {
    .container-article {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 580px) {
    header .col-xs-9 {
        width: auto;
        float: none;
        text-align: center;
        margin-bottom: 20px;
        line-height: normal;
        padding-right: 0;
    }
}

@media screen and (min-width:411px) {
    .container-article {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .pb-4 {
        padding-bottom: 0 !important;
    }
    .premium-services-vac-selector select {
        margin-top: 10px;
    }
    .footer-common {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.image-header-ukvi-logo .component-content {
    text-align: right;
}

.clear {
    clear: both;
}

.breadcrumbs {
    background: rgba(6, 52, 91, .5);
    padding: 6px 0;
    position: relative;
    top: 40px;
    z-index: 1;
}

.breadcrumbs p {
    margin: 0;
    font-size: 14px;
    color: hsla(0, 0%, 100%, .7);
}

.breadcrumbs p a {
    text-decoration: underline;
    color: hsla(0, 0%, 100%, .7);
}

.color-wh {
    color: #fff;
    text-decoration: underline;
}

.top-mar {
    margin-top: -40px;
}