@media (min-width: 540px) and (max-width: 767px) {
  body {
    background-color: #fff;
  }
  .container {
    padding: 0px 15px !important;
  }
  .logo-sm img {
    height: 25px !important;
    width: auto;
    margin: 4em auto !important;
    text-align: center;
  }
  .header-bg .sec-intro {
    padding: 7em 0 3em 0;
    background-image: block !important;
    background-size: auto 260px;
    background-position: 102% center;
  }
  .header-bg .sec-intro .icn-logo a {
    text-decoration: none;
    outline: none;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
  }
  .header-bg .sec-intro .icn-logo a img {
    width: auto;
  }
  .step-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
  .step-wrapper .work-txt {
    width: 92%;
  }
  .step-wrapper .work-txt p {
    font-size: 14px;
    color: #707070;
    font-weight: 400;
    line-height: 24px;
  }
  .step-wrapper .work-txt p.s1 {
    font-size: 14px;
    line-height: 24px;
  }
  .step-wrapper .step-no {
    display: none;
  }
  .step-wrapper .img-step {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 1em;
  }
  .step-wrapper .img-step img {
    width: 220px;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .step-wrapper .img-step img.img-size {
    height: 220px;
    width: auto;
  }
  .step-wrapper.step1 {
    margin-bottom: 1em;
  }
  .step-wrapper.step1 img {
    margin-left: -100px;
  }
  .step-wrapper.step1 img.img-size {
    height: 220px;
    width: auto;
  }
  .step-wrapper.step1::after {
    content: "";
    background: none;
  }
  .step-wrapper.step2 {
    margin-bottom: 1em;
  }
  .step-wrapper.step2::after {
    content: "";
    background: none;
  }
  .step-wrapper.step3 {
    margin-bottom: 1em;
  }
  .step-wrapper.step3::after {
    content: "";
    background: none;
  }
  .pt-lrg {
    padding-top: 5em;
  }
  .pb-md {
    padding-bottom: 1em;
  }
  .sec-social a {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0 5px 10px;
    background: #404040;
    border: 0;
    border-radius: 50%;
    color: #fff;
    text-align: center;
  }
  .sec-social a .fa {
    font-size: 20px;
    line-height: 32px;
  }
  .sec-social a:hover {
    background: #37BB8B;
    border: 0;
    color: #fff;
  }
  .pb-lrg {
    padding-bottom: 3em !important;
  }
  .sec-choose {
    background: linear-gradient(92.1deg, #4169B5 1.54%, #37BB8B 98.55%);
    border-radius: 8.5px;
    padding: 20px 60px;
    text-align: center;
    color: #fff;
    position: relative;
  }
  .sec-choose .icn-logo a {
    text-decoration: none;
    outline: none;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
  }
  .sec-choose .icn-logo a img {
    max-height: 31px;
    width: auto;
    scale: 1;
  }
  .sec-choose .icn-logo a:hover img {
    -webkit-box-shadow: 0px 0px 20px rgba(55, 187, 139, 0.5);
            box-shadow: 0px 0px 20px rgba(55, 187, 139, 0.5);
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
    scale: 1.05;
  }
  .sec-choose .profile-img-wrapper {
    display: none !important;
  }
  .sec-choose .profile-img-wrapper .profile-img {
    margin-right: 0px;
  }
  .sec-choose .profile-img-wrapper .profile-img img {
    height: 470px;
    width: auto;
  }
  #dc-slider .carousel-inner {
    margin-top: 0em;
  }
  #dc-slider .carousel-caption {
    text-align: center;
    left: 23% !important;
    right: 23%;
    height: 200px;
    padding-top: 10px !important;
  }
  #dc-slider .carousel-indicators {
    bottom: 0px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #dc-slider .carousel-indicators li {
    width: 5px;
    height: 5px;
  }
  .review-txt-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .revews-txt {
    padding: 0px;
  }
  .revews-txt p {
	font-size: 1em;
    line-height: 1.4em;
	margin-top: 40px;
  }
  .revews-txt p::after {
    scale: 40%;
    left: -40px;
  }
  .review-txt-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .review-txt-wrapper .name-desc .txt-name {
    font-size: .9em;
    font-weight: 700;
  }
  .review-txt-wrapper .name-desc .txt-desig {
    font-size: .8em;
    color: #043D28;
  }
  .review-txt-wrapper .pro-img {
    margin-right: 0px;
  }
  .review-txt-wrapper .pro-img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }
  /**/
  .sec-get-in-touch .bootstrap-iso .form-control:focus {
    border-color: #37BB8B;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-color: #fff;
  }
  .sec-get-in-touch .bootstrap-iso .has-error .form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    background-color: #fff;
  }
  .sec-get-in-touch .form-control:focus {
    border-color: #37BB8B;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-color: #fff;
  }
  .sec-get-in-touch .has-error .form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    background-color: #fff;
  }
  .navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-size: 14px;
    margin: .5em 0em;
  }
  .sec-reviews {
    background: linear-gradient(91.68deg, #59A7B9 1.43%, #76BBCB 94.11%);
    position: relative;
    overflow: hidden;
  }
  .sec-reviews::after {
    width: 100%;
    height: 100%;
    content: " ";
    background-image: url(../images/testimonial-bg.png);
    position: absolute;
    left: 0px;
    top: 0px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .sec-reviews .poly-bg {
    position: absolute;
    top: 0px;
    right: 0px;
    display: none;
  }
  .navbar-brand img {
    height: 30px;
    width: auto;
  }
  .sub-hd-txt {
    font-size: 16px;
    color: #707070;
    font-weight: 500;
  }
  .sec-services {
    padding: 2.5em 0em 0em 0em;
  }
  .sec-services .sub-ttl {
    font-size: 14px;
    line-height: 20px;
  }
  .sec-services .services-wrapper {
    padding-right: 10px;
  }
  .sec-services .services-wrapper img {
    width: 67px;
    height: auto;
  }
  .sec-services .services-wrapper p {
    color: #8C8C8C;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
  }
  /**/
  .device-container {
    max-width: 300px;
    margin: 0 auto;
    margin-top: 0em;
  }
  .device-container .device-mockup {
    position: relative;
    width: 100%;
  }
  .device-container .device-mockup .device {
    position: absolute;
    background-image: url("../images/device-frame.png");
    z-index: 999;
    top: 0;
    left: 0;
    width: 300px;
    height: 395px;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    right: 0px;
    bottom: 0px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .device-container .device-mockup #stage {
    margin: 0em auto;
    width: 300px;
    height: 395px;
  }
  .device-container .device-mockup #stage a {
    position: absolute;
    right: 0;
    text-align: center;
    top: 10px;
    width: 294px;
  }
  .device-container .device-mockup #stage a img {
    height: 375px;
    width: auto;
  }
  /**/
  .p-lrg {
    padding: 5em 0;
  }
  footer {
    padding: 3em 0em 2em 0em;
  }
  .hidden-xs {
    display: none;
  }
}
/*# sourceMappingURL=surface-duo.css.map */