@media (min-width: 1199px) {
    .container-1500 {
        max-width: 1300px;
    }
}

@media (min-width: 992px) {
    .lg-pr-4 {
        padding-right: 1.5rem;
    }

    #mobil_sec {
        display: none;
    }
}

@media (max-width: 991px) {
    html {
        font-size: var(--mobile-font-size);
    }

    .nav-breadcrumb{
        display: none;
    }

    .sn-links {
        display: none;
    }

    .main-banner {
        padding-top: 250px;
    }
    
    .main-slider-buttons{
        transform: none;
        top: 80px;
    }

    .main-slider-items {
        position: relative;
        margin-top: 10px;
        top: 0;
        left: 0;
        width: 100%;
    }




    .sn-lang i {
        font-size: 3rem;
    }

    .sn-money>a {
        font-size: 1.2rem;
    }

    .row-padding {
        padding: .75rem;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        top: 19px !important;
    }

    .slide-desc {
        top: 200px
    }
    
    .whatsapp-fixed{
        bottom: 5px;
    }
    .phone-fixed{
        bottom: 5px;
    }

    .slide-desc .title {
        font-size: 36px;
    }

    .slide-desc .desc{
        font-size: 16px;
    }

    .search-group>input {
        border: solid 1px rgba(0, 0, 0, 0.2);
    }
    .showcase-form .main-btn{
        background: #c12f2f;
        color: #424242;
        width: 50%;
    }
    
    .mobile-submit{
        justify-content: center;
        display: flex;
    }
    .showcase-form .main-btn,
    .showcase-form .passenger-select {
        height: 50px;
    }

    .mobile-reverse {
        flex-direction: column-reverse;
    }

    .sidebanner-desc {
        align-items: center;
        text-align: center;
    }

    .sidebanner-desc>.main-title:before,
    .sidebanner-desc>.main-title:after {
        left: 50%;
        transform: translate(-50%, 0);
    }

    .sn-logo img {
        width: 280px;
    }

    .site-nav {
        padding: 10px;
        margin: 10px 0;
    }    
    .mb-top-2{
        margin-top: 10px !important;
    }

    .yolcu-select {
        display: flex;
        width: 100%;
        font-size: 1.1rem;
        font-weight: var(--font-medium);
        color: var(--input-color);
        height: 50px;
        padding: var(--input-padding);
        border: solid 1px rgba(0, 0, 0, 0.2);
        padding-left: 35px;
        justify-content: flex-start;
        margin-bottom: 20px;
    }

    .main-slider-area {
        border-bottom: none;
        box-shadow: none;
    }

    .yolcu-select>span>i {
        position: absolute;
        top: 15px;
        left: 26px;
    }

    .dropdown-toggle::after {
        position: absolute;
        left: unset;
        top: 24px;
    }


    .nt-lang>a {
        font-size: 16px;
    }

    .site-nav-flex {
        justify-content: center;
    }


    /* .selection {
        padding: 0px 15px 0px 15px;
    } */

    .passenger-menu {
        transform: translate(-18%, 10.5%) !important;
    }

    .vehicle-item>.img>div>img {
        left: 15px;
    }

    .passenger-menu.show {
        width: 20rem;
    }
    .modal-content {
        width: 90%;
    }
}

@media (max-width: 767px) {}

@media (max-width: 575px) {}