﻿@charset "utf-8";


/* CSS Document */


/* media-query ------------------------------------------------*/


@media handheld, only screen and (max-width: 1140px) {
}

@media handheld, only screen and (max-width: 1023px) {
}

@media handheld, only screen and (max-width: 991px) {
}

@media handheld, only screen and (max-width: 767px) {

    .base25, .base65, .base72, .base33_33, .base50, .base33, .base60, .base40, .base70, .base80, .base20, .base45, .base30, .base75 {
        width: 100%;
    }

    .direction-column-reverse {
        flex-direction: column-reverse;
    }

    .justify-space-between-mb {
        -moz-justify-content: space-between;
        -webkit-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
    }

    .justify-content-center-mb {
        justify-content: center;
    }

    .justify-content-start-mb {
        justify-content: start;
    }

    .justify-content-end-mb {
        justify-content: flex-end;
    }

    .justify-content-around-mb {
        justify-content: space-around;
    }

    .align-top-mb {
        align-items: flex-start !important;
    }

    .mt-mb {
        margin-top: 15px;
    }

    #menu, .sub-menu {
        display: none;
        list-style: none;
    }

    .top-nav {
        display: none;
    }

    .menu ul li a {
        padding-bottom: 3px;
        border-bottom: 1px solid #565c5e;
        margin-right: 0px;
        width: 100%;
        font-size: 16px;
        color: #fff;
    }

    .menuopen {
        left: 10px;
        right: 10px;
        width: 95%;
        transform: translate(10px, 10px);
    }

    .nav-menu {
        width: 100%;
        position: relative;
        top: 25px;
    }

    .tab-wrap {
        flex-wrap: wrap;
    }

    .first-menu img.menu-img {
        display: none;
    }

    .menuopen ul.submenu-box:before, .menuopen ul.submenu-box {
        background: #fff;
    }

    .left {
        text-align: center;
    }

    h1 {
        font-size: 28px;
        line-height: 40px;
    }

    h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .text.left p {
        padding-right: 0px;
    }

    .right.banner-img {
        margin-bottom: 30px;
    }

    .banner {
        padding: 15px 0px 30px 0px;
    }

    .banner-bottom-text:before {
        border-radius: 25px;
        height: 94px;
        width: 180px;
        z-index: -1;
        bottom: -55px;
        top: auto;
    }

    .banner-bottom-text p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 20px;
        text-align: center;
    }

    .banner-bottom-text {
        padding: 20px;
    }

        .banner-bottom-text:after {
            right: -46px;
            height: 110px;
            z-index: -1;
        }

    .services-body {
        padding: 100px 0px 60px;
        margin-top: -50px;
    }

    .service-box {
        margin-bottom: 30px;
    }

    .counter-body h3 {
        text-align: center;
        margin-right: 0px;
        font-size: 21px;
        line-height: 30px;
        width: 100%;
        padding-left: 0px;
        margin-bottom: 20px;
    }

    .counter-body {
        padding: 55px 0px;
        position: relative;
        overflow: hidden;
        z-index: 999;
    }

        .counter-body:after {
            z-index: -1;
        }

    .count {
        margin-bottom: 20px;
    }

    .technology-logo {
        margin-bottom: 10px;
    }

    .get-text h2 {
        font-size: 22px;
        line-height: 30px;
        color: #0B132A;
        text-align: center;
        margin-bottom: 25px;
    }

    .get-started {
        padding-top: 120px;
        padding-bottom: 50px;
    }

    .footer-mb {
        margin-left: 35px;
        margin-top: 20px;
    }

        .footer-mb ul {
            margin-bottom: 20px;
        }

    footer.footer ul li a, footer.footer ul li {
        font-size: 15px;
    }

    .sub-footer, .sub-footer ul li a {
        margin-top: 15px;
        padding: 10px 0px;
    }

    .copyright {
        margin-bottom: 6px;
    }

    .mb-none {
        display: none;
    }
    /*mobile menu start*/
    li.dropdown.has-children {
        position: relative;
    }

        li.dropdown.has-children i {
            position: absolute;
            right: 30px;
            font-size: 20px;
            font-weight: 600;
            top: 22px;
        }

    .hamburger-menu {
        position: fixed;
        left: auto;
        padding-top: 20px;
        width: fit-content;
        height: 43px;
        cursor: pointer;
        z-index: 9998;
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    }

    .bar, .bar:after, .bar:before {
        width: 30px;
        height: 3px;
    }

    .bar {
        position: fixed;
        transform: translateY(10px);
        background: black;
        transition: all 0ms 300ms;
        right: 15px;
    }

        .bar.animate {
            background: rgba(255, 255, 255, 0);
        }

        .bar:before {
            content: "";
            position: absolute;
            left: 0;
            bottom: 10px;
            background: #000;
            transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
        }


        .bar:after {
            content: "";
            position: absolute;
            left: 0;
            top: 10px;
            background: #000;
            transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
        }

        .bar.animate:after {
            top: 0;
            background: #fff;
            transform: rotate(45deg);
            transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
        }

        .bar.animate:before {
            bottom: 0;
            background: #fff;
            transform: rotate(-45deg);
            transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
        }

    /*---------------------
	Mobiles Menu 
	----------------------*/
    /*---------------------
		Mobiles Menu - Design 
		----------------------*/

    .mobile-menu ul {
        margin: 0;
        padding: 0;
    }

    .mobile-menu p, .children a {
        font-size: 12px;
        color: #003049 !important;
        line-height: 20px;
        font-size: 13px;
        text-transform: capitalize;
    }

        .children a.blue-btn.btn {
            color: #fff !important;
            text-align: center;
        }

    .mobile-menu li {
        font-size: 20px;
        line-height: 30px;
        margin: 0;
        padding: 5px;
        position: relative;
        text-align: left;
        text-transform: uppercase;
        display: block;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

        .mobile-menu li:first-child {
            margin-top: 60px;
        }

        /*.mobile-menu li:hover {
		  background: #CCCCCC;
		}*/

        .mobile-menu li a {
            text-decoration: none;
            color: black;
        }

    /*---------------------
		Mobiles Menu - Slide IN 
		----------------------*/

    .mobile-menu {
        top: 0;
        max-width: 100%;
        right: -100%;
        width: 100%;
        background: #003049;
        color: #fff;
        height: 100%;
        position: fixed;
        z-index: 9997;
        overflow-y: auto;
        -webkit-transform: translate3d(0, 0, 205px);
        -moz-transform: translate3d(0, 0, 205px);
        transform: translate3d(0, 0, 205px);
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }

        .mobile-menu.active {
            right: 0;
            -webkit-transform: translate3d(0, 0, 0);
            -moz-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            -webkit-transition: all 500ms ease-in-out;
            -moz-transition: all 500ms ease-in-out;
            transition: all 500ms ease-in-out;
        }

    /*---------------------
		Mobiles Menu - Dropdown Submenu
		----------------------*/

    .has-children:hover {
        cursor: hand;
    }

    .children {
        display: none;
    }

    .mobile-menu .children li:first-child {
        margin-top: 0px;
    }

    .icon-arrow {
        position: absolute;
        display: block;
        font-size: 0.7em;
        color: black;
        top: 5px;
        right: 10px;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transition: .6s;
        -webkit-transition: .6s;
        -moz-transition: .6s;
    }

        .icon-arrow:after {
            content: "\25BC";
        }

        .icon-arrow.open {
            transform: rotate(-180deg);
            -webkit-transform: rotate(-180deg);
            -moz-transform: rotate(-180deg);
            transition: .6s;
            -webkit-transition: .6s;
            -moz-transition: .6s;
        }
    /*mobile menu end*/
    nav .logo {
        z-index: 1024;
        margin-right: 18px;
        width: 18%;
        padding-top: 20px;
    }

    nav {
        padding-bottom: 5px;
        box-shadow: 0px 0px 20px -7px rgb(0 0 0 / 20%);
        -webkit-box-shadow: 0px 0px 20px -7px rgb(0 0 0 / 40%);
        -moz-box-shadow: 0px 0px 20px -7px rgb(0 0 0 / 20%);
    }

    .menuopen {
        overflow: auto;
        max-height: 250px;
        overflow: auto;
    }

    .counter {
        padding-left: 0px;
    }

    .right-banner {
        min-height: auto;
        margin-bottom: 40px;
    }

    .left-banner {
        text-align: center;
    }

        .left-banner p {
            font-size: 15px;
        }

    p {
        font-size: 14px;
    }

    .acc-head p {
        font-size: 14px;
    }

    section.career {
        margin: 40px 0px;
    }

    .job-type-head ul li {
        margin-top: 10px;
        font-size: 12px;
        position: relative;
        padding-left: 95px;
    }

    .career .acc-content ul li b {
        min-width: 80px;
        position: absolute;
        left: 0px;
    }

    .range-toggle {
        text-align: center;
    }

    .toggle-tab {
        position: relative;
        margin-bottom: 10px;
    }

    .toggle-button-cover {
        margin-bottom: 15px;
    }

    .pricing-body .service-box {
        width: 100%;
    }

    .pricing-body {
        padding: 35px 0px 40px;
        margin-top: 40px;
    }

    .compair-table {
        margin: 50px 0px;
    }

    .table-responsive {
        width: 100%;
        overflow: auto;
        border: 1px solid #ddd;
    }

    .need-detail {
        margin-left: 0px
    }

    .disclaimers {
        margin: 50px 0px;
        text-align: center;
    }

    .bi-flex .new-phone-wrapper {
        width: 100%;
    }

    .side-bar {
        width: 100%;
    }

    .new-phone-wrapper.border {
        border: none;
        margin-bottom: 0px;
    }

    .business-information .form-group-2 .input-wrappers select {
        font-size: 14px;
    }

    .business-information .form-group-2 {
        display: block;
    }

        .business-information .form-group-2 .input-wrappers {
            margin-bottom: 0px;
        }

    .business-information .bottom-section p {
        font-size: 13px;
        line-height: 1.5;
        text-align: center;
    }

    .progress-bar .progress-tab-wrapper .progress-tab {
        width: 50%;
        margin-bottom: 13px;
    }

    .progress-bar .progress-tab-wrapper {
        display: flex;
        margin: 20px 0px 0px;
        flex-wrap: wrap;
    }

    .business-information {
        width: 100%;
        margin: auto;
    }

    .testimonial-slder .platform {
        padding: 30px 20px 20px;
    }

    .set-up-text {
        padding: 40px 0px;
    }

    .small-business-banner {
        padding: 30px 0px 50px;
    }

    .support-tab .service-box p {
        min-height: auto;
        margin-bottom: 20px;
    }

    .pb-50 {
        padding-bottom: 30px;
    }

    .small-business {
        margin-bottom: 0px;
    }

    .callback-section {
        padding: 50px 0;
    }

    .form-group label b {
        font-size: 12px;
    }

    .plan-box {
        width: 100%;
    }

    .contact-map ul.page-tabs-nav li a {
        padding: 5px 20px;
        min-width: auto;
    }

    iframe {
        width: 100%;
        margin: 0px;
    }

    .map {
	    padding: 0PX 15px !important;
	    margin: 0px 20px;
		}

    /*.contact-map h3 {
        display: none;
    }*/

    .planing-banner .banner-text {
        top: 15%;
        padding: 0px 15px;
    }

    .solution-img img {
        width: 200px;
        padding: 0px;
        display: block;
        text-align: center;
        padding-left: 0px;
    }

    .solution-text {
        text-align: center;
        padding: 20px;
    }

    .text-left {
        text-align: center !important;
    }

    .img-left {
        border: none;
        border-top: 10px solid #003049;
        padding: 25px 0px;
        min-height: auto;
    }

    .img-right {
        text-align: right;
        border: none;
        padding: 25px 0px;
        min-height: auto;
        border-top: 10px solid #003049;
        border-radius: 10px;
    }

        .img-left:before, .img-right:before {
            display: none;
        }

    .box-body h3 {
        margin-bottom: 20px;
    }

    .box-body .mr-10 {
        margin-right: 0px;
    }

    .address {
        border-bottom: 1px solid #dddddd47;
        padding-bottom: 10px;
        margin-right: 35px;
    }

    .footer-mb ul {
        margin-right: 35px;
        margin-bottom: 20px;
        border-bottom: 1px solid #dddddd47;
        padding-bottom: 10px;
    }

    .footer-mb > div:nth-child(3) > ul {
        border-bottom: none;
    }

    .top-header .title h2 {
        line-height: 34px;
    }

    .ndroid-box img {
        margin: 0px auto;
        display: block;
    }

    .ndroid-box h3 {
        text-align: center;
    }

    .ndroid-box {
        padding: 10px 0px;
    }

    .reliability {
        padding: 25px;
    }

    .call-box {
        padding: 30px 10px 10px;
    }

    .new-phone-wrapper h2, .new-phone-wrapper p {
        text-align: center;
    }

    .small-h2 {
        line-height: 35px;
    }

    .toggle-button-cover {
        display: block;
    }

    section.radio-accodian {
        margin-top: 0px;
    }

    .banner-text {
        padding: 0px 20px;
    }

    .blog-img-box {
        height: auto;
    }

    blockquote {
        padding: 25px 30px 25px 30px;
        font-size: 15px;
        line-height: 25px;
    }

    .page-tabs .tab-nav {
        margin-top: -30px;
    }

    ul.page-tabs-nav li a {
        margin: 5px 5px;
        padding: 5px 12px;
        font-size: 12px;
    }

    .enterprise-left-img .enterprise-plan-text, .enterprise-right-img .enterprise-plan-text {
        margin: 0px;
    }

    .enterprise-cont ul li {
        padding-right: 20px;
    }

    .enterprise-plan-img {
        display: none;
    }

    .content {
        width: 50%;
    }

    .content-image {
        padding: 25px;
    }

    section.set-up .bg-image {
        display: none;
    }

    .set-text-right {
        margin-left: 0px !important;
    }

    .set-up h2 {
        font-size: 22px;
        line-height: 30px;
        text-align: center;
    }

    .set-up-text {
        margin-left: 0px !important;
        text-align: center;
    }

        .set-up-text ul li {
            list-style: none;
            font-size: 14px;
            margin-left: 0px;
        }

    .set-up-text {
        margin-left: 0px !important;
        text-align: center;
        padding: 30px 20px;
        margin-top: 0px;
    }

    .set-text-right {
        margin-bottom: 0px;
    }

    .set-up {
        margin: 70px 0px 0px;
    }

    .platform {
        margin-bottom: 80px;
    }

    h3 {
        font-size: 16px;
        line-height: 22px;
    }

    section.apps-platform {
        padding-bottom: 0px;
        margin-bottom: -30px;
    }

    .top-menu-heading h4 {
        min-height: auto;
        color: #f17421;
    }

    .top-menu-heading {
        padding-bottom: 5px;
        padding-top: 10px;
        border-top: 1px solid #ddd;
        margin: 20px 0px;
    }

    .menu-tital {
        border-top: 1px solid #ddd;
        margin-top: 20px;
        padding-top: 6px;
        color: #f77722;
    }

    .acc-content a.btn {
        top: 100%;
        right: -20px;
    }

    div#tab-5 .container {
        padding: 0px;
    }

    .ent-vertical-tab .tab button {
        padding: 15px;
        text-align: center;
        display: block;
    }
    .ent-vertical-tab .tab {
        border-right: none;
        border-bottom: 1px solid #ddd;
        padding-bottom: 30px;
        margin-bottom: 50px;
    }
    .tab-box:after {
        width: 50%;
    }

    .tab-box {
        padding: 0px;
    }

    .btn {
        white-space: nowrap;
    }

    .platform {
        /*margin: 0px;*/
    }

    .set-up .border-tital h2::after {
        left: 50%;
    }

    .page-tabs .tab-nav h3 {
        margin-bottom: 15px;
    }

    .menu > ul > li > a {
        padding: 15px 0px 10px 5px;
        display: block;
    }

    .menulist > li > a, .menu-cont > a {
        border-bottom: none !important;
    }

    .content.contact-tab-dis {
        width: 90%;
    }
    button.tablinks.active:after {
        content: "";
      display:none;
    }
    a.orange-nav-btn {
        display: block;
        text-align: center;
        margin: 0px 30px 50px;
    }
    div#tidio-chat {
        z-index: 999;
        position: fixed;
    }
    ul.page-tabs-nav {
       
        margin-top: 0px;
    }
    .contact-page-tab-nav ul.page-tabs-nav {
        margin-top: -35px;
        width: max-content;
        border-radius: 13px;
    }
    .contact-block-img p {
	   quotes: ; margin-bottom: 20px;
	}
    .one-time-popup .popup-content {
        width: 90%;
        padding: 20px;
    }
}

@media handheld, only screen and (max-width: 639px) {
}

@media handheld, only screen and (max-width: 550px) {
    .enterprise-cont ul li {
        width: 100%
    }
}

@media handheld, only screen and (max-width: 479px) {
    .contact-map .tab-nav {
        margin-top: -50px;
        padding: 15px;
        width: 95%;
        margin: -15px auto 0px;
    }
}

@media screen and (max-height: 450px) {
}

