iframe {
    border: none !important;
}

/* width */
#navigation::-webkit-scrollbar {
    width: 5px;
}

/* Track */
#navigation::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 5px;
}

/* Handle */
#navigation::-webkit-scrollbar-thumb {
    background: #6e6666 !important;
    border-radius: 5px;
}

.page-item.active .page-link {
    background: #6e6666!important;
    border-color: #6e6666 !important;
}

/* Handle on hover */
#navigation::-webkit-scrollbar-thumb:hover {
    background: #6e6666 !important;
}

body {
    background: #FFFFFF !important;
}

.news-feed::-webkit-scrollbar {
    width: 5px;
    height: 50px;
}

/* Track */
.news-feed::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.nav-mobile-menu::-webkit-scrollbar {
    width: 5px;
    height: 50px;
}

/* Track */
.nav-mobile-menu::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

body {
    background: #ffffff;
    font-family: Verdana, Geneva, sans-serif;
}

a:hover {
    text-decoration: none;
}

/*HEADER SECTION*/
.back-white {
    background-color: #ffffff;
    padding-bottom: 10px;
    padding-top: 10px;
    height: 92px;
}

.about, .edit {
    margin-top: 23px;
}

.content-item a {
    display: block;
}

.sifaris {
    position: absolute;
    background: #efefef;
    z-index: 99999;
    padding-right: 10px;
    padding-left: 10px;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 26px;
    width: 164%;
    display: none;
}

.sifaris a:hover {
    color: #af0000;
}

.give-order:hover .sifaris {
    display: block;
}

.back-black {
    background-color: black;
    color: white;
}

.smart {
    background: black;
    color: white;
}

.currency p {
    margin: 0;
    font-family: metricweb, sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
}

.currency span {
    font-family: metricweb, sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
}

.currency li {
    text-align: center;
    font-size: 13px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.currency span i {
    font-size: 22px;
    vertical-align: -3px;
    margin-left: 2px;
}

.currency .fa-square-full {
    font-size: 7px;
    vertical-align: 2px;
    margin-left: 2px;
}

.currency .fa-caret-down {
    color: red;
}

.currency .fa-caret-up {
    color: #34ce57;
}

.currency .list-inline-item:not(:last-child) {
    margin-right: 43px;
}

.resmi {
    border-right: 1px solid;
    padding-right: 5px;
}

.banklar {
    margin-left: 6px;
}

.logo {
    text-align: center;
    height: 22px;
}

.main-about a {
    font-size: 14px;
    color: #525151;
}

.marja {
    font-family: Ebrima;
    font-weight: bold;
    font-size: 33px;
    margin-top: -13px;
    display: inline-block;
    margin-left: 74px;
}

.menu button {
    background: none;
    border: none;
    color: black;
    font-weight: bold;
}

.menu button:hover {
    background: none;
    border: none;
    color: #c60304;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
!important;
    outline: none;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
    background: none;
!important;
    border: none;
!important;
    color: #c60304;
!important;
    box-shadow: none;
!important;
    outline: none;
!important;
}

.btn-secondary.focus, .btn-secondary:focus {
    background: none;
!important;
    border: none;
!important;
    box-shadow: none;
!important;
    color: #c60304;
!important;
}

.menu li:nth-child(4) a {
    color: #525151;
}

.menu .btn-secondary {
    color: #525151;
    font-size: 13px;
}

.social-inf li {
    margin-right: 10px;
!important;
}

.social i {
    color: #525151;
    font-size: 17px;
    margin-top: 5px;
    margin-right: 8px;
}

#search {
    position: relative;
}

#search input {
    background: #dcdcdc96;
    border: 1px solid #dcdcdc96;
    width: 100%;
    border-radius: 3px;
}

#search input:focus {
    outline: none;
}

#search button {
    background: none;
    border: none;
    position: absolute;
    right: 1px;
    top: 1px;
    color: #9a9797ab;
}

#search button:focus {
    outline: none;
}

#search input::placeholder {
    font-size: 13px;
}

/*NAVBAR SECTION*/
.back-red {
    background: #af0000;
    color: white;
    z-index: 1;
}

.dropbtn {
    color: white;
    font-size: 13px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 12px;
}

.bor-bot {
    color: white;
}

.dropbtn:hover .bor-bot {
    border-bottom: 1px solid white;
    color: white;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    top: 26px;
}

.dropdown-content a {
    color: black;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
    display: block;
    font-size: 11px;
}

.dropdown-content a:hover {
    background-color: #af0000;
    color: white
}

.dropdown li:hover .dropdown-content {
    display: block;
}

.navbar-collapse {
    flex-flow: column;
}

.main-nav .nav-link {
    color: white;
!important;
    font-size: 12px;
    margin-right: 10px;
    font-weight: bold;
}

.navbar {
    padding: 0;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.sticky + .content {
    padding-top: 60px;
}

.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}

.overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
}

.overlay .closebtn:hover {
    color: #ccc;
}

.overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: white;
}

.overlay input[type=text]:hover {
    background: #f1f1f1;
}

.overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #af0000;
    color: white;
    font-size: 17px;
    border: none;
    cursor: pointer;
}

.overlay button:hover {
    background: darkred;
}

.overlay button:focus {
    outline: none;
}

#myOverlay .search {
    background-color: #ca0748;
!important;
    border-color: #ca0748;
!important;
    color: white;
}

#myOverlay .search:focus {
    outline: none;
}

#myOverlay2 .search {
    background-color: #ca0748;
!important;
    border-color: #ca0748;
!important;
    color: white;
}

#myOverlay2 .search:focus {
    outline: none;
}

.search-modal button {
    color: #af0000;
}

/*NEWS CAROUSEL*/
#navigation {
    width: 36%;
    float: left;
    position: absolute;
    right: 10px;
    padding-left: 36px;
    overflow-y: scroll;
    height: 350px;

}

#navigation .nav-item {
    width: 100%;
    padding: 0;
    margin: 0;
}

.nav-manshet {
    color: white;
    position: absolute;
    top: 0;
    left: -35px;
    width: 47px;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background: transparent;
    border-top-left-radius: 62px;
    border-bottom-left-radius: 62px;
    z-index: 1000;
}

#navigation ul {
    padding: 0;
    margin: 0;
    background: #1e1e1e;
}

#navigation ul li {
    list-style-type: none;
    cursor: pointer;
    display: inline-block;
    padding: 0;
    margin: 0;
}

#content {
    width: 70%;
    height: 350px;
    overflow: hidden;
    float: left;
}

.content-item {
    width: 100%;
    height: 350px;
}

.content-item img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.news-title {
    bottom: 0;
    height: 110px;
    width: 500px;
    z-index: 998;
    position: absolute;
    background: #0000009c;
}

.news-title a {
    color: white;
    font-family: rootfont, Arial, sans-serif;
    font-size: 22px;
    position: absolute;
    left: 33px;
    right: 50px;
    padding-top: 10px;
}

#navigation .nav-item a {
    font-size: 18px;
    font-weight: 700;
    margin-top: 5px;
    padding-bottom: 15px;
    display: block;
    color: #fff;
    margin-left: 20px;
    margin-right: 20px;
    line-height: 27px;
    border-bottom: 1px solid #423838;
    font-family: unset;
}

#navigation .nav-item:hover {
    background: #af0000;
    width: 100%;
}

#navigation .nav-item:hover .nav-manshet {
    background-color: #af0000;
}

#navigation .nav-item:hover .nav-content {
    border-bottom: none;
}

/*MAIN SECTION*/
.news-feed {
    background: white;
    height: 1082px;
    padding: 10px;
    overflow: scroll;
    overflow-x: hidden;
}

.news-feed h4 {
    font-weight: 700;
    font-size: 17px;
    padding-top: 5px;
    border-bottom: 1px solid gainsboro;
    padding-bottom: 8px;
    margin-left: 5px;
}

.news-feed li {
    background: white;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-top: 6px;
    border-bottom: 1px solid gainsboro;
}

.total iframe {
    width: 350px;
    height: 350px;
}



.middle-single iframe {
    width: 300px !important;
    height: 300px !important;
    float: left;
    margin-right: 21px;
}
@media (max-width: 767px) {
    .middle-single iframe {
        float: none !important;
        margin-left: 20px !important;
        margin-right: 20px !important;
    }
}

.news-feed p {
    font-size: 15px;
}

.news-feed p a {
    color: black;
}

.news-feed p a:hover {
    color: #af0000 !important;
}

.news-feed img {
    height: 300px;
    width: 100%;
}

.news-feed .hot-news {
    color: red;
    font-weight: bold;
}

.news-feed .middle-news {
    color: black;
    font-weight: bold;
}

.news-feed small {
    color: #6c757d;
}

.main-add img {
    height: 350px;
    width: 350px;
    object-fit: contain;
}

.alive {
    font-size: 55px;
    position: absolute;
    top: -5px;
    right: 25px;
    color: #af0000;
}

figure.snip1208 {
    font-family: 'Raleway', Arial, sans-serif;
    position: relative;
    overflow: hidden;
    width: 100%;
    background-color: #ffffff;
    text-align: left;
    font-size: 16px;
    height: 350px;
}

figure.snip1208 img {
    vertical-align: top;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    height: 220px;
    width: 100%;
}

figure.snip1208 figcaption {
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    position: relative;
    height: 96px;
    background: #ffffff;
}

.total .xalqbank img {
    box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

figcaption h5 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    line-height: 24px
}

figcaption h5:hover {
    color: #af0000;
}

figure {
    margin: 0;
    box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);;
}

figure small {
    color: rgba(93, 92, 92, 0.68);
}

figure span {
    float: right;
    color: rgba(93, 92, 92, 0.68);
}

.lds-ripple {
    display: inline-block;
    position: absolute;
    width: 80px;
    height: 80px;
    top: 1px;
    right: 9px;
    z-index: 999;
}

.lds-ripple div {
    position: absolute;
    border: 4px solid #dfc;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 0;
        left: 0;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}

.icons i {
    font-size: 30px;
    border: 1px solid #af0000;
    padding: 12px;
    border-radius: 36px;
    color: white;
    top: 8px;
    right: 27px;
    position: absolute;
    background: #af0000;
}

.icons .fa-microphone {
    padding-left: 15px;
    padding-right: 15px;
}

.bank {
    width: 100%;
    height: 100%;
}

.load button {
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);;
}

.load a {
    background: #af0000;
    color: white;
    padding: 12px;
    border-radius: 26px;
}

.sol {
    position: fixed;
    top: 417px;
    left: 0;
}

.sag {
    position: fixed;
    top: 417px;
    right: 0;
}

/*FOOTER SECTION*/

footer {
    background: #383434;
    color: wheat;
}

.reference p {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 23px;
}

.footer-contact span {
    font-size: 14px;
    font-weight: bold;
}

.footer-contact p {
    font-size: 14px;
}

/**********************\/
     MOBILE NAV MENU
***********************/
.nav-mobile-menu {
    visibility: hidden;
    opacity: 0;
    background: white;
    width: 0;
    height: auto;
    position: absolute;
    overflow: hidden;
    top: 0;
    padding-top: 90px;
    left: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 999;
}

.active.nav-mobile-menu {
    visibility: visible;
    opacity: 1;
    width: 100%;
}

.nav-mobile-menu ul li {
    white-space: nowrap;
    list-style: none;
    cursor: pointer;
    margin-bottom: 30px;
    font-size: 40px;
}

.nav-mobile-button {
    overflow: hidden;
    margin: auto;
    width: 90px;
    height: 90px;
    background: none;
    cursor: pointer;
    position: absolute;
    top: -6px;
    left: 0;
    z-index: 1000;
}

#nav-mobile-bar-top {
    top: 30px;
}

#nav-mobile-bar-middle {
    top: 45px;
}

#nav-mobile-bar-bottom {
    top: 60px;
}

.nav-mobile-bar {
    left: 15px;
    width: 60px;
    height: 3px;
    background: black;
    position: absolute;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.active#nav-mobile-bar-middle {
    left: 90px;
}

.active#nav-mobile-bar-top {
    top: 45px;
    transform: rotate(135deg);
    background: white;
}


.active#nav-mobile-bar-bottom {
    top: 45px;
    transform: rotate(-135deg);
    background: white;
}

/*Hover effects*/
.nav-mobile-button:hover #nav-mobile-bar-top:not(.active) {
    left: 20px;
}

.nav-mobile-button:hover #nav-mobile-bar-middle:not(.active) {
    left: 10px;
}

.nav-mobile-button:hover #nav-mobile-bar-bottom:not(.active) {
    left: 20px;
}

/*Hover effects active*/
.nav-mobile-button:hover .active#nav-mobile-bar-top {
    top: 50px;
    left: 10px;
}

.nav-mobile-button:hover .active#nav-mobile-bar-bottom {
    top: 40px;
    left: 10px;
}

#accordion .card {
    border: none;
}

#accordion .card-header {
    border: none;
    background: none;
}

#accordion .card-header h5 {
    padding-left: 13px;
}

#accordion .card-header a {
    color: black;
    font-size: 14px;
}

#accordion .card-header a:hover {
    color: #af0000;
}

#accordion .card .collapsed {
    border-bottom: 1px solid gainsboro;
    padding-bottom: 10px;
    color: black;
    display: block;
}

#accordion .card .collapsed:hover {
    color: #c60304;
}

#accordion .card .edit-color {
    color: black;
}

#accordion .card .edit-color:focus {
    color: black;
}

.mobile-social i {
    font-size: 18px;
    margin-right: 6px;
    color: #666;
}

.mobile-nav, .nav-mobile {
    display: none;
}

/*MOBILE CAROUSEL*/
.carousel-set {
    display: none;
}

.carousel-indicators {
    position: unset;
    width: 100%;
    background: white;
    margin-left: 0;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-top: 10px;
}

.carousel-indicators li {
    height: 26px;
    width: 26px;
    background-color: #af0000;
    text-indent: inherit;
    color: white;
    text-align: center;
    line-height: 26px;
    border: none;
    border-radius: 17px;
    opacity: 1;
}

.carousel-indicators li:hover {
    background: #af0000;
    color: white;
}

.carousel-item img {
    width: 100%;
    height: 216px;
}

/*MOBILE SEARCH SECTION*/
.search-box {
    -webkit-transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
    transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    background: #ebebeb;
}

.search-box + label .search-icon {
    color: black;
}

.search-box:hover {
    color: white;
    background: #c8c8c8;
    box-shadow: 0 0 0 5px #3d4752;
}

.search-box:focus {
    -webkit-transition: width 0.6s cubic-bezier(0, 1.22, 0.66, 1.39), border-radius 0.6s, background 0.6s;
    transition: width 0.6s cubic-bezier(0, 1.22, 0.66, 1.39), border-radius 0.6s, background 0.6s;
    border: none;
    outline: none;
    box-shadow: none;
    padding-left: 15px;
    cursor: text;
    width: 200px;
    background: #ebebeb;
    color: black;
}

.search-box:focus + label .search-icon {
    color: black;
}

.search-box:not(:focus) {
    text-indent: -5000px;
}

#search-submit {
    position: relative;
    left: -5000px;
}

.search-icon {
    position: relative;
    left: -33px;
    color: white;
    cursor: pointer;
}

.mobile-search {
    display: none;
}

.news-bottom .owl-nav button {
    width: 50px;
    height: 50px;
    border: 1px solid gainsboro !important;
    border-radius: 66px;
}

.owl-nav button:focus {
    outline: none;
}

.news-bottom .owl-nav .owl-prev span {
    font-size: 60px;
    display: inline-block;
    margin-top: -25px;
    margin-left: -3px;
}

.news-bottom .owl-nav .owl-next span {
    font-size: 60px;
    display: inline-block;
    margin-top: -25px;
    margin-right: -5px;
}

.news-bottom .owl-nav .owl-prev {
    position: absolute;
    top: 51px;
    background: white !important;
    left: 5px;
}

.news-bottom .owl-nav .owl-next {
    background: white !important;
    position: absolute;
    top: 51px;
    right: 5px;
}

.news-bottom .owl-nav .owl-prev:hover {
    background: #af0000 !important;
    color: white;
    border-color: #af0000 !important;
}

.news-bottom .owl-nav .owl-next:hover {
    background: #af0000 !important;
    color: white;
    border-color: #af0000 !important;
}

.carousel-title {
    position: absolute;
    bottom: 0;
    color: white;
    background: #000000ad;
    text-align: center;
}

.short-title {
    width: 270px !important;
}

.news-bottom .carousel-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55%;
    background-image: linear-gradient(to bottom, rgba(2, 0, 13, 0), rgba(2, 0, 13, .8), rgba(2, 0, 13, 1), rgba(2, 0, 13, 1));
    border-radius: 5px;
}

.news-bottom .carousel-title strong {
    position: absolute;
    z-index: 9;
    bottom: 5px;
    width: 270px;
    height: 74px;
}

.news-bottom .carousel-title strong a {
    color: white;
}

.news-bottom .carousel-title strong a:hover {
    color: gainsboro;
}

.news-bottom img {
    border-radius: 5px;
}

.mob-bottom {
    display: none;
}

.mob-whats {
    display: none;
}

.mob-logo img {
    width: 100%;
}

.slide-title {
    color: white;
    position: absolute;
    bottom: 0;
    background: #1e1e1e;
    padding-left: 21px;
    padding-bottom: 8px;
    width: 100%;
}

.rek-img img {
    width: 100%;
    height: 100%;
}

.news-feed .news-rek img {
    width: 300px;
    height: 300px;
}



.slide-title a {
    font-size: 20px;
    color: white;
}

.slide-title a:hover {
    color: gainsboro;
}

.mob-carusel {
    display: none;
}

.more-read {
    display: none;
}

.ox i {
    font-size: 25px;
    width: 25px;
    height: 25px;
    background: #af0000;
    color: white;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 15px;
}

.rotate {
    transform: rotate(180deg);
}

.color-black {
    color: #af0000 !important;
}

.end {
    border-bottom: 1px solid !important;
}

.abune {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 17px;
    text-align: center;
}

#subscribe input {
    width: 80%;
    height: 45px;
    border-radius: 36px;
    background: transparent;
    border: 2px solid white;
    color: white;
    padding-left: 7px;
}

#subscribe input:focus {
    outline: none;
}

#subscribe input::placeholder {
    font-size: 13px;
    color: white;
    padding-left: 2px;
}

#subscribe button {
    border-radius: 26px;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 45px;
    top: 8px;
    border: none;
}

#subscribe button:focus {
    outline: none;
}

.send i {
    padding-left: 3px;
}

.content-item .icons i {
    top: 115px;
    right: unset;
    left: 5px;
}

.mob-header {
    display: none;
}

.mob-carusel .owl-carousel img {
    height: 220px;
    object-fit: cover;
}

footer .rss {
    color: wheat;
}

@media screen and (max-width: 1368px) {
    .sag img, .sol img {
        width: 115px;
    }
}

.search-modal button:focus {
    outline: none;
}

.logo img {
    width: 296px;
}

.mobile-top-rek {
    display: none !important;
}

.color-black2 {
    color: black;
}

.color-black2:hover {
    color: #af0000;
}

#subscribe {
    margin-bottom: 15px;
}

@media screen and (max-width: 1200px) {
    .news-bottom .owl-nav .owl-prev, .news-bottom .owl-nav .owl-next {
        top: 39px;
    }

    .news-bottom .carousel-title strong {
        width: 225px;
        font-size: 14px;
        bottom: -3px;
    }

    .menu .btn-secondary {
        font-size: 10px;
    }

    .sag, .sol {
        display: none;
    }

    .menu li:nth-child(4) a {
        font-size: 13px;
    }

    .main-nav .nav-link {
        font-size: 11px;
    }

    #navigation .nav-item a {
        line-height: 25px;
        margin-top: 0;
    }

    .news-title {
        width: 396px;
    }

    .news-title a {
        left: 15px;
        right: 15px;
        font-size: 22px;
    }

    .dropdown li {
        font-size: 12px;
    }
}

@media screen and (max-width: 992px) {
    .about {
        display: none;
    }

    .edit {
        margin-top: 12px;
    }

    .logo img {
        margin-top: 0;
    }

    .social-inf .list-inline-item:not(:last-child) {
        margin-right: 0;
    !important;
    }

    .marja {
        margin-left: 0;
    }

    .logo {
        text-align: unset;
    }

    .social-inf {
        float: right;
    }

    .social i {
        font-size: 20px;
    }

    .back-white {
        padding-bottom: 18px;
        padding-top: 18px;
        height: 78px;
    }

    #navigation .nav-item a {
        font-size: 11px;
    }

    .news-title {
        width: 292px;
    }

    .news-title a {
        bottom: 10px;
        font-size: 15px;
        top: 8px;
    }

    .nav-mobile-button {
        left: -3px;
        top: 30px;
        width: 50px;
    }

    #nav-mobile-bar-top {
        top: 39px;
    }

    .w-83 {
        width: 83px;
    }

    #nav-mobile-bar-middle {
        top: 47px;
    }

    #nav-mobile-bar-bottom {
        top: 55px;
    }

    .dropdown {
        text-align: center;
    }

    .content img {
        width: 100%;
    }

    .xalqbank img {
        height: 350px;
    }

    #subscribe button {
        right: 31px;
    }

    .other-titles h2 {
        font-size: 16px !important;
    }

    .short-title {
        width: 224px !important;
    }

    .news-bottom .owl-nav .owl-prev span,
    .news-bottom .owl-nav .owl-next span {
        font-size: 45px;
        margin-top: -18px;
    }

    .news-bottom .owl-nav .owl-prev, .news-bottom .owl-nav .owl-next {
        top: 25px;
    }

    .news-bottom .owl-nav button {
        width: 40px;
        height: 40px;
    }

}

@media screen and (max-width: 768px) {
    #subscribe button {
        right: 59px;
    }

    .back-white {
        height: 68px;
        display: none;
    }

    .mob-header {
        display: block;
        background: #af0000;
        padding-top: 17px;
        padding-bottom: 9px;
        margin-top: 2px;
    }

    .about {
        display: none;
    }

    .back-red {
        display: none;
    }

    .nav-mobile {
        display: block;
    }

    .carousel-set {
        display: block;
    }

    .edit-add {
        display: none;
    }

    .mobile-nav {
        display: block;
    }

    .all-news {
        display: none;
    }

    .no-js .owl-carousel, .owl-carousel.owl-loaded {
        display: block;
    }

    .edit {
        margin-top: 9px;
    }

    .mob-whats {
        display: flex;
    }

    .mob-search i {
        font-size: 30px;
        color: white;
    }

    .mob-search:focus {
        outline: none;
    }

    .mob-whats {
        color: white;
    }

    .mob-whats:hover {
        color: white;
    }

    .mob-whats i {
        font-size: 30px;
        margin-left: 14px;
    }

    .mob-whats .fa-whatsapp {
        margin-left: 15px;
        margin-top: 20px;
        color: white;
    }

    .active.nav-mobile-menu {
        width: 412%;
        left: -15px;
        top: 86px;
    }

    .nav-mobile-button {
        top: -15px !important;
    }

    .nav-mobile-bar {
        background: white;
    }

    .news-bottom .owl-nav .owl-prev, .news-bottom .owl-nav .owl-next {
        top: 25px;
    }

    .news-bottom .owl-nav button {
        width: 40px;
        height: 40px;
    }

    .news-bottom .carousel-title strong {
        width: 164px;
        font-size: 12px;
        bottom: -19px;
    }

    .other-titles h2 {
        font-size: 12px !important;
    }

    .short-title {
        width: 164px !important;
    }

    .nav-mobile-menu {
        padding-top: 0;
        overflow: scroll;
        height: 500px;
    }

    #accordion .card-header .fa-whatsapp {
        padding-left: 20px;
    }

    #accordion .card-header a {
        margin-right: 15px;
    }

    .mob-bottom {
        display: block;
    }

    .nav-bottom {
        display: none;
    }

    .news-photo img {
        width: 100% !important;
    }

    .middle-single img {
        float: unset !important;
    }
}

@media screen and (max-width: 640px) {
    .top-rek {
        margin-left: 44px;
    }
}

@media screen and (max-width: 620px) {
    .mob-whats .fa-whatsapp {
        margin-top: 14px;
    }
}

@media screen and (max-width: 576px) {
    .news-feed .news-rek {
        display: none;
    }

    .more-read {
        display: block;
    }

    .active.nav-mobile-menu {
        top: 44px;
    }

    .back-white {
        background: #af0000;
        margin-top: 5px;
        display: none;
    }

    .edit, .main-logo {
        display: none;
    }

    .up-rek {
        display: none !important;
    }

    .mobile-top-rek {
        display: block !important;
    }

    .pc-search {
        display: none;
    }

    .mobile-search {
        display: block;
    }

    .top24 {
        top: 24px !important;
    }

    .w64 {
        width: 64px !important;
    }

    .mob-logo img {
        margin-top: -9px;
    }

    .nav-mobile-menu {
        padding-top: 0;
    }

    .nav-bottom {
        display: none !important;
    }

    .mob-bottom {
        display: block;
    }

    .mob-change {
        display: none;
    }

    .mob-carusel {
        display: block;
    }

    .news-feed-sec .news-rek {
        display: none;
    }

    .news-feed {
        height: 450px;
    }

    .carousel-title {
        bottom: -5px !important;
    }

    .nav-mobile-button {
        top: -32px !important;
    }

    .mob-whats .fa-whatsapp {
        margin-top: 7px;
    }

    .news-bottom .carousel-title strong {
        font-size: 13px;
        bottom: 30px;
        width: 221px;
        left: 14px;
    }

    .news-bottom .owl-nav .owl-prev {
        position: absolute;
        top: 92px;
        background: white !important;
        left: 5px;
    }

    .news-bottom .owl-nav .owl-prev span {
        font-size: 30px;
        display: inline-block;
        margin-top: -10px;
        margin-left: -3px;
    }

    .news-bottom .owl-nav .owl-next {
        position: absolute;
        top: 92px;
        background: white !important;
        right: 5px;
    }

    .news-bottom .owl-nav .owl-next span {
        font-size: 30px;
        display: inline-block;
        margin-top: -10px;
        margin-left: -3px;
    }

    .news-bottom .owl-nav button {
        width: 30px;
        height: 30px;
    }

    .short-title {
        width: 170px !important;
    }

    .other-titles h2 {
        font-size: 14px !important;
        padding-left: 9px !important;
        padding-top: 3px !important;
        padding-bottom: 3px !important;
    }

    .abune {
        padding-left: 0;
        padding-right: 0;
    }

    #subscribe button {
        right: 53px;
    }

    .news-head h2 {
        font-size: 30px !important;
    }
}

@media screen and (max-width: 500px) {
    .mob-whats .fa-whatsapp {
        margin-top: 2px;
    }
}

@media screen and (max-width: 555px) {
    .nav-mobile-button {
        top: 24px;
    }

    .edit {
        margin-top: 5px;
    }

    .news-bottom .carousel-title strong {
        left: 0;
    }
}

@media screen and (max-width: 455px) {
    .currency li:nth-child(2) {
        display: none;
    }

    .mob-logo img {
        width: 184px !important;
        margin-top: -5px;
        display: inline-block;
        margin-left: -7px;
    }

    .mob-whats a {
        display: none;
    }

    .mob-whats i {
        font-size: 26px;
        margin-left: 41px
    }

    .news-bottom .carousel-title strong {
        width: 192px;
        line-height: 11px;
        left: 4px;
    }

    .carousel-title {
        position: absolute;
        bottom: -13px;
        color: white;
        background: #000000ad;
        text-align: center;
    }

    .short-title {
        width: 158px !important;
    }

    .other-titles h2 {
        font-size: 12px !important;
        padding-left: 5px;
        padding-right: 5px;
    }

    .news-bottom .carousel-title strong {
        line-height: 19px !important;
        font-size: 13px;
        bottom: 30px;
    }

    .news-bottom .carousel-title strong a {
        font-size: 13px;
    }

    .media-body h5 {
        font-size: 16px;
    }

    .media img {
        width: 130px !important;
    }

}

@media screen and (max-width: 380px) {
    .mob-whats i {
        font-size: 26px;
        margin-left: 30px
    }

    #subscribe button {
        right: 38px;
    }

    .news-head h2 {
        font-size: 28px;
        margin-left: 20px !important;
        margin-right: 20px !important;
    }

    .news-head strong {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }

    .news-date {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }

    .content-news p {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }

    .middle-single img {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }

    .other-news {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }

    .line, .also {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }

    .news-photo img {
        height: 238px !important;
    }

    .news-bottom .carousel-title strong {
        width: 151px;
    }
}

/*@media screen and (max-width: 415px){*/
/*    .social-inf li:nth-child(4) {*/
/*        width: 73%;*/
/*    }*/
/*    .edit {*/
/*        flex: 0 0 58.333333%;*/
/*        max-width: 58.333333%;*/
/*    }*/
/*}*/


/*SINGLE PAGE PAGE*/
.media {
    border-bottom: 1px solid gainsboro !important;
    padding-bottom: 15px;
}

.media-body {
    padding: 0 !important;
}

.read a {
    color: black;
}

.read a:hover {
    color: #af0000;
}

.middle .media-body {
    padding-left: 10px !important;

}

.media-body h5 {
    font-size: 17px;
    padding-top: 7px;
    padding-left: 15px;
    padding-right: 15px;
}

.media-body h5 a {
    color: black;
}

.media-body h5 a:hover {
    color: #af0000;
}

.breadcrumb {
    background: white;
    font-size: 12px;
}

.news-head h2 {
    font-weight: bold;
    margin-left: 55px;
    margin-right: 55px;
}

.news-head strong {
    margin-left: 55px;
    margin-right: 55px;
    margin-top: 10px;
    margin-bottom: 20px;
    display: block;
}

.news-photo {
    text-align: center;
}

.source {
    margin-left: 55px;
    margin-right: 55px;
    color: #999;
}

.news-photo img {
    width: 620px;
    /*height: 384px;*/
    object-fit: cover;
}

.edit-banner {
    margin-left: 55px;
    margin-right: 55px;
}

.news-photos img {
    width: 100%;
    height: 233px;
    object-fit: cover;
}

.news-date {
    border-bottom: 1px solid gainsboro;
    padding-bottom: 15px;
    margin-left: 55px;
    margin-right: 55px;
}

.content-news {
    color: #000000;
    font-size: 1.1rem;
}

@media(min-width: 767px) {
    .content-news
    {
        padding-left: 70px;
        padding-right: 70px;
    }
}

.content-news a {
    color: #af0000;
}

.news-date .news-etiket {
    color: white;
    background: #af0000;
    padding: 8px;
    font-size: 14px;
    margin-right: 15px;
}

.middle-single img {
    width: 300px;
    height: 300px;
    float: left;
    margin-right: 21px;
}

.iframe-pad iframe {
    margin-left: 55px;
    margin-right: 55px;
}

.news-date small {
    color: grey;
}

.news-date span a {
    color: black;
}

.zoom {
    border: 1px solid black;
    float: right;
}

.zoom a {
    color: black;
    padding-left: 5px;
    padding-right: 5px;
}

.zoom span:nth-child(1) {
    border-right: 1px solid;
    padding-left: 6px;
    padding-right: 2px;
}

.other-news {
    background: white;
    padding: 10px;
    border-left: 3px solid #af0000;
    margin-top: 15px;
    margin-bottom: 15px;
}

.more-news a {
    color: #007bff;
}

.more-news:hover a {
    color: white;
}

.other-titles {
    color: white;
    background: #af0000;
}

.other-titles h2 {
    font-size: 18px;
    margin-bottom: 0;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.media img {
    width: 170px;
    height: 95px;
    object-fit:cover;
}

.media-body {
    font-size: 14px;
    padding-top: 10px;
    background: white;
    height: auto;
    padding-left: 10px;
}

.same img {
    width: 177px;
    height: 100px;
    float: right;
}

.line {
    border-top: 1px solid gainsboro;
    margin-bottom: 10px;
    margin-top: 10px;
}

.elave h5 {
    color: #999;
    font-size: 17px;
}

.elave strong {
    font-size: 21px;
}

.elave a {
    color: black;
}

.elave a:hover {
    color: #af0000;
}

.also {

}

.right-bar img {
    height: 350px;
    width: 350px;
}

.tags span {
    background: #dcdcdc75;
    padding: 5px;
    margin-right: 5px;
    padding-left: 8px;
    padding-right: 8px;
}

.share i {
    background: #af0000;
    color: white;
    border-radius: 28px;
    width: 29px;
    height: 29px;
    padding-top: 6px;
    text-align: center;
}


.second {
    display: none;
}

.more-2 {
    display: none;
}

.btn-success {
    background: #af0000;
    border-color: #af0000;
}

.btn-success:focus {
    box-shadow: none;
    background: #af0000;
    border-color: #af0000;
}

.btn-success:active {
    box-shadow: none !important;
    background-color: #af0000 !important;
    border-color: #af0000 !important;
}

.btn-success:hover {
    background: darkred;
    border-color: darkred;
}

@media screen and (max-width: 1200px) {
    .share {
        display: block;
        text-align: right;
        margin-top: 8px;
    }
}

@media screen and (max-width: 992px) {
    .right-bar {
        display: none;
    }

    .second {
        display: block;
    }


}

@media screen and (max-width: 768px) {
    .news-photos:nth-child(1) {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 576px) {
    .zoom {
        display: none;
    }

    .news-photo img {
        width: 100%;
        object-fit: unset;
    }

    .share {
        display: block;
        margin-top: 6px;
        text-align: right;
    }

    .elave h5 {
        font-size: 15px;
    }

    .elave strong {
        font-size: 15px;
    }

    .same img {
        width: 100%;
    }

    .more-1 {
        display: none;
    }

    .more-2 {
        display: block;
    }
}

@media screen and (max-width: 380px) {
    .share {
        margin-top: 12px;
        text-align: center;
    }

    .source {
        margin-right: 20px;
        margin-left: 20px;
    }
}

/*SEARCH-RESULT PAGE*/
.result-box {
    background: white;
    padding: 10px;
    height: 102px;
    border-bottom: 1px solid gainsboro;
}

.result-box p {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
    height: 48px;
}

.result-box p a {
    color: black;
}

.result-box p a:hover {
    color: #af0000;
}

.result-date {
    padding-left: 15px;
    padding-top: 7px;
}

.result-date small i:not(.fa-clock,) {
    font-size: 16px;
}

.more {
    float: right;
    padding-right: 15px;
    margin-top: 3px;
}

.more i {
    vertical-align: -1px;
    margin-left: 3px;
}

.page-link {
    color: grey;
}

.page-item:hover a {
    color: #af0000;
}

@media screen and (max-width: 768px) {
    .result-box p {
        font-size: 13px;
    }
}

@media screen and (max-width: 576px) {
    .result-box p {
        height: 63px;
    }

    .result-box {
        height: 115px;
    }
}

@media screen and (max-width: 400px) {
    .result-box p {
        font-size: 12px;
    }
}


/*LOGO PAGE*/
.logo-page img {
    width: 100%;
}

.download a {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: white;
    background: #2196F3;
    padding-top: 5px;
    padding-bottom: 5px;
}

.download a:hover {
    background: #1284de;
}

/*CERTIFICATES PAGE*/
.light-img img {
    width: 100%;
    height: 450px;
}

/*CONTACT PAGE*/
.apply-form {
    background: white;
    padding: 10px;
}

#first input::placeholder {
    font-size: 13px;
}

#first textarea::placeholder {
    font-size: 13px;
}

#first input {
    margin-bottom: 15px;
    vertical-align: -2px;
}

#first input:not([type="radio"]) {
    height: 40px;
}

.radio-left {
    display: inline-block;
    border-right: 1px solid gainsboro;
    padding-right: 25px;
}

.radio-right {
    display: inline-block;
    padding-left: 20px;
}

.radio-left label, .radio-right label {
    font-size: 13px;
}

#first button {
    margin-left: 119px;
}

.adress {
    background: white;
    padding: 15px;
    border-left: 3px solid #af0000;
}

.adress i {
    color: #af0000;
    font-size: 17px;
    margin-right: 5px;
    margin-left: 20px;
}

.map iframe {
    height: 370px;
}

@media screen and (max-width: 992px) {
    .unvan {
        margin-top: 15px;
    }
}

/*FAQ PAGE*/
.accordion-toggle:after {
    font-family: 'FontAwesome';
    content: "\f078";
    float: right;
    margin-top: 6px;
    margin-left: 5px;
}

.accordion-opened .accordion-toggle:after {
    content: "\f054";
}

.accordion-group {
    background: white;
    padding: 10px;
}

.accordion-inner {
    border-top: 1px solid gainsboro;
    padding-top: 10px;
    margin-top: 10px;
}


/*BANNER_ORDER PAGE*/

.booking {
    padding-left: 200px;
    padding-right: 200px;
}

.order-head {
    background: white;
    padding-left: 25px;
    padding-right: 25px;
}

.order-head h4 {
    font-weight: bold;
}

.mt-8 {
    margin-top: 8px;
}

.mt-7 {
    margin-top: 7px;
}

label {
    font-size: 14px;
}

.choose {
    border: 1px solid gainsboro;
    padding: 5px;
    border-radius: 5px;
    padding-bottom: 7px;
    padding-top: 6px;
    text-align: center;
}

.choose input {
    width: 15px;
    height: 15px;
    vertical-align: -2px;
}

@media screen and (max-width: 1200px) {
    .date-inp {
        padding-top: 19px;
    }
}

@media screen and (max-width: 992px) {
    .booking {
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media screen and (max-width: 768px) {
    .booking {
        padding-left: 50px;
        padding-right: 50px;
    }
}
.tags span
{
    margin-bottom: 10px;
    display: inline-block;
}
@media screen and (max-width: 576px) {
    .booking {
        padding-left: 10px;
        padding-right: 10px;
    }

    .total iframe
    {
        width: auto !important;
    }
    .sponsor-mob figcaption h5 {
        font-size: 12px!important;
        line-height: normal;
    }
    .pagination
    {
        flex-wrap: wrap;
    }
    .sponsor-mob img
    {
        height: 92px !important;
        object-fit: cover;
    }
}

/*ABOUT PAGE SECTION*/
.about-content {
    padding-left: 45px;
    padding-right: 45px;
}

@media screen and (min-width: 998px) {
    .owl-carousel .owl-item img {
        height: 173px;
    }

}
