@media only screen and (max-width: 991px) and (min-width: 300px) {
    .menu li a:before{
        display: none;
    }
    .menu-bottom span:nth-child(2) {
        width: 70%;
    }
    .menu-bottom.click span:nth-child(1) {
        width: 0;
    }
    .menu-bottom.click span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        position: relative;
        top: 11px;
        width: 100%;
    }
    .menu-bottom.click span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .menu-bottom span:last-child {
        margin-bottom: 0;
    }
    .menu-bottom {
        width: 40px;
        height: 40px;
        padding: 5px;
        float: right;
        position: absolute;
        z-index: 99999999999;
        cursor: pointer;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        right: 18px;
        top: 20px;
    }
    .menu-bottom span {
        height: 2px;
        background: #000000;
        display: block;
        width: 100%;
        margin-bottom: 6px;
        position: relative;
    }
    .menu-bottom.click span {
        background: white;
        height: 5px;
    }
    .menu-bottom.click {
        top: -100px;
        position: fixed;
        top: 30px;
    }
    .main-menu{
        margin: 0;
        overflow: auto;
        position: fixed;
        right: -100%;
        width: 100%;
        top: 0;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        background: -moz-linear-gradient(281deg, #1a1c4b 0%, #1a1c4b 1%, #033c92 100%);
        /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1a1c4b), color-stop(1%, #1a1c4b), color-stop(100%, #033c92)); */
        /* background: -webkit-linear-gradient(281deg, #1a1c4b 0%, #1a1c4b 1%, #033c92 100%); */
        background: -o-linear-gradient(281deg, #1a1c4b 0%, #1a1c4b 1%, #033c92 100%);
        background: -ms-linear-gradient(281deg, #1a1c4b 0%, #1a1c4b 1%, #033c92 100%);
        /* background: linear-gradient(169deg, #2b156a 0%, #2b156a 1%, #190d3c 100%); */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1c4b', endColorstr='#033c92',GradientType=0 );
        background: #330b7a;
        height: 100%;
        z-index: 9999999 !important;
        padding-top: 90px;
    }
    .main-menu ul {
        padding: 0 0;
        width: 100%;
    }
    .menu li {
        display: block !important;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #ffffff9c;
        position: relative;
        text-align: left;
    }
    .menu li a {
        font-size: 26px !important;
        padding-left: 0;
        color: #fff !important;
        font-weight: 700 !important;
        padding: 10px 15px;
        text-align: left;
        display: block;
        width: 100%;
        letter-spacing: 0.5px;
        text-align: center;
        /* margin-bottom: 5px; */
        text-transform: uppercase;
    }
    .menu-open .main-menu {
        right: 0;
    }
    .menu-open .menu {
        transition-delay: 0.5s;
        opacity: 1;
    }
    header .menu {
        opacity: 0;
    }
    header {
        padding: 20px 0;
        z-index: 2;
    }
    header .logo img {
        max-width: 200px;
    }

    h2 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 10px;
        letter-spacing: 0;
    }


    header nav {
        text-align: center;
        margin-top: 20px;
    }

    header {
        /* text-align: center; */
        /* z-index: 9; */
    }

    header ul li {
        margin-right: 0;
    }

    header ul {
        margin: 10px 0;
    }
    .head-menu ul li {
    padding: 0;
}

.head-menu ul.head-none {
    display: revert;
    margin-top: 20px;
}

.head-menu ul.head-none li {
    border: 1px solid #fff;
    margin: 10px;
    padding: 5px;
}

.menu-open .menu li:last-child {
}

.head-menu ul.head-none li a {
    display: inline-block;
    width: 80%;
}



    header ul li.phone a {
        font-size: 16px;
    }

    .btn {
        font-size: 13px;
        letter-spacing: 2px;
        padding: 6px 15px;
    }

    section {
        padding: 30px 0;
        overflow: hidden;
    }

    header ul li:last-child {
        border: 0;
    }

    header ul.btn-ul {
        display: none;
    }
    
    .head-menu {
    padding: 0;
}

header nav {
    display: none;
}

.home-banner {
    padding-top: 30px;
    margin-top: 0;
    background: #F8F7FC;
    height: auto;
}

.info-banner h1 > span {font-size: 35px;line-height: 50px;display: block;}

.info-banner h1 {
    font-size: 30px !important;
    line-height: 35px !important;
    margin-bottom: 15px;
}

.info-banner h1 br {display: none;}

.info-banner h1 > span::before {
    max-width: 260px;
    left: -10px;
    top: -1px;
    height: 70px;
    z-index: -1;
}

.info-banner .img-head {
    display: none;
}

.info-banner h1::before {
    height: 8px;
    bottom: -5px;
}

.info-banner p br {
    display: none;
}

.info-banner p {
    margin-bottom: 15px;
    color: #ffff;
}

.info-banner .img-head2 {
    margin-bottom: 20px;
    text-align: center;
}

.info-banner .img-head2 img {
    min-width: 200px;
    max-width: max-content;
    object-fit: contain;
    min-height: 50px;
    max-height: 50px;
}

.info-banner .img-head2 img:first-child {
    margin-bottom: 15px;
    margin-right: 0;
}

.info-banner {
    margin-bottom: 50px;
}

.move-vectors .layer:first-child img {
    max-width: 100%;
}

.move-vectors .layer img {
    max-width: 50%;
}

.move-vectors .layer:nth-child(2) {
    left: 0 !important;
    top: 0 !important;
}

.move-vectors .layer:nth-child(3) {
    bottom: 80px !important;
    right: -110px !important;
}

.bg-thumb::after {
    display: none;
}

.our-thumb::after {
    display: none;
}

.move-vectors .layer:nth-child(5) img {
    display: none;
}

.move-vectors .layer:nth-child(4) img {
    max-width: 60%;
}

.move-vectors .layer:nth-child(4) {
    left: 40px !important;
    bottom: -10px !important;
}

.move-vectors {
    margin-bottom: 40px;
}

.our-thumb::before {max-width: 100%;}

.bg-thumb::before {
    display: none;
}

.our-system::before {
    display: none;
}

.our-thumb [class*='col'] {
    width: 50%;
    margin-bottom: 20px;
}

.our-thumb .row {
    justify-content: center;
}

.our-thumb [class*='col']:last-child {
    margin-bottom: 0;
}

.our-thumb {
    margin-bottom: 0;
}

h2::before {
    height: 8px;
    bottom: 0;
    width: 30%;
}

.info-text {
    margin-bottom: 20px;
}

.info-system p {
    font-size: 14px;
    margin-bottom: 8px;
}

.info-system .btn-block {
    margin-top: 20px;
}

.info-system {
    margin-bottom: 20px;
}

h2 > span.purp {
}

h2 + p {
    max-width: 100%;
    font-size: 15px;
}

.our-vision .info-text {
    margin-bottom: 30px;
}

.img-vision {
    margin-bottom: 12px;
}

.info-vision {
    margin-left: 0;
}

.info-vision ul li {
    font-size: 18px;
    padding-left: 45px;
    line-height: 23px;
}

.info-vision ul li img {
    margin-right: 10px;
    max-width: 35px;
    position: absolute;
    left: 0;
}

.our-vision {
    background-position:  80%;
}

.our-vision .row::before {
    height: 100%;
    left: 0;
    top: 30px;
}

.our-rank {
    padding: 30px 0;
}

.our-rank::before {
    display: none;
}

.our-rank::after {
    display: none;
}

.our-rank h3 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 15px;
}

.our-rank h3::before {
    width: 50%;
    bottom: 0;
    height: 8px;
}

.new-pf::before {
    display: none;
}

.element-item {    
    width: 50% !important;
    display: inline-block;
    height: 150px;
}
.grid {
    padding: 0;
}

.new-pf div#filters button {width: 49%;font-size: 16px;margin-bottom: 5px;}

.new-pf div#filters button::before {
    width: 100%;
    height: 100%;
    border: none;
    background: red;
    top: 0;
    left: 0;
    opacity: 0;
}

.new-pf div#filters .button.is-checked {
    color: #fff !important;
}

.new-pf div#filters {
    margin: 20px 0;
}

.our-pricing::before {
    display: none;
}

.our-pricing::after {
    display: none;
}

.our-pricing {
    padding: 30px 0;
}

.text-center h2 + p {
    font-size: 15px;
}

.our-pricing .nav-tabs .nav-item.show .nav-link, .our-pricing .nav-tabs .nav-link.active, .our-pricing .nav-tabs .nav-link:hover {
    color: #fff !important;
}

.our-pricing .nav-tabs .nav-link::before {
    border: none;
    width: 100%;
    height: 100%;
    background: red;
    top: 0;
    left: 0;
}

.our-pricing .nav-tabs .nav-item .nav-link {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 3px;
    text-align: center;
}

.our-pricing .nav-tabs::before, .our-pricing .nav-tabs::after {
    width: 40%;
    left: 0;
}

.our-pricing .nav-tabs::after {
    right: 0;
    left: inherit;
}

.info-pricing h4 {
    font-size: 24px;
    line-height: 28px;
}

.info-pricing h3 {
    font-size: 60px;
    line-height: 55px;
    letter-spacing: 0;
}

.info-pricing h5 {
    font-size: 20px;
    position: relative;
    left: 40px;
}

.info-pricing ul {
    height: 150px;
}

.info-pricing .btn {
    width: 60%;
    font-size: 16px;
    padding: 8px 0 !important;
}

.info-pricing {
    margin-bottom: 20px;
}

.our-combo {
    background-position: 0;
    padding: 50px 0;
}

.our-combo h2 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 30px;
    letter-spacing: 0;
}

.combo-detail h4 {
    font-size: 16px;
}

.info-combo::before {
    background: #4d0ea6;
    width: 100%;
    max-width: 100%;
    left: 0;
    top: 0;
    transform: revert;
    bottom: inherit;
    height: 100%;
}

.info-combo {
    position: relative;
    padding: 20px;
    margin-bottom: 30px;
}

.info-comb h4 {
    font-size: 37px;
    line-height: 35px;
}

.info-comb h4 > span {
    font-size: 26px;
    line-height: 21px;
}

.info-comb h4 + p {
    font-size: 20px;
}

.info-comb h4 + p::before {
    height: 47px;
    max-width: 260px;
    left: -40px;
}

.info-comb ul li h5, .info-comb ul li h5 + a {
    font-size: 15px;
}

.info-comb {
    margin-bottom: 20px;
}

.combo-price {
    margin-top: 0;
    margin-right: 0;
}

.combo-price h3 {
    font-size: 70px;
    line-height: 76px;
    margin-bottom: 15px;
}

.combo-price h5 {
    font-size: 16px;
}

.img-all {
    top: 0;
    left: 50px;
}

.img-all img {
    max-width: 80%;
}

.combo-price .btn {
    left: 0;
}

.our-combo p {
    margin-bottom: 20px;
}

.img-combo img {
    max-width: 80%;
    left: 0;
    display: table;
    margin: auto;
}

.count::before {
    left: 0;
    z-index: -1;
}

.info-count h4 {
    font-size: 40px;
}

.count .row .row [class*='col'] {
    width: 50%;
    display: inline-block;
}

.info-count img {
    max-width: 50px;
    top: 0;
    right: 30px;
}

.count {
    padding: 30px 0;
}

.our-data .container::before {
    width: 100%;
    margin: auto;
    right: 0;
    top: 0;
    height: 80%;
    background: #fff;
}

.our-data {
    padding: 30px 0;
}

.our-data .row::before {
    display: none;
}

.our-data .container::after {
    display: none;
}

.info-data {
    padding: 0 15px;
}

.info-data ul li {
    width: 49%;
}

.our-data .btn {
    margin-top: 0;
}

.our-data .btn-block {
    margin-top: 20px;
}

.img-data {
    left: 0;
    margin-top: 20px;
}

.img-data img {
    max-width: 90%;
    display: table;
    margin: auto;
}

.cta h3 {
    font-size: 30px;
}

.cta h3 br {
    display: none;
}

.cta h3 > span {
    font-size: 30px;
    display: block;
}

.cta h3 > span.bg {
    display: inline-block;
}

.cta h3::before {
    height: 8px;
    width: 40%;
    left: 0;
    bottom: 0;
}

.cta {
    background-position: 60%;
}

.cta ul li:first-child a {
    font-size: 18px;
}

.cta ul li a span {
    font-size: 20px;
}

.cta ul li a {
    font-size: 18px;
}

.img-cta {display: none;}

.cta ul {
    margin-right: 0;
    margin-bottom: 20px;
}

.new-pf div#filters button {width: 49%;font-size: 16px;margin-bottom: 5px;}

.new-pf div#filters button::before {
    width: 100%;
    height: 100%;
    border: none;
    background: red;
    top: 0;
    left: 0;
    opacity: 0;
}

.new-pf div#filters .button.is-checked {
    color: #fff !important;
}

.new-pf div#filters {
    margin: 20px 0;
}

.our-pricing::before {
    display: none;
}

.our-pricing::after {
    display: none;
}

.our-pricing {
    padding: 30px 0;
}

.text-center h2 + p {
    font-size: 15px;
}

.our-pricing .nav-tabs .nav-item.show .nav-link, .our-pricing .nav-tabs .nav-link.active, .our-pricing .nav-tabs .nav-link:hover {
    color: #fff !important;
}

.our-pricing .nav-tabs .nav-link::before {
    border: none;
    width: 100%;
    height: 100%;
    background: red;
    top: 0;
    left: 0;
}

.our-pricing .nav-tabs .nav-item .nav-link {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 3px;
    text-align: center;
}

.our-pricing .nav-tabs::before, .our-pricing .nav-tabs::after {
    width: 40%;
    left: 0;
}

.our-pricing .nav-tabs::after {
    right: 0;
    left: inherit;
}

.info-pricing h4 {
    font-size: 24px;
    line-height: 28px;
}

.info-pricing h3 {
    font-size: 60px;
    line-height: 55px;
    letter-spacing: 0;
}

.info-pricing h5 {
    font-size: 20px;
    position: relative;
    left: 40px;
}

.info-pricing ul {
    height: 150px;
}

.info-pricing .btn {
    width: 60%;
    font-size: 16px;
    padding: 8px 0 !important;
}

.info-pricing {
    margin-bottom: 20px;
}

.our-combo {
    background-position: 0;
    padding: 50px 0;
}

.our-combo h2 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 30px;
    letter-spacing: 0;
}

.combo-detail h4 {
    font-size: 16px;
}

.info-combo::before {
    background: #4d0ea6;
    width: 100%;
    max-width: 100%;
    left: 0;
    top: 0;
    transform: revert;
    bottom: inherit;
    height: 100%;
}

.info-combo {
    position: relative;
    padding: 20px;
    margin-bottom: 30px;
}

.info-comb h4 {
    font-size: 37px;
    line-height: 35px;
}

.info-comb h4 > span {
    font-size: 26px;
    line-height: 21px;
}

.info-comb h4 + p {
    font-size: 20px;
}

.info-comb h4 + p::before {
    height: 47px;
    max-width: 260px;
    left: -40px;
}

.info-comb ul li h5, .info-comb ul li h5 + a {
    font-size: 15px;
}

.info-comb {
    margin-bottom: 20px;
}

.combo-price {
    margin-top: 0;
    margin-right: 0;
}

.combo-price h3 {
    font-size: 70px;
    line-height: 76px;
    margin-bottom: 15px;
}

.combo-price h5 {
    font-size: 16px;
}

.img-all {
    top: 0;
    left: 50px;
}

.img-all img {
    max-width: 80%;
}

.combo-price .btn {
    left: 0;
}

.our-combo p {
    margin-bottom: 20px;
}

.img-combo img {
    max-width: 80%;
    left: 0;
    display: table;
    margin: auto;
}

.count::before {
    left: 0;
    z-index: -1;
}

.info-count h4 {
    font-size: 40px;
}

.count .row .row [class*='col'] {
    width: 50%;
    display: inline-block;
}

.info-count img {
    max-width: 50px;
    top: 0;
    right: 30px;
}

.count {
    padding: 30px 0;
}

.our-data .container::before {
    width: 100%;
    margin: auto;
    right: 0;
    top: 0;
    height: 80%;
    background: #fff;
}

.our-data {
    padding: 30px 0;
}

.our-data .row::before {
    display: none;
}

.our-data .container::after {
    display: none;
}

.info-data {
    padding: 0 15px;
}

.info-data ul li {
    width: 49%;
}

.our-data .btn {
    margin-top: 0;
}

.our-data .btn-block {
    margin-top: 20px;
}

.img-data {
    left: 0;
    margin-top: 20px;
}

.img-data img {
    max-width: 90%;
    display: table;
    margin: auto;
}

.cta h3 {
    font-size: 30px;
}

.cta h3 br {
    display: none;
}

.cta h3 > span {
    font-size: 30px;
    display: block;
}

.cta h3 > span.bg {
    display: inline-block;
}

.cta h3::before {
    height: 8px;
    width: 40%;
    left: 0;
    bottom: 0;
}

.cta {
    background-position: 60%;
}

.cta ul li:first-child a {
    font-size: 18px;
}

.cta ul li a span {
    font-size: 20px;
}

.cta ul li a {
    font-size: 18px;
}

.img-cta {display: none;}

.cta ul {
    margin-right: 0;
    margin-bottom: 20px;
}

.our-testimonial h2 + p {
    max-width: 100%;
    margin-bottom: 10px;
}

.our-testimonial h2 > span {
    font-size: 24px;
    line-height: 28px;
}

.our-testimonial h2 + p + img {
    max-width: 70%;
}

.info-test {
    padding: 30px 20px 20px;
}

.info-test span.qoute {
    max-width: 40px;
    top: 0;
    left: -10px;
}

.info-test p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
}
    .our-talk {
    background-position: 100%;
}

.our-talk h2 {
    font-size: 42px;
}

.info-talk ul {
    margin-top: 20px;
}

.info-talk ul li a {
    font-size: 18px;
}

.info-talk ul li:first-child a {
    font-size: 19px;
}

.info-talk ul li {
    padding: 0 8px;
}

.info-talk ul li img {
    margin-right: 5px;
    max-width: 35px;
}

.our-talk h2 + img {
    max-width: 60px;
}

.our-quality::after {
    display: none;
}

.text-center h2 + p br {
    display: none !important;
}

.info-quality {
    padding: 20px 15px;
    flex-direction: column;
}

.info-quality h4 {
    margin-left: 0;
    text-align: center;
    font-size: 18px;
}

.info-quality img {
    max-width: 70px;
    margin-bottom: 8px;
}

.info-quality h4::before {
    right: 0;
    margin: auto;
    top: 3px;
}

.our-quality .info-quality {
    width: 45%;
    display: inline-block;
    text-align: center;
    margin: 0 8px 20px;
    border-radius: 10px !important;
}

.our-quality .btn-block {
    margin-top: 0;
}

.our-quality .container::after,.our-quality .container::before {
    display: none;
}

.our-quality::before {
    display: none;
}

.our-thumb2 [class*='col'] {
    width: 50%;
    margin-bottom: 15px;
}

.our-thumb2 [class*='col']:last-child {
    margin-bottom: 0;
}

.our-thumb2 .row {
    justify-content: center;
}

.our-service::before {
    display: none;
}

.our-service {
    padding: 30px 0;
}

.our-service .btn-block {
    margin-top: 10px;
}

.logo-banner::before {
    display: none;
}


.img-ser {top: 50px !important;max-width: 60%;}

.info-service .text-ser {
    margin-top: -40px;
    margin-left: 0;
    min-height: auto;
    padding: 0 10px;
}

.info-service .text-ser ul li {
    font-size: 14px;
}

.info-ser h4 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 15px;
}

.info-ser h4 + p {
    font-size: 15px;
}

.our-service .row:first-child {
    margin-bottom: 30px;
}

.our-service h2 br {
    display: none;
}

.our-service h2 {
    letter-spacing: 0;
    margin-bottom: 5px;
}

.our-service h5 {
    font-size: 20px;
}

.our-site [class*='col'] {
    width: 100%;
}

.our-site h4 {
    margin-bottom: 0;
    font-size: 20px;
}

.logo-banner {background: #330b7a;}

.logo-banner .info-banner {
    margin-bottom: 30px;
        margin-top: 60px;
}

.our-site {
    padding: 25px 0;
}

footer a.logo + p {
    margin-bottom: 15px;
}

.detail-foot {
    margin-top: 20px;
}

footer .detail-foot ul li {
    display: inline-block;
    margin-bottom: 0;
    padding: 0 7px;
}

footer .detail-foot ul li img {
    filter: brightness(0) invert(1);
    margin-right: 2px;
}

footer h4 + ul {
    margin-bottom: 18px;
}

footer h4 + ul li {
    margin-bottom: 2px;
}

footer h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

footer .fr2 [class*='col']:last-child h4 + ul {
    margin-bottom: 0;
}

footer .row {
    margin-bottom: 30px;
}

footer .row::before {
    bottom: -15px;
}

footer .fr2::before {
    width: 80%;
}

.img-up {
    bottom: 65px;
    right: 13px;
    max-width: 50px;
}

.copy p {
    text-align: center;
}

.copy ul li {
    padding: 0 8px;
}

.copy ul li::before {
    right: -4px;
}

.our-step::after,.our-step::before {
    display: none;
}

.our-step .row::before , .our-step .row::after {
    display: none;
}

.our-step .row {
    margin-top: 30px;
}

.our-step [class*='col']::before {
    display: none;
}

.info-step h4 + p {
    min-height: auto;
}

.info-step {margin-bottom: 16px;}

.our-step .btn-block {
    margin-top: 10px;
}

.step2::before {
    display: none;
}

.info-service {
    background: #fff;
    padding: 0 0 10px;
    box-shadow: 0 5px 15px #00000042;
    margin-bottom: 20px;
}

.info-service figure img {
    box-shadow: none;
    padding: 0 0 20px;
}

.info-service .img-ser {
    max-width: 60%;
    top: 30px !important;
    right: 10px;
}


div#popupform {
    max-width: 100%;
    background: #fff;
}

.popup-bann {
    display: none;
}

.popup-content {
    padding: 20px;
    width: 100%;
    margin: 0;
}

.popup-content h4 {
    font-size: 16px;
}

.popup-content h3 {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 20px;
}

.fancybox-slide--html .fancybox-close-small {
    top: 0;
    right: 0;
    border-radius: 0;
}

.popup-content .form-control {
    border-radius: 0;
}

.popup-content::before, .popup-content::after {display: none;}

.popup-content .btn {
    border-radius: 0;
    height: 40px;
    font-size: 16px;
}

.web-ser .info-service .text-ser {
    margin-top: -80px;
}

.brand-ser .info-service .text-ser {
    margin-top: -100px;
}
.video-banner::after {
    display: none;
}

.app-banner .app-img {
    top: 0;
    left: 0;
    max-width: 80%;
    margin: auto;
    margin-bottom: 20px;
}

.info-market h4 + p {
    min-height: auto;
}

.info-market {
    margin-bottom: 20px;
    padding: 30px 15px 20px;
}

.info-market img {
    margin-bottom: 10px;
}

.info-market h4 {
    margin-bottom: 10px;
}

.our-marketing .btn-block {
    margin-top: 10px;
}

.bg-row {
    margin-top: 10px;
}

.bg-row::before {
    display: none;
}

div#tab3 [class*='col'] .info-quality {
    width: 100%;
    margin: 0  0 20px 0;
}

.logo-banner .info-banner h1 + p {
    margin-bottom: 20px;
}

.digital-banner .img-digi img {
    max-width: 100%;
}

.digital-banner .img-digi {
    max-width: 80%;
    margin: auto;
    margin-bottom: 20px;
    left: 0;
    top: 0;
}

.combo-banner + .our-pricing {
    padding: 30px 0;
}

.combo2 .info-combo {
    margin-top: 10px;
    padding: 20px;
    position: relative;
    margin-bottom: 0;
}

.combo2 .info-combo::before {
    max-width: 100%;
    width: 100%;
    height: auto;
    bottom: 0;
}

.combo2 .info-comb h4 br {
    display: none;
}

.combo2 .info-comb h4 {
    font-size: 28px;
    line-height: 32px;
    font-weight: 600;
    letter-spacing: 0;
}

.combo2 .info-comb h4 > span {
    font-size: 25px;
    line-height: inherit;
}

.combo2 .info-comb h4 + p {
    margin-bottom: 20px;
}

.combo2 .info-comb h4 + p::before {
        left: -15px;
    min-width: 100%;
    max-width: 100%;
}

.combo2 .info-comb h4 + p + ul {
    margin-bottom: 30px;
}

.combo2 .combo-price h3 {
    font-size: 80px;
    line-height: 70px;
    text-align: right;
    left: 0;
}

.combo2 .combo-price h5 {
    right: 0;
    font-size: 20px;
}

.combo2 .img-all {
    left: -10px;
    top: -20px;
}

.combo2 .combo-price {
    margin-left: 0;
}

.combo2 .combo-price h3 > span {
    font-size: 35px;
}

.combo2 .combo-price .btn {
    margin-left: 0;
    display: table;
    margin: auto;
}

.our-pricing .nav-tabs .nav-item {
    width: 50%;
}

.what-we-do {
    padding: 30px 0;
}

.what-we-do h2 {
    margin-bottom: 10px;
}

.what-we-do h5 {
    font-size: 16px;
}

.what-we-do h5 br {
    display: none;
}

.what-we-do .row:first-child {
    margin-bottom: 20px;
}

.info-what ul {
    margin: 20px 0;
}

.info-what ul li {
    width: 100%;
}

.info-what {
    margin-bottom: 20px;
}

.what-we-do::after,.what-we-do::before {
    display: none;
}

.info-what::before {
    display: none;
}

.info-offer figure img {width: 100%;box-shadow: 0 5px 15px #00000040;}

.we-offer [class*='col'] {
    width: 50%;
}

.info-offer {
    margin-top: 30px;
}

.info-offer h4 {
    margin-top: -88px;
    min-height: 90px;
    font-size: 18px;
    line-height: 20px;
}

.we-offer .btn-block {
    margin-top: 30px;
}

.our-contact {
    padding: 30px 0;
}

.info-contact h2 {
    margin-bottom: 10px;
}

.info-contact h2 + p {
    margin-bottom: 20px;
}

.info-contact h2 + p br {
    display: none;
}

.info-contact .info-form .form-group i {
}

.info-form {
    margin-bottom: 20px;
}

.contact-detail h4 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 6px;
}

.contact-detail {
    margin-left: 10px;
}

.contact-detail h4 + p {
    font-size: 16px;
}

.our-contact::after,.our-contact::before {
    display: none;
}

.contact-detail .cont-more {
    margin-top: 15px;
}

.contact-detail .cont-more h5 {
    margin-bottom: 5px;
}

.our-faq::before,.our-faq::after {
    display: none;
}

.our-faq {
    padding: 30px 0;
}

.info-faq .row::before {
    display: none;
}

.info-faq::after {
    display: none;
}

.info-faq::before {
    display: none;
}

.info-faq {
    padding: 40px 20px 30px 20px;
    margin-top: 30px;
}

.det-faq span:first-child {
    position: relative;
}

.det-faq span:first-child img {
    margin-bottom: 10px;
}

.det-faq {
    padding: 0;
    margin-bottom: 30px;
}

.det-faq h4 {
    display: inline-block;
    width: 80%;
    font-size: 17px;
    margin-left: 8px;
}

footer .fr2 [class*='col'] {
    width: 50%;
}

footer .fr2 {
    justify-content: center;
}

}

@media only screen and (min-width: 1600px) and (max-width: 1920px) {}

@media only screen and (min-width: 1445px) and (max-width: 1599px) {}

@media only screen and (min-width: 1400px) and (max-width: 1444px) {}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .service-sec-wrap .service-card {
        min-width: 100%;
        max-width: 100%;
    }

    .design-sec-wrap .process .item .title{
        font-size:17px !important;
    }

    .design-sec-wrap h2 {
        margin-top: 42px !important;
    }
    .design-sec-wrap .process .item .subtitle{
        font-size:10px !important;
    }
    .ft_menu a {
        font-size: 11px !important;
    }
    header .header-btm .navbar{
        padding: 5px 16px !important;
    }
    .design-sec-wrap {
        padding: 0;
    }
    .our-combo h2 {
        font-size: 50px;
    }
    .img-combo img {
        max-width: 100%;
        left: 0;
        margin: 0 0 20% 0;
    }
    .service-sec-wrap {
        padding: 50px 2rem 0;
    }
    .img-cta {
        max-width: 30%;
    }
    .combo-banner{
        background-size: 109% 100%;
    }
    .img-pack {
        top: 0;
    }
    .combo-banner .img-pack img {
        max-width: 70%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .our-combo h2 {
        font-size: 40px;
    }
    .footer .ft_left {
        padding: 59px 25px 26px;
    }
    .info-test p {
        min-height: 250px;
        max-height: 250px;
        overflow-y: scroll;
    }
    .img-cta {
        max-width: 30%;
    }
    .info-data ul li {
        width: 30.9%;
    }
    .info-data {
        padding-left: 20px;
    }
    .design-sec-wrap .process .item {
        width: 49%;
    }
    .design-sec-wrap .process {
        flex-wrap: wrap;
    }
    .service-sec-wrap {
        padding: 50px 20px 0;
    }
    .service-sec-wrap .content h2{
            font-size: 35px;
        line-height: 40px;
    }
    .service-sec-wrap .service-card.first {
        margin: 60px 0 0 auto;
    }
    .service-sec-wrap .service-card {
        min-width: 100%;
        max-width: 100%;
    }
    .img-all {
        left: -30px;
        top: 0 !important;
    }
    .info-comb h4 {
        font-size: 35px;
        line-height: 40px;
    }
    .combo-price {
        margin-top: 30px;
    }
    .info-combo .info-comb ul{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }
    .info-combo::before {
        height: 385px !important;
    }
    .info-banner h1>span {
        font-size: 47px;
        line-height: 75px;
    }
    .info-banner h1 {
        font-size: 45px;
        line-height: 55px;
    }
    .our-site {
        margin-top: 40px;
    }
    header .header-btm .navbar .navbar-brand .logo {
        min-width: 140px;
        max-width: 140px;
    }
    header .header-btm .side-ul .sd-li .btn-started {
        padding: 10px 10px;
        font-size: 14px;
    }
    header .header-btm .navbar .navbar-nav {
        gap: 10px;
    }
    .img-pack {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        display: flex;
        justify-content: center;
    }
    .img-pack img {
        max-width: 70% !important;
    }
    .btn-block {
        display: flex;
    }
    
    .package-banner+.our-pricing {
        padding-top: 3rem;
    }
    
    .combo2 .info-comb h4 {
        font-size: 50px;
    }
    .combo2 .combo-price h3 {
        font-size: 70px;
        line-height: 80px;
    }
    .combo-banner{
        background-size: 120% 100%;
    }
    .our-contact::before {
        max-width: 148px;
        height: 150px;
    }
    .app-banner .app-img {
        position: relative;
        top: -50px;
        max-width: 70%;
        left: 0;
    }
    .info-quality {
        padding: 10px 10px;
    }
    .info-quality h4 {
        font-size: 20px;
    }
    .our-service h2{
            font-size: 35px;
        line-height: 45px;
    }
    .popup-bann{
        max-width: 400px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
        .btn-block {
        display: flex;
    }

    .home-banner {
        padding-top: 100px !important;
    }
    .move-vectors .layer:first-child img {
        min-width: 100%;
        max-width: 100%;
        min-height: 400px;
        max-height: 400px;
        object-fit: contain;
    }
    .our-site {
        margin-top: 20px;
    }
    .our-thumb {
        margin-bottom: 50px;
    }
    .our-pricing .nav-tabs .nav-item {
        width: auto;
    }
    .new-pf div#filters button {
        width: auto;
        font-size: 16px;
        margin-bottom: 0;
    }
    .featured-services h1 {
        font-size: 35px;
        line-height: 40px;
    }
    .service-sec-wrap {
        padding: 50px 0rem 10px;
    }
    .service-sec-wrap .service-card {
        min-width: 100%;
        max-width: 100%;
    }
    .service-sec-wrap .service-card.fifth {
        margin: 10px auto 0;
    }
    .img-data img {
        min-width: 100%;
        max-width: 100%;
        min-height: 400px;
        max-height: 400px;
        object-fit: cover;
        object-position: top;
    }
    .info-test p {
        min-height: 240px;
        max-height: 240px;
        overflow-y: scroll;
    }
    .our-testimonial {
        padding: 30px 0 70px;
    }
    .design-sec-wrap .process {
        flex-wrap: wrap;
    }
    .design-sec-wrap .process .item {
        width: 49%;
    }
    .design-sec-wrap .process .item .number {
        font-size: 59px;
    }
    .design-sec-wrap .process .item .title {
        font-size: 20px;
    }
    .design-sec-wrap .process .item .subtitle {
        font-size: 16px;
    }
    .what-we-do .row:first-child {
        margin-bottom: 20px;
    }
    .what-we-do h2{
            font-size: 35px;
        line-height: 40px;
    }
    .what-we-do h5 {
        font-size: 25px;
    }
    .info-what ul li {
        width: 100%;
    }
    .cta h3>span {
        font-size: 28px;
    }
    .cta h3 {
        font-size: 30px;
    }
    .cta ul {
        margin-right: 10px;
    }
    .img-cta {
        max-width: 25%;
    }
    .cta ul li a {
        font-size: 20px !important;
    }
    .cta ul li a span {
        font-size: 20px !important;
    }
    .img-pack {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .img-pack img {
        max-width: 50%;
    }
    .package-banner {
        padding-top: 145px !important;
    }
    .package-banner+.our-pricing {
        padding-top: 3rem;
    }
    .combo-banner .img-pack img {
        max-width: 50%;
    }
    .combo-banner {
        height: 600px !important;
    }
    .our-quality .info-quality{
        width: 100%;
    }

}

@media only screen and (min-width: 576px) and (max-width: 767px) {
     header .header-btm .navbar .navbar-nav {
        gap: 12px;
        margin: 0;
    }
        header .header-btm .side-ul {
        justify-content: center;
        margin: 20px 0 10px 0;
    }
    header .header-btm .navbar .navbar-nav .nav-item:hover .dropdown-menu .row{
        min-height: auto;
        max-height: 400px;
        overflow-y: scroll;
    }
    .float-btn,
    .icns{
         display: none;
    }
    .our-combo h2,
    h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .home-banner {
        padding-top: 100px !important;
    }
    .info-banner h1::before{
        display: none;
    }
    .info-banner {
        margin-bottom: 20px;
    }
    .move-vectors .layer:first-child img {
        min-width: 100%;
        max-width: 100%;
        min-height: 250px;
        max-height: 250px;
        object-fit: contain;
    }
    .info-banner .img-head2 {
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .btn-block {
        display: flex;
        margin-bottom: 3px;
        padding: 5px 0;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap;
        flex-direction: row;
        gap: 10px;
    }
    .btn-block .btn:first-child {
        margin-right: 0;
    }
    .btn-block .btn{
        width: 100%;
        padding: 15px 10px;
        font-size: 15px;
    }
    .info-text {
        margin-bottom: 15px;
    }
    .our-combo {
        background-position: center center;
    }
    .our-rank h3 {
        font-size: 25px;
    }
    .owl-carousel .owl-item img {
        display: inline-block;
        max-width: 100%;
        min-width: 100%;
        min-height: 80px !important;
        max-height: 80px !important;
        object-fit: contain;
    }
    .new-pf::before{
        display:none;
    }
    .new-pf{
        padding: 0 0 20px 0; 
    }
    .featured-services h1 {
        font-size: 30px;
        line-height: 35px;
    }
    .service-sec-wrap {
        padding: 40px 0rem 0;
    }
    .service-sec-wrap .service-card.first {
        margin-top: 30px;
    }
    .service-sec-wrap .service-card {
        min-width: 100%;
        max-width: 100%;
        margin: 0 auto 20px;
    }
    .service-sec-wrap .service-card.third {
        margin: 0;
    }
    .service-sec-wrap .service-card.fifth {
        margin: 30px auto 0;
    }
    .design-sec-wrap {
        padding: 50px 0;
    }
    .design-sec-wrap h2 {
        font-size: 35px;
        margin: 0 0 40px 0;
    }
    .design-sec-wrap .process {
            width: auto;
        flex-wrap: wrap;
    }
    .count::before {
        left: 0;
    }
    .our-data .btn {
        margin-top: 0;
    }
    .info-data {
        padding: 0 20px;
    }
    .info-data ul{
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
    }
    .info-data ul li {
         width: 30%;
        margin-bottom: 0;
    }
    .img-data {
        left: 0;
    }
    .img-data img {
        max-width: 100%;
        min-width: 100%;
        min-height: 300px;
        max-width: 300px;
    }
    .cta {
        padding: 40px 0;
    }
    .cta h3 {
        font-size: 28px;
        margin-bottom: 30px;
    }
    .cta h3::before {
        bottom: -4px;
    }
    .cta h3>span {
        font-size: 30px;
        font-weight: 300;
    }
    .cta ul li a {
        font-size: 15px;
    }
    .cta ul li:first-child a {
        font-size: 20px;
    }
    .img-cta {
        position:relative;
        max-width: 100%;
        min-width: 100%;
        margin: 20px 0 0 0;
    }
    .cta ul {
        margin: 20px 0;
    }
    .our-testimonial {
        padding: 40px 0 80px 0;
    }
    .our-testimonial h2>span {
        font-size: 30px;
        line-height: 30px;
    }
    .info-test p {
        font-size: 16px;
        line-height: 23px;
    }
    .footer .ft_left {
        padding: 50px 25px 20px;
    }
    .footer .ft_left .ft_form form .ft_submit {
        width: 100%;
    }
    .footer-social {
        margin: 10px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
    }
    .footer .ft_right {
        padding: 20px 20px;
        padding-bottom: 30px;
    }
    .footer .ft_right .ft_menu .ft_menu_rgt ul li,
    .footer .ft_right .ft_menu .ft_menu_lft ul li {
        margin-bottom: 8px;
    }
    .ft_menu_rgt.footer_menu ul {
        column-count: auto;
    }
    .footer::before{
        display: none;
    }
    #shadow-host-companion{
        padding: 0px;
    }
    .footer::after {
        width: 400px;
        height: 610px;
    }
    .footer {
        padding: 0 0 60px 0;
    }
    .new-pf div#filters {
        text-align: center;
        margin: 25px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
    }
    .new-pf div#filters button{
        width: auto;
        font-size: 14px;
        margin-bottom: 0;
    }
    
    .info-combo .info-comb ul{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 20px;
    }
    .our-site {
        margin-top: 10px;
        margin-bottom: 60px;
    }
    .our-pricing .nav-tabs .nav-item {
        width: auto;
        margin: 0;
    }
    .package-banner {
        padding-top: 170px !important;
    }
    .package-banner+.our-pricing {
        padding-top: 2rem;
    }
    .img-pack {
        position: relative;
        top: 0;
    }
}

@media only screen and (min-width: 300px) and (max-width: 575px) {
    header .header-btm .navbar .navbar-nav {
        gap: 12px;
        margin: 0;
    }
        header .header-btm .side-ul {
        justify-content: center;
        margin: 20px 0 10px 0;
    }
    header .header-btm .navbar .navbar-nav .nav-item:hover .dropdown-menu .row{
        min-height: auto;
        max-height: 400px;
        overflow-y: scroll;
    }
    .float-btn,
    .icns{
         display: none;
    }
    .our-combo h2,
    h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .home-banner {
        padding-top: 100px !important;
        background:#1a1c4b;
    }
    .info-banner h1 {
        font-size: 27px !important;
        line-height: 45px  !important;
    }
    .info-banner h1>span {
        font-size: 30px;
        line-height: 40px;
    }
    .info-banner h1::before{
        display: none;
    }
    .info-banner {
        margin-bottom: 20px;
    }
    .move-vectors .layer:first-child img {
        min-width: 100%;
        max-width: 100%;
        min-height: 250px;
        max-height: 250px;
        object-fit: contain;
    }
    .info-banner .img-head2 {
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .btn-block {
        display: flex;
        margin-bottom: 3px;
        padding: 5px 0;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap;
        flex-direction: row;
        gap: 10px;
    }
    .btn-block .btn:first-child {
        margin-right: 0;
    }
    .btn-block .btn{
        width: 100%;
        padding: 15px 10px;
        font-size: 15px;
    }
    .info-text {
        margin-bottom: 15px;
    }
    .our-combo {
        background-position: center center;
    }
    .our-rank h3 {
        font-size: 25px;
    }
    .owl-carousel .owl-item img {
        display: inline-block;
        max-width: 100%;
        min-width: 100%;
        min-height: 80px !important;
        max-height: 80px !important;
        object-fit: contain;
    }
    .new-pf::before{
        display:none;
    }
    .new-pf{
        padding: 0 0 20px 0; 
    }
    .featured-services h1 {
        font-size: 30px;
        line-height: 35px;
    }
    .img-layers {
        height: 35vh;
        width: 35vh;
    }
    .service-sec-wrap {
        padding: 40px 0rem 0;
    }
    .service-sec-wrap .service-card.first {
        margin-top: 30px;
    }
    .service-sec-wrap .service-card {
        min-width: 100%;
        max-width: 100%;
        margin: 0 auto 20px;
    }
    .service-sec-wrap .service-card.third {
        margin: 0;
    }
    .service-sec-wrap .service-card.fifth {
        margin: 30px auto 0;
    }
    .design-sec-wrap {
        padding: 50px 0;
    }
    .design-sec-wrap h2 {
        font-size: 35px;
        margin: 0 0 40px 0;
    }
    .design-sec-wrap .process {
        flex-direction: column;
        width: auto;
    }
    .count::before {
        left: 0;
    }
    .our-data .btn {
        margin-top: 0;
    }
    .info-data {
        padding: 0 20px;
    }
    .info-data ul{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
    }
    .info-data ul li {
        width: auto;
        margin-bottom: 0;
    }
    .img-data {
        left: 0;
    }
    .img-data img {
        max-width: 100%;
        min-width: 100%;
        min-height: 300px;
        max-width: 300px;
    }
    .cta {
        padding: 40px 0;
    }
    .cta h3 {
        font-size: 28px;
        margin-bottom: 30px;
    }
    .cta h3::before {
        bottom: -4px;
    }
    .cta h3>span {
        font-size: 30px;
        font-weight: 300;
    }
    .cta ul li a {
        font-size: 15px;
    }
    .cta ul li:first-child a {
        font-size: 20px;
    }
    .img-cta {
        position:relative;
        max-width: 100%;
        min-width: 100%;
        margin: 20px 0 0 0;
    }
    .cta ul {
        margin: 20px 0;
    }
    .our-testimonial {
        padding: 40px 0 80px 0;
    }
    .our-testimonial h2>span {
        font-size: 30px;
        line-height: 30px;
    }
    .info-test p {
        font-size: 16px;
        line-height: 23px;
    }
    .footer .ft_left {
        padding: 50px 25px 20px;
    }
    .footer .ft_left .ft_form form .ft_submit {
        width: 100%;
    }
    .footer-social {
        margin: 10px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
    }
    .footer .ft_right {
        padding: 20px 20px;
        padding-bottom: 30px;
    }
    .footer .ft_right .ft_menu .ft_menu_rgt ul li,
    .footer .ft_right .ft_menu .ft_menu_lft ul li {
        margin-bottom: 8px;
    }
    .ft_menu_rgt.footer_menu ul {
        column-count: auto;
    }
    .footer::before{
        display: none;
    }
    #shadow-host-companion{
        padding: 0px;
    }
    .footer::after {
        width: 400px;
        height: 610px;
    }
    .footer {
        padding: 0 0 60px 0;
    }
    .new-pf div#filters {
        text-align: center;
        margin: 25px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .combo-detail {
        width: 100%;
    }
    
    .info-combo .info-comb ul{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 20px;
    }
    .our-site {
        margin-top: 10px;
        margin-bottom: 60px;
    }
    .design-sec-wrap .process .item{
        min-height: auto;
     max-height: fit-content;
    }
    .design-sec-wrap .process .item .subtitle {
        font-size: 16px;
        margin-top: 10px;
        line-height: 25px;
    }
    
    .design-sec-wrap .process .item .number {
        font-size: 65px;
    }
    .package-banner {
        padding-top: 130px !important;
    }
    .package-banner+.our-pricing {
        padding-top: 2rem;
    }
    .img-pack {
        position: relative;
        top: 0;
    }
    .combo2 .combo-price h3 {
        font-size: 60px;
    }
    .logo-banner .info-banner h1 {
        letter-spacing: 0px;
    }
    .info-service figure img {
        height: 250px !important;
    }
    .our-quality .info-quality {
        width: 100%;
        margin: 0 0 20px 0;
        border-radius: 0px !important;
    }
}