@media (max-width: 280px) {
  body {
    background-color: #fff;
  }
  h1,
  h2 {
    font-size: 18px;
    line-height: 24px;
  }
  h3 {
    font-size: 1.25em;
    line-height: 1.5;
    margin-bottom: 0.8em;
  }
  h4 {
    font-size: 15px;
    line-height: 18px;
  }
  .container {
    padding: 0px 15px !important;
  }
  .logo-sm img {
    height: 25px !important;
    width: auto;
    margin: 4em auto !important;
    text-align: center;
  }
  .header-bg {
    padding: 0em;
  }
  .header-bg .sec-intro {
    padding: 7em 0em 3em 0em;
    background-image: none;
  }
  .header-bg .sec-intro p {
    font-size: 0.75em;
    line-height: 1.8em;
    padding-right: 0px;
  }
  .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 {
    max-height: 24px;
    width: auto;
  }
  .header-bg .sec-intro .txt-small {
    font-size: 0.6em !important;
    padding: 1.5em 0em .5em 0em !important;
    font-weight: 500;
    color: #707070;
  }
  .header-bg .sec-intro input[type=text] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: none;
    font-size: 0.75em !important;
    background-image: url("../images/icn-map.svg");
    background-position: 10px 10px !important;
    background-repeat: no-repeat;
    padding: 15px 20px 15px 30px !important;
    background-position: center left !important;
    background-position-x: 15px !important;
    width: 150px !important;
    height: 24px !important;
    background-size: 4% !important;
    -webkit-box-shadow: 0px 0px 35px rgba(55, 187, 139, 0.1);
            box-shadow: 0px 0px 35px rgba(55, 187, 139, 0.1);
    border-radius: 28px;
  }
  .header-bg .sec-intro .btn-submit {
    border: 0;
    border-radius: 50%;
    color: white;
    text-decoration: none;
    width: 24px !important;
    height: 24px !important;
    cursor: pointer;
    background: linear-gradient(139.4deg, #5F87D3 14.38%, #443FB4 84.43%);
    margin-left: -28px !important;
    line-height: 8px !important;
  }
  .header-bg .sec-intro .btn-submit img {
    width: 12px;
  }
  .header-bg .sec-intro .btn-submit:hover {
    background-color: #37BB8B;
  }
  .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: 170px !important;
    width: auto;
  }
  .step-wrapper.step1 {
    margin-bottom: 1em;
  }
  .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: 4em;
  }
  .pb-md {
    padding-bottom: 1em;
  }
  .sec-social a {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0 5px;
    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 20px;
    text-align: center;
    color: #fff;
    position: relative;
  }
  .sec-choose h2 {
    font-size: .8em;
    line-height: 1.3em;
  }
  .sec-choose p {
    font-size: .7em;
    line-height: 1.5em;
    color: rgba(255, 255, 255, 0.72);
  }
  .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: 27px;
    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;
	height: 415px;
  }
  #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: 0.7em;
    line-height: 1.4em;
	margin-top: 25px;
  }
  .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: .4em;
    font-weight: 700;
  }
  .review-txt-wrapper .name-desc .txt-desig {
    font-size: .3em;
    color: #043D28;
  }
  .review-txt-wrapper .pro-img {
    margin-right: 0px;
  }
  .review-txt-wrapper .pro-img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 30px;
    height: 30px;
    border-radius: 50%;
  }
  /**/
  .sec-get-in-touch p {
    font-size: 0.8em;
  }
  .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;
  }
  .sec-get-in-touch .form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: .5rem .9rem;
    font-size: 0.6rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ababab;
    background-color: #f4f4f4;
    background-clip: padding-box;
    border: 2px solid #f4f4f4;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    margin-bottom: 0px;
  }
  .sec-get-in-touch .form-control::-webkit-input-placeholder {
    color: #ababab;
    font-size: 0.6rem;
  }
  .sec-get-in-touch .form-control:-ms-input-placeholder {
    color: #ababab;
    font-size: 0.6rem;
  }
  .sec-get-in-touch .form-control::-ms-input-placeholder {
    color: #ababab;
    font-size: 0.6rem;
  }
  .sec-get-in-touch .form-control::placeholder {
    color: #ababab;
    font-size: 0.6rem;
  }
  .sec-get-in-touch .btn-custom {
    padding: 1em 4em;
    font-size: 0.6em;
  }
  .sec-get-in-touch textarea.form-control {
    display: block;
    width: 100%;
    height: 65px;
    padding: .5rem 1rem;
    font-size: .6rem;
  }
  .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: 24px;
    width: auto;
  }
  .sub-hd-txt {
    font-size: 0.875em;
    color: #707070;
    font-weight: 500;
  }
  .sec-services {
    padding: 2em 0em 2em 0em;
  }
  .sec-services .sub-ttl {
    font-size: 14px;
    line-height: 17px;
  }
  .sec-services .services-wrapper {
    padding-right: 10px;
  }
  .sec-services .services-wrapper h4 {
    font-size: 12px;
    line-height: 13px;
  }
  .sec-services .services-wrapper img {
    width: 67px;
    height: auto;
  }
  .sec-services .services-wrapper p {
    color: #8C8C8C;
    font-size: 10px;
    line-height: 15px;
    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: auto;
    height: 329px;
    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: 200px;
    height: 300px;
  }
  .device-container .device-mockup #stage a {
    position: absolute;
    right: 0;
    text-align: center;
    top: 9px;
    width: 245px;
  }
  .device-container .device-mockup #stage a img {
    height: 311px;
    width: auto;
  }
  /**/
  .p-lrg {
    padding: 4em 0;
  }
  footer {
    padding: 3em 0em 2em 0em;
  }
  .hidden-xs {
    display: none;
  }
}
/*# sourceMappingURL=galaxy-fold.css.map */