@media(min-width: 575px){
    ul.li-list {
        column-count: 2;
    }
}
@media (min-width: 991px){
    .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media (min-width: 1200px){
    .container {
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width:1400px){
    .container{
        max-width: 1320px;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
}
/* @media css */
@media (min-width: 1420px){
    .inner-page-banner {
        height: 610px;
    }
}
@media (min-width: 1500px){
    .container {
        max-width: 1380px;
    }
    .header-top .container {
        max-width: 100%;
        padding: 0 50px;
    }

    body {
        font-size: 16px;
        line-height: 36px;
    }
    .inner-banner-bg {
        background-position: top center;
    }
    .home-banner .banner-title {
        font-size: 50px;
    }
    .header-contact-info a {
        font-size: 16px;
    }
    .banner-contact-form-wrap {
        max-width: 80%;
    }
    .inner-banner-section {
        padding-top: 104px;
        padding-bottom: 104px;
    }
    .section-pd {
        padding: 100px 0;
    }
}

@media (min-width: 1600px){
    .header-top .container {
        padding: 0 30px;
    }
    .menu-top li a {
        font-size: 15px;
    }
    .header-btn .btn {
        min-width: 280px;
        padding: 18px 16px;
        font-size: 16px;
    }

    .home-banner .banner-title {
        font-size: 52px;
    }
    .header-contact-info {
        min-width: 214px;
    }
    .header-contact-info a {
        font-size: 20px;
        padding-left: 40px;
    }
    ul.menu-top li {
        margin-left: 13px;
    }
    ul.menu-top > li.menu-item-has-children {
        margin-right: 13px;
    }
}

@media (min-width: 1700px){
    .header-top .container {
        padding: 0 70px;
    }
    .inner-page-banner {
        height: 700px;
    }
    .home-banner .container {
        max-width: 1600px;
    }
    .home-banner .banner-title {
        font-size: 60px;
    }
}

@media (min-width: 1800px) {
    .banner-content p {
        font-size: 20px;
    }
    ul.menu-top li {
        margin-left: 18px;
    }
    ul.menu-top > li.menu-item-has-children {
        margin-right: 18px;
    }
}
@media (min-width: 1900px) {
    .home-banner .container {
        max-width: 1830px;
    }
    .home-banner .banner-title {
        font-size: 70px;
    }
}
@media (max-width: 1399px){
    .home-banner {
        background-position: left;
    }
    ul.menu-top li .sub-menu li a {
        font-size: 14px;
        padding: 8px 15px;
    }
    ul.menu-top > li.menu-item-has-children {
        margin-right: 12px;
    }
}
@media (max-width: 1300px){
    body {
        padding-top: 94px;
    }
    ul.menu-top > li.menu-item-has-children {
        margin-right: 12px;
    }
    ul.menu-top li {
        margin-left: 8px;
    }
    .menu-top li a {
        padding: 35px 0px;
        font-size: 11px;
        line-height: 23px;
    }
    .header-contact-info {
        margin-top: 0;
        top: 0;
        width: auto;
        padding-left: 15px;
        padding-right: 15px;
        min-width: 160px;
    }
    .header-contact-info a {
        margin-left: 0;
        font-size: 14px;
        padding: 7px 0;
        padding-left: 30px;
        background-size: 24px;
        background-position: 1px center;
        min-width: 150px;
    }

    .header-btn .btn {
        min-width: 180px;
        padding: 17px 14px;
        font-size: 10px;
    }
}

@media (max-width: 1199px){
    body {
        padding-top: 75px;
    }
    .header-top .container {
        max-width: 100%;
    }
    .menu-top {
        display: none;
    }

    .logo-wrapper a {
        max-width: 235px;
    }
    .nav-menu-wrapper {
        display: none;
    }

    .header-top .header-left-logo {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .header-top .container {
        max-width: 100%;
        padding-right: 15px;
    }

    .mobile-search-bar {
        margin-left: 5px;
    }
    .header-contact-info a {
        margin-left: 0;
        font-size: 18px;
        background-size: auto;
        background-position: 0px center;
        padding-left: 36px;
        padding-right: 10px;
    }
    .header-contact-info {
        margin-top: 0;
        display: flex;
        align-items: center;
        width: 196px;
        padding-left: 5px;
        padding-bottom: 0;
    }
    ul.menu-top li {
        margin-left: 7px;
    }
    .menu-top li a {
        padding: 26px 0;
        font-weight: 300;
        font-size: 11px;
        line-height: 23px;
    }
    .header-contact-info a span {
        display: none;
        font-size: 0px;
    }

    .title, .heading {
        font-size: 36px;
        line-height: 50px;
    }
    h2 {
        font-size: 34px;
        line-height: 46px;
    }
    h3 {
        font-size: 30px;
        line-height: 40px;
    }
    h4 {
        font-size: 24px;
        line-height: 34px;
    }
    h5 {
        font-size: 20px;
        line-height: 30px;
    }
    h6 {
        font-size: 16px;
        line-height: 26px;
    }
    /* header mobile menu */
    .mobile-search-bar {
        height: 38px;
        width: 38px;
        margin-right: 10px;
        margin-left: 0;
        padding: 0;
        border: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mobile-header-sec {
        display: flex;
        align-items: center;
    }
    .menu-wrap {
        background-color: #ffffff;
        position: fixed;
        top: 0;
        height: 100%;
        width: 100%;
        right: -100%;
        font-size: 1em;
        font-weight: 700;
        overflow: auto;
        transition: .5s;
        z-index: 12;
        display: flex;
        justify-content: center;
    }

    .menu-full-wrapper {
        width: 100%;
        position: relative;
    }
    .menu-show {
        right: 0;
        box-shadow: none;
        display: block;
        max-width: 100%;
    }
    .menu-sidebar {
        margin: 0;
        position: relative;
        top: 0;
        width: 100%;
        margin-left: auto;
        padding-top: 70px;
    }
    .menu-bar-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }
    .menu-sidebar .menu-bar-wrapper li {
        flex: 0 0 100%;
        max-width: 100%;
        position: relative;
        margin: 0;
        border: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.14);
        padding: 0;
    }
    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu li:first-child {
        border-top: 1px solid rgba(184, 184, 184, 0.13);
    }

    .menu-sidebar .menu-bar-wrapper li:last-child{
        border: none;
    }

    .menu-sidebar .menu-bar-wrapper li > a {
        color: var(--bs-black);
        font-weight: normal;
        padding: 7px 20px;
        position: relative;
        display: block;
        font-weight: 400;
        font-size: 16px;
    }

    .menu-sidebar .menu-bar-wrapper li > a:hover::after {
        opacity: 1;
    }

    .menu-sidebar .menu-bar-wrapper li > a:hover {
        background-color: var(--bs-blue);
        color: #fff;
        width: 100%;
    }

    .menu-sidebar .menu-bar-wrapper li > a:hover::after {
        opacity: 1;
    }

    .menu-sidebar .menu-bar-wrapper li.current-menu-item > a {
        font-weight: 500;
        background-color: var(--bs-blue);
        color: #fff;
        width: 100%;
    }

    .menu-sidebar .menu-bar-wrapper li.current-menu-item.menu-item-23 ul li a {
        background: none;
    }

    .menu-sidebar .menu-bar-wrapper li.current-menu-item > a + .sidebar-menu-arrow::after{
        color: #0e2743;
    }

    .menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children>.nav-link {
        font-weight: 500;
        color: #fff;
        width: 100%;
        background-color: var(--bs-blue);
    }
    .menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children> a + .sidebar-menu-arrow::after {
        background-image: url(../img/arrow-white-down.svg);
    }
    .current-menu-ancestor>.nav-link{
        font-weight: 500;
        color: #fff;
        width: 100%;
    }

    .menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children>.nav-link + .sidebar-menu-arrow::after {
        background-image: url(../img/arrow-white-down.svg);
    }

    .menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children>.nav-link::after {
        opacity: 1;
    }

    .menu-sidebar .menu-bar-wrapper .menu-item-has-children {
        position: relative;
    }

    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sidebar-menu-arrow {
        position: absolute;
        right: 0;
        top: 0;
        height: 44px;
        width: 44px;
    }

    .menu-sidebar .menu-bar-wrapper li#menu-item-328.menu-item-has-children .sidebar-menu-arrow {
        width: 100%;
    }

    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu {
        display: none;
        background: none;
    }

    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0px;
    }

    .menu-sidebar .menu-bar-wrapper li .sub-menu li a {
        font-size: 16px;
        padding-left: 30px;
    }
    .menu-sidebar .menu-bar-wrapper li .sub-menu li a br, .menu-sidebar .menu-bar-wrapper li a br {
        display: none;
    }

    .menu-sidebar .menu-bar-wrapper li .sub-menu li ul li a {
        padding-left: 50px;
    }
    .menu-sidebar .menu-bar-wrapper li .sub-menu li ul li ul li a {
        padding-left: 65px;
    }

    .menu-sidebar .menu-bar-wrapper li .sub-menu .sidebar-menu-arrow::after {
        padding: 0 10px;
        font-size: 16px;
    }

    .sidebar-menu-arrow::after {
        cursor: pointer;
        content: "";
        position: absolute;
        top: 0px;
        margin: auto;
        bottom: 0px;
        right: 0;
        background-size: 14px;
        background-repeat: no-repeat;
        background-image: url(../img/arrow-black-down.svg);
        background-position: center;
        height: 40px;
        width: 40px;
    }
    .sidebar-menu-arrow::after {
        pointer-events: none;
        opacity: 1;
    }
    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sidebar-menu-arrow.responsive-up-arrow::after {
        transform: rotate(180deg);
        display: block;
    }
    .sidebar-menu-arrow:hover::after {
        background-image: url(../img/arrow-black-down.svg);
    }
    .menu-sidebar .menu-bar-wrapper li a:hover + .sidebar-menu-arrow::after {
        background-image: url(../img/arrow-white-down.svg);
    }
    .menu-sidebar .menu-bar-wrapper li.current-menu-item > a + .sidebar-menu-arrow::after {
        background-image: url(../img/arrow-white-down.svg);
    }
    .menu-sidebar .menu-bar-wrapper li .sub-menu li a::after{
        display: none;
    }
    .menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children>a {
        font-weight: 500;
        width: 100%;
        background-color: var(--bs-blue);
        color: #fff;
    }
    /*Hamburger Button*/
    .menu-button:hover {
        cursor: pointer;
    }
    .menu-button {
        height: 44px;
        width: 44px;
        position: relative;
        z-index: 12;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background: var(--bs-blue);
    }

    .menu-button .menu-bar {
        position: relative;
        border-radius: 0px;
        width: 25px;
        transition: .5s;
        opacity: 1;
        display: block;
        height: 2px;
        background: #fff;
        margin-top: 6px;
        text-align: center;
    }
    .menu-button .menu-bar-middle  {
        width: 25px;
    }
    .menu-button .menu-bar-top {
        margin: 0;
    }
    header#header.small-header .menu-button .menu-bar {
        background: #fff;
    }

    header#header.small-header .menu-button.button-open .menu-bar {
        background: #fff;
    }

    .menu-button.button-open .menu-bar-top, .menu-button.button-open .menu-bar-bottom, .menu-button.button-open .menu-bar-middle {
        border-color: #ffffff;
    }
    .button-open {
        z-index: 16;
    }
    .menu-button.button-open {
        background: var(--bs-blue);
        z-index: 13;
        top: 0;
        position: relative;
        width: 44px;
        border: transparent;
        height: 44px;
        align-items: center;
    }
    .button-open .menu-bar {
        opacity: 1;
    }
    .button-open .menu-bar-top {
        border-color: #fff;
        transform: rotate(45deg) translate(8px, 8px);
        transition: .5s;
    }
    .button-open .menu-bar-middle {
        background-color: #fff;
        transform: translate(230px);
        transition: .1s ease-in;
        opacity: 0;
    }

    .button-open .menu-bar-bottom {
        border-color: #fff;
        transform: rotate(-45deg) translate(5px, -5px);
        transition: .5s;
        right: 0;
    }
    .menu-button.button-open .menu-bar-top {
        border-color: #ffffff;
        width: 60%;
        top: -2px;
        background: #fff;
    }
    .menu-button.button-open .menu-bar-bottom {
        border-color: #ffffff;
        width: 60%;
        background: #fff;
    }
    .menu-wrap {
        width: 50%;
    }
    .menu-show {
        max-width: 50%;
    }
    /*mobile menu css end*/

    .nap-address-info, .nap-address-info a, .nap-address-info *, .nap-contact-info .phoneno, .nap-time-info {
        font-size: 14px;
    }
    .nap-address-info .direction-link {
        font-size: 14px;
    }
    .nap-address-info .location-center {
        background-position: 0 4px;
        background-size: 26px;
        padding-left: 34px;
    }
    .nap-contact-info .phoneno span {
        font-size: 14px;
    }
    .nap-contact-info .phoneno {
        background-size: 26px;
        padding-left: 34px;
    }
    .time-and-day-info {
        background-size: 26px;
        padding-left: 34px;
    }
    .time-and-day-info .time-info {
        font-size: 14px;
    }
    .footer-sec ul li a {
        font-size: 14px;
    }
    .footer-info p {
        font-size: 14px;
    }
    .telemedicine-section .care-photo-inner img {
        height: 229px;
    }
    .telemedicine-section .care-btn {
        line-height: 1.3;
    }
}

@media (max-width: 991px) {
    body {
        padding-top: 100px;
    }
    .blog-post-list > .row.g-4 {
        justify-content: center;
    }
    .post-and-content-box .post-image a {
        height: 200px;
    }
    .sidebar {
        margin-top: 50px;
    }
    .sidebar .widget.searchitem {
        display: none;
    }
    .mobile-search-blog, .mobile-search-blog .sidebar .widget.searchitem {
        display: block;
    }
    .mobile-search-blog .sidebar .searchitem {
        margin-bottom: 40px;
    }
    .menu-sidebar {
        padding-top: 110px;
    }
    .menu-wrap {
        width: 100%;
    }
    .menu-show {
        max-width: 100%;
    }
    .menu-logo-wrapper {
        opacity: 1;
        pointer-events: all;
    }
    .footer-social-sec {
        margin-top: 50px;
        width: 100%;
        position: relative;
        justify-content: center;
        margin-bottom: 20px;
    }
    .section-pd {
        padding: 50px 0;
    }
    .home-blog-info .blog-link {
        font-size: 11px;
        line-height: normal;
        padding: 12px 12px;
    }
    .title, .heading {
        font-size: 30px;
        line-height: normal;
    }

    .menu-footer li {
        padding: 0 10px;
    }
    .menu-footer li a {
        font-size: 14px;
    }
    .nap-postal-address-wrapper .nap-title, .selected-single-nap .nap-title {
        font-size: 16px;
    }
    .nap-address-info {
        font-size: 14px;
        letter-spacing: 0;
    }
    .location-center .direction-link, .nap-contact-info .phoneno {
        font-size: 14px;
    }
    .list-two-col ul li {
        width: 100%;
    }
    .list-two-col ul.wp-block-list, .list-two-col ul {
        gap: 0;
    }
    .location-row-wrap .nap-map-location {
        height: 100%;
        margin-top: 20px;
    }
    .contact-maps-wrap iframe {
        width: 100%;
        height: 360px;
    }
    .map_tab_container {
        width: 100%;
        bottom: 0;
        position: relative;
    }
    .tab-row.map-listing-row {
        margin: 0;
        padding: 0;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        overflow: hidden;
        max-width: 100%;
    }
    .tab-row.map-listing-row .map-data {
        position: relative;
        width: 50%;
    }
    .single-patient-info {
        padding: 0 5px;
        font-size: 12px;
    }
    .normal-btn {
        padding: 10px 14px;
        min-width: 70px;
    }
    .single-gallery-content .single-post-content img {
        height: 300px;
    }
    .static-page-details iframe {
        height: 400px;
    }
    .page-template-template-bio {
        padding-top: 40px;
    }
    .ipad-d-none {
        display: none;
    }
    .m-doc-image {
        display: block;
    }
    .header-aside-col {
        align-items: center;
        display: flex;
        justify-content: flex-end;
    }
    .mobile-header-sec {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mobile-search-bar {
        height: 28px;
        width: 34px;
        margin-right: 8px;
        justify-content: center;
    }
    .mobile-search-bar .white-search-icon {
        background-size: contain;
    }
    .mobile-search-bar {
        height: 28px;
        width: 34px;
        margin-right: 8px;
        margin-left: 0;
        padding: 0;
        border: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .nap-address-info, .nap-address-info a, .nap-address-info *, .nap-contact-info .phoneno, .nap-time-info {
        font-size: 13px;
    }
    .left-side-image img, .right-side-image img {
        border: none;
    }
    .right-side-image {
        order: 1;
    }
    .left-side-content {
        order: 2;
    }
    .sidebar.form-sidebar .widget.searchitem {
        margin-top: 50px;
    }
    div#meet-our-team {
        padding-top: 0;
    }
}
@media (max-width: 767px) {
    body {
        padding-top: 88px;
    }
    .container, .container-sm {
        max-width: 100%;
    }
    .inner-banner-section .inner-banner-title {
        font-size: 34px;
    }
    .page-template-default .heading {
        font-size: 36px;
    }

    .btn {
        min-width: 120px;
        font-size: 13px;
    }
    .cta-button-section .cta-button .btn {
        margin-right: 10px;
    }
    .cta-button-section .cta-button .btn:last-child {
        margin-right: 0px;
    }
    .telemedicine-section .care-photo-inner img {
        height: 330px;
    }
    .logo-wrapper a {
        max-width: 200px;
    }
    .header-top .header-left-logo {
        padding-bottom: 0;
        padding-top: 0;
    }
    .menu-button {
        height: 44px;
    }
    .header-contact-info {
        display: inline-block;
        width: auto;
        margin: 0;
        padding: 0;
        margin-right: 15px;
        min-width: 44px;
    }

    .header-contact-info a {
        margin-left: 0;
        font-size: 0;
        background-size: auto;
        background-position: center;
        padding: 0px;
        min-width: auto;
        height: 44px;
        width: 44px;
        max-width: inherit;
    }
    header#header {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    header#header.small-header {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    h2 {
        font-size: 30px;
        line-height: 40px;
    }
    h3 {
        font-size: 26px;
        line-height: 36px;
    }

    h4 {
        font-size: 22px;
        line-height: 32px;
    }
    h5 {
        font-size: 18px;
        line-height: 28px;
    }
    h6 {
        font-size: 14px;
        line-height: 24px;
    }
    .nap-address-info, .nap-address-info a, .nap-address-info *, .nap-contact-info .phoneno, .location-center .direction-link, .nap-contact-info .phoneno, .nap-fax-info {
        font-size: 14px;
    }
    .post-and-content-box .post-image a {
        height: auto;
    }
    .sidebar {
        margin-top: 50px;
    }
    h1 {
        font-size: 36px;
        line-height: 1.3;
    }
    h2 {
        font-size: 32px;
        line-height: 1.3;
    }
    h3 {
        font-size: 26px;
        line-height: 1.3;
    }
    h4 {
        font-size: 22px;
        line-height: 1.3;
    }
    h5 {
        font-size: 18px;
        line-height: 1.3;
    }
    h6 {
        font-size: 14px;
        line-height: 1.3;
    }
    /* home footer section */
    .main-footer {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .m-address-col {
        margin-bottom: 30px;
        text-align: center;
    }
    .nap-address-info .location-center {
        background-position: center 0;
        padding-left: 0;
        padding-top: 30px;
    }
    .time-and-day-info {
        background-position: center 0;
        padding-left: 0;
        padding-top: 30px;
    }
    .left-image-content.bg-color-sec .container .row .right-side-content .fullwidth {
        padding: 10px 20px;
        padding-bottom: 50px;
        padding-top: 0;
    }
    .right-image-content.bg-color-sec .container .left-side-content .fullwidth {
        padding: 50px 20px;
    }
    body .ti-widget[data-layout-id='4'][data-set-id='ligth-border'] .ti-controls-line {
        background: rgba(255, 255, 255, 0.35);
    }
    body .ti-widget[data-layout-id='4'][data-set-id='ligth-border'] .ti-controls-line .dot {
        background: #ffffff;
    }
    .about-info-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 575px) {
.default-parent-child-section ul li a {
    display: block;
    font-size: 16px;
}
.default-parent-child-section ul li {
    width: 100%;
}
    header#header {
        min-height: 87px;
        display: flex;
        align-items: center;
    }
    .telemedicine-section .care-photo-inner img {
        height: 100%;
    }
    .single-team-image {
        float: none;
        width: 100%;
        max-width: 280px;
        margin: 0 auto 25px auto;
    }

    .team-detail-wrap {
        padding: 25px;
    }

    .single-attorney-name {
        font-size: 1.6rem;
    }
    .footer-sec {
        text-align: center;
    }
    .m-footer-common {
        margin-top: 30px;
        margin-bottom: 0;
    }
    .cta-button-section .cta-button .btn {
        margin-right: 0;
        width: 100%;
        margin-top: 10px;
    }
    .cta-button-section .cta-button .btn:first-child {
        margin-top: 0px;
    }
    .accordion-detail .accordion-item .accordion-header .accordion-button {
        font-size: 18px;
    }
    .team-row-list .col {
        display: flex;
    }
    .team-member {
        height: 100%;
    }
    .team-row-list .col a {
        display: block;
        height: 100%;
        width: 100%;
    }
}
@media (max-width: 567px){
    .single-post-content img, .static-page-details img {
        padding: 5px;
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }
    .team-row-list .col {
        width: 100%;
    }
    .footer-left-side {
        margin-bottom: 10px;
    }
}

@media (max-width: 480px){
    .telemedicine-section .care-photo-frame{
        margin-bottom: 12px;
    }
    .btn {
        width: 100%;
    }
    .page-template-default .heading {
        font-size: 28px;
    }
}
@media (max-width: 380px) {
    .title, .heading {
        font-size: 26px;
        line-height: normal;
    }
    .footer-contact-form .fullwidth.mb-5 {
        margin-bottom: 10px !important;
    }
    .header-contact-info {
        margin-right: 10px;
    }
    .mobile-search-bar {
        height: 34px;
        width: 34px;
        margin-right: 0px;
        margin-left: 0;
    }
    .review-info-wrap .page-button a.btn {
        font-size: 12px;
    }
}

@media (max-width: 300px) {
    body {
        font-size: 14px;
        line-height: 24px;
    }
    .logo-wrapper a {
        max-width: 140px;
    }
    .title, .heading {
        font-size: 22px;
        line-height: normal;
    }
    .testimonial-item p {
        font-size: 16px;
        line-height: 28px;
    }
}
@media (min-width: 768px) and (max-width: 991px) and (orientation: landscape) {
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {

}