.phoneContent {
  width: 405px;
  display: flex;
  justify-content: flex-end;
  position: relative;
  margin: auto;
}
@media only screen and (max-width: 991px) {
  .phoneContent {
    display: none;
  }
}
.pr-0{
  padding-right: 0 !important;
}

.phoneWrapper {
  width: 390px;
  height: 735px;
  border-radius: 20px;
  background: #000000;
  border: 3px solid #999;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}
.phoneWrapper .in {
  width: 375px;
  height: 720px;
  background: #000000;
  border-radius: 15px;
  overflow: hidden;
}
.phoneWrapper .in .getFrame {
  width: 375px;
  height: 720px;
  border: 0 !important;
  padding: 0;
  margin: 0;
}

.tabContent {
  width: 1024px;
  height: 768px;
  margin: auto;
  justify-content: flex-end;
  position: relative;
}
.tabContent .tabWrapper {
  width: 1024px;
  height: 768px;
  border-radius: 20px;
  background: #000000;
  border: 2px solid #999;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  /* .in{
			width: 994px;
			height: 738px;
			
			.getFrame {
				width: 994px;
				height: 738px;
				border: 0;
			}
		} */
}
.tabContent .tabWrapper .in {
  width: 1010px;
  height: 754px;
  overflow: hidden;
  border-radius: 15px;
}
.tabContent .tabWrapper .in .getFrame {
  width: 1010px;
  height: 754px;
  border: 0;
}

.mobile-app-area {
  padding: 50px 0;
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background-color: #fafefc;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 575px) {
  .mobile-app-area {
    padding: 30px 0 50px;
    min-height: 600px;
  }
}

.main-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.3;
}
@media only screen and (max-width: 1199px) {
  .main-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 575px) {
  .main-title {
    font-size: 32px;
  }
}

.scan-area {
  font-size: 12px;
  width: 170px;
  height: auto;
  background: #04764e;
  text-align: center;
  border-radius: 5px;
  padding: 10px;
  box-shadow: 0 4px 40px 0 rgba(32, 0, 61, 0.05);
  margin: auto;
}
.scan-area .close {
  width: 40px;
  position: absolute;
  height: 40px;
  background: #333;
  text-align: center;
  line-height: 32px;
  text-shadow: none;
  font-size: 28px;
  font-weight: 200;
  color: #fff;
  border-radius: 40px;
  right: -10px;
  opacity: 1 !important;
  top: -10px;
  cursor: pointer;
}
.scan-area .close:hover {
  background: #111;
}
@media only screen and (max-width: 991px) {
  .scan-area {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
}
.scan-area .scan {
  padding: 0;
  width: 150px;
  display: inline-block;
  margin: 0 auto 0;
  border-radius: 5px;
  overflow: hidden;
}
.scan-area .scan img {
  width: 100%;
}
.scan-area p {
  font-size: 16px;
  line-height: 1.4;
  text-transform: capitalize;
  margin: 0;
  color: #fff;
  padding: 5px 0 0;
}

.demo-scan-info {
  margin: 50px 0;
}
.demo-scan-info ul {
  display: flex;
  padding: 0;
}
.demo-scan-info ul li {
  display: block;
  width: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
}
.demo-scan-info ul li:first-child {
  border: 0;
}
.demo-scan-info ul li .title {
  display: block;
  text-align: center;
  margin: 10px 0 0;
  text-transform: uppercase;
}
.demo-scan-info ul li .title strong {
  color: #f70000;
  font-weight: 800;
}
.demo-scan-info .text-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.demo-scan-info .text-info svg {
  color: #1e1e1e;
}
.demo-scan-info .text-info .title {
  font-size: 24px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 5px;
}
.demo-scan-info .text-info p {
  margin: 0;
  color: #505c76;
  font-size: 16px;
}
@media only screen and (max-width: 575px) {
  .demo-scan-info {
    display: none;
  }
  .demo-scan-info ul {
    display: block;
  }
  .demo-scan-info ul li {
    width: 100%;
  }
  .demo-scan-info .text-box {
    border: 0;
  }
}

.round-1 {
  position: absolute;
  left: 50%;
  width: 440px;
  height: 440px;
  transform: translate(-50%, -50%);
  top: 50%;
  border-radius: 50%;
}
.round-1:before,
.round-1:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #fff;
  border-radius: inherit;
}
.round-1:before {
  animation: animationSignal1;
  animation-iteration-count: infinite;
  animation-duration: 3s;
  -webkit-animation: animationSignal1;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 2.5s;
  z-index: -1;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -moz-transition: all 0.5;
  -o-transition: all 0.5;
  -webkit-transition: all 0.5;
  -ms-transition: all 0.5;
  transition: all 0.5;
}
.round-1:after {
  animation: animationSignal2;
  animation-iteration-count: infinite;
  animation-duration: 3s;
  -webkit-animation: animationSignal2;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 2.5s;
  z-index: -1;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -moz-transition: all 0.5;
  -o-transition: all 0.5;
  -webkit-transition: all 0.5;
  -ms-transition: all 0.5;
  transition: all 0.5;
}
.round-1 .round-2 {
  position: absolute;
  left: 10%;
  top: 10%;
  height: 80%;
  width: 80%;
  border-radius: 50%;
}
.round-1 .round-2:before,
.round-1 .round-2:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 50%;
}
.round-1 .round-2:before {
  animation: animationSignal3;
  animation-iteration-count: infinite;
  animation-duration: 3s;
  -webkit-animation: animationSignal1;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 2.5s;
  z-index: -1;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -moz-transition: all 0.5;
  -o-transition: all 0.5;
  -webkit-transition: all 0.5;
  -ms-transition: all 0.5;
  transition: all 0.5;
}

@keyframes animationSignal1 {
  /*Video Popup*/
  0% {
    opacity: 0.8;
    transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    -webkit-transform: scale(0.9);
  }
  100% {
    transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}

@-webkit-keyframes animationSignal1 {
  /*Video Popup*/
  0% {
    opacity: 0.8;
    transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    -webkit-transform: scale(0.9);
  }
  100% {
    transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes animationSignal2 {
  /*Video Popup*/
  0% {
    opacity: 0.8;
    transform: scale(0.9);
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
  }
  100% {
    transform: scale(1.9);
    -moz-transform: scale(1.9);
    -webkit-transform: scale(1.9);
    -ms-transform: scale(1.9);
    -o-transform: scale(1.9);
    opacity: 0;
  }
}

@-webkit-keyframes animationSignal2 {
  /*Video Popup*/
  0% {
    opacity: 0.8;
    transform: scale(0.9);
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
  }
  100% {
    transform: scale(1.9);
    -moz-transform: scale(1.9);
    -webkit-transform: scale(1.9);
    -ms-transform: scale(1.9);
    -o-transform: scale(1.9);
    opacity: 0;
  }
}

@keyframes animationSignal3 {
  /*Video Popup*/
  0% {
    opacity: 0.8;
    transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    -webkit-transform: scale(0.9);
  }
  100% {
    transform: scale(2.2);
    -moz-transform: scale(2.2);
    -ms-transform: scale(2.2);
    -o-transform: scale(2.2);
    -webkit-transform: scale(2.2);
    opacity: 0;
  }
}

@-webkit-keyframes animationSignal3 {
  /*Video Popup*/
  0% {
    opacity: 0.8;
    transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    -webkit-transform: scale(0.9);
  }
  100% {
    transform: scale(2.2);
    -moz-transform: scale(2.2);
    -ms-transform: scale(2.2);
    -o-transform: scale(2.2);
    -webkit-transform: scale(2.2);
    opacity: 0;
  }
}

@keyframes animationSignal4 {
  /*Video Popup*/
  0% {
    opacity: 0.8;
    transform: scale(0.9);
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
  }
  100% {
    transform: scale(2.5);
    -moz-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
    opacity: 0;
  }
}

@-webkit-keyframes animationSignal4 {
  /*Video Popup*/
  0% {
    opacity: 0.8;
    transform: scale(0.9);
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
  }
  100% {
    transform: scale(2.5);
    -moz-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
    opacity: 0;
  }
}

.app-feature {
  padding: 100px 0 80px;
}
@media only screen and (max-width: 1199px) {
  .app-feature {
    border-top: 1px solid #eee;
  }
}
@media only screen and (max-width: 575px) {
  .app-feature {
    padding: 70px 0 50px;
  }
}
.app-feature .feature-box {
  background: #ffffff;
  margin-bottom: 20px;
  padding: 0 30px;
  font-size: 18px;
  color: #0a3c48;
  border-radius: 5px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 120px;
  transition: all 0.5s;
  text-transform: capitalize;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  z-index: 1;
}
.app-feature .feature-box:after {
  height: 0;
  left: 0;
  bottom: 0;
  background-color: #04764e;
  content: "";
  width: 100%;
  position: absolute;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
}
.app-feature .feature-box:hover {
  color: #fff;
}
.app-feature .feature-box:hover:after {
  height: 100%;
}
@media only screen and (max-width: 1400px) {
  .app-feature .feature-box {
    padding: 0 20px;
  }
}

.feature-box-1 .media {
  width: 90px;
  height: 90px;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  padding: 18px 18px;
  border-radius: 15px;
  border: 1px solid #eee;
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.15);
}
.feature-box-1 .media img {
  width: 100%;
}

.feature-box-1 .info {
  padding: 15px;
  text-align: center;
}
.feature-box-1 .info h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

.dez-footer {
  color: #fff;
  padding: 20px 0;
}

.thank-screen {
  text-align: center;
  padding: 100px 0;
}
.thank-screen .logo {
  margin-bottom: 30px;
}
.thank-screen .title {
  font-weight: 400;
  font-size: 38px;
  margin-bottom: 50px;
  color: #000;
}
@media only screen and (max-width: 575px) {
  .thank-screen {
    padding: 50px 0;
  }
}

.detail-btn {
  position: relative;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  padding: 8px 8px 8px 20px;
}
.detail-btn .symbol {
  background-color: rgba(0, 0, 0, 0.1);
  height: 60px;
  display: block;
  width: 60px;
  line-height: 60px;
  font-size: 24px;
}
.detail-btn .text {
  padding: 0 25px 0 18px;
  text-align: left;
}
.detail-btn img {
  width: 30px;
}
.detail-btn .value {
  background-color: #fff;
  color: #000;
  padding: 0 15px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 18px;
  height: 50px;
  align-items: center;
  line-height: 50px;
}
@media only screen and (max-width: 575px) {
  .detail-btn {
    padding: 6px 6px 6px 14px;
    margin: 0 2px !important;
  }
  .detail-btn .value {
    padding: 0 8px;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
  }
  .detail-btn .text {
    padding: 0 10px 0 10px;
    font-size: 13px;
    line-height: 18px;
  }
  .detail-btn img {
    width: 20px;
  }
}

.layout-mobile {
  background-color: #000;
  border: 2px solid #999;
  border-radius: 20px;
  overflow: hidden;
  padding: 4px;
  position: relative;
}
.layout-mobile img {
  border-radius: 12px;
}

.label-layout {
  margin-bottom: 45px;
  overflow: unset;
}
.label-layout .color-label {
  position: absolute;
  bottom: -45px;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 20px;
  background-color: #4cb32b;
  color: #fff;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 500;
}
.label-layout .color-label.red {
  background-color: #ff3b30;
}
.label-layout .color-label.green {
  background-color: #4cd964;
}
.label-layout .color-label.blue {
  background-color: #2196f3;
}
.label-layout .color-label.pink {
  background-color: #ff2d55;
}
.label-layout .color-label.yellow {
  background-color: #ffcc00;
}
.label-layout .color-label.orange {
  background-color: #ff9500;
}
.label-layout .color-label.purple {
  background-color: #9c27b0;
}
.label-layout .color-label.deeppurple {
  background-color: #673ab7;
}
.label-layout .color-label.lightblue {
  background-color: #5ac8fa;
}
.label-layout .color-label.teal {
  background-color: #009688;
}
.label-layout .color-label.lime {
  background-color: #cddc39;
}
.label-layout .color-label.deeporange {
  background-color: #ff6b22;
}
.label-layout .color-label.black {
  background-color: #000000;
}
.label-layout .color-label.gray {
  background-color: #8e8e93;
}

.content-inner {
  padding-top: 100px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 1199px) {
  .content-inner {
    padding-top: 70px;
    padding-bottom: 40px;
  }
}

.owl-btn-1 .owl-nav .owl-prev,
.owl-btn-1 .owl-nav .owl-next {
  border-radius: 3px;
  height: 40px;
  line-height: 40px;
  margin: 0 10px !important;
  padding: 0;
  text-align: center;
  width: 40px;
  background-color: #04764e;
  color: #fff;
}
.owl-btn-1 .owl-nav .owl-prev i,
.owl-btn-1 .owl-nav .owl-next i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
}
@media only screen and (max-width: 1199px) {
  .owl-btn-1 .owl-nav .owl-prev,
  .owl-btn-1 .owl-nav .owl-next {
    margin: 0 50px !important;
  }
}

.mobile-carousel {
  margin-bottom: 30px;
}

.owl-btn-center-lr .owl-nav .owl-prev,
.owl-btn-center-lr .owl-nav .owl-next {
  position: absolute;
  left: -70px;
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  cursor: pointer;
}

.owl-btn-center-lr .owl-nav .owl-next {
  left: auto;
  right: -70px;
}

@media only screen and (max-width: 1400px) {
  .owl-btn-center-lr .owl-nav .owl-prev {
    left: -20px;
  }
  .owl-btn-center-lr .owl-nav .owl-next {
    right: -20px;
  }
}

.section-head {
  margin-bottom: 50px;
}
.section-head .title {
  font-size: 48px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: 2px;
}
.section-head .sub-title {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 575px) {
  .section-head {
    margin-bottom: 30px;
  }
  .section-head .title {
    font-size: 36px;
  }
}

.dz-separator {
  width: 150px;
  position: relative;
}
.dz-separator img {
  width: 30px;
}
.dz-separator:after,
.dz-separator:before {
  content: "";
  height: 2px;
  width: 45px;
  position: absolute;
  background-color: #04764e;
  top: 16px;
}
.dz-separator:before {
  left: 0;
}
.dz-separator:after {
  right: 0;
}

.text-center .dz-separator {
  margin-left: auto;
  margin-right: auto;
}

/* Light Gallery */
.lg-actions .lg-next,
.lg-actions .lg-prev,
.lg-sub-html,
.lg-toolbar {
  background-color: rgba(30, 30, 30, 0.6);
}

.lg-outer .lg-toogle-thumb,
.lg-outer .lg-thumb-outer,
.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
  background-color: transparent;
}

.lg-thumb-outer.lg-grab,
.lg-toogle-thumb.lg-icon {
  background-color: rgba(30, 30, 30, 0.6);
}

.lg-backdrop {
  background-color: rgba(30, 30, 30, 0.9);
}

.lg-outer .lg-toogle-thumb,
.lg-actions .lg-next,
.lg-actions .lg-prev,
.lg-toolbar .lg-icon,
#lg-counter {
  color: #fff;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #04764e;
}

.lightimg {
  cursor: pointer;
}

button.scroltop {
  background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
  border-color: #efbb20;
  border-radius: 4px;
  border-style: solid;
  border-width: 0;
  bottom: 15px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  color: #04764e;
  cursor: pointer;
  display: none;
  height: 40px;
  width: 40px;
  line-height: 26px;
  margin: 0;
  position: fixed;
  right: 15px;
  font-weight: 700;
  z-index: 999;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
button.scroltop:focus {
  outline: 0;
}
button.scroltop:focus,
button.scroltop:active,
button.scroltop:hover {
  color: #fff;
  background-color: #04764e;
}

/* Support and Buy Button */
.theme-btn {
  background-color: #ffffff;
  border-radius: 0 40px 40px 0;
  bottom: 10px;
  color: #ffffff;
  display: table;
  height: 40px;
  left: -2px;
  min-width: 50px;
  position: fixed;
  text-align: center;
  z-index: 9999;
  padding: 0 15px;
  box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.5);
  width: 100px;
  display: none;
}
.theme-btn i {
  font-size: 28px;
  line-height: 50px;
}
.theme-btn.bt-support-now {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1ebbf0+8,39dfaa+100 */
  background: #1ebbf0;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #1ebbf0 8%, #39dfaa 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #1ebbf0 8%, #39dfaa 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #1ebbf0 8%, #39dfaa 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ebbf0', endColorstr='#39dfaa',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  bottom: 70px;
}
.theme-btn.bt-buy-now {
  background-image: linear-gradient(
    to right,
    #61dc6a 0,
    #2bc911 100%,
    #61dc6a 200%
  );
}
.theme-btn:hover {
  color: #fff;
  text-decoration: none;
}
.theme-btn span {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  line-height: 40px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  padding-left: 0;
}

.bt-demo {
  bottom: 60px;
  background-image: linear-gradient(
    to right,
    #fb8405 0,
    #ff6804 100%,
    #ff9e04 200%
  );
  width: 130px;
}

.bt-doc {
  bottom: 112px;
  width: 150px;
  background-color: #04764e;
}

.at-expanding-share-button[data-position="bottom-left"] {
  bottom: 130px !important;
}

@media only screen and (max-width: 1199px) {
  .tablet-area {
    display: none;
  }
}

/* Support and Buy Button END */
.mobile-view-btn {
  display: none;
}
@media only screen and (max-width: 991px) {
  .mobile-view-btn {
    display: block;
  }
}
@media only screen and (max-width: 575px) {
  .mobile-view-btn {
    margin-bottom: 20px;
  }
}

.title-head {
  /* width: 720px; */
  /* margin: 0 auto 70px; */
  text-align: center;
  margin-bottom: 50px;
}

.scan-ltr,
.scan-rtl {
  position: relative;
}
.scan-ltr:before,
.scan-rtl:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 39px;
  background-repeat: no-repeat;
  background-size: contain;
}

.scan-ltr:before {
  background-image: url(../images/arrow.png);
  left: -40px;
  top: -60px;
  transform: rotate(205deg);
}

.scan-rtl:before {
  background-image: url(../images/arrow.png);
  right: -30px;
  bottom: -80px;
  transform: rotate(15deg);
}

@media only screen and (max-width: 1199px) {
  .scan-ltr:before,
  .scan-rtl:before {
    display: none;
  }
}

@media only screen and (max-width: 1199px) {
  .qr-area {
    order: 1;
  }
}

.point-list {
  padding: 0;
  list-style: none;
  margin: 50px auto 0;
  text-align: center;
}
.point-list li {
  font-size: 24px;
  color: #000;
  line-height: 55px;
  padding-left: 45px;
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
.point-list li:after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../images/star1.png);
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 12px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .point-list li {
    font-size: 18px;
    line-height: 40px;
    padding-left: 30px;
    padding-right: 15px;
  }
  .point-list li:after {
    width: 20px;
    height: 20px;
    top: 10px;
  }
}
@media only screen and (max-width: 1199px) {
  .point-list {
    margin: 0 auto 0;
  }
}

@media only screen and (min-width: 1200px) {
  .container-md {
    max-width: 1320px;
  }
}

.page-wraper.style-2 {
  background-image: url("../images/bg2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  position: relative;
}
.page-wraper.style-2:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(8, 34, 50, 0.91);
}

.inner-content {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  background-color: #ffffff !important;
  max-width: 500px;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  padding: 30px;
}
@media only screen and (max-width: 575px) {
  .inner-content {
    padding: 25px;
  }
  .inner-content img {
    width: 80px !important;
  }
  .inner-content h1 {
    font-size: 1.575rem !important;
  }
  .inner-content p {
    padding-bottom: 20px !important;
    line-height: 1.3 !important;
    font-size: 0.875rem !important;
    padding-bottom: 20px !important;
  }
}
.inner-content img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100px;
}
.inner-content h1 {
  font-size: 1.875rem;
  text-align: center;
  margin: 20px 0 15px 0;
}
.inner-content p {
  font-size: 16px;
  line-height: 1.6;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 30px;
}
.inner-content .btn-link {
  background-color: var(--primary);
  display: block;
  height: 50px;
  line-height: 49px;
  text-align: center;
  color: #fff;
  width: 220px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 auto;
  border-radius: 10px;
  text-decoration: none;
}

.main-box-wrapper {
  position: relative;
  background-size: 100%;
  background-position: center;
}
@media only screen and (max-width: 1280px) {
  .main-box-wrapper {
    min-height: 800px;
  }
}
@media only screen and (max-width: 575px) {
  .main-box-wrapper {
    min-height: 100%;
  }
}

.banner-main-media {
  width: 600px;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 1400px) {
  .banner-main-media {
    width: 565px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-main-media {
    width: 480px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-main-media {
    width: 100%;
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-radius: 0;
  }
}
.banner-main-media .inner-screen {
  padding: 90px 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.banner-main-media .title {
  color: #24262b;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.4;
}
@media only screen and (max-width: 1280px) {
  .banner-main-media .title {
    font-size: 18px;
  }
}
.banner-main-media h6 {
  color: #297eb2;
  font-size: 16px;
  line-height: 1.5;
}
.banner-main-media .btn-preview {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.2px;
  font-size: 16px;
  box-shadow: 0px 10px 40px rgba(4, 118, 78, 0.25);
  margin-top: auto;
}
.banner-main-media .btn-preview:active,
.banner-main-media .btn-preview:focus,
.banner-main-media .btn-preview:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
@media only screen and (max-width: 1280px) {
  .banner-main-media .btn-preview {
    font-size: 15px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-main-media .btn-preview {
    padding: 12px 20px;
  }
}
.banner-main-media .logo {
  margin-bottom: 20px;
  width: 100px;
}
@media only screen and (max-width: 1280px) {
  .banner-main-media .logo {
    margin-bottom: 20px;
  }
}
.banner-main-media p {
  color: #638397;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.6;
}
.banner-main-media img {
  width: 100%;
  max-width: 100%;
}
.banner-main-media .arrow {
  width: 130px;
  position: absolute;
  top: 75%;
  z-index: 999;
  right: 75%;
  -webkit-animation: bounce 1s ease infinite;
  animation: bounce 1s ease infinite;
}
@media only screen and (max-width: 767px) {
  .banner-main-media .arrow {
    width: 80px;
    top: 80%;
  }
}
@media only screen and (max-width: 575px) {
  .banner-main-media .arrow {
    display: none;
  }
}
.banner-main-media .mobile-screen {
  position: absolute;
  top: 2%;
  left: 15.2%;
  overflow: hidden;
  border-radius: 33px;
  transform: scaleY(0.97);
  z-index: 2;
  width: 50%;
  background-color: #fff;
  height: 84%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media only screen and (max-width: 1191px) {
  .banner-main-media .mobile-screen {
    border-radius: 25px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-main-media .mobile-screen {
    border-radius: 0;
    position: static;
    transform: unset;
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .banner-main-media .mobile {
    display: none;
  }
}

@keyframes bounce {
  0%,
  10%,
  100%,
  20%,
  50%,
  80% {
    transform: translateY(0);
  }
  40%,
  60% {
    transform: translateY(-15px);
  }
}

@keyframes shake {
  0%,
  10%,
  100%,
  20%,
  50%,
  80% {
    transform: translateX(0);
  }
  40%,
  60% {
    transform: translateX(-6px);
  }
}


@media only screen and (max-width: 1280px) {
  .main-box-wrapper {
    min-height: 800px;
  }
}
@media only screen and (max-width: 575px) {
  .main-box-wrapper {
    min-height: 100%;
  }
}

.bg-wrapper {
  overflow: hidden;
  height: 100%;
  --speed: 250s;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .bg-wrapper {
    display: block;
  }
}

.bg-wrapper .inner-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: -100px;
  margin-right: -400px;
}
@media only screen and  (max-width: 575px) {

.bg-wrapper .inner-wrapper {

    margin-right: -640px;
}
}

.bg-wrapper .inner-wrapper div {
  transform: rotate(-15deg);
  -webkit-animation: var(--speed) scroll infinite linear;
  -moz-animation: var(--speed) scroll infinite linear;
  -o-animation: var(--speed) scroll infinite linear;
  -ms-animation: var(--speed) scroll infinite linear;
  animation: var(--speed) scroll infinite linear;
}
.bg-wrapper .inner-wrapper div img {
  opacity: 0;
}
.bg-wrapper .inner-wrapper div:nth-child(odd) {
  transform: rotate(-15deg);
  -webkit-animation: var(--speed) scroll2 infinite linear;
  -moz-animation: var(--speed) scroll2 infinite linear;
  -o-animation: var(--speed) scroll2 infinite linear;
  -ms-animation: var(--speed) scroll2 infinite linear;
  animation: var(--speed) scroll2 infinite linear;
}

@keyframes scroll {
  100% {
    background-position: 0px -3000px;
  }
}

@keyframes scroll2 {
  100% {
    background-position: 0px 3000px;
  }
}

/*# sourceMappingURL=style.css.map */


