.splide__arrow {
    background: 0;
    top: 30%;
    opacity: 1;
}

.splide__arrow--next {
    right: -10px;
}

.l--30 {
    left: -25px;
}

.navbar-toggle.dropdown-toggle::after {
    display: none !important;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: auto;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-toggle:focus {
    outline: 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}


/*! CSS Used from: https://www.mfa.gov.tm/plugins/bootstrap-3.3.7/css/bootstrap.min.css */


@media (min-width: 1200px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 16px;
    }


}

@media (min-width: 1200px) {
    .navbar-default .navbar-nav > li > a {
        padding-right: 38px;
        padding-left: 38px;
    }
}

@media (max-width: 12008px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 14px;
        /*padding: 2px 10px;*/
    }

    .navbar-collapse {
        padding: 0;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 12px;
        /*padding: 5px !important;*/
    }
}

@media (max-width: 767.98px) {
    nav.navbar {
        display: none;
    }

    .dropdown-list {
        width: unset;
        right: 0;
        max-width: none;
        padding-top: 0;
        z-index: 1;
    }

    .dropdown-list a {
        color: #23527c !important;
    }
}


/*! CSS Used from: https://www.mfa.gov.tm/plugins/bootstrap-3.3.7/css/bootstrap.min.css */
nav {
    display: block;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

@media print {

    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    .navbar {
        display: none;
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

ul {
    margin-top: 0;
    margin-bottom: 10px;
}

.collapse {
    display: none;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav > li {
    position: relative;
    display: block;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
    background-color: #eee;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

@media (min-width: 768px) {
    .navbar {
        /*border-radius: 4px;*/
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
}

.navbar-nav {
    /*margin: 7.5px -15px;*/
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

    .navbar-nav > li {
        float: left;
    }

    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.navbar-default {
    background-color: #0146d2;
}

.navbar-default .navbar-nav > li > a {
    color: #777;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #ffffff;
    background-color: transparent;
}

.navbar-default .navbar-collapse {
    border-color: #e7e7e7;
}

.container:after,
.container:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar:after,
.navbar:before {
    /*display: table;*/
    /*content: " ";*/
}

.container:after,
.nav:after,
.navbar-collapse:after,
.navbar:after {
    clear: both;
}

/*! CSS Used from: https://www.mfa.gov.tm/css/app.css */
a {
    text-decoration: none !important;
}

header.home nav {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

header nav {
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

/*! CSS Used from: https://www.mfa.gov.tm/css/style.css */
.border-0 {
    border: 0 !important;
}

.d-none {
    display: none !important;
}

.navbar-default .navbar-nav {
    display: flex !important;
    flex-wrap: nowrap;
}

.navbar-default .navbar-nav > li {
    flex-grow: 1;
}

.navbar-default .navbar-nav > li > a {
    /*padding: 8px !important;*/
}

header.home nav {
    box-shadow: none;
}

.dropdown-list {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    padding-top: 10px;
    width: 200%;
    max-width: 400px;
}

.dropdown-list5 {
    width: 100%;
}

.dropdown-list div {
    background: white;
    border-radius: 2px;
    padding: 10px 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.07);
}

.dropdown-list a {
    font-size: 15px;
    padding: 12px;
    color: #4E4E4E;
    text-align: left;
    display: block;
}

.dropdown-list a:hover {
    color: #144b9d;
}

.dropdown-container {
    position: relative;
}

nav.navbar {
    margin-bottom: 0;
    padding-top: 3px;
    padding-bottom: 3px;
}

.navbar.center .navbar-inner {
    text-align: center;
}

.navbar.center .navbar-inner .nav {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

nav.navbar {
    z-index: 1;
}

.navbar-default .navbar-nav > li > a {
    font-size: 16px;
    color: #efefef;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #ffffff;
}

.navbar-default {
    background-color: #0146d2;
}

.logo-text {
    font-size: 12px;
    font-weight: 600;
}

@media screen and (min-width: 768px) {
    nav.navbar.navbar-default {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .navbar-default .navbar-nav > li > a {
        /*padding: 2px 8px;*/
    }

    .logo-text {
        font-size: 16px;
    }

    .main-text {
        font-size: 20px !important;
    }

    .w-23 {
        width: 48% !important;
    }

    .m--4 {
        margin: -24px;
    }

    .splide__arrow--next {
        right: -15px;
    }

    .l--30 {
        left: -30px;
    }

}

@media (min-width: 992px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 16px;
        /*padding: 4px 21px;*/
    }

    .container {
        max-width: 990px;
    }

    .main-text {
        font-size: 22px !important;
    }

    .w-23 {
        width: 23% !important;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }

    .navbar-default .navbar-nav > li > a {
        padding-right: 38px;
        padding-left: 38px;
    }
}

@media (max-width: 991.98px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 14px;
        /*padding: 2px 10px;*/
    }

    .navbar-collapse {
        padding: 0;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 12px;
        /*padding: 5px !important;*/
    }
}

@media (max-width: 767.98px) {
    nav.navbar {
        display: none;
    }

    .dropdown-list {
        width: unset;
        right: 0;
        max-width: none;
        padding-top: 0;
        z-index: 1;
    }

    .dropdown-list a {
        color: #23527c !important;
    }
}

.pagination > .active > a:hover, .pagination > .active > a:focus {
    color: #b6d0f5;
}

.active-lang {
    color: #3c8bff !important;
}

.color-blue {
    color: #0046D2;
}

.body-bg {
    background-color: #EAEBEE !important;
}

.color-gold {
    color: #B38046;
}

.color-light-gold {
    color: #FFB080;
}

.bg-light-gold {
    background-color: #FFB080;
}

.font-noto {
    font-family: "NotoSerif";
}

.l-space-06 {
    letter-spacing: -0.6px;
}

.l-space-1 {
    letter-spacing: -1px;
}

.hr {
    border-top: 1.5px solid #0046D2;
    opacity: 1;
}

.fs-18 {
    font-size: 18px;
}

.bg-globe {
    background-image: url("../img/bg-globe3.svg");
    background-position: right;
    background-size: auto;
}

.w-23 {
    /*width: 24% !important;*/
}

.form-select {
    border-radius: 0 !important;
    border: 1px solid #FFB080 !important;
    background-color: #0046D2 !important;
    color: #b7b7b7 !important;
}

.m-x-3 {
    margin: 0 -16px;
}

.select {
    position: relative;
    display: flex;
    width: 20em;
    line-height: 2.4;
    background: #5c6664;
    overflow: hidden;
}

.select::after {
    content: url("../img/v.svg");
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 1em;
    background: #FFB080;
    cursor: pointer;
    pointer-events: none;
    transition: .25s all ease;
}

.trans-05 {
    transition: 0.5s;
}

.see-more:hover span {
    padding-left: 8px;
    transition: 0.5s;
}

.b-border-blue {
    border-bottom: solid #0046D2;
}

.border-y-blue {
    border-bottom: 1px solid #0046D2;
    border-top: 1px solid #0046D2;
}

.main-text {
    font-size: 14px;
}

.m--4 {
    margin: -8px !important;
}

header {
    min-height: auto;
}

#top-header {
    z-index: 5 !important;
}

@media (max-width: 768px) {
    .select {
        width: 15em;
    }

    .text-sm-small {
        font-size: 12px;
    }
}

#lang {
    cursor: pointer;
    overflow: hidden;
}

.aa {
    transition: 2s;
}

@keyframes fadeInRight {
    0% {
        transform: translateX(-30px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.anim-ltr {
    display: block;
    animation: fadeInRight 0.5s 1;
    animation-direction: alternate;
}

.anim-rtl {
    visibility: hidden;
    transform: translateX(-20px);
    opacity: 0;
    transition: 0.3s;
}

.main-title {
    border-color: #0046D2 !important;
}

.fs-21 {
    font-size: 21px;
}

.fs-12 {
    font-size: 12px;
}

.fs-10 {
    font-size: 10px;
}

.fs-12-p > p {
    font-size: 12px;
}

.dip-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 992px) {
    .dip-items {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .dip-items {
        grid-template-columns: repeat(1, 1fr);
    }
}

.dip-item {
    padding: 20px;
    position: relative;
}

.dip-item:before {
    content: "";
    width: 90%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 20px;
    background-color: rgba(182, 182, 182, 0.21);
}

.dip-item:after {
    content: "";
    width: 1px;
    height: 80%;
    position: absolute;
    top: 20px;
    right: 0;
    background-color: rgba(182, 182, 182, 0.21);
}

.dip-mini-box {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 1px;
    background-color: rgba(184, 135, 11, 0.8);
    rotate: 45deg;
    right: -3px;
    bottom: -3px;
}

.text-justify {
    text-align: justify;
}

.bg-blue {
    background-color: #0046D2 !important;
}

.mx--20 {
    margin: 0 -20px;
}

.hover {
    overflow: hidden !important;
}

.hover .img-hover {
    transition: transform 0.4s;
}

.hover:hover .img-hover {
    transform: scale(1.015);
}

.h-210 {
    height: 210px;
}

.accordion-content * {
    color: black;
    font-size: 16px;
}

.ac-none {
    transition: all 0.4s linear;
    visibility: hidden;
    opacity: 0;
    max-height: 0;
}

.ac-active {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s linear;
    max-height: 630px;
    padding-top: 20px;
    padding-bottom: 30px;
}

.h-80 {
    height: 80px;
    width: 100%;
}

.x-icon {
    transition: transform 0.5s;
}

.cross {
    transition: transform 0.5s;
    transform: rotate(135deg);
}

.accordion-item {
    overflow: hidden;
}

.accordion-content p {
    margin-top: 6px;
    margin-bottom: 22px;
    font-family: "NotoSerif";
    color: #333333 !important;
    font-weight: 500;
}

.fs-sm-16 {
    font-size: 24px;
}

.fs-sm-14 {
    font-size: 20px;
}

.article-description table * {
    background-color: #ffffff !important;
}

.article-description table td {
    border: 1px solid #212529 !important;
}

.article-description table tbody tr:nth-child(even) td {
    background-color: rgba(1, 70, 210, 0.1) !important;
}

.article-description table tbody tr:first-of-type td {
    background-color: #3f76ee !important;
    color: #ffffff;
}

.article-description table tbody tr td * {
    background-color: transparent !important;
}

.article-description * {
    background-color: #EAEBEE !important;
}

.accordion-title {
    cursor: pointer;
}

.consulate-website{
    text-decoration: underline !important;
    color: #0146d2 !important;
}


/*appointment*/

.appo-date {

}

.time-btn {
    cursor: pointer;
    width: 130px;
    height: 40px;
    text-align: center;
    margin: 10px auto;
    border: 2px solid #0a53be;
    border-radius: 8px;
    padding: 6px;
    font-size: 18px;
}

.disabled-time-btn {
    opacity: 0.2;
    cursor: default;
    width: 130px;
    height: 40px;
    text-align: center;
    margin: 10px auto;
    border: 2px solid #3e4550;
    border-radius: 8px;
    padding: 6px;
    font-size: 18px;
}

.appo-date {
    border-bottom: 2px solid green;
    border-radius: 10px;
    width: 130px;
    height: 40px;
    margin: 0 auto;
    padding: 6px;
}

.time-btn:hover {
    background-color: #d2e7ff;
}

.time-btn:active {
    background-color: #0a53be;
    color: white;
}


/*appointment*/


@media (max-width: 767px) {
    .dip-item:before {
        content: "";
        width: 85%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 20px;
        background-color: rgba(182, 182, 182, 0.21);
    }

    .dip-item:after {
        height: 85%;
    }
}

@media (max-width: 479px) {
    .fs-sm-16 {
        font-size: 16px;
    }

    .fs-sm-14 {
        font-size: 16px;
    }

    .mx--20 {
        margin: 0 !important;
    }

    .dip-item::before {
        width: calc(100% - 40px);
        left: 20px;
    }

    .dip-item:after {
        display: none;
    }

    .dip-mini-box {
        display: none;
    }

    .ac-active {
        max-height: 670px;
    }
}
