@media screen and (min-width: 700px) {
    .mobile-only {
        display: none !important;
    }

    .rts-contact-info .contact-information .single-contact {
        height: 270px;
    }

    .pop-banner-wrapper {
        position: relative;
        cursor: pointer;
    }

    .pop-banner-wrapper .rts-theme-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: .4s opacity ease-in-out;
    }

    .pop-banner-wrapper:hover .rts-theme-btn {
        opacity: 1;
    }

    .pop-banner-wrapper::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        pointer-events: none;
        background-color: rgb(0, 0, 0, .5);
        opacity: 0;
        transition: .4s opacity ease-in-out;
    }

    .pop-banner-wrapper:hover::before {
        opacity: 1;
    }

    .rts-section-padding {
        padding: 80px 0;
    }

    .contact-panel {
        display: none;
    }

    .feed-item {
        height: 200px;
    }

    .navigation__menu--item ul.submenu, .navigation__menu--item .sub__style {
        min-width: 450px;
        padding: 10px 0;
    }

    .navigation__menu--item .sub__style li::before {
        content: "";
        position: absolute;
        width: 90%;
        left: 50%;
        bottom: -5px;
        transform: translateX(-50%);
        height: 1px;
        background-color: #e0e0e0;
    }

}

/*FULLHD RES AND MORE*/
@media screen and (min-width: 1900px) {
    .banner.v__2 .banner__wrapper .banner__slides--container.banner__height {
        height: 930px;
    }
}

/*DEFAULT LAPTOPS 1366px*/
@media screen and (min-width: 900px) and (max-width: 1800px) {
    .banner.v__2 .banner__wrapper .banner__slides--container.banner__height {
        height: 890px;
    }
}


@media screen and (max-width: 700px) {
    .pc-only {
        display: none !important;
    }

    .header__logo--link img {
        width: 170px;
    }

    .header__sticky.fixed .header__logo--link img {
        width: 60px;
    }

    .feed-item {
        height: 110px;
    }

    .submit-btn i {
        font-size: 15px !important;
    }

    .footer {
        padding: 40px 0;
    }

    .footer__widget--description {
        max-width: unset;
        padding-inline: 2rem;
    }

    .footer__widget--social .social {
        justify-content: center;
    }

    .footer__widget:first-child {
        text-align: center;
    }

    .map-btn-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .pop-banner-wrapper {
        margin-bottom: 20px;
    }

    .banner.v__2 .banner__wrapper .banner__slides--container.banner__height {
        height: 640px;
    }

    .header.v__2 .container-fluid {
        padding: 0 10px 0;
    }

    .pb-sm-80 {
        padding-bottom: 80px !important;
    }

    .pt-sm-80 {
        padding-top: 80px !important;
    }

    .pb-sm-60 {
        padding-bottom: 60px !important;
    }

    .pt-sm-60 {
        padding-top: 60px !important;
    }

    .pb-sm-40 {
        padding-bottom: 40px !important;
    }

    .pt-sm-40 {
        padding-top: 40px !important;
    }

    .pb-sm-20 {
        padding-bottom: 20px !important;
    }

    .pt-sm-20 {
        padding-top: 20px !important;
    }

    .contact-panel {
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        display: flex;
        z-index: 90;
        opacity: .9;
    }

    a.contact-panel-item {
        width: 50%;
        padding-inline: 20px;
        background-color: #274181;
        color: #fff;
        font-size: 1.8rem;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: .3rem;
        padding-block: .7rem;
    }

    a.contact-panel-item span {
        font-size: 1.2rem;
    }

    a.wp-btn {
        background-color: #39a91e;
        color: #fff;
    }

    .wp-pc-btn {
        display: none;
    }

    .konum iframe {
        height: 270px;
    }

}