@media (min-width: 769px) {
  .why-limit-sec  .owl-carousel{
    display: flex !important;
    gap: 40px;
  }
  .why-app-sec  .owl-carousel{
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    vertical-align: top;
    gap: 30px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
    .why-limit-sec  .owl-carousel{
    display: flex !important;
        gap: 20px;
    }
    .why-app-sec  .owl-carousel{
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        vertical-align: top;
        gap: 20px;
    }
    .why-limit-sec .owl-carousel .card h3 {
        font-size: 20px !important;
        line-height: 28px;
    }
    .why-limit-sec .owl-carousel .card{
        min-height: 250px !important;
        background-size: 150px;
    }
    .why-limit-sec .owl-carousel .card:last-child{
        background-size: 100px;
    }
}
@media (min-width: 993px) and (max-width: 1199px) {
    .global-banner-sec .text{
        padding-right: 0;
    }
}
@media (max-width: 992px) {

    .main-header{
        background: transparent;
    }
    .main-header .logo-container{
        background: #FFFFFFCC;
    }
    .global-banner-sec{
        background: radial-gradient(109.26% 54.53% at 52.44% 51.77%, #5367FC 11.12%, #000000 100%);
        padding-top: 103px;
    }
    .global-banner-sec .text{
        padding: 0;
    }
    .global-banner-sec .text h1{
        font-size: 30px;
        line-height: 43px;
        text-align: center;
    }
    .global-banner-sec .text h1 br:last-child{
        display: none;
    }
    .global-banner-sec .text p{
        font-size: 16px;
        text-align: center;
        font-weight: 400;
    }
    .global-banner-sec .text .form-box{
        display: block;
    }
    .global-banner-sec .text .form-box .form-control{
        height: 58px;
        margin-bottom: 12px;
    }
    .global-banner-sec .text .form-box .submit-btn{
        width: 100%;
        padding: 20px ;
    }
    .global-banner-sec .image{
        display: none;
    }
    .global-banner-sec .text .label-text{
        font-size: 12px;
    }
    .global-banner-sec .text .form-check-label{
        font-size: 12px;
    }
    .how-started-sec{
        padding: 50px 0;
    }
    .how-started-sec .title-sec h3{
        font-size: 30px;
        line-height: 36px;
    }
    .how-started-sec .cards{
        display: flex;
        text-align: left;
        margin-bottom: 30px;
        align-items: flex-start;
    }
    .how-started-sec .cards .icon{
        width: 48px;
        height: 48px;
        margin: 0;
    }
    .how-started-sec .cards .icon img{
        width: 48px;
        margin-right: 10px;
    }
    .how-started-sec .cards h4{
        font-size: 18px;
    }
    .how-started-sec .cards p{
        font-size: 14px;
    }
    .how-started-sec .cards:before{
        width: 2px;
        height: 150%;
        left: 27px;
        top: 0;
    }
    .why-limit-sec{
        background: url(../../imgnew/global-invest-img/why-limit-bg-mobile.svg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .why-limit-sec .title-sec{
        text-align: left;
    }
    .why-limit-sec .title-sec h3{
        font-size: 24px;
        line-height: 32px;
    }
    .why-limit-sec .title-sec h3 br{
        display: none;
    }
    .why-limit-sec .title-sec p br{
        display: none;
    }
    .why-limit-sec .owl-stage {
      padding-left: 0 !important;
    }
    .why-limit-sec .owl-carousel .card{
        min-height: 300px;
    }
    .why-limit-sec .owl-carousel .card h3{
        font-size: 28px;
    }
    .why-limit-sec .owl-carousel .card h3 br{
        display: none;
    }
    .why-limit-sec .owl-carousel .owl-dot{
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #D9D9D9;
        margin: 8px;
    }
    .why-limit-sec .owl-carousel .owl-dots{
        text-align: center;
        margin-top: 30px;
        display: flex;
        justify-content: center;
    }
    .why-limit-sec .owl-carousel .owl-dot.active{
        background: #00FFC1;
    }
    .why-app-sec .title-sec{
        text-align: left;
    }
    .why-app-sec .title-sec h3{
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 30px;
    }
    .why-app-sec .title-sec p{
        font-size: 24px;
        line-height: 30px;
    }
    .why-app-sec .owl-stage {
      padding-left: 0 !important;
    }
    .why-app-sec .owl-carousel .owl-dot{
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #D9D9D9;
        margin: 8px;
    }
    .why-app-sec .owl-carousel .owl-dots{
        text-align: center;
        margin-top: 30px;
        display: flex;
        justify-content: center;
    }
    .why-app-sec .owl-carousel .owl-dot.active{
        background: #00FFC1;
    }
    .why-app-sec .owl-carousel .card{
        padding: 20px;
        min-height: 330px;
    }
    .why-app-sec .owl-carousel .card .icon{
        padding: 20px;
    }
    .why-app-sec .owl-carousel .card h3{
        font-size: 18px;
        margin-bottom: 8px;
    }
    .logo-sec .para br{
        display: none;
    }
    .logo-sec .logo-box img:first-child{
        width: 10%;
        flex: 0 0 10%;
    }
    .logo-sec .logo-box img:nth-child(2){
        width: 30%;
        flex: 0 0 30%;
    }
    .logo-sec .logo-box img:nth-child(3){
        width: 30%;
        flex: 0 0 30%;
    }
    .logo-sec .logo-box img:last-child{
        width: 8%;
        flex: 0 0 8%;
    }
    .faq-sec{
        background: url(../../imgnew/global-invest-img/faq-bg-mobile.svg);
        background-size: auto 105% ;
    }
    .faq-sec .title-sec h3{
        font-size: 24px;
        line-height: 32px;
    }
    .legal-sec{
        text-align: left;
        padding-top: 0;
        padding-bottom: 0px;
    }
    .legal-sec p{
        font-size: 12px;
    }
    .legal-sec p br{
        display: none;
    }
    .open-acount-btn-box{
        width: 100%;
        height: auto;
        padding: 16px;
        position: fixed;
        bottom: 0;
        background: #fff;
        z-index: 99;
        display: block;
    }
    .open-acount-btn-box .btns{
        display: table;
        background: #5468FC;
        padding: 16px 40px;
        border-radius: 12px;
        text-decoration: none;
        background: #5468FC;
        box-shadow: 0px 4px 6px -4px #0000001A;
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        margin: auto;
    }

     .main-header .logo-container .menu{
        position: fixed;
        top: 0;
        right: -100%;
        background: #fff;
        z-index: 9999;
        overflow: auto;
        max-height: 100%;
        width: 100%;
        max-width: 320px;
        border-radius: 16px 0 0 16px;
        transition: 0.3s;
    }
    .main-header .logo-container .menu.open{
        right: 0;
    }
    .main-header .logo-container .menu .logo-part{
        padding: 10px 24px;
    }
    .main-header .logo-container .menu .side-menu{
        position: static;
        right: 0;
        top: 0;
    }
    .main-header .logo-container .menu ul li{
        display: block;
    }
    .main-header .logo-container .menu .side-menu .menu-box p{
        display: none;
    }
    .main-header .logo-container .menu ul li a{
        padding: 5px 24px;
    }
    .main-header .logo-container .menu .side-menu .menu-box ul li a img{
        width: 30px;
    }
    .main-header .logo-container .menu .side-menu .menu-box .login li a{
        font-size: 14px;
    }
    
}