@media (min-width:1800px) {
    .swiper {
        height: auto;
    }
}

@media (min-width:1500px) {
    .lines-wrap {
        background-position-y: 60%;
    }

    .fluid_px_2p {
        padding-left: 2%;
        padding-right: 2%;
    }
}

@media (max-width:1024px) {
    .col-half {
        width: 60%;
    }

    .btn-dark {
        padding: 10px 30px;
        margin-bottom: 15px;
        font-size: 14px;
        margin-right: 5px !important;
    }

    .btn-grey {
        padding: 10px 30px;
        margin-bottom: 15px;
        font-size: 14px;
    }

    .row-tags {
        width: 100%;
    }

    .lines-wrap {
        background-position-y: 50%;
    }

    .lines-wrap .container {
        padding-bottom: 0;
    }
}

@media only screen and (max-width:1100px) {
    header .main-menu {
        margin: 5px 0 0;
    }

    header ul.info {
        display: flex;
        align-items: center;
    }

    header ul.info li {
        margin-right: 3px;
    }

    header ul li a {
        font-size: 11px;
        font-weight: 500;
        letter-spacing: 0;
    }

    header ul.info li.chat a {
        font-size: 11px;
        font-weight: 600;
    }

    header ul.info li.chat a {
        font-size: 11px;
        font-weight: 600;
    }
}


@media only screen and (max-width:991px) and (min-width:0px) {
    .logoListing ul li label {
        display: none;
    }

    h2 {
        font-size: 20px;
    }

    /* section {
        padding: 30px 0;
    } */
    p {
        font-size: 13px;
    }

    section {
        overflow: hidden;
    }

    .our-banner h2 {
        font-size: 20px;
        margin: 0 0 10px;
        line-height: 26px;
        margin-top: 10px;
    }

    .our-banner {
        padding: 0;
        height: auto;
        /* margin-top: 150px; */
    }

    .our-banner p {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .our-banner .caption {
        top: 30px;
        align-items: center;
        justify-content: center;
    }

    .home-banner img {
        height: 250px;
        object-fit: cover;
    }

    .our-banner a {
        font-size: 14px;
    }

    .menu li a:before {
        display: none;
    }

    .menu-bottom span:nth-child(2) {
        width: 70%;
    }

    .menu-bottom span:last-child {
        margin-bottom: 0;
    }

    .menu-bottom {
        width: 40px;
        height: 40px;
        padding: 5px;
        float: right;
        position: absolute;
        z-index: 999999;
        cursor: pointer;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        right: 15px;
        top: -30px;
    }

    .menu-bottom span {
        height: 3px;
        background: #dd1501;
        display: block;
        width: 100%;
        margin-bottom: 6px;
        position: relative;
    }

    .main-menu {
        margin: 0;
        overflow: auto;
        position: fixed;
        right: -100%;
        width: 100%;
        top: 0;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        background: -moz-linear-gradient(281deg, #1a1c4b 0, #1a1c4b 1%, #033c92 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1a1c4b), color-stop(1%, #1a1c4b), color-stop(100%, #033c92));
        background: -webkit-linear-gradient(281deg, #1a1c4b 0, #1a1c4b 1%, #033c92 100%);
        background: -o-linear-gradient(281deg, #1a1c4b 0, #1a1c4b 1%, #033c92 100%);
        background: -ms-linear-gradient(281deg, #1a1c4b 0, #1a1c4b 1%, #033c92 100%);
        background: linear-gradient(169deg, #2b156a 0, #2b156a 1%, #190d3c 100%);
        height: 100%;
        z-index: 9999;
        padding-top: 20px;
    }

    .main-menu ul {
        padding: 0;
        width: 100%;
    }

    .menu li {
        display: block !important;
        margin: 0;
        padding: 0;
        width: 100%;
        border-bottom: 1px solid #ffffff9c;
        position: relative;
        text-align: left;
    }

    .menu li a {
        font-size: 14px !important;
        color: #fff !important;
        font-weight: 400 !important;
        padding: 8px 10px;
        display: inline-block;
        letter-spacing: .5px;
        text-align: left;
        margin-bottom: 0;
        text-transform: uppercase;
    }

    header .menu {
        opacity: 0;
    }

    header .logo img {
        max-width: 50%;
    }

    header .logo {
        max-width: 40%;
    }

    header .second-menu {
        margin: 0;
        padding: 0;
        background: 0 0;
    }

    header .main-menu {
        margin: 0;
    }

    header ul.info li img {
        max-width: 20px;
        margin-right: 0;
    }

    header ul.info li.chat a {
        font-size: 16px;
        font-weight: 500;
    }

    header ul.info li a {
        font-size: 16px;
        font-weight: 500;
    }

    header ul.info {
        text-align: center;
        border-top: 1px solid #e0e0e0;
        padding-top: 11px;
        margin-top: 10px;
        display: none;
    }

    header .container:nth-child(2) {
        display: none;
    }

    .menu-bottom {
        position: absolute;
        right: 0;
        top: 0;
    }

    .common-heading h2,
    .common-heading>span {
        text-align: center;
    }

    .pad-tb {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .swanky_large_heading {
        font-size: 38px;
    }

    section.boxsection h2 {
        font-size: 22px;
    }

    section.boxsection h5 {
        font-size: 17px;
    }

    section.boxsection {
        padding: 2em 00;
    }

    section.boxsection .box {
        min-height: unset;
    }

    span.hd-border {
        display: none;
    }

    .h6-line {
        font-size: 14px;
        margin-bottom: 9px;
    }

    section.happy-clients:after {
        z-index: -1;
        clear: both;
    }

    section.happy-clients h2 {
        font-size: 25px;
    }

    section.happy-clients {
        padding-bottom: 50px;
        text-align: center;
    }

    section.happy-clients h2 {
        font-size: 22px;
    }

    .holderCircle {
        width: 300px !important;
        height: 300px !important;
    }

    .dotCircle {
        width: 100%;
        height: 100%;
        top: 0;
    }

    .contentCircle {
        position: relative;
        border-radius: 50px;
        color: #222222;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .round {
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        position: absolute;
    }

    .dotCircle .itemDot {
        width: 85px;
        height: 85px;
    }

    .text-l {
        text-align: center !important;
    }

    .light-bgs {
        padding: 30px 0;
    }

    .mn-hd {
        font-size: 25px;
        line-height: 30px;
        margin: 0 0 10px;
    }

    .padd-zero {
        padding: 15px;
    }

    .slide {
        height: 20vh;
    }

    .flx-box {
        height: 100%;
        display: flex;
        align-items: center;
        padding: 31px 26px;
    }

    .mn-hd2 {
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 10px;
    }

    .mn-hd2:after {
        margin: 10px 0 0;
    }

    .mn-btn2 {
        font-size: 15px;
        padding: 16px 24px;
        margin: 8px 0;
        display: block;
    }

    .field-box {
        margin: 0 0 10px;
    }

    .contactDetail {
        margin: 30px 0;
    }

    .contactDetail li h6 {
        font-size: 20px;
    }

    .contactDetail li p,
    .contactDetail li a {
        font-size: 14px;
    }

    .contactDetail li {
        width: 100%;
    }

    .contactDetail li:after {
        display: none;
    }

    .sec-pad {
        padding: 20px 0;
    }

    .mn-hd2 {
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 10px;
    }

    .mn-hd2:after {
        margin: 10px 0 0;
    }
}


@media (max-width:800px) {
    #cases {
        margin-bottom: 50px;
    }

    .swiper {
        height: auto;
    }

    .pad-tb {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media (max-width:758px) {
    .btn-dark {
        font-size: 18px;
    }
}

@media (max-width:650px) {

    .our-banner img {
        padding-top: 10px;
    }

    .slide p {
        width: 100%;
    }

    section.mn-bann.ovr-hidden {
        margin-top: 40px;
    }

    .swiper-button-prev {
        top: 42% !important;
        transform: translateY(-50%);
        left: -10px !important;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .swiper-button-next {
        top: 42% !important;
        transform: translateY(-50%);
        right: 0px !important;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .swiper {
        width: 100%;
    }

    .row-tags {
        justify-content: center;
        margin-bottom: 24px;
    }

    #cases .col-half:last-child {
        padding: 0;
        align-items: center;
    }

    #cases .col-half:last-child .btn-grey,
    #cases .col-half:last-child .row-author,
    #cases .col-half:last-child img,
    #cases .col-half:last-child p {
        display: none;
    }

    #cases .col-half:last-child .row.js-start {
        justify-content: center;
    }

    .lines-wrap .container {
        margin: 0;
    }

    .col-half {
        width: 100%;
        flex: none;
    }
}



@media (max-width: 600px) {

    /* footer .set {
        display: flex;
        justify-content: space-between;
    }
    .santa {
        position: relative;
        bottom: -68px;
        right: -1350px;
        z-index: 0;
    }
    .xmas-tree {
        position: relative;
        bottom: -15px;
        right: 100px;
    } */


    .myinnersection {
        margin-top: 70px;
    }

    ul.portfolio-box-wrapper {
        gap: 0px;
    }

    .websitelist ul {
        gap: 10px;
    }

    .lending-img {
        margin-top: 30px;
        margin-left: 20px;
    }

    .myinnersection .textwrap h1 {
        font-size: 44px;
        margin-top: 100px;
        margin-bottom: 0px;
    }

    p br {
        display: none;
    }

    .formDetail textarea {
        margin-bottom: 30px;
    }

    .formDetail {
        padding: 30px 0 0;
    }

    .banner-btn ul li a {
        padding: 8px 12px;
        font-size: 13px;
    }

    footer .footer-mid .follow-us {
        border-bottom: 1px solid white;
        padding-bottom: 10px;
        margin-left: -40px;
        padding-top: 10px;
        width: 350px;
    }
}