@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 93% !important;
    }
}
@media (max-width: 576px){
    .container, .container-sm {
        max-width: 100% !important;
    }
}

@media (min-width: 768px){
    .col-md-2_5 {
        flex: 0 0 auto;
        width: 20%;
    }
}
@media (max-width: 1200px){
    .child-menu{
        left: -125px;
    }
    .home-banner .banner-video{
        margin-top: 0;
    }
    .home-banner .banner-content h1{
        width: 100%;
    }
    .service-no{
        width: 100%;
    }

    .login-section{
        padding-left: 0;
        padding-right: 0;
    }

    .content-wrap-header.masterclasses .service-wrap{
        height: 550px !important;
    }
    .content-wrap-header.masterclasses .service-wrap .service-wrap-row{
        height: 100% !important;
    }
    .cm-section{
        margin-top: -100px;
    }
}
@media (max-width: 1015px){
    .main-menu .navbar-nav .nav-item .nav-link{
        padding: 0 10px;
    }
}
@media(max-width: 992px){
    .container, .container-lg, .container-md, .container-sm {
        max-width: 100% !important;
    }
    .h-md-100{
        height: auto;
    }
    .bg-md-white{
        background: none;
    }
    body.active{
        height: 100vh;
        overflow: hidden;
    }
    .main-menu{
        padding: 5px 0;
        background: rgb(255 255 255);
    }
    .main-menu.scrolled {
        padding: 3px 0;
    }
    .navbar-collapse{
        position: fixed;
        background: #fff;
        height: 100vh;
        overflow: auto;
        width: 270px;
        left: 0;
        top: 0;
        transform: translateX(-500%);
        transition: 0.2s;
        padding: 0;
    }
    .navbar-collapse.show{
        transform: translateX(0);
    }
    .main-menu .navbar-nav{
        margin-right: 0;
    }
    .main-menu .navbar-nav .nav-item .nav-link{
        padding: 12px;
        border-bottom: 1px solid #eee;
        font-size: 13px;
    }
    .child-menu.single .nav-link{
        border-bottom: 1px solid #eee !important;
        padding-left: 25px !important;
    }
    .has-dropdown{
        display: block;
        transition: 0.3s;
        padding-right: 0;
        transition: 0.3s;
    }
    .child-menu{
        border-top: 0;
        position: relative;
        width: 100%;
        background: #fff;
        list-style: none;
        box-shadow: none;
        min-height: auto;
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
        height: 100%;
        overflow: hidden;
        transition: 0.3s;
        padding: 0;
        left: 0;
        display: none;
        top: 0 !important;
    }
    .has-dropdown.active .child-menu{
        height: 100%;
        padding: 0;
        top: 0 !important;
        width: 100%;
        display: block;
    }
    .child-menu .col-lg-3{
        padding: 10px 15px;
        border-bottom: 1px solid #eee;
    }
    .child-menu .nav-link{
        border: 0 !important;
        min-height: auto;
    }
    .child-menu span{
        min-height: auto;
    }
    .child-menu .btn-white{
        margin-bottom: 0;
    }
    .child-link {
        font-weight: 500;
        margin-bottom: 10px;
        display: inline-block;
    }
    .dropdown-icon{
        position: absolute;
        right: 0;
        top: 0;
        height: 44px;
        width: 45px;
        background: #6d6ffb38;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 5px;
        margin-right: 0 !important;
        cursor: pointer;
        margin-top: 0;
    }
    .nav-login .dropdown-icon{
        display: none !important;
    }
    .overlay{
        height: 100vh;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        transform: translateX(500%);
        background: rgb(0 0 0 / 63%);
        transition: 0.2s;
        z-index: 10;
    }
    .overlay.active{
        transform: translateX(0);
    }
    .login-btn{
        display: block;
        margin:12px 12px 0 12px;
        text-align: center;
        border: 2px solid #153462 !important;
    }
    .content-wrap{
        margin-top: 67px;
    }
    .home-banner{
        height: 540px;
    }
    .overview .about-content{
        width: 90%;
    }

    .contact .form-scrolled{
        width: 38%;
    }
    .industries li{
        width: 31.2%;
    }

    .login-slide .slide-content{
        padding: 20px 40px;
    }
    .content-wrap-header .service-wrap .service-wrap-row{
        padding-left: 15px;
        padding-right: 20px;
    }
    .global-section-2 .global-wrap{
        margin:auto;
    }
    .type-of-card{
        min-height: auto;
        margin-bottom: 20px;
    }
    .think-tank-wrap{
        width: 90%;
    }

    .content-wrap-header.masterclasses .service-wrap{
        height: 480px !important;
    }
    .content-wrap-header.masterclasses .service-wrap .service-wrap-row{
        height: 100% !important;
    }
    .cm-video{
        margin-top: 0;
    }
    .cm-section {
        padding-top: 80px;
        margin-top: -30px;
    }
    .cm-searchbar{
        margin:-110px 50px 40px;
    }
    .careers .nav-pills{
        padding: 10px;
    }
    .careers .tab-pane{
        padding: 10px;
    }
    .start-trial-wrap{
        margin:0;
    }
    .custom-checkbox .label{
        margin-right: 5px;
    }
}
@media(max-width: 768px){
    body{
        zoom: 100%;
    }
    .btn-white-outline,
    .btn-white,
    .btn-primary,
    .btn-dark-outline{
        padding: 10px 18px 9px;
    }
    .heading-sm{
        margin-bottom: 15px;
    }
    .mini-heading{
        font-size: 20px;
    }
    .home-banner {
        height: 450px;
    }
    .home-banner .banner-video{
        margin-top: 0;
    }
    .home-banner .banner-content{
        margin-top: 90px;
    }
    .home-banner .banner-content h1 {
        font-size: 30px;
        width: 100%;
        line-height: 35px;
        margin-bottom: 15px;
    }
    .home-banner .banner-content p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    .home-banner .banner-content .btn-primary{
        font-size: 16px;
    }
    .heading-center, .heading-left{
        font-size: 32px;
    }
    .overview{
        padding: 30px 0;
    }
    .overview .about-content{
        width: 100%;
    }

    .key-stats{
        padding: 30px 0;
    }
    .fact-wave{
        top: 0;
    }
    .services .service-b-box{
        padding: 50px 0;
    }
    .service-no {
        width: 48%;
        display: inline-block;
        margin-right: 10px;
        vertical-align: top;
    }
    .services-video, .cm-video{
        height: 100%;
        object-fit: cover;
    }
    .become-a-client{
        margin-top: 15px;
    }
    .testimonials{
        padding-bottom: 30px;
        overflow: hidden;
    }
    .compliance-practices-box{
        margin-bottom: 40px;
    }
    .corporate-database .cd-wrap{
        flex-direction: column;
    }
    .corporate-database .cd-wrap *{
        text-align: center;
    }
    .corporate-database .cd-wrap .btn-primary{
        margin-top: 10px;
    }
    .think-tank-section{
        padding-top: 0;
    }
    .industries li{
        padding: 5px;
    }
    .faq .card{
        padding: 0 0 0 15px;
    }

    .login-slide .slide-content{
        padding: 20px 80px;
    }
    .login-left{
        height: 400px !important;
    }
    .login-slide .btn-white{
        bottom: 41px;
        right: auto;
        padding: 7px 12px;
        font-size: 13px;
    }
    .about-global{
        width: 100%;
    }
    .think-tank-wrap{
        width: 100%;
    }
    .how-it-works .col-md-5{
        position: relative;
    }
    .how-it-works-box{
        padding-top: 0;
        padding-bottom: 0;
    }
    .how-it-works img{
        margin-left: 16px;
        position: absolute;
        width: 50px;
        top: -2px;
    }
    .order-md-1 .how-it-works-box span{
        margin-left: 0;
    }
    .order-md-1 .how-it-works-box h4{
        text-align: left;
    }
    .order-md-1 .how-it-works-box p{
        text-align: left;
    }
    .order-md-1 .how-it-works-box::before{
        right: auto;
        left: -5%;
    }
    .cm-searchbar{
        margin:20px 0 30px;
        padding: 15px;
    }
    .content-wrap-header.masterclasses .service-wrap{
        margin-top: -10px;
        height: 550px !important;
    }
    .content-wrap-header.sage .service-wrap{
        margin-top: -10px;
        height: 600px !important;
    }
    .content-wrap-header.masterclasses .service-wrap .service-wrap-row{
        padding-top: 20px;
        height: 100% !important;
    }
    .content-wrap-header.masterclasses .service-wrap .service-wrap-row::after{
        top: 0;
    }
    .mps-graph #chart{
        margin-left: -40px;
    }
    .graph{
        width: 100%;
    }
/*    .cm-section{
        margin-top: -55px;
        padding-top: 50px;
    }
    .cm-video{
        margin-top: -40px;
    }*/
    .get-demo-box{
        padding: 15px;
    }
    .gdb-left h4{
        font-size: 20px;
    }
    .careers-row{
        padding: 10px;
    }
    .careers .nav-pills{
        margin-right: 0;
        min-height: auto;
        padding: 15px;
    }
    .btn-job-detail{
        border: 1px solid #153462;
        padding: 3px 7px 0;
        line-height: initial;
    }
    .jobs-list-box .job-title{
        font-size: 18px;
    }
    .job-details .jobs-list-box{
        padding: 15px;
        margin-bottom: -10px;
    }
    .job-details .top-details{
        padding: 10px;
        flex-direction: column;
        justify-content: start;
        align-items: flex-start;
    }
    .job-details .job-description{
        font-size: 14px;
    }
    .required-skills li{
        font-size: 14px;
        margin-bottom: 5px;
    }
    .start-trial{
        padding: 40px 0;
    }
    .start-trial-wrap{
        padding: 15px;
    }
    .st-content{
        height: auto;
        margin-bottom: 15px;
    }
/*    .sage-section{
        margin-top: -50px;
        padding-top: 50px;
    }*/
    .mps-graph {
        overflow: hidden;
    }
    #masterclass-chart{
        margin-left: -30px;
        display: flex;
        margin-right: -20px;
        overflow: hidden;
    }
    #potentialcaptchadiv, #compliancecaptchadiv, #signupcaptchadiv{
        zoom: 100% !important;
    }
}
@media(max-width: 600px){
    .heading-sm{
        font-size: 22px;
    }
    .breadcrumbs{
        min-height: 125px;
        margin-bottom: 10px;
        margin-top: -5px;
    }
    .breadcrumbs-title{
        font-size: 32px;
    }
    .breadcrumbs-text{
        font-size: 16px;
        margin-top: 6px;
    }
    .home-banner {
        height: 550px;
    }
    .services{
        overflow: hidden;
    }
    .service-heading{
        font-size: 30px;
    }
    .service-heading *{
        font-size: 30px;
    }
    .services .service-b-box{
        padding: 20px 0;
    }
    .service-no{
        width: 100%;
        margin-right: 0;
    }
    .services .service-b-box:nth-child(4){
        margin-bottom: -50px;
    }
    .footer-menu{
        margin-bottom: 20px;
    }
    .our-clients{
        padding: 30px 0;
    }
    .our-clients-box{
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .our-clients-box h4{
        font-size: 18px;
    }
    .about-us{
        padding: 30px 0;
    }
    .fact{
        padding-bottom: 40px;
        overflow: hidden;
    }
    .fact-box{
        margin-bottom: 5px;
    }
    .fact-box h4{
        font-size:18px;
    }
    .management{
        padding: 40px 0 20px;
        margin-top: -20px;
    }
    .management-box .bio{
        padding: 15px 10px;
    }
    .management-box img{
        height: auto;
    }
    .m-popover-content{
        height: 235px;
    }
    .contact .contact-form{
        width: 100%;
        margin: 0;
        z-index: 0;
        padding: 15px;
        margin-bottom: 25px;
    }
    .contact .form-scrolled{
        position: static;
        width: 100%;
    }
    #map_wrapper{
        height: 250px;
    }
    .sc-box{
        padding: 15px 0 15px;
    }
    .sc-box h4{
        font-size: 18px;
        word-break: break-word;
    }
    .login-slide{
        padding-bottom: 0;
    }
    .login-slide .swiper{
        padding-bottom: 10px !important;
    }
    .login-right{
        padding: 20px 15px;
    }
    .login-slide .slide-content{
        padding: 30px 10px 50px;
    }
    .login-slide .mini-heading{
        top: 20px;
        left: 24px;
    }
    .login-slide .slide-content p{
        font-size: 16px;
    }
    .login-slide .slide-content strong{
        font-size: 16px;
    }
    .swiper-button-next {
        right: 0 !important;
        bottom: 0px !important;
        top: auto !important;
    }
    .swiper-button-prev {
        left: auto !important;
        right: 40px !important;
        bottom: 0px !important;
        top: auto !important;
    }
    .content-wrap-header .service-wrap .service-wrap-row{
        padding: 15px 0 0;
        margin: 0;
    }
    .content-wrap-header .service-wrap .service-box{
        padding-bottom: 0;
    }
    .content-wrap-header .service-heading{
        margin-bottom: 10px;
        font-size: 25px;
    }
    .content-wrap-header .service-heading span{
        font-size: 32px;
    }
    .content-wrap-header .service-box p{
        margin-bottom: 0;
    }
    .global-section{
        padding: 60px 0 40px;
    }
    .global-section-2 .global-wrap{
        padding: 15px;
        border-radius: 7px;
    }
    .gs-card-wrap{
        margin-left: 0;
        margin-top: 15px;
    }
    .ecosystem-map img{
        height: 190px;
        object-fit: cover;
    }
    .ecosystem-map .btn-primary{
        left: 20px;
        right: 20px;
        text-align: center;
        transform: translateX(0);
    }
    .think-tank-wrap{
        padding: 10px 30px 20px;
    }
    .think-tank-wrap .border-end{
        border-right: 0 !important;
        border-bottom: 1px solid #eee !important;
    }
    .committee-box{
        min-height: auto;
    }
    .fact-figures{
        padding: 70px 0 30px;
    }
    .fact-f-card{
        padding: 10px;
        min-height: 210px;
    }
    .submit-project .corporate-database-box{
        padding: 15px;
    }
    .cd-text{
        padding: 10px;
        min-height: auto;
    }
    .testimonials-page .card{
        height: auto;
    }
    .journey-year{
        font-size: 24px;
        margin-right: 5px;
        font-weight: 600;
    }
    .journey-content p{
        font-size: 16px;
        margin-left: 5px;
    }
}
@media(max-width: 500px){

}