/* ======= MEDIA QUERIES ====*/
@media (max-width: 1650px) {
    .navbar {
        padding: 20px 150px!important;
    }
    .nav-white{
        padding: 10px 150px!important;
    }
}

@media(max-width:1500px) {
    .navbar {
        padding: 20px 60px!important;
    }
    .nav-white{
        padding: 10px 60px!important;
    }
    .hero-right {
        padding-left: 30px;
    }
}
@media(max-width:1366px){
    .hero-right img{
        max-width: 700px;
    }
}
@media(max-width:1280px) {
    .hero-heading {
        font-size: 48px;
    }
    .offcanvas {
        border-radius: 30px 0 0 30px;
        width: 450px !important;
        padding-top: 20px;
    }
}

@media(max-width:1024px) {
    .offcanvas-body {
        padding-left: 60px;
    }
    .navbar {
        padding: 20px 50px!important;
    }
    .nav-white{
        padding: 10px 50px!important;
    }
    .hero-section{
        height: auto;
        padding-top: 15vh;
    }
    .hero-wrapper{
        flex-direction: column;
    }
    .hero-left {
        max-width:100%;
        padding-bottom: 80px;
    }
    .hero-left.col-lg-7 {
        flex: 0 0 auto;
        width: 100%;
    }
    .hero-right.col-lg-5{
        flex: 0 0 auto;
        width: 100%;
    }
    .hero-right{
        height: auto;
        justify-content: flex-end;
    }
    .hero-right img {
        max-width: initial;
    }
    .qus-card {
        padding: 30px;
    }
    .local-img img{
        width: 100%;
    }
    .service-card {
        padding: 15px;
    }
    .service-card h4 {
        font-size: 15px;
        line-height: 22px;
    }
    .service-card p {
        font-size: 12px;
        line-height: 25px;
    }
    .section-heading {
        font-size: 40px;
    }
    .download-img::before {
        width: 460px;
    }
    .crm-count {
        font-size: 30px;
    }
    .crm-box {
        padding: 35px;
    }
    .crm-detail {
        margin-left: 20px;
    }
    .case-study-card p {
        font-size: 14px;
        margin-bottom: 30px;
    }
    .case-study-card h4 {
        font-size: 20px;
    }
    .contact-inner {
        padding: 50px 50px;
    }
    .office-inner p {
        font-size: 14px;
    }
    #contact-form .app-img  img{
        width: 100%;
    }
    #contact-form .col-lg-6 .pe-5{
        padding-right: 0!important;
    }
    .form-input{
        width: 100%;
    }
    .office-inner{
        margin-bottom: 20px;
    }
    #contact-form .col-lg-6 .pe-5{
        text-align: center;
        margin-right: 0!important;
    }
    #contact-form{
        text-align: center;
    }
    #contact-form .align-items-start {
        align-items: center!important;
        justify-content: center;
        margin-bottom: 80px;
    }
    
}

@media(max-width:990px) {
    .navbar-collapse {
        flex-basis: auto;
        flex-grow: inherit;
    }
    .navbar-nav {
        display: flex;
        flex-direction: row;
    }
    .navbar {
        padding: 20px 30px!important;
    }
    .nav-white{
        padding: 10px 30px!important;
    }
    .hero-right img {
        max-width: initial;
        width: 100%;
    }
    .qus-card{
        margin-bottom: 30px;
    }
    .section-spacing {
        padding: 80px 0;
    }
    .section-spacing-bottom{
        padding-bottom: 80px;
    }
    #app .col-lg-6{
        justify-content: center!important;
    }
    .flip-section{
        flex-direction: column-reverse;
    }
    .local-img,.download-img{
        padding-top: 40px;
    }
    .service-card p{
        margin-bottom: 20px;
    }
    .service-card p,.service-card{
        height: auto;
        min-height: auto;
    }
    .other-app-img{
        margin-bottom: 40px;
    }
    #test-rating .row .col-sm-12 {
        flex: 0 0 auto;
        width: 50%;
    }
    .crm-inner{
        flex-direction: column;
    }
    .crm-left {
        width: 100%;
        text-align: center;
        padding-bottom: 30px;
    }
    .crm-right {
        width: 100%;
    }
    .crm-list{
        justify-content: center!important;
    }
    .crm-detail{
        margin: 0px 20px;
    }
    #blog-rating .justify-content-end,#case-study .justify-content-end {
        justify-content: flex-start!important;
    }
    .blog-card,.case-study-card{
        margin-bottom: 40px;
    }
    .footer-left{
        flex-direction: column;
    }
    .footer-logo {
        padding-right: 0px;
        margin-right: 0px;
        border:none;
    }
    .contact-right ,.contact-left h2,.contact-left p{
        justify-content: center;
        text-align: center;
    }
    .contact-right{
        padding-top: 40px;
    }
    .foot-list{
        padding: 30px 0;
    }
    
    .main-check-box {
        width: 100%;
        max-width: max-content;
        text-align: center;
    }
    .padding-right-box {
        padding-right: 0;
    }
    #app-about .justify-content-end{
        justify-content: center!important;
    }
    .app-img  {
        margin-top: 40px;
    }
    #download .row{
        flex-direction: column-reverse;
    }
    #case-study .sec-heading {
        margin-bottom: 20px!important;
    }
}

@media(max-width:767px) {
    .navbar {
        padding: 20px 10px!important;
    }
    .nav-white{
        padding: 10px 10px!important;
    }
    .download-img::before {
        width: 100%;
    }
    .app-img  {
        transform: translateX(0px);
    }
    .app-img img{
        width: 100%;
    }
    .crm-list{
        flex-direction: column;
    }
    .hero-small{
        display: block;
    }
    .hero-big{
        display: none;
    }
    .hero-heading {
        font-size: 40px;
        text-align: center;
        line-height: 70px;
    }
    .hero-para{
        text-align: center;
    }
    .offcanvas {
        border-radius: 20px 0 0 20px;
        width: 350px !important;
        padding-top: 0px;
    }
    .offcanvas-body ul li a {
        font-size: 30px;
        line-height: 50px;
    }
    .section-heading{
        font-size: 35px;
        text-align: center;
    }
    .app-list {
        padding-left: 10px;
    }
    .sec-para,.flip-section,.download-input,.crm-count,.pre-text,.award-desc,.award-p1,.also-pera{
        text-align: center;
    }
    .other-app-img img{
        width: 100%;
    }
    #app-about{
        text-align: center;
    }
    #test-rating .row .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .slick-arrows {
        justify-content: center;
        padding-top: 30px;
    }
    .crm-box {
        padding: 20px;
    }
    .crm-detail{
        margin: 0px 0px 30px 0px;
    }
    #blog-rating .justify-content-end,#case-study .justify-content-end {
        justify-content: center!important;
    }
    .contact-inner {
        padding: 30px;
        margin: 15px;
    }
    .contact-left h2 {
        font-size: 30px;
    }
    
    .app-btn-main{
        flex-direction: column;
        justify-content: center;
    }
    .app-btn{
        width: 100%;
        margin-right: 0!important;
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }
    .navbar-light .navbar-nav .nav-link {
        margin-right: 12px;
        font-size: 14px;
    }
    .extra-top-padding {
        padding-top: 18vh;
    }
    .form-box {
        width: 100%;
        position: relative;
    }
    .grid-box {
        display: flex;
        align-items: start;
        gap: 30px;
        flex-direction: column;
        text-align: left;
    }
    .foot-list{
        margin: 0!important;
    }
    .foot-list {
        padding: 20px 0;
    }
    .footer-left,.foot-list {
        text-align: center;
    }
    .footer-right{
        justify-content: center!important;
    }
    .foot-bottom-inner{
        flex-direction: column;
    }
    .copyright{
        margin-bottom: 20px;
    }
    .app-btn{
        flex-direction: column;
        gap:10px;
        margin-bottom: 0;
    }
    #testimonial{
        margin: 10px;
    }
    .app-right:before {
        width: 90%;
        height: 400px;
    }
}

@media(max-width:400px) {
    .navbar-brand img{
        max-width: 140px;
    }
    .hero-heading {
        font-size: 37px;
        text-align: center;
        line-height: 65px;
    }
    .qus-card h3 {
        font-size: 27px;
    }
    .section-heading {
        font-size: 32px;
        text-align: center;
    }
    .app-list li {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 22px;
    }
    #testimonial{
        padding: 15px;
    }
    .sec-heading {
        margin-bottom: 50px;
    }
}