/*MOBILE QUERY*/
@media screen and (max-width: 767px) {

    .losangeles .video_wrapper{
        background-color: #1B123D !important;
    }
    .losangeles .video_wrapper img{
        display: none;
    }
    .blogs .fsb  .card img,
    .blogs .ssb  .card img,
    .blogs .tsb  .card img,
    .blogs .frthsb .card img,
    .blogs .fsb .card .card-body,
    .blogs .ssb .card .card-body,
    .blogs .tsb .card .card-body,
    .blogs .frthsb .card .card-body,
    .blog-detail .blogdetailimg{
        height: auto !important;
    }
    .blog-detail .blogdetailimg{
        width: 100% !important;
    }
    .blogs .card .card-body .date{
        position: static !important;
    }
    @keyframes liquid_border {
        0%,
        100% {
            border-radius:0;
        }
        20%,
        75% {
            border-radius:0;
        }
        60% {
            border-radius:0;
        }
    }
    .h1 {
        font-size: 32px !important;
    }

    .h2 {
        font-size: 26px !important;
    }
    .d-mbl-none{
        display: none !important;
    }
    .inner-wrapper {
        width: 90vw !important;
    }
    .order-mbl-1{
        order:1;
    }
    .order-mbl-2{
        order:2;
    }
    .order-mbl-3{
        order:3;
    }
    .swiper-slide{
        height: auto !important;
    }
    .desktop-header {
        display: none !important;
    }
    .faq .faq-icon-o{
        height: 30px;
        width: 30px;
        padding: 10px;
        font-size: 13px;
        top: -15px;
    }
    .faq .accordion-body{
        font-size: 13px;
    }
   .faq .accordion{
       margin-top: 5%;
   }
    .startup-wrap{
        padding: 6% 0 6% 0
    }
    .firstfold {
        height: auto !important;
        text-align: center;
        padding-top: 40px;
    }
    .firstfold .filled-circle,
    .firstfold .border-circle {
        display: none;
    }

    .firstfold .lead {
        margin-bottom: 30px !important;
    }

    .our-services:before,
    .blogs:before,
    footer:before {
        content: none;
    }
    .brand-list{
        margin: 10% auto;
    }
    .brand-list a {
        display: inline-block;
        width: 100%;
        margin-bottom: 0px;
    }

    .brand-list a:nth-child(odd) {
        margin-right: 10%;
    }

    .brand-list a:nth-child(even) {
        margin-right: 0;
    }

    .our-services {
        padding: 12% 0 4% 0;
    }

    .choose-us {
        background-size: contain;
        background-color: #f6fafc;
    }

    .choose-us .innerbox {
        margin-top: var(--bs-gutter-y) !important;
        margin-bottom: 20px;
    }
    .choose-us .innerbox .mb-5.mt-5{
        margin: 10px 0 !important;
    }
    .choose-us .card {
        padding-bottom: 10px;
    }

    .choose-us .innerbox .card .card-body .circle {
        margin: 4% 0 !important;
    }

    .choose-us .info {
        padding: 20px !important;
        order: -1;
        justify-content: center;
        margin-bottom: 20px;
    }

    .finance a {
        width: 35%;
        margin: 0;
        margin-bottom: 30px;
        margin-right: 15%;
    }

    .finance a:nth-child(even) {
        margin-right: 0;
    }
    .faq-wrap{
      padding:10% 0 5% 0 !important;
    }
    #req a{
        width: 85%;
        margin: 10px auto;
    }

    #reason .card{
        height: auto;
    }
    .testimonial {
        height: auto;
        padding:8% 0 8% 0;
    }
   .testimonial > .inner-wrapper > .row{
        height: auto !important;
    }
    .cslider .card .card-body{
        height: auto;
    }
    .testimonial .testimonial-wrap{
        width: 90%;
        margin: 20px auto ;
    }
    .testimonial .right-bnnr {
        position: static !important;
        height:auto;
        width: 100%;
        background:transparent;
    }

    .testimonial .nav-slider.desktop-none {
        position: static;
        display: none !important;
    }
    .profile .card {
        margin-bottom: 80px;
    }
    .mobile-none {
        display: none !important;
    }

    .desktop-none {
        display: block !important;
    }

    .mbl-header {
        display: block !important;
        margin-bottom: 0;
    }

    footer .first-col,
    footer .second-col {
        border: none;
        border-bottom: 1px solid #6e4cc3;
    }
    .firstfold .cbtn{
        width: 100%;
        margin-bottom: 15px;
    }
    .pricing .firstfold img {
        position: static;
    }
    .pricing .firstfold{
        padding: 30px 0 0 0;
    }

    .pricing-tab-wrap .nav-tabs {
        overflow-y: hidden;
        overflow-x: scroll;
        display: block;
        width: 100%;
        white-space: nowrap;
    }
    .pricing-tab-wrap .nav-tabs .nav-link{
        padding: 10px 20px;
    }
    .pricing-tab-wrap .nav-tabs li {
        display: inline-block;
    }
    .pricing-tab-wrap .card .clist{
        height: auto;
    }
    .advantage-wrap .card{
        margin-bottom: 30px;
    }
    .mbox-wrap{
        height: auto;
        margin: 20px 0;
        padding: 20px 0;
    }
    .mbox-wrap .text-section,
    .mbox-wrap .img-section{
        width: 100%;
        position: static;
        float: none !important;
    }
    .mbox-wrap .text-section{
        padding: 15px;
    }
    .blogs .border-circle,
    .blogs .explore:before{
        display: none;
    }
    .blogs .card{
        height: auto !important;
        margin-bottom: 10px;
    }

}
/*MOBILE QUERY*/