@media only screen and (max-width: 575.98px) {


  .sm-mt-auto {
    margin-top: auto;
  }

  section.banner h1 strong {
    top: 1px !important;
  }

  section.banner h3 span {
    padding-top: 2vh;
  }

  .wrapper-banner-form:after {
    display: none;
  }

  .wrapper-banner-form:before {
    display: none;
  }

  .banner-test {
    padding: 0px !important;
  }

  .col-md-12.disclaimer .col-md-4 {
    padding-bottom: 2vh;
  }

  .disclaimer ul {
    text-align: center !important;
  }

  .disclaimer ul li a:after {
    content: "" !important;
  }

  section.testimonial-heading {
    padding: 62px 0px 100px !important;
  }

  .numbers .item img {
    border-radius: 2vw;
  }

  section.banner ul.yel-list li {
    font-size: 10px !important;
    margin-bottom: -4px !important;
  }

  section.banner ul.yel-list {
    margin-top: 5px !important;
    margin-bottom: 20px !important;
  }

  section.banner a {
    margin: 0px 0 15px 0 !important;
  }

  .banner-wrapper {
    margin-top: 22px !important;
  }

  /*.packages-ui-new {*/
  /*    background: #f45051;*/
  /*    padding: 40px 12px;*/
  /*    border-radius: 20px;*/
  /*    box-shadow: 0 5px 15px #0000000d;*/
  /*    position: relative;*/
  /*    z-index: 1;*/
  /*    transition: .5s all;*/
  /*    margin-bottom: 30px;*/
  /*    text-align: center;*/
  /*    color: #fff !important;*/
  /*}*/

  /*.packages-ui-new::before{*/
  /*border-color: #ffda00 !important;*/
  /*    transform: translate(8px, 8px);*/
  /*    position: absolute;*/
  /*    content: "";*/
  /*    width: 100%;*/
  /*    height: 100%;*/
  /*    left: 0;*/
  /*    top: 0;*/
  /*    border: 2px solid #ffda00;*/
  /*    border-radius: 20px;*/
  /*    transition: .5s all;*/
  /*    z-index: -1;*/
  /*}*/

  .packages-ui-new .head p {
    color: #fff !important;
  }

  packages-ui-new * {
    color: #fff !important;
  }

  .packages-ui-new .head h2 {
    font-size: 26px;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 25px;
    transition: 0.5s all;
    font-family: "Poppins", sans-serif !important;
    margin-top: 0;
    color: #fff !important;
  }

  .packages-ui-new .head p {
    color: #fff !important;
    font-family: "Poppins", sans-serif !important;
  }

  .packages-ui-new ul {
    margin: 30px 0;
  }

  .pack-price h4>sup {
    font-size: 55px;
    position: relative;
    top: 0;
    transition: 0.5s all;
  }

  .pack-price h4>span::before,
  .pack-price h4>span::after {
    position: absolute;
    content: "";
    background: #ffda00;
    width: 100%;
    height: 1px;
    transform: rotate(15deg);
    top: 14px;
    left: 2px;
    transition: 0.5s all;
  }

  .pack-price h4>span::after {
    transform: rotate(-15deg);
  }

  .pack-price h4::after {
    right: 15px;
    left: inherit;
  }

  .style-14::-webkit-scrollbar-track {
    background-color: #f8f8f8;
  }

  .style-14::-webkit-scrollbar {
    width: 5px;
    background-color: #f8f8f8;
  }

  .style-14::-webkit-scrollbar-thumb {
    background-color: #f8f8f8;
    background-image: -webkit-linear-gradient(90deg,
        #efefef,
        #efefef,
        #efefef 100%,
        #efefef 75%,
        #efefef);
  }

  .scrollbar {
    margin-left: 0px;
    float: left;
    height: 100px;
    width: 100%;
    overflow-y: scroll;
    margin-bottom: 15px;
  }

  .force-overflow {
    min-height: 450px;
  }

  .text-white {
    color: #fff !important;
  }

  .process-ui {
    margin-top: 21px;
    padding: 29px 15px 29px;
  }

  .process-hover h3 {
    font-size: 16px !important;
  }
}

@media (max-width: 375px) {
  section.br-sol .col-md-7 h2 {
    font-size: 25px !important;
  }

  .banner-test {
    padding: 0px;
  }

  .process-hover h3 {
    font-size: 3.5vw !important;
  }
}

@media (max-width: 320px) {
  section.br-sol .col-md-7 h2 {
    font-size: 28px !important;
  }

  .banner-test {
    padding: 0px;
  }

  a.grad-btn {
    padding: 6px 40px !important;
    line-height: 5vw;
  }

  .text-xs {
    font-size: 11px !important;
  }
}

@media only screen and (max-width: 1000px) and (min-width: 320px) {
  section.br-sol [class^="col-md-4"]>div {
    position: static;
    top: 0px;
  }

  section.br-sol [class^="col-md-4"]>div:after {
    display: none;
  }

  section.br-sol [class^="col-md-4"]>div:before {
    display: none;
  }

  .bottom-bar:before {
    display: none;
  }

  .bottom-bar:after {
    display: none;
  }

  a.chat.discout {
    display: none;
  }

  #ouibounce-modal .modal {
    width: 95%;
    height: 430px;
  }

  #ouibounce-modal .modal-body li {
    width: 100% !important;
    margin: 0 0 10px;
  }

  #ouibounce-modal form input[type="text"],
  #ouibounce-modal form input[type="email"],
  #ouibounce-modal form textarea {
    width: 100%;
  }

  a.whtsapp {
    display: block;
    bottom: 90px;
    left: 10px;
  }

  section.packages:after {
    display: none;
  }

  .numbers .item img {
    position: static;
    max-width: 70px;
  }

  .numbers .item:after {
    bottom: 5px;
    background-size: 60%;
    right: 0;
  }

  section.glipsy h2 {
    font-size: 24px;
  }

  section.glipsy p {
    font-size: 14px;
    width: 100%;
  }

  section.glipsy p br {
    display: none;
  }

  section.glipsy {
    padding: 30px 0 10px;
  }

  .br-sol:before {
    display: none;
  }

  .br-sol:after {
    display: none;
  }

  section.br-sol [class^="col-md-4"] .main-panel {
    position: static;
  }

  .custom-design-solution ul li.active {
    transform: scale(1.1);
  }

  .custom-design-solution ul li {
    /* display: block; */
    margin-bottom: 20px;
    width: 140px;
    height: 140px;
    margin-right: 20px;
    line-height: 140px;
  }

  .numbers .item {
    height: auto;
    padding: 15px;
    margin-left: 0;
  }

  .custom-design-solution {
    padding: 30px 0;
  }

  .custom-design-solution p br {
    display: none;
  }

  .custom-design-solution p {
    font-size: 14px;
    width: 90%;
    margin: auto;
  }

  .custom-design-solution h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .custom-design-solution ul li img {
    max-width: 40%;
  }

  .custom-design-solution ul li span {
    font-size: 17px;
  }

  .banner-form form::after {
    background-size: 60%;
    right: -90px;
    top: -40px;
  }

  section.glipsy:before {
    display: none;
  }

  .packages .container {
    width: 100%;
  }

  section.br-sol [class^="col-md-4"] .main-panel:before {
    display: none;
  }

  .numbers .owl-item:before {
    display: none;
  }

  .numbers .owl-item.active.center .item {
    transform: translateY(0);
  }

  .br-sol .wrapper:before {
    display: none;
  }

  .numbers .owl-item {
    padding: 15px 0;
  }

  section.banner a+img {
    margin: auto;
    padding-bottom: 25px;
  }

  section.cta-new ul li:first-child a {
    font-size: 17px;
    font-weight: 500;
    position: static;
  }

  section.cta-new ul li a {
    font-size: 17px;
    font-weight: 500;
    position: static;
    margin-left: 20px;
  }

  .talk-btn {
    margin-top: 0;
  }

  .talk-btn:before {
    display: none;
  }

  section.cta-new ul li:last-child {
    position: static;
  }

  section.br-sol [class^="col-md-4"] .main-panel:after {
    display: none !important;
  }

  .wrapper-cta-new .container:before,
  section.cta-new:before {
    display: none;
  }

  .wrapper-cta-new .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }

  .banner-wrapper::before {
    display: none !important;
  }

  .banner-wrapper {
    margin-top: 40px;
  }

  .banner-form input[type="submit"] {
    padding: 10px;
    font-size: 14px;
    height: auto;
  }

  .banner-wrapper::after {
    content: "";
    position: absolute;
    top: -30px;
    left: -80px;
    /*background: url(../images/scatch-1.png) no-repeat;*/
    height: 745px;
    width: 656px;
    z-index: 1;
    /* background-size: 60% 40%; */
  }

  input[type="submit"] {}

  .banner-form form {
    padding: 30px 22px;
  }

  .banner-form select::placeholder,
  .banner-form input::placeholder,
  .banner-form textarea::placeholder {
    color: #5f5252;
  }

  section.exp ul li i img {
    display: none;
  }

  section.pfsec:before {
    display: none;
  }

  section.br-sol [class^="col-md-4"]>div ul {
    text-align: left;
  }

  section.newserv {
    padding: 0;
  }

  section.pfsec {
    padding: 20px;
  }

  header {
    z-index: 9;
    padding: 10px 0px !important;
  }

  .logodiv {
    text-align: center;
    width: 100%;
    position: static;
  }

  section.banner h1 {
    margin: 20px 0 0;
    font-size: 34px;
  }

  section.banner ul.yel-list li {
    width: 100%;
  }

  .banner-form {
    width: 100%;
    padding: 20px 0px 20px;
  }

  section.banner h3 {
    font-size: 19px;
    line-height: 20px;
    margin: 0px !important;
  }

  section.sponsor-slider {
    margin-top: -50px;
    padding: 10px 20px 8px;
  }

  section.newserv li {
    width: 100%;
  }

  section.exp {
    text-align: center;
    padding: 10px 0;
  }

  section.exp ul li {
    padding: 20px 0;
    border: 1px solid #dedede63;
    margin-bottom: 14px;
    width: 46%;
    box-shadow: #0000003b 0 0 3px;
    margin: 0 5px 9px;
  }

  section.exp h2 {}

  section.exp h2 span {
    margin-bottom: 20px;
  }

  section.pfsec h2 {
    font-size: 24px;
    margin: 0 0 20px;
  }

  section.pfsec h2+p {
    width: 100%;
    line-height: 21px;
    font-size: 11px;
    margin-bottom: 10px;
  }

  .portfolioslider i {
    width: 25%;
    margin: 0 0 5px;
  }

  .portfolioslider.owl-carousel.owl-theme.owl-loaded.owl-drag {
    text-align: center;
    margin: 0 auto;
  }

  section.packages .row+.row {
    width: auto;
  }

  section.packages .col-md-4 {
    width: 95%;
    margin: 0 auto 40px;
  }

  section.helpingbrand {
    padding: 20px 0;
  }

  section.br-sol {
    text-align: center;
    padding: 20px;
    padding-bottom: 30px;
  }

  section.br-sol .col-md-7 h2 {
    margin: 0;
    font-size: 19px;
    line-height: inherit;
    margin-bottom: 10px;
  }

  section.br-sol .col-md-7 h2 br {
    display: none;
  }

  section.br-sol .col-md-7 h2+p {
    font-size: 14px;
    line-height: 22px;
  }

  section.br-sol .col-md-7 a {
    margin-bottom: 30px;
  }

  section.helpingbrand h2 {
    font-size: 22px;
    margin: 0 0 10px;
  }

  section.helpingbrand p {
    padding: 0;
  }

  section.helpingbrand ul li {
    width: 100%;
    margin-bottom: 20px;
  }

  section.cta-new {
    text-align: center;
    padding: 20px 0;
    overflow: hidden;
  }

  .cta-new .col-md-3.text-left,
  .cta-new .col-md-3.text-right {
    text-align: center;
  }

  section.cta-new ul {
    margin-bottom: 0;
    text-align: left;
  }

  section.cta-new h2 {
    margin: 10px 0 25px;
    font-size: 26px;
    text-align: left;
  }

  section.numbers {
    padding: 20px 0;
  }

  section.numbers h2 {
    font-size: 24px;
    line-height: 27px;
    margin: 0 0 20px;
  }

  section.numbers h2+p {
    padding: 0;
    width: 100%;
  }

  section.numbers ul li {
    width: 100%;
    padding: 40px 20px;
    margin: 0 0 20px;
  }

  section.numbers ul li i {
    position: relative;
    top: 0;
    display: block;
    margin-bottom: 20px;
    left: 0;
  }

  section.numbers ul li {}

  section.numbers ul li img.aut-img {}

  section.numbers ul li h3 {
    font-size: 19px;
  }

  section.cform-section {
    padding: 20px 0;
  }

  section.cform-section h2+p {
    padding: 0;
  }

  section.cform-section form ul li {
    width: 100%;
    margin-bottom: 10px;
  }

  section.cform-section form ul li:last-child {
    width: 50%;
  }

  section.cform-section form ul li textarea {
    min-height: 100px;
    margin: 0;
  }

  section.portfolio [class^="col-md-3"] img {
    margin: 0 auto;
    display: block;
  }

  section.portfolio [class^="col-md-3"] {
    margin-bottom: 10px;
  }

  section.portfolio .video [class^="col-md-3"] img {
    margin-top: -33px;
  }

  ul.submenu {
    display: block;
    position: relative;
    background: none;
    text-align: left;
    width: 100%;
    top: inherit;
  }

  header ul.nav.navbar-nav {
    margin: 0;
    background: #000;
    padding: 20px 20px;
    text-align: left;
  }

  div#navbar {
    width: 80%;
    text-align: center;
    border: none;
    margin-top: 20px;
    box-shadow: none;
    float: right;
  }

  header ul li span:before,
  span:after {
    display: none;
  }

  header ul.nav.navbar-nav li a {
    display: block;
    padding: 4px 0;
  }

  ul.submenu li {
    width: 100%;
    padding: 0px 10px;
  }

  .navbar-default {
    min-height: auto;
    height: auto;
    z-index: 1;
  }

  section.banner a {}

  .navbar-default .navbar-toggle {
    border-color: transparent;
    position: absolute;
    top: -55px;
    right: 0;
  }

  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background-color: transparent;
  }

  img.logo-img {
    display: block;
    margin: 0 auto;
    max-width: 210px;
    z-index: 5;
    position: relative;
  }

  footer img.logo-img {
    display: none;
  }

  section.clients-sec h2:after {
    left: 4px;
  }

  .contact-sec {
    position: relative;
    right: 0;
    display: none;
  }

  .contact-sec a+a {
    border: none;
    font-size: 11px;
  }

  .navbar-default {
    display: block;
  }

  .contact-sec a {
    width: 240px;
    /* float: left; */
    margin: 0 auto;
  }

  .contact-sec span {
    width: 50%;
    float: left;
    top: 10px;
    position: relative;
    border: none !important;
  }

  section.banner h2 {
    font-size: 19px;
    margin-top: 8px;
    margin-bottom: 10px;
    line-height: 29px;
  }

  section.banner.inner-banner h2 {
    font-size: 24px !important;
    line-height: 35px;
  }

  section.banner {
    padding: 100px 20px 60px 20px;
    font-size: 13px;
    line-height: 22px;
    height: auto;
    text-align: center;
  }

  section.banner.inner-banner {
    height: auto;
  }

  section.banner br {
    display: none;
  }

  section.sponsors {
    text-align: center;
  }

  section.sponsors h2 {
    text-align: center;
    margin-bottom: 20px;
  }

  section.sponsors h2:after {
    left: 38%;
  }

  section.aboutus {
    background: none;
    font-size: 13px;
    line-height: 21px;
    padding-bottom: 30px;
    padding-top: 0;
  }

  section.aboutus h2 {
    font-size: 29px;
    line-height: 30px;
  }

  section.aboutus em {
    font-size: 15px;
  }

  section.aboutus .pd-lft50 {
    padding: 20px;
  }

  a.btn-outline,
  a.btn-bluefull {
    margin: 20px 0;
    display: inline-block;
  }

  section.services {
    padding: 20px 0;
  }

  section.portfolio {
    padding: 20px 0;
  }

  section.packages {
    padding: 0;
  }

  .aboutus .slider-portfolio.owl-carousel.owl-theme.owl-loaded.owl-drag {
    margin: 30px 0;
  }

  section.services h3 {
    font-size: 21px;
    line-height: 22px;
    margin-bottom: 20px;
  }

  .ser-box {
    width: 100%;
    background: #fff;
    padding: 10px 10px;
    padding-left: 110px;
  }

  .ser-box i {
    top: 30px;
  }

  section.services h3 br {
    display: none;
  }

  section.services h3:after {
    bottom: 4px;
    top: inherit;
  }

  section.portfolio .pd-lft50 {
    padding: 20px;
    text-align: center;
  }

  section.portfolio h2 {
    font-size: 21px;
    line-height: 24px;
    margin: 0;
  }

  .carouselTicker__list {
    height: 163px;
  }

  ul.porfolio-slider li,
  ul.porfolio-slider2 li {
    margin: 0;
    width: 200px;
    height: 163px;
  }

  .carouselTicker__list {
    height: 163px;
  }

  section.portfolio h2:after {
    left: 38%;
    bottom: 2px;
  }

  section.portfolio .col-md-7 p {
    padding: 0;
    text-align: center;
  }

  section.packages h2 {
    padding: 0px;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
  }

  section.packages h2:after {
    left: 35%;
    bottom: 24px;
  }

  section.packages p {
    width: 100% !important;
    padding: 0;
    text-align: center;
    line-height: 15px;
    font-size: 14px;
  }

  section.packages .col-md-3>div {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  section.packages .col-md-3 h3 {
    font-size: 30px;
  }

  section.packages .col-md-3 span.price-tag {
    font-size: 72px;
    margin-bottom: 0;
  }

  section.packages .col-md-3 ul {
    padding: 0;
  }

  section.packages .col-md-3>div i {
    right: 2px;
  }

  section.branding {
    padding: 30px;
    text-align: center;
  }

  section.branding h2 {
    margin: 50px 0 20px;
    font-size: 34px;
  }

  .branding span.text-rt {
    left: -30px;
    top: -80px;
    margin-top: 20px;
  }

  section.branding img {
    max-width: 200px;
  }

  section.clients-sec {
    padding: 20px;
    /* text-align: center; */
  }

  section.clients-sec span i {
    top: -30px;
  }

  section.clients-sec em {
    font-size: 18px;
  }

  section.clients-sec em+p {
    padding: 0;
    text-align: center;
  }

  footer {
    text-align: center;
    padding-bottom: 20px !important;
  }

  footer .col-md-4.text-left {
    text-align: center;
    margin-bottom: 20px;
  }

  .col-md-12.disclaimer {
    padding-bottom: 0;
  }

  .disclaimer ul li {}

  footer .col-md-8.text-right {
    text-align: center;
  }

  .disclaimer ul li {
    margin-bottom: 15px;
  }

  section.packages .col-md-3 a {
    display: table;
    margin-top: 30px;
  }

  .disclaimer ul li a:after {
    padding: 0 0 0 17px;
  }

  .disclaimer ul {
    margin-top: 10px;
  }

  div#testimoanial-slider .feeback-img {
    width: 100%;
  }

  .testimonail-wrapper {
    text-align: center;
  }

  div#testimoanial-slider .feecback-content h6 {
    font-size: 12px;
  }

  div#testimoanial-slider .feecback-content p {
    font-size: 11px;
    line-height: 16px;
  }

  div#testimoanial-slider .feecback-content {
    width: 100%;
    padding: 0;
  }

  .testimonail-wrapper .bx-controls-direction {
    top: 20px;
  }

  .testimonail-wrapper a.bx-prev {
    margin-bottom: 10px;
  }

  .contact-sec span {
    border: none;
  }

  .slider-portfolio .item img {
    margin: 0 auto !important;
  }

  .aboutus .slider-portfolio.owl-carousel.owl-theme.owl-loaded.owl-drag {
    text-align: center;
    position: relative;
  }

  .slider-portfolio .owl-nav {
    bottom: 3px;
    top: inherit;
    display: inline-flex;
    right: 3px;
  }

  div#testimoanial-slider .item {
    min-height: 300px;
    height: auto;
  }

  section.service-desc {
    padding: 20px;
  }

  section.animation-process {
    padding: 20px;
    text-align: center;
  }

  section.animation-process .text-right {
    text-align: center;
    margin-top: 30px;
  }

  section.animation-process [class^="col-"] h4 span {
    position: relative;
    display: block;
  }

  section.animation-process [class^="col-"] h4 {
    padding: 0;
  }

  section.service-desc h1 {
    font-size: 26px;
  }

  section.service-desc p.txt-large {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 21px;
  }

  section.service-desc h1 br {
    display: none;
  }

  .service-desc i {
    left: inherit;
    top: 0;
    right: 0;
  }

  section.packages .col-md-4:nth-child(4)>div ul {
    /*height: auto;*/
  }

  section.cta-new a.grad-btn {
    position: static;
    margin: 30px 0 0;
    float: left;
    padding: 10px 40px !important;
    font-size: 14px;
  }

  section.packages .col-md-4:nth-child(4)>div .actions {
    width: 100%;
    letter-spacing: 0;
  }

  .actions .col-md-12 {
    padding: 0 0;
  }

  section.packages [class^="col-md-4"]>div ul {
    margin-bottom: 11px;
    margin-top: 5px;
    height: 100px;
  }

  div#popupform {
    width: 89%;
    padding: 15px;
  }

  .popupform:before {
    visibility: hidden;
  }

  .popupform ul li textarea {
    height: 71px;
  }

  .popupform [class^="col-"]+[class^="col-"] {
    padding-left: 15px;
    margin-top: -10px;
  }

  .popupform h2 {
    font-size: 21px;
    margin-top: 0;
  }

  .popupform h2+p {
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 7px;
  }

  .popupform ul li input[type="text"],
  .popupform ul li input[type="email"],
  .popupform ul li textarea {
    font-size: 12px;
  }

  section.helpingbrand h2 br {
    display: none;
  }

  section.br-sol .col-md-7 h2+p br {
    display: none;
  }

  section.packages .col-md-4:nth-child(4)>div ul li {
    width: 100% !important;
  }
}

@media (max-width: 1200px) {
  .wrapper-banner-form:after {
    right: -145px;
  }

  section.footer-form .col-md-5 p {
    font-size: 20px;
    margin-top: 16px;
  }

  section.footer-form .col-md-5 ul {
    margin-bottom: 11px;
  }

  section.footer-form h2 {
    font-size: 31px;
  }

  section.footer-form h2 span {
    font-size: 29px;
  }

  .cta-section .title h4 {
    font-size: 17px;
  }

  .cta-section .title h4 span {
    font-size: 14px;
  }

  .cta-section .title h4 span::before {
    display: none;
  }

  .cta-section .title {
    margin-top: 58px;
  }

  .btn-style-2 {
    padding: 11px 82px 11px 17px;
  }

  .process-hover h3 {
    /*font-size: 20px;*/
  }

  .numbers .item {
    padding: 1px 70px;
  }

  .numbers .item:after {
    right: 23px;
  }

  .numbers .item p {
    font-size: 10px;
  }

  section.br-sol [class^="col-md-4"] .main-panel:before {
    display: none;
  }

  .popupcustom-image {
    display: none;
  }

  .banner-form form {
    padding: 10px 15px;
  }

  .banner-form input[type="submit"] {
    font-size: 15px;
  }

  .banner-form form::after {
    display: none;
  }

  section.banner h3 {
    font-size: 25px;
    padding: 15px 22px;
    line-height: 35px;
  }
}

@media (max-width: 992px) {
  .banner-test {
    padding: 0px 100px;
  }

  .d-md-none {
    display: none;
  }

  .lg-partical-main {
    position: absolute;
    top: 3%;
    left: -7%;
    width: 25%;
  }

  .lg-partical-main-two {
    width: 25%;
  }

  section.footer-form form input[type="submit"] {
    float: none !important;
  }

  .footer-form-btn {
    text-align: center !important;
  }

  section.footer-form:before {
    display: none;
  }

  .cta-section {
    display: none;
  }

  .popup-content {
    display: none;
  }

  .custom-popup {
    width: 89% !important;
    padding: 41px 32px !important;
  }

  .testimonial-content p {
    margin-top: 30px;
  }

  .numbers .item {
    padding: 20px 70px;
  }

  button#showMore {
    margin-top: 30px;
    margin-bottom: 60px;
  }
}

@media (max-width: 576px) {

  /*.banner-test{*/
  /* padding:0px;*/
  /*}*/
  section.banner a {
    font-size: 14px;
    height: 44px;
  }

  .work-cricle-sm {
    position: absolute;
    bottom: 0%;
    right: -5%;
    width: 25%;
  }

  section.banner a {
    font-size: 12px;
    height: 44px;
  }

  section.banner h3 span {
    font-size: 23px;
  }

  .glipsy:before {
    display: none;
  }

  div#filters button {
    padding: 15px 6px 5px;
  }

  section.br-sol .col-md-7 h2 {
    font-size: 28px;
  }

  .element-item {
    height: 160px;
    width: 33%;
  }

  section.banner h3 {
    font-size: 22px;
  }

  .banner-form form::after {
    display: unset;
    top: -60px;
    right: -60px;
  }

  .banner-form {
    margin-right: 0;
    margin-top: 15px;
  }

  section.custom-design-solution {
    margin-top: 20px;
  }

  section.footer-form {
    padding: 0px 0 30px;
  }

  section.banner h1 {
    margin: 0px 0 0;
  }

  img.logo-img {
    margin: 8px auto 0;
  }

  .numbers .item {
    padding: 20px 18px;
  }

  footer {
    text-align: center;
    padding-bottom: 0 !important;
  }

  .col-md-12.disclaimer {
    padding: 0px 0 0;
  }

  packages-ui-new ul li {
    color: #000 !important;
    padding: 5px 9px;
  }
}

@media (max-width: 400px) {



  section.banner h3 {
    font-size: 17px;
  }

  section.banner h3 span {
    font-size: 19px;
  }

  .banner-form select,
  .banner-form input {
    height: 43px;
    padding: 10px 20px;
  }

  .banner-form input[type="submit"] {
    font-size: 12px;
  }

  .banner-form form::after {
    top: -40px;
    right: -67px;
    width: 100px;
    height: 100px;
  }

  .banner-form textarea {
    height: 126px !important;
  }

  section.br-sol .col-md-7 h2 {
    font-size: 22px !important;
  }

  section.banner a {
    font-size: 10px;
    /*height: 30px;*/
  }
}