/* Responsive */

@media only screen and (min-width: 992px) and (max-width: 1199px) {}

/* Responsive */

@media only screen and (max-width: 1280px) {
    
    .container {
        padding-right: 40px;
        padding-left: 40px;
    }
}

/*  (max-width: 1280px) */

@media only screen and (max-width: 1199px) {

    .megamenubox .row {
        gap: 25px 0;
    }

    ul.navbar-nav li.nav-item.rightLink {
        margin: 0;
    }

    .navbar-nav .nav-link {
        padding: 10px 0px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    ul.navbar-nav li.nav-item {
        position: relative;
        z-index: 1;
        margin: 0 !important;
        border-bottom: 1px solid #ddd;
    }

    .navbar-collapse {
        padding: 15px 24px;
        box-shadow: 0 6px 6px #0000001c;
        border-radius: 0px;
        height: calc(100vh - 63px);
        overflow: hidden scroll;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        z-index: 999;
        transition: none !important;
    }

    .megaContainer {
        display: none;
        position: static;
        opacity: 1;
        visibility: visible;
        left: 0;
        transform: unset;
        width: 100%;
        padding: 0px 0 10px 0;
    }

    .megaContainer .container {
        padding: 0 10px;
    }

    .megaContainer::before {
        display: none;
    }

    .megaDropdown.active .megaContainer {
        display: block;
    }

    .megamenubox h2 {
        margin-bottom: 15px;
    }

    ul.megaTitleMenu {
        gap: 20px !important;
    }

    a.nav-link.startFree {
        display: inline-block;
        margin-top: 10px;
    }

    ul.navbar-nav li.nav-item:last-child {
        border-bottom: 0 !important;
    }

    header.headerArea {
        padding: 5px 0;
    }

    section.heorArea {
        padding-top: 100px;
    }

    .navbar-collapse::-webkit-scrollbar {
        display: none;
      }

}

/*  (max-width: 1260px) */

@media only screen and (max-width: 1100px) {

    section.heorArea {
        padding: 100px 0 70px;
    }

    .blueBtn {
        min-width: 218px;
        padding: 7px 20px;
        font-size: 16px;
    }

    .blueIcon {
        width: 30px;
        height: 30px;
    }

    .fz48i,
    .fz71i {
        font-size: 40px;
    }

    .heroContent {
        margin-top: 0;
    }

    .fz24i,
    .fz30i,
    .fz34i {
        font-size: 20px;
    }

    .heroContent p {
        margin-bottom: 30px;
    }

    .fz48r,
    .fz74r,
    .fz70r,
    .fz75r {
        font-size: 34px;
    }

    section.usedByarea {
        padding: 50px 0;
    }

    .mb40 {
        margin-bottom: 20px !important;
    }

    .solutionTabsLeft {
        width: 350px;
    }

    .solutionNav.nav-pills .nav-link {
        min-height: 50px;
        font-size: 20px;
    }

    .solutionNav {
        gap: 10px;
    }

    section.solutionArea {
        padding: 70px 0;
    }

    section.entireOfficeArea {
        padding: 70px 0;
    }

    .fz26r,
    .fz40r,
    .fz42r {
        font-size: 22px;
    }

    .officesliderItem {
        width: 300px;
    }

    .officesliderIcon {
        margin-bottom: 50px;
    }

    section.yourCompanyArea {
        padding: 70px 0;
    }

    .fz20r,
    .fz24r,
    .fz25r {
        font-size: 16px;
    }

    .fz60r,
    .fz48r,
    .fz64r,
    .fz57r {
        font-size: 32px;
    }

    .grayBorderBtn,
    a.blueBtn,
    .blueBorderBtn {
        height: 40px;
        min-width: 166px;
    }

    .blueBorderIcon {
        width: 30px;
        height: 30px;
    }

    .companyContainer {
        gap: 70px;
    }

    img.companyLine {
        width: 92px;
        top: -80px;
        margin-left: 0;
    }

    section.resourceArea {
        padding: 80px 0;
    }

    .mb120 {
        margin-bottom: 50px !important;
    }

    section.testimonialArea {
        padding: 80px 0;
    }

    .mb100 {
        margin-bottom: 50px !important;
    }

    .testiSliderArea {
        padding: 20px;
    }

    .fz44i,
    .fz50i,
    .fz51i {
        font-size: 32px;
    }

    .testiContentImg {
        width: 350px;
    }

    .testiContent h2.fz50i {
        font-size: 22px;
    }

    .footerReady {
        padding: 80px 0;
    }

    .whiteboraderBtn,
    .whiteBtn {
        font-size: 16px;
        padding: 13px 20px;
    }

    ul.widgetMenu li a {
        font-size: 16px;
    }

    .secPad120 {
        padding: 90px 0;
    }

    .navbar-toggler:focus,
    .navbar-toggler {
        padding: 0 !important;
        outline: none;
        box-shadow: none;
    }

}

/*  (max-width: 1100px) */

@media only screen and (max-width: 1199px) {
    .container {
        padding-left: 32px;
        padding-right: 32px;
    }

}

/* (max-width: 1199px) */

@media only screen and (min-width: 768px) and (max-width: 991px) {}

/*  (min-width: 768px) and (max-width: 991px) */

@media only screen and (max-width: 991px) {

    .heroContent {
        margin-bottom: 50px;
    }

    .secPad120 {
        padding: 70px 0;
    }

    .chatBoatCont {
        display: block;
        padding: 0;
    }
    
    img.chatBoatContIMG {
        position: relative;
        width: 100%;
        height: 250px;
        object-fit: cover;
    }
    
    .chatBoatCont> div {
        padding: 25px;
    }

    .stikeyContent {
        padding: 30px;
    }
    
    .stikeyContainer {
        gap: 30px;
    }

    .safeGrid .safeIconBox {
        padding: 15px;
    }
    
    .safeGrid .safeIconBox img {
        width: 65px;
    }
    
    .safeGrid {
        gap: 30px;
    }

}

/*and (max-width: 991px)*/

@media only screen and (min-width: 426px) and (max-width: 767px) {}

/* (min-width: 426px) and (max-width: 767px) */


@media only screen and (min-width: 768px) {

    .footerWidgetWrap {
        display: contents;
    }

    .featureTabMob,
    .mobileOptimize,
    .arrowIcon,
    .solutionTabsmob {
        display: none;
    }

}

/* (min-width: 768px) */

@media only screen and (max-width: 767px) {

    .featureTabDesktop,
    .desktopOptimize {
        display: none !important;
    }

    .reachContent.pl30 {
        padding: 0 !important;
    }

    .fz48i,
    .fz71i {
        font-size: 32px;
    }

    .fz30r, .fz46r {
        font-size: 25px;
    }

    .fz20i {
        font-size: 16px;
    }
  
    .counterUp h2.fz64r.fwm.mb40 {
        margin-bottom: 5px !important;
    }

    .companyContentItem .row {
        gap: 30px;
    }

    .companyContent,
    .companyContent p {
        max-width: unset;
    }

    .companyContentItem:nth-child(odd) .row {
        flex-direction: column-reverse;
    }

    .fz48r,
    .fz74r,
    .fz70r,
    .fz75r {
        font-size: 28px;
    }

    .testimonialItem {
        flex-direction: column;
        gap: 30px;
    }

    .testimonialItem>div {
        width: 100%;
        max-width: unset;
    }

    .testiContent {
        padding: 20px;
    }

    .testiAutho {
        margin-top: 20px;
    }

    .testiSliderArea {
        padding: 0;
    }

    .testiSlider .owl-nav {
        left: -20px;
        right: -20px;
        justify-content: space-between;
        height: 1px;
        top: 50%;
        bottom: auto;
    }

    .fz60r,
    .fz48r,
    .fz64r,
    .fz57r {
        font-size: 28px;
    }

    .solutionDeskTab {
        display: none !important;
    }

    .footerWidget h3 {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .footerWidget {
        gap: 10px;
        padding: 10px 0;
        border-bottom: 1px solid #ddd;
    }

    .footerWidgetArea .container>.row {
        gap: 0;
    }

    .footerWidgetWrap {
        display: none;
        padding-bottom: 20px;
        padding-top: 10px;
    }

    .blankSpace {
        display: none;
    }

    .footerWidgetArea {
        padding: 60px 0;
    }

    .arrowIcon {
        display: block;
        transition: .3s ease all;
    }

    .active span.arrowIcon {
        transform: rotate(180deg);
    }

    ul.tacLinks {
        justify-content: flex-start;
    }

    ul.widgetMenu {
        margin: 0 0 25px 0;
    }

    ul.widgetMenu:last-child {
        margin-bottom: 0;
    }


    section.effortlySec.secPad120,
    section.smsContainer.secPad120 {
        padding-top: 0;
    }

    .Streamlined.secPad120 {
        padding-bottom: 10px;
    }

    .accordion-button, .accordion-button:not(.collapsed) {
        font-size: 18px;
    }

    .safeIconBox img {
        width: 50px;
    }

    .safeIconBox h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .safeIconBox {
        gap: 12px;
    }

    .registerForm {
        padding: 15px;
    }

    .inputCol label {
        font-size: 18px;
    }

    .inputCol input {
        font-size: 16px;
        padding: 10px 15px;
        border-radius: 7px;
    }

    .stageContent {
        padding: 20px 15px;
        min-height: 430px;
    }

    span.stageNumber {
        font-size: 12px;
    }

    .stageImage {
        width: 150px;
        height: 150px;
        right: 0;
        bottom: 0;
    }

    .optimizeTab .nav li {
        width: 50%;
        padding: 0 5px;
    }

    .featureTabMob .accordion-button {
        display: block;
        font-size: 16px;
    }
    
    .featureTabMob .accordion-button h4 {
        margin-bottom: 5px;
    }

    .featureTabMob .accordion-body {
        padding-top: 0;
    }

    .templateTabSlider .nav-pills .nav-link {
        font-size: 16px;
        padding: 0 5px;
    }
    
    .templateTabSlider .nav {
        gap: 10px 0;
    }

    .templateItem {
        width: 280px;
    }

    .usedContent.mt-5.pt-5 {
        margin-top: 0 !important;
    }

    .stikeyContent {
        padding: 15px;
    }

    .integrateCont.pl30 {
        padding: 0;
    }

    ul.chatTabBox li {
        width: 100%;
        flex: unset;
        padding: 10px 10px;
    }
    
    ul.chatTabBox {
        gap: 5px;
    }
    
    ul.chatTabBox li h3 {
        font-size: 26px;
        line-height: 1;
    }

    .brandSlider .owl-stage {
        display: flex;
        align-items: center;
    }

    .gap50 {
        gap: 30px;
    }

    .safeGrid {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .safeGrid .safeIconBox img {
        width: 50px;
    }

    .interfaceArea .centerTItle img.mt-5 {
        margin-top: 10px !important;
    }

    .pl30 {
        padding-left: 0;
    }

    a.whiteboraderBtnIcon {
        height: 40px;
        min-width: 166px;
    }
    
    .blueBtn_icon span.blueIcon,
    a.whiteboraderBtnIcon span {
        height: 25px;
        width: 25px;
    }

    a.blackboraderBtn {
        height: 40px;
        min-width: 166px;
        padding: 0 15px 0 15px;
    }

    .readyBtns {
        gap: 10px;
    }

    .mobAccordian .accordion-header .accordion-button, .solutionTabsmob .accordion-header .accordion-button {
        font-size: 18px;
    }

    .footerReady,
    section.testimonialArea,
    section.resourceArea,
    section.solutionArea,
    section.entireOfficeArea,
    .secPad120 {
        padding: 50px 0;
    }

    .heroContent {
        margin-bottom: 30px;
    }

    section.heorArea {
        padding-bottom: 50px;
    }

    h2 br,
    .heroContent h1 br {
        display: none;
    }

    .blueIconBtn {
        font-size: 16px;
        height: 40px;
        min-width: 200px;
        padding-right: 10px;
        padding-top: 0;
        padding-bottom: 0;
    }

    section.yourCompanyArea .centerTitle {
        margin-bottom: 50px;
    }

    .companyContainer {
        gap: 50px;
    }

    .footerWidgetArea {
        padding-bottom: 40px;
    }

    .orderHero br,
    .marketHero br {
        display: none;
    }

    .chatBoatCont h2.fz30r {
        font-size: 22px;
    }
    
    .chatBoatCont> div {
        padding: 15px;
    }

    .advanceChat .centerTItle.mw700.mb50 {
        margin-bottom: 0 !important;
    }

    .heroContent.omniHero {
        padding-top: 0;
    }

    .iconTitle {
        font-size: 16px;
        padding: 6px 15px;
    }
    
    h4.iconTitle.mb20 img {
        height: 19px;
    }

    section.effortlySec.unifiedArea.secPad120 {
        padding-top: 50px;
    }
    
}

/* and (max-width: 767px) */

@media only screen and (max-width: 575px) {

    .container {
        padding-left: 22px;
        padding-right: 22px;
    }

}

/* (max-width: 575px) */

@media only screen and (min-width: 320px) and (max-width: 425px) {}

/*  (min-width: 320px) and (max-width: 425px) */

@media only screen and (max-width: 480px) {}

/* (max-width: 480px) */

@media only screen and (max-width: 360px) {}

/* (max-width: 360px)  */