/* CSS Document */
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
ul,
ol,
li,
dl,
dt,
dd,
form {
  padding: 0;
  margin: 0; }

html,
body {
  padding: 0;
  margin: 0;
  height: auto; }

input {
  outline: none; }

a {
  color: inherit; }

a{
  color: #148e2d;
}


textarea {
  border: none;
  outline: none;
  overflow: auto;
  resize: none; }

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; }

select::-ms-expand {
  display: none; }

input.button {
  border: none;
  outline: none; }

input::-webkit-input-placeholder {
  opacity: 1; }

input::-moz-placeholder {
  opacity: 1; }

input:-ms-input-placeholder {
  opacity: 1; }

input:-moz-placeholder {
  opacity: 1; }

input[type=checkbox] {
  border: none;
  outline: none; }

img {
  outline: none;
  border: none;
  max-width: 100%;
  user-select: none; }

li {
  list-style: none; }

a,
a:active,
a:hover {
  text-decoration: none;
  outline: none !important;
  user-select: none; }

a:focus {
  outline: none;
  text-decoration: none; }

* {
  box-sizing: border-box; }

button,
a,
input[type="submit"] {
  -o-transition: all .5s ease-out, all 0.5s ease-in;
  -ms-transition: all .5s ease-out, all 0.5s ease-in;
  -moz-transition: all .5s ease-out, all 0.5s ease-in;
  -webkit-transition: all .5s ease-out, all 0.5s ease-in;
  transition: all .5s ease-out, all 0.5s ease-in; }

:not(output):-moz-ui-invalid {
  box-shadow: inset; }

a:after,
a:before {
  transition: 0.5s all ease-out, 0.5s all ease-in;
  -ms-transition: 0.5s all ease-out, 0.5s all ease-in;
  -webkit-transition: 0.5s all ease-out, 0.5s all ease-in;
  -o-transition: 0.5s all ease-out, 0.5s all ease-in; }

button:after,
button:before {
  transition: 0.5s all ease-out, 0.5s all ease-in;
  -ms-transition: 0.5s all ease-out, 0.5s all ease-in;
  -webkit-transition: 0.5s all ease-out, 0.5s all ease-in;
  -o-transition: 0.5s all ease-out, 0.5s all ease-in; }

*:focus {
  outline: none !important; }

.clearfix {
  clear: both;
  display: block; }

.clearfix::before {
  content: "";
  clear: both;
  display: block; }

.clearfix:after {
  content: "";
  clear: both;
  display: block; }

a,
span {
  display: inline-block; }

.container {
  max-width: 1350px;
  width: 100%;
  margin: auto;
  padding: 0; }

@font-face {
  font-family: "Inter-Bold";
  src: url("../fonts/Inter-Bold.eot");
  src: url("../fonts/Inter-Bold.eot?iefix") format("embedded-opentype"), url("../fonts/Inter-Bold.woff") format("woff"), url("../fonts/Inter-Bold.ttf") format("truetype"), url("../fonts/Inter-Bold.svgInter-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Inter-Medium";
  src: url("../fonts/Inter-Medium.eot");
  src: url("../fonts/Inter-Medium.eot?iefix") format("embedded-opentype"), url("../fonts/Inter-Medium.woff") format("woff"), url("../fonts/Inter-Medium.ttf") format("truetype"), url("../fonts/Inter-Medium.svgInter-Medium") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Inter-Regular";
  src: url("../fonts/Inter-Regular.eot");
  src: url("../fonts/Inter-Regular.eot?iefix") format("embedded-opentype"), url("../fonts/Inter-Regular.woff") format("woff"), url("../fonts/Inter-Regular.ttf") format("truetype"), url("../fonts/Inter-Regular.svgInter-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Inter-SemiBold";
  src: url("../fonts/Inter-SemiBold.eot");
  src: url("../fonts/Inter-SemiBold.eot?iefix") format("embedded-opentype"), url("../fonts/Inter-SemiBold.woff") format("woff"), url("../fonts/Inter-SemiBold.ttf") format("truetype"), url("../fonts/Inter-SemiBold.svgInter-SemiBold") format("svg");
  font-weight: normal;
  font-style: normal; }
header {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  top: 0; }
  header .main-head {
    display: flex;
    align-items: center;
    padding: 20px 0 0; }
    header .main-head .logo {
      width: 50%; }
    header .main-head .head {
      width: 50%;
      display: flex;
      align-items: center;
      justify-content: end; }
      header .main-head .head .menu .hide {
        display: none; }
      header .main-head .head .menu ul li {
        display: inline-block;
        margin-right: 55px; }
        header .main-head .head .menu ul li a {
          font: 16px/16px Inter-Medium;
          color: #ffffff;
          position: relative; }
          header .main-head .head .menu ul li a:hover {
            color: #feeb5a; }
        header .main-head .head .menu ul li .active {
          color: #feeb5a; }
        header .main-head .head .menu ul li:last-child {
          margin-right: 0; }
    header .main-head #burger-menu {
      display: none; }

.banner {
  position: relative;
  overflow: hidden; }
  .banner .banner-img {
    position: relative;
    z-index: 2; }
    .banner .banner-img img {
      height: 1080px;
      width: 100%;
      object-fit: cover; }
    .banner .banner-img::before {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: #1c8f22;
      left: 0;
      bottom: 0;
      top: 0;
      z-index: 0;
      opacity: 0.5; }
  .banner .banner-content {
    position: absolute;
    top: 56%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 2; }
    .banner .banner-content .ban-fle {
      display: flex;
      align-items: center; }
      .banner .banner-content .ban-fle .ban-lft {
        width: 47%; }
        .banner .banner-content .ban-fle .ban-lft span {
          font: 18px/18px Inter-SemiBold;
          color: #ffffff;
          padding-bottom: 8px;
          position: relative;
          display: block; }
          .banner .banner-content .ban-fle .ban-lft span::before {
            content: '';
            display: block;
            clear: both;
            position: absolute;
            left: 0;
            bottom: 0;
            height: 2px;
            width: 100px;
            border-radius: 30px;
            background-color: #feeb5a; }
        .banner .banner-content .ban-fle .ban-lft strong {
          font: 80px/80px Inter-Bold;
          color: #ffffff;
          display: block;
          max-width: 592px;
          margin: 25px 0 30px; }
          .banner .banner-content .ban-fle .ban-lft strong b {
            color: #feeb5a; }
        .banner .banner-content .ban-fle .ban-lft p {
          font: 16px/25px Inter-Regular;
          color: #ffffff;
          margin-bottom: 50px;
          max-width: 612px;
          height: 75px;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis; }
        .banner .banner-content .ban-fle .ban-lft > a {
          font: 18px/18px Inter-SemiBold;
          color: #222222;
          width: 200px;
          padding: 22px;
          text-align: center;
          position: relative;
          background-color: #feeb5a;
          border-radius: 8px;
          display: block; }
          .banner .banner-content .ban-fle .ban-lft > a::before {
            content: '';
            display: block;
            clear: both;
            width: 100%;
            height: 100%;
            border: 1px solid #feeb5a;
            top: 6px;
            left: 6px;
            transition: .5s all ease-out, .5s all ease-in;
            -ms-transition: .5s all ease-out, .5s all ease-in;
            -webkit-transition: .5s all ease-out, .5s all ease-in;
            -o-transition: .5s all ease-out, .5s all ease-in;
            border-radius: 8px;
            position: absolute; }
          .banner .banner-content .ban-fle .ban-lft  a:hover {
            background-color: #ffffff;
            color: #148e2d; }
            .banner .banner-content .ban-fle .ban-lft > a:hover::before {
              top: -7px;
              left: 7px;
              border-color: #ffffff; }
      .banner .banner-content .ban-fle .ban-rgt {
        width: 73%;
        padding-left: 66px;
        margin-right: -419px;
        position: relative;
        z-index: 2; }
        .banner .banner-content .ban-fle .ban-rgt::before {
          content: '';
          display: block;
          clear: both;
          position: absolute;
          height: 321px;
          width: 321px;
          background-color: #85af3e;
          border-radius: 50%;
          left: 258px;
          bottom: 22px;
          z-index: -1; }
        .banner .banner-content .ban-fle .ban-rgt img {
          height: auto;
          width: 100%;
          object-fit: cover; }

.video-section {
  padding: 100px 0; }
  .video-section .video-part {
    position: relative;
    background: url(../images/video-img.jpg) no-repeat center center;
    height: 625px;
    border-radius: 30px;
    background-size: cover; }
    .video-section .video-part .video-flx {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 1; }
      .video-section .video-part .video-flx button {
        border: unset;
        background: unset; }
        .video-section .video-part .video-flx button .video-control-pause {
          display: none; }
      .video-section .video-part .video-flx .playing .video-control-play {
        display: none; }
      .video-section .video-part .video-flx .playing .video-control-pause {
        display: block; }
    .video-section .video-part .video-bg {
      height: 625px;
      border-radius: 30px;
      object-fit: cover;
      width: 100%;
      opacity: 0;
      visibility: hidden;
      transition: .5s all ease-out, .5s all ease-in; }
  .video-section .video_playing .video-bg {
    opacity: 1;
    visibility: visible; }

.map-cont-blk {
  margin-bottom: 110px; }
  .map-cont-blk .map-head {
    text-align: center; }
    .map-cont-blk .map-head h1 {
      font: 50px/50px Inter-Bold;
      color: #222222;
      margin-bottom: 25px; }
    .map-cont-blk .map-head p {
      font: 15px/22px Inter-Regular;
      color: #666666;
      max-width: 860px;
      margin: 0 auto; }
  .map-cont-blk .map-fle {
    margin-top: 63px;
    display: flex; }
    .map-cont-blk .map-fle .map-lft {
      width: 30.3%; }
      .map-cont-blk .map-fle .map-lft .map-ite {
        padding: 30px 35px 30px;
        background-color: #fafafa;
        margin-bottom: 30px;
        border-radius: 10px;
        cursor: pointer;
        transition: .5s all ease-out, .5s all ease-in; }
        .map-cont-blk .map-fle .map-lft .map-ite:last-child {
          margin-bottom: 0; }
        .map-cont-blk .map-fle .map-lft .map-ite .map-img {
          display: flex;
          align-items: center; }
          .map-cont-blk .map-fle .map-lft .map-ite .map-img .ma-img {
            height: 85px;
            width: 85px;
            min-width: 85px;
            border-radius: 50%;
            background-color: #148e2d;
            display: flex;
            align-items: center;
            justify-content: center; }
          .map-cont-blk .map-fle .map-lft .map-ite .map-img span {
            margin-left: 30px;
            font: 20px/24px Inter-Bold;
            color: #222222;
            max-width: 160px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis; }
        .map-cont-blk .map-fle .map-lft .map-ite p {
          font: 15px/22px Inter-Regular;
          color: #666666;
          margin-top: 25px;
          height: 66px;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis; }
        .map-cont-blk .map-fle .map-lft .map-ite:hover {
          background-color: #148e2d; }
          .map-cont-blk .map-fle .map-lft .map-ite:hover .map-img span {
            color: #ffffff; }
          .map-cont-blk .map-fle .map-lft .map-ite:hover .map-img .ma-img {
            background-color: #feeb5a; }
            .map-cont-blk .map-fle .map-lft .map-ite:hover .map-img .ma-img img {
              filter: brightness(0); }
          .map-cont-blk .map-fle .map-lft .map-ite:hover p {
            color: #ffffff; }
    .map-cont-blk .map-fle .map-mid {
      width: 35.3%;
      margin: 0 60px; }
      .map-cont-blk .map-fle .map-mid img {
        height: 100%; }

footer .main-footer {
  background: url(../images/footer.jpg) no-repeat center center;
  background-size: cover;
  position: relative; }
  footer .main-footer::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #1c8f22;
    left: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    opacity: 0.7; }
  footer .main-footer .footer-boxes {
    display: flex;
    align-items: center;
    align-items: flex-start;
    padding: 80px 0 75px;
    position: relative;
    z-index: 3; }
    footer .main-footer .footer-boxes .foot > p:first-child {
      font: 20px/20px Inter-SemiBold;
      color: #feeb5a;
      padding-bottom: 4px;
      position: relative;
      display: inline-block;
      margin-bottom: 25px; }
      footer .main-footer .footer-boxes .foot > p:first-child::before {
        content: '';
        display: block;
        clear: both;
        position: absolute;
        bottom: 0;
        left: 0;
        height: 2px;
        width: 100%;
        background-color: #feeb5a; }
    footer .main-footer .footer-boxes .foot ul.tog li {
      margin-bottom: 5px; }
      footer .main-footer .footer-boxes .foot ul.tog li a {
        font: 16px/16px Inter-Regular;
        color: #ffffff; }
        footer .main-footer .footer-boxes .foot ul.tog li a:hover {
          color: #feeb5a; }
    footer .main-footer .footer-boxes .foot:first-child {
      width: 37%;
      padding-right: 185px; }
      footer .main-footer .footer-boxes .foot:first-child p {
        font: 15px/21px Inter-Regular;
        color: #fff;
        margin-top: 20px;
        margin-bottom: 20px; }
      footer .main-footer .footer-boxes .foot:first-child ul li {
        display: inline-block;
        margin-right: 5px; }
        footer .main-footer .footer-boxes .foot:first-child ul li a {
          height: 40px;
          width: 40px;
          border-radius: 50%;
          transition: .5s all ease-out, .5s all ease-in;
          border: 1px solid #ffffff; }
          footer .main-footer .footer-boxes .foot:first-child ul li a:hover {
            border: 1px solid #feeb5a; }
        footer .main-footer .footer-boxes .foot:first-child ul li .fb {
          background: url(../images/fb.svg) no-repeat center center; }
          footer .main-footer .footer-boxes .foot:first-child ul li .fb:hover {
            background: #feeb5a url(../images/fb-ho.svg) no-repeat center center; }
        footer .main-footer .footer-boxes .foot:first-child ul li .twi {
          background: url(../images/twitter.svg) no-repeat center center; }
          footer .main-footer .footer-boxes .foot:first-child ul li .twi:hover {
            background: #feeb5a url(../images/twitter-ho.svg) no-repeat center center; }
        footer .main-footer .footer-boxes .foot:first-child ul li .link {
          background: url(../images/linked.svg) no-repeat center center; }
          footer .main-footer .footer-boxes .foot:first-child ul li .link:hover {
            background: #feeb5a url(../images/linked-ho.svg) no-repeat center center; }
        footer .main-footer .footer-boxes .foot:first-child ul li .tele {
          background: url(../images/tele.svg) no-repeat center center; }
          footer .main-footer .footer-boxes .foot:first-child ul li .tele:hover {
            background: #feeb5a url(../images/tele-ho.svg) no-repeat center center; }
        footer .main-footer .footer-boxes .foot:first-child ul li .gopl {
          background: url(../images/go-plus.svg) no-repeat center center; }
          footer .main-footer .footer-boxes .foot:first-child ul li .gopl:hover {
            background: #feeb5a url(../images/go-plus-ho.svg) no-repeat center center; }
        footer .main-footer .footer-boxes .foot:first-child ul li:last-child {
          margin-right: 0; }
    footer .main-footer .footer-boxes .foot:nth-child(2) {
      width: 28%; }
    footer .main-footer .footer-boxes .foot:nth-child(3) {
      width: 25%; }
    footer .main-footer .footer-boxes .foot:last-child {
      width: 18%;
      padding-left: 40px; }
      footer .main-footer .footer-boxes .foot:last-child a {
        margin-bottom: 20px;
        display: block; }
        footer .main-footer .footer-boxes .foot:last-child a:last-child {
          margin-bottom: 0; }
footer .footer-top-panel {
  padding: 20px 0;
  text-align: center; }
  footer .footer-top-panel p {
    font: 15px/20px Inter-Regular;
    color: #222222; }
    footer .footer-top-panel p a {
      color: #222222; }
      footer .footer-top-panel p a:hover {
        color: #148e2d; }

.app-blk {
  max-width: 1080px;
  margin: 0 auto;
  position: relative; }
  .app-blk .app-slider .app-item {
    position: relative; }
    .app-blk .app-slider .app-item .app-image {
      position: relative; }
      .app-blk .app-slider .app-item .app-image::before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(to top, #000000, #0000000f 59%);
        left: 0;
        bottom: 0;
        top: 0;
        z-index: 2; }
      .app-blk .app-slider .app-item .app-image img {
        height: 100%;
        width: 100%;
        object-fit: cover; }
    .app-blk .app-slider .app-item .app-cont {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 500px;
      text-align: center;
      padding: 0 50px;
      z-index: 2; }
      .app-blk .app-slider .app-item .app-cont p {
        font: 72px/87px Inter-Bold;
        color: #fff; }
  .app-blk .app-slider .owl-dots {
    display: block;
    text-align: center;
    position: absolute;
    bottom: 390px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9; }
    .app-blk .app-slider .owl-dots button {
      height: 20px;
      width: 20px;
      background-color: #ffffff;
      border-radius: 50%;
      margin-right: 15px; }
      .app-blk .app-slider .owl-dots button:last-child {
        margin-right: 0; }
      .app-blk .app-slider .owl-dots button:hover {
        background-color: #feeb5a; }
    .app-blk .app-slider .owl-dots .active {
      background-color: #feeb5a; }
  .app-blk .app-logo {
    position: absolute;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9; }
  .app-blk .app-btn {
    position: absolute;
    bottom: 75px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    width: 100%; }
    .app-blk .app-btn > a {
      font: 50px/50px Inter-SemiBold;
      color: #ffffff;
      width: 65%;
      padding: 45px 20px;
      background-color: #36af3c;
      border-radius: 80px;
      text-align: center;
      margin: 0 auto;
      display: block; }
      .app-blk .app-btn > a:hover {
        background-color: #ffffff;
        color: #148e2d; }
    .app-blk .app-btn p {
      font: 40px/40px Inter-Medium;
      color: #ffffff;
      text-align: center;
      margin-top: 53px; }
      .app-blk .app-btn p a {
        color: #fff735; }
        .app-blk .app-btn p a:hover {
          color: #148e2d; }

.splash-blk {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to bottom, #16ad36d9, #148e2d, #222 162%);
  height: 100vh; }

.splash-blk a {
  text-align: center; }

.bread_block {
  position: relative;
  padding: 0;
  margin: 0;
  background-color: #fafafa; }
  .bread_block .bread_content {
    text-align: center;
    padding: 75px 0; }
    .bread_block .bread_content strong {
      font: 40px/40px Inter-Bold;
      color: #000;
      display: block;
      text-transform: capitalize; }
    .bread_block .bread_content .b_crumb {
      margin-top: 20px; }
      .bread_block .bread_content .b_crumb li {
        display: inline-block; }
        .bread_block .bread_content .b_crumb li a,
        .bread_block .bread_content .b_crumb li span {
          font: 16px/16px Inter-SemiBold;
          color: #000;
          text-transform: capitalize; }
        .bread_block .bread_content .b_crumb li a:hover {
          color: #148e2d; }
        .bread_block .bread_content .b_crumb li span {
          color: #75b043; }
        .bread_block .bread_content .b_crumb li:first-child {
          padding-right: 28px;
          background: url(../images/bread-arw.svg) no-repeat top 6px right;
          margin-right: 3px; }

.other-page-header {
  background: url(../images/header.jpg) no-repeat;
  position: relative;
  background-size: cover; }
  .other-page-header::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #1c8f22;
    left: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
    opacity: 0.7; }
  .other-page-header .main-head {
    padding: 34px 0 30px; }

.form_blog {
  padding: 100px 0; }
  .form_blog .frm {
    display: flex;
    align-items: center;
    align-items: flex-start; }
    .form_blog .frm .frm_lft {
      width: 50%; }
      .form_blog .frm .frm_lft img {
        height: 625px;
        width: 100%;
        object-fit: cover;
        border-radius: 30px; }
    .form_blog .frm .frm_rgt {
      width: 50%;
      padding-left: 65px;
      padding-top: 13px; }
      .form_blog .frm .frm_rgt h1 {
        font: 50px/50px Inter-Bold;
        color: #222222;
        margin-bottom: 20px; }
      .form_blog .frm .frm_rgt span {
        font: 15px/24px Inter-Regular;
        color: #666666;
        display: block;
        margin-bottom: 25px; }
      .form_blog .frm .frm_rgt .confrm .intxt {
        display: flex;
        margin-bottom: 17px; }
        .form_blog .frm .frm_rgt .confrm .intxt label {
          width: 50%;
          margin-right: 16px; }
          .form_blog .frm .frm_rgt .confrm .intxt label:last-child {
            margin-right: 0; }
          .form_blog .frm .frm_rgt .confrm .intxt label input {
            font: 15px/15px Inter-Regular;
            color: #a4a4a4;
            width: 100%;
            padding: 17px 25px;
            border-radius: 8px;
            background-color: #f6f6f6;
            border: 1px solid #f6f6f6; }
            .form_blog .frm .frm_rgt .confrm .intxt label input::placeholder {
              color: #a4a4a4; }
      .form_blog .frm .frm_rgt .confrm .intx label {
        width: 100%; }
        .form_blog .frm .frm_rgt .confrm .intx label textarea {
          font: 15px/15px Inter-Regular;
          color: #a4a4a4;
          width: 100%;
          padding: 17px 25px;
          border-radius: 8px;
          height: 140px;
          overflow-y: auto;
          background-color: #f6f6f6;
          border: 1px solid #f6f6f6; }
          .form_blog .frm .frm_rgt .confrm .intx label textarea::placeholder {
            color: #a4a4a4; }
      .form_blog .frm .frm_rgt .confrm .captcha {
        margin: 16px 0; }
        .form_blog .frm .frm_rgt .confrm .captcha .captcha-images {
          display: flex;
          align-items: center; }
          .form_blog .frm .frm_rgt .confrm .captcha .captcha-images img {
            margin-right: 30px; }
            .form_blog .frm .frm_rgt .confrm .captcha .captcha-images img:last-child {
              margin-right: 0; }
        .form_blog .frm .frm_rgt .confrm .captcha .intx {
          margin-top: 16px; }
          .form_blog .frm .frm_rgt .confrm .captcha .intx label {
            width: 100%; }
            .form_blog .frm .frm_rgt .confrm .captcha .intx label input {
              font: 15px/15px Inter-Regular;
              color: #a4a4a4;
              width: 100%;
              padding: 17px 25px;
              border-radius: 8px;
              background-color: #f6f6f6;
              border: 1px solid #f6f6f6; }
              .form_blog .frm .frm_rgt .confrm .captcha .intx label input::placeholder {
                color: #a4a4a4; }
      .form_blog .frm .frm_rgt .confrm .frm-sub {
        margin-top: 37px; }
        .form_blog .frm .frm_rgt .confrm .frm-sub button {
          font: 18px/18px Inter-SemiBold;
          color: #fff;
          width: 170px;
          padding: 20px;
          text-align: center;
          position: relative;
          background-color: #0c6f21;
          border-radius: 8px;
          display: block;
          border: 1px solid #0c6f21; }
          .form_blog .frm .frm_rgt .confrm .frm-sub button::before {
            content: '';
            display: block;
            clear: both;
            width: 100%;
            height: 100%;
            border: 1px solid #0c6f21;
            top: 6px;
            left: 6px;
            transition: .5s all ease-out, .5s all ease-in;
            -ms-transition: .5s all ease-out, .5s all ease-in;
            -webkit-transition: .5s all ease-out, .5s all ease-in;
            -o-transition: .5s all ease-out, .5s all ease-in;
            border-radius: 8px;
            position: absolute; }
          .form_blog .frm .frm_rgt .confrm .frm-sub button:hover {
            background-color: #222222;
            border: 1px solid #222222; }
            .form_blog .frm .frm_rgt .confrm .frm-sub button:hover::before {
              top: -7px;
              left: 7px;
              border: 1px solid #222222; }

.faq_blk {
  padding: 100px 0; }
  .faq_blk .faq_head {
    text-align: center; }
    .faq_blk .faq_head h1 {
      font: 50px/50px Inter-Bold;
      color: #222222;
      margin-bottom: 20px; }
    .faq_blk .faq_head p {
      font: 15px/26px Inter-Regular;
      color: #666666;
      max-width: 700px;
      margin: 0 auto;
      margin-bottom: 50px; }

.faq_blk .faq-fle {
  display: flex;
  align-items: center;
  align-items: flex-start; }

.faq_blk .faq-fle .faq-box {
  margin-bottom: 20px; }

.faq_blk .faq-fle .faq-box .faq-hd {
  padding: 20px 20px 20px 30px;
  background-color: #f6f6f6;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.5s all ease-out, 0.5s all ease-in; }

.faq_blk .faq-fle .faq-box .faq-hd strong {
  font: 18px/23px Inter-Medium;
  color: #222222;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 35px;
  background: url(../images/grey-arw.svg) no-repeat top 5px right; }

.faq_blk .faq-fle .faq-box .faq-cont {
  display: none;
  padding: 15px 25px 22px 30px;
  background-color: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px; }

.faq_blk .faq-fle .faq-box.fa-opn {
  border: 1px solid #0c6f21;
  border-radius: 8px;
  border-top: 0; }

.faq_blk .faq-fle .faq-box .faq-cont p {
  font: 15px/25px Inter-Regular;
  color: #666666;
  margin-bottom: 0; }

.faq_blk .faq-fle .faq-box:last-child {
  margin-bottom: 0; }

.faq_blk .faq-fle .fa-opn .faq-hd {
  background-color: #0c6f21;
  border-radius: unset;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px; }

.faq_blk .faq-fle .fa-opn .faq-hd strong {
  background: url(../images/white-arw.svg) no-repeat top 5px right;
  color: #fff;
  display: block; }

.faq_blk .faq-fle .fa-lft {
  width: 50%; }

.faq_blk .faq-fle .fa-rgt {
  width: 50%;
  margin-left: 30px; }

.scan-blk {
  padding: 100px 0 100px; }
  .scan-blk .scan-head {
    text-align: center; }
    .scan-blk .scan-head h1 {
      font: 50px/50px Inter-Bold;
      color: #222222;
      max-width: 825px;
      margin: 0 auto;
      margin-bottom: 30px; }
    .scan-blk .scan-head p {
      font: 15px/26px Inter-Regular;
      color: #666666;
      max-width: 825px;
      margin: 0 auto; }
  .scan-blk .scan-fle {
    display: flex;
    align-items: center;
    margin-top: 60px; }
    .scan-blk .scan-fle .scan-lft {
      width: 30%;
      text-align: center; }
      .scan-blk .scan-fle .scan-lft .scan-box {
        height: 250px;
        width: 250px;
        background: #148e2d;
        margin: 0 auto;
        border-radius: 7px;
        margin-bottom: 50px;
        padding: 10px; }
        .scan-blk .scan-fle .scan-lft .scan-box .scan-img {
          padding: 10px;
          background: #fff;
          border-radius: 7px; }
      .scan-blk .scan-fle .scan-lft .scan-txt p {
        font: 25px/27px Inter-SemiBold;
        color: #222222;
        max-width: 170px;
        text-align: center;
        margin: 0 auto; }
      .scan-blk .scan-fle .scan-lft .scan-btn {
        position: relative;
        margin-top: 30px; }
    .scan-blk .scan-fle .android {
      padding-left: 65px; }
      .scan-blk .scan-fle .android .scan-btn::before {
        content: '';
        display: block;
        clear: both;
        position: absolute;
        right: -43px;
        bottom: 33px;
        background: url(../images/andriod.svg) no-repeat center;
        width: 60px;
        height: 92px; }
    .scan-blk .scan-fle .iphone {
      padding-right: 70px; }
      .scan-blk .scan-fle .iphone .scan-btn::before {
        content: '';
        display: block;
        clear: both;
        position: absolute;
        left: -43px;
        bottom: 33px;
        background: url(../images/iphone.svg) no-repeat center;
        width: 60px;
        height: 92px; }
    .scan-blk .scan-fle .scan-rgt {
      width: 40%;
      margin: 0 115px 0 130px;
      text-align: center; }
      .scan-blk .scan-fle .scan-rgt img {
        width: auto; }

.plans-blk {
  padding: 95px 0 100px;
  background-color: #fafafa; }
  .plans-blk .plan-head {
    text-align: center; }
    .plans-blk .plan-head h2 {
      font: 50px/50px Inter-Bold;
      color: #222222; }
    .plans-blk .plan-head p {
      font: 15px/23px Inter-Regular;
      color: #666666;
      max-width: 855px;
      margin: 0 auto;
      margin-top: 30px; }
  .plans-blk .plan-fle {
    display: flex;
    max-width: 1020px;
    margin: 0 auto;
    margin-top: 60px; }
    .plans-blk .plan-fle .pl-pr {
      width: 50%;
      padding: 50px 0px 50px 2px;
      border-radius: 7px;
      background-color: #148e2d;
      margin-right: 95px; }
      .plans-blk .plan-fle .pl-pr:last-child {
        margin-right: 0; }
      .plans-blk .plan-fle .pl-pr strong {
        font: 30px/30px Inter-Bold;
        color: #fff;
        text-transform: uppercase;
        display: block;
        text-align: center;
        margin-bottom: 15px;
        padding: 0 20px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
      .plans-blk .plan-fle .pl-pr span {
        font: 15px/23px Inter-Regular;
        color: #fff;
        text-transform: capitalize;
        text-align: center;
        width: 100%;
        padding: 0 20px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
      .plans-blk .plan-fle .pl-pr .pri-detail {
        margin-top: 35px;
        border-top-right-radius: 7px;
        border-bottom-right-radius: 7px;
        background-color: #fff;
        padding-bottom: 50px;
        margin-right: 50px; }
        .plans-blk .plan-fle .pl-pr .pri-detail .price {
          padding: 37px;
          text-align: center;
          background-color: #f5f5f5;
          border-top-right-radius: 7px; }
          .plans-blk .plan-fle .pl-pr .pri-detail .price b {
            font: 35px/35px Inter-Bold;
            color: #222222; }
            .plans-blk .plan-fle .pl-pr .pri-detail .price b em {
              font: 15px/15px Inter-Medium;
              color: #666666; }
        .plans-blk .plan-fle .pl-pr .pri-detail ul {
          padding: 0 13px; }
          .plans-blk .plan-fle .pl-pr .pri-detail ul li {
            padding: 26px 15px;
            border-bottom: 1px solid #ccc;
            font: 15px/15px Inter-Medium;
            color: #666666;
            padding-left: 50px; }
          .plans-blk .plan-fle .pl-pr .pri-detail ul .crt {
            background: url(../images/green-tick.svg) no-repeat center left 20px; }
          .plans-blk .plan-fle .pl-pr .pri-detail ul .wrong {
            background: url(../images/not.svg) no-repeat center left 20px; }
        .plans-blk .plan-fle .pl-pr .pri-detail > a {
          font: 18px/18px Inter-SemiBold;
          color: #fff;
          text-align: center;
          text-transform: capitalize;
          background-color: #148e2d;
          padding: 21px 20px;
          width: 200px;
          margin: 40px auto 0;
          display: block;
          position: relative;
          border-radius: 8px; }
          .plans-blk .plan-fle .pl-pr .pri-detail > a::before {
            content: '';
            display: block;
            clear: both;
            width: 100%;
            height: 100%;
            border: 1px solid #148e2d;
            top: 6px;
            left: 6px;
            transition: .5s all ease-out, .5s all ease-in;
            -ms-transition: .5s all ease-out, .5s all ease-in;
            -webkit-transition: .5s all ease-out, .5s all ease-in;
            -o-transition: .5s all ease-out, .5s all ease-in;
            border-radius: 8px;
            position: absolute; }
          .plans-blk .plan-fle .pl-pr .pri-detail > a:hover {
            background-color: #feeb5a;
            color: #222222; }
            .plans-blk .plan-fle .pl-pr .pri-detail > a:hover::before {
              border-color: #feeb5a;
              top: -6px;
              left: 6px; }
    .plans-blk .plan-fle .plan-rgt {
      background-color: #feeb5a; }
      .plans-blk .plan-fle .plan-rgt strong {
        color: #222222; }
      .plans-blk .plan-fle .plan-rgt span {
        color: #222222; }
      .plans-blk .plan-fle .plan-rgt .pri-detail > a {
        background-color: #feeb5a;
        color: #222222; }
        .plans-blk .plan-fle .plan-rgt .pri-detail > a::before {
          border-color: #feeb5a; }
        .plans-blk .plan-fle .plan-rgt .pri-detail > a:hover {
          background-color: #148e2d;
          color: #ffffff; }
          .plans-blk .plan-fle .plan-rgt .pri-detail > a:hover::before {
            border-color: #148e2d;
            top: -6px;
            left: 6px; }

.privacy {
  padding: 90px 0 65px; }
  .privacy .privacy_fle {
    display: flex;
    align-items: center;
    align-items: flex-start; }
    .privacy .privacy_fle .privacy_lft {
      width: 70%; }
      .privacy .privacy_fle .privacy_lft h1 {
        font: 50px/50px Inter-Bold;
        color: #222222;
        margin-bottom: 28px; }
      .privacy .privacy_fle .privacy_lft p {
        font: 15px/23px Inter-Regular;
        color: #666666;
        margin-bottom: 32px; }
      .privacy .privacy_fle .privacy_lft .table-cont b {
        display: block;
        font: 20px/20px Inter-Bold;
        color: #222222;
        margin-bottom: 28px; }
      .privacy .privacy_fle .privacy_lft .table-cont div {
        margin-bottom: 33px; }
        .privacy .privacy_fle .privacy_lft .table-cont div a {
          display: block; }
        .privacy .privacy_fle .privacy_lft .table-cont div .head-lis {
          font: 18px/25px Inter-Bold;
          color: #148e2d;
          text-decoration: underline;
          margin-bottom: 20px; }
          .privacy .privacy_fle .privacy_lft .table-cont div .head-lis:last-child {
            margin-bottom: 0; }
        .privacy .privacy_fle .privacy_lft .table-cont div .sub-head-lis {
          font: 15px/21px Inter-Regular;
          color: #148e2d;
          padding-left: 20px;
          text-decoration: underline;
          margin-bottom: 20px; }
          .privacy .privacy_fle .privacy_lft .table-cont div .sub-head-lis:last-child {
            margin-bottom: 0; }
      .privacy .privacy_fle .privacy_lft .expla strong {
        font: 25px/25px Inter-Bold;
        color: #222222;
        margin-bottom: 13px;
        display: block; }
      .privacy .privacy_fle .privacy_lft .expla p {
        margin-bottom: 30px; }
      .privacy .privacy_fle .privacy_lft .sub-expla strong {
        font: 22px/25px Inter-SemiBold;
        color: #222222;
        margin-bottom: 13px;
        display: block; }
      .privacy .privacy_fle .privacy_lft ul {
        padding-left: 20px; }
        .privacy .privacy_fle .privacy_lft ul li {
          font: 15px/23px Inter-Regular;
          color: #666666;
          margin-bottom: 25px;
          background: url(../images/lft-arw.svg) no-repeat top 4px left;
          padding-left: 25px; }
          .privacy .privacy_fle .privacy_lft ul li b {
            font: 15px/15px Inter-SemiBold;
            color: #000; }
    .privacy .privacy_fle .privacy-rgt {
      width: 30%;
      margin-left: 90px; }
      .privacy .privacy_fle .privacy-rgt .search-box {
        margin-bottom: 30px; }
        .privacy .privacy_fle .privacy-rgt .search-box input {
          padding: 15px 20px 15px 80px;
          font: 15px/23px Inter-Regular;
          color: #666666;
          border: 1px solid #fafafa;
          background: #fafafa url(../images/search.svg) no-repeat center left 30px;
          border-radius: 8px;
          max-width: 411px;
          width: 100%; }
          .privacy .privacy_fle .privacy-rgt .search-box input::placeholder {
            color: #666666; }
      .privacy .privacy_fle .privacy-rgt .article-section p {
        font: 18px/18px Inter-Medium;
        color: #000;
        padding-bottom: 10px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 18px; }
      .privacy .privacy_fle .privacy-rgt .article-section a {
        font: 15px/26px Inter-Regular;
        color: #666666;
        display: block;
        margin-bottom: 13px; }
        .privacy .privacy_fle .privacy-rgt .article-section a:hover {
          color: #148e2d; }

/* 19-9-23 */
.form_blog .frm .frm_rgt > p{
  font: 15px/24px Inter-Regular;
  color: #666666;
  display: block;
  margin-bottom: 25px;
}
.form_blog .frm .frm_rgt span.hint{
  margin-bottom: 0;
  color: red;
  font-size: 15px;
}

/* 20-9-23 */

.privacy .privacy_fle .privacy_lft {
  width: 100%;
}
.privacy .privacy_fle .privacy_lft .table-cont strong a {
  font: 18px/25px Inter-Bold;
  color: #148e2d;
  text-decoration: underline;
  margin-bottom: 20px;
}
.privacy .privacy_fle .privacy_lft .table-cont ul li a {
  font: 15px/21px Inter-Regular;
  color: #148e2d;
  padding-left: 20px;
  text-decoration: underline;
  margin-bottom: 20px;
}
.privacy .privacy_fle .privacy_lft .table-cont ul {
  margin-bottom: 40px;
  padding-left: 0;
}
.privacy .privacy_fle .privacy_lft .table-cont ul li {
  padding-left: 0;
  font: unset;
  margin-bottom: 0;
  background: unset;
}
.privacy .privacy_fle .privacy_lft .table-cont a {
  display: block;
}
.privacy .privacy_fle .privacy_lft .table-cont {
  margin-bottom: 40px;
}
.scan-blk .scan-fle .scan-lft .scan-box .scan-img{
  cursor: pointer;
}
.form_blog .frm .frm_rgt span.hint {
  margin-top: 7px;
  margin-left: 10px;
}
.form_blog .frm .frm_rgt .confrm .intx label textarea::-webkit-scrollbar-thumb{
  background: #75b043;
  border-radius: 5px;
}
.form_blog .frm .frm_rgt .confrm .intx label textarea::-webkit-scrollbar {
  width: 2px;
}
header .main-head .head .menu ul li.active a {
  color: #feeb5a;
}
.form_blog .frm .frm_rgt .er-show {
  border: 1px solid #36af3c;
  padding: 5px 10px;
  width: fit-content;
  border-radius: 5px;
  text-align: center;
}
.form_blog .frm .frm_rgt .er-show p{
  font: 15px/24px Inter-Regular;
  color: #36af3c;
}
.form_blog .frm .frm_rgt .confrm .intx label textarea{
  line-height: 20px;
}
li {
  font: 15px/23px Inter-Regular;
  color: #666666;
  margin-top: 20px;
  margin-bottom: 20px;
  background: url(../images/lft-arw.svg) no-repeat top 4px left;
  padding-left: 25px;
}
footer li,.bread_block .bread_content .b_crumb li,header .main-head .head .menu ul li{
  padding-left: 0;
  font: unset;
  color: unset;
  margin-bottom: 0;
  background: unset;
}
.plans-blk .plan-fle .pl-pr .pri-detail ul li{
  margin-bottom: 0;
}


/* 21-9-23 */

.wrap{
  padding: 100px 0;
  max-width: 1350px;
  margin: 0 auto;
  width: 100%;
}
.wrap .cnt{
  text-align: center;
}
.wrap .cnt strong{
  font: 50px/50px Inter-Bold;
  color: #222222;
  margin-bottom: 18px;
  display: block;
}
.wrap .cnt p{
  font: 15px/22px Inter-Regular;
  color: #666666;
  max-width: 860px;
  margin: 0 auto;
}
.wrap .redirect{
  font: 18px/18px Inter-SemiBold;
  color: #fff;
  width: 170px;
  padding: 20px;
  text-align: center;
  position: relative;
  background-color: #0c6f21;
  border-radius: 8px;
  display: block;
  border: 1px solid #0c6f21;
  margin: 0 auto;
}
.wrap .redirect::before{
    content: '';
    display: block;
    clear: both;
    width: 100%;
    height: 100%;
    border: 1px solid #0c6f21;
    top: 6px;
    left: 6px;
    transition: .5s all ease-out, .5s all ease-in;
    -ms-transition: .5s all ease-out, .5s all ease-in;
    -webkit-transition: .5s all ease-out, .5s all ease-in;
    -o-transition: .5s all ease-out, .5s all ease-in;
    border-radius: 8px;
    position: absolute;
}
.wrap .redirect:hover{
  background-color: #222222;
  border: 1px solid #222222;
}
.wrap .redirect:hover::before{
  top: -7px;
  left: 7px;
  border: 1px solid #222222;
}
.wrap .fnotf img{
  height: auto;
  width: auto;
  display: block;
  margin: 0 auto;
}
.wrap .fnotf{
  margin: 25px auto 40px;
  max-width: 600px;
}

/**11-10-23**/
.form_blog .frm .frm_rgt .confrm .intx{
  margin-bottom: 17px;
}
/**11-10-23**/

/* resposnive */

@media screen and (max-width: 1900px) {
  .banner .banner-content .ban-fle .ban-rgt {
    width: 70%;
    margin-right: -210px; }

  .banner .banner-content .ban-fle .ban-rgt::before {
    height: 300px;
    width: 300px;
    left: 242px;
    bottom: 22px; } }
@media screen and (max-width: 1800px) {
  .banner .banner-img img {
    height: 980px; }

  .banner .banner-content {
    top: 55%; }

  .banner .banner-content .ban-fle .ban-rgt {
    width: 65%; }

  .banner .banner-content .ban-fle .ban-rgt::before {
    height: 275px;
    width: 275px;
    left: 232px; } }
@media screen and (max-width: 1700px) {
  .banner .banner-content .ban-fle .ban-rgt {
    width: 62%;
    margin-right: -190px; }

  .banner .banner-content .ban-fle .ban-rgt::before {
    height: 250px;
    width: 250px;
    left: 227px;
    bottom: 30px; }

  .banner .banner-content {
    top: 55%; }

  .banner .banner-img img {
    height: 910px; } }
@media screen and (max-width: 1600px) {
  .banner .banner-content .ban-fle .ban-rgt {
    width: 58%;
    margin-right: 0; }

  .banner .banner-img img {
    height: 850px; }

  .banner .banner-content .ban-fle .ban-rgt::before {
    height: 220px;
    width: 220px;
    left: 205px;
    bottom: 30px; } }
@media screen and (max-width: 1400px) {
  .container {
    padding: 0 10px; }

  footer .main-footer .footer-boxes .foot:first-child {
    padding-right: 160px; }

  .banner .banner-content .ban-fle .ban-lft strong {
    font-size: 75px;
    line-height: 75px; }

  .banner .banner-img img {
    height: 800px; }

  .app-blk .app-slider .app-item .app-cont p {
    font-size: 65px; }

  .app-blk .app-btn > a {
    font-size: 40px;
    line-height: 40px; }

  .app-blk .app-btn p {
    font-size: 35px;
    line-height: 35px; }

  .app-blk .app-logo a img {
    width: 300px; }

  .app-blk .app-slider .app-item .app-cont {
    bottom: 470px; }

  .app-blk .app-slider .owl-dots {
    bottom: 365px; }

  .splash-blk a img {
    width: 40%; }

  .banner .banner-content .ban-fle .ban-rgt {
    padding-left: 55px; } 

    .wrap{
      padding-left:10px !important;
      padding-right:10px !important;
    }
  }
@media screen and (max-width: 1300px) {
  .banner .banner-content .ban-fle .ban-lft strong {
    font-size: 70px;
    line-height: 70px;
    margin: 20px 0 25px; }

  .banner .banner-img img {
    height: 750px; }

  .video-section .video-part,
  .video-section .video-part .video-bg {
    height: 590px; }

  .video-section {
    padding: 90px 0; }

  .map-cont-blk .map-fle .map-lft .map-ite {
    padding: 30px 25px 30px; }

  .map-cont-blk .map-fle .map-lft .map-ite .map-img span {
    margin-left: 22px; }

  .map-cont-blk {
    margin-bottom: 100px; }

  footer .main-footer .footer-boxes .foot:first-child {
    padding-right: 120px; }

  .map-cont-blk .map-fle .map-lft .map-ite {
    margin-bottom: 20px; }

  .app-blk .app-logo a img {
    width: 250px; }

  .app-blk .app-slider .app-item .app-cont p {
    font-size: 55px;
    line-height: 75px; }

  .app-blk .app-btn > a {
    font-size: 35px;
    line-height: 35px;
    padding: 38px 20px; }

  .app-blk .app-btn p {
    font-size: 30px;
    line-height: 30px; }

  .app-blk .app-slider .owl-dots {
    bottom: 325px; }

  .app-blk .app-slider .app-item .app-cont {
    bottom: 400px; }

  .banner .banner-content .ban-fle .ban-rgt::before {
    height: 190px;
    width: 190px;
    left: 184px;
    bottom: 30px; }

  .privacy {
    padding: 80px 0 60px; }

  .form_blog {
    padding: 85px 0; }

  .plans-blk {
    padding: 85px 0 90px; }

  .scan-blk {
    padding: 90px 0; } 
  }
@media screen and (max-width: 1200px) {
  .banner .banner-content .ban-fle .ban-lft strong {
    font-size: 65px;
    line-height: 65px; }

  .banner .banner-content .ban-fle .ban-rgt {
    padding-left: 30px; }

  .banner .banner-content {
    top: 56%; }

  .banner .banner-img img {
    height: 730px; }

  .video-section .video-part,
  .video-section .video-part .video-bg {
    height: 550px; }

  .map-cont-blk .map-head h1 {
    font-size: 47px;
    line-height: 47px;
    margin-bottom: 20px; }

  .map-cont-blk .map-fle .map-mid {
    margin: 0 30px; }

  .map-cont-blk .map-fle .map-lft .map-ite .map-img .ma-img {
    height: 70px;
    width: 70px;
    min-width: 70px; }

  .map-cont-blk .map-fle .map-lft .map-ite .map-img .ma-img img {
    width: 30px;
    height: 30px;
    object-fit: contain; }

  .map-cont-blk .map-fle .map-lft .map-ite p {
    margin-top: 16px; }

  .map-cont-blk .map-fle .map-lft .map-ite {
    padding: 25px 20px 25px; }

  .video-section {
    padding: 80px 0; }

  .map-cont-blk {
    margin-bottom: 90px; }

  footer .main-footer .footer-boxes .foot:first-child {
    padding-right: 90px; }

  .app-blk .app-logo a img {
    width: 200px; }

  .app-blk .app-slider .app-item .app-cont p {
    font-size: 50px;
    line-height: 65px; }

  .app-blk .app-btn > a {
    font-size: 32px;
    line-height: 32px;
    padding: 34px 20px; }

  .app-blk .app-btn p {
    font-size: 25px;
    line-height: 26px; }

  .banner .banner-content .ban-fle .ban-rgt::before {
    height: 185px;
    width: 185px;
    left: 155px;
    bottom: 32px; }

  .privacy .privacy_fle .privacy_lft h1 {
    font-size: 47px;
    line-height: 47px;
    margin-bottom: 20px; }

  .privacy .privacy_fle .privacy-rgt {
    margin-left: 58px; }

  .form_blog .frm .frm_rgt h1 {
    font-size: 47px;
    line-height: 47px;
    margin-bottom: 20px; }

  .form_blog .frm .frm_rgt {
    padding-left: 40px;
    padding-top: 8px; }

  .faq_blk .faq_head h1, .plans-blk .plan-head h2 {
    font-size: 47px;
    line-height: 47px;
    margin-bottom: 20px; }

  .faq_blk {
    padding: 85px 0; }

  .scan-blk .scan-head h1 {
    font-size: 47px;
    margin-bottom: 20px; }

  .scan-blk .scan-fle .scan-lft .scan-box {
    margin-bottom: 36px; }

  .scan-blk .scan-fle .android {
    padding-left: 30px; }

  .scan-blk .scan-fle .iphone {
    padding-right: 30px; }

  .plans-blk .plan-head p {
    margin-top: 20px; }

  .scan-blk .scan-fle .scan-lft .scan-txt p {
    font-size: 22px; }

  .scan-blk {
    padding: 80px 0; }

  .plans-blk {
    padding: 80px 0 80px; }

  .plans-blk .plan-fle .pl-pr {
    padding: 35px 0px 35px 2px; }

  .plans-blk .plan-fle .pl-pr .pri-detail {
    margin-top: 26px; }

  .plans-blk .plan-fle .pl-pr .pri-detail {
    padding-bottom: 41px; }

  .plans-blk .plan-fle .pl-pr .pri-detail > a {
    margin: 25px auto 0; }

  .plans-blk .plan-fle .pl-pr .pri-detail .price {
    padding: 30px; }

  .plans-blk .plan-fle .pl-pr .pri-detail .price b, .plans-blk .plan-fle .pl-pr strong {
    font-size: 25px; }

  .scan-blk .scan-fle .scan-lft .scan-box {
    height: 220px;
    width: 220px; }

  .scan-blk .scan-fle .android .scan-btn::before {
    right: -66px;
    bottom: 33px; }

  .scan-blk .scan-fle .iphone .scan-btn::before {
    left: -66px; }

    .wrap .cnt strong{
      font-size: 47px;
      line-height: 47px;
      margin-bottom: 20px;
    }
    .wrap{
      padding: 80px 0;
    }
    .wrap .fnotf {
      max-width: 400px;
    }
  
  }
@media screen and (max-width: 1100px) {
  .banner .banner-content .ban-fle .ban-lft strong {
    font-size: 60px;
    line-height: 60px; }

  .banner .banner-content .ban-fle .ban-lft > a {
    width: 180px; }

  .banner .banner-img img {
    height: 670px; }

  .banner .banner-content .ban-fle .ban-lft {
    width: 47%; }

  .banner .banner-content .ban-fle .ban-rgt {
    width: 53%; }

  .video-section .video-part,
  .video-section .video-part .video-bg {
    height: 500px; }

  .map-cont-blk .map-head h1 {
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 15px; }

  .map-cont-blk .map-fle {
    flex-wrap: wrap; }

  .map-cont-blk .map-fle .map-mid {
    margin: 0 0 30px;
    order: 1;
    width: 100%; }

  .map-cont-blk .map-fle .map-lft {
    width: 49%;
    margin-right: 20px;
    order: 2; }
    .map-cont-blk .map-fle .map-lft:last-child {
      margin-right: 0; }

  .map-cont-blk .map-fle .map-mid img {
    height: 100%;
    width: 32%;
    display: block;
    margin: 0 auto; }

  .map-cont-blk .map-fle {
    margin-top: 45px; }

  .map-cont-blk {
    margin-bottom: 75px; }

  footer .main-footer .footer-boxes {
    padding: 60px 0 60px; }

  .map-cont-blk .map-fle .map-lft .map-ite .map-img span {
    max-width: 100%; }

  .video-section .video-part,
  .video-section .video-part .video-bg {
    height: 471px; }

  .video-section .video-part .video-flx button img {
    width: 115px; }

  .app-blk .app-logo a img {
    width: 180px; }

  .app-blk .app-slider .app-item .app-cont p {
    font-size: 45px;
    line-height: 60px; }

  .banner .banner-content .ban-fle .ban-rgt::before {
    height: 175px;
    width: 175px;
    left: 132px;
    bottom: 13px; }

  .privacy .privacy_fle .privacy_lft h1 {
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 15px; }

  .privacy .privacy_fle .privacy_lft .expla strong {
    font-size: 22px; }

  .privacy .privacy_fle .privacy_lft .sub-expla strong {
    font-size: 20px; }

  .privacy .privacy_fle .privacy_lft .expla p {
    margin-bottom: 20px; }

  .bread_block .bread_content strong {
    font-size: 37px; }

  .bread_block .bread_content {
    padding: 65px 0; }

  .form_blog .frm .frm_rgt h1 {
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 12px; }

  .form_blog .frm .frm_rgt span {
    margin-bottom: 17px; }

  .faq_blk .faq_head h1 {
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 15px; }

  .faq_blk {
    padding: 75px 0; }

  .faq_blk .faq-fle .faq-box .faq-hd strong {
    font-size: 17px;
    line-height: 20px; }

  .scan-blk {
    padding: 70px 0; }

  .faq_blk .faq_head h1, .plans-blk .plan-head h2, .scan-blk .scan-head h1 {
    font-size: 42px;
    line-height: 46px;
    margin-bottom: 15px; }

  .scan-blk .scan-fle {
    margin-top: 45px; }

  .scan-blk .scan-fle .scan-lft .scan-txt p {
    font-size: 20px;
    line-height: 24px; }

  .scan-blk .scan-fle .scan-lft .scan-box {
    height: 200px;
    width: 200px; }

  .plans-blk .plan-head p {
    margin-top: 14px; }

  .plans-blk .plan-fle .pl-pr .pri-detail > a {
    margin: 25px auto 0;
    font-size: 16px;
    line-height: 16px;
    padding: 18px;
    width: 170px; }

  .plans-blk .plan-fle .pl-pr .pri-detail .price b, .plans-blk .plan-fle .pl-pr strong {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px; }

  .plans-blk .plan-fle .pl-pr {
    margin-right: 75px; }

  .plans-blk {
    padding: 65px 0 70px; }

  .scan-blk {
    padding: 65px 0; } 
    .wrap .cnt strong{
      font-size: 42px;
      line-height: 42px;
      margin-bottom: 12px;
    }
  
  }
@media screen and (max-width: 1024px) {
  .banner .banner-content .ban-fle .ban-lft strong {
    font-size: 55px;
    line-height: 55px; }

  .banner .banner-content .ban-fle .ban-lft p {
    margin-bottom: 35px;
    max-width: 100%; }

  .banner .banner-content .ban-fle .ban-lft > a {
    width: 160px;
    padding: 19px 0;
    font-size: 16px;
    line-height: 16px; }

  .banner .banner-content .ban-fle .ban-rgt {
    padding-left: 15px; }

  .video-section {
    padding: 70px 0; }

  .map-cont-blk .map-fle .map-lft {
    width: 48.9%; }

  .map-cont-blk .map-fle .map-lft .map-ite .map-img span {
    font-size: 18px; }

  footer .main-footer .footer-boxes .foot:last-child {
    padding-left: 0px; }

  footer .main-footer .footer-boxes .foot:nth-child(2) {
    width: 27%; }

  footer .main-footer .footer-boxes .foot:first-child {
    padding-right: 70px;
    width: 40%; }

  .banner .banner-content .ban-fle .ban-rgt::before {
    left: 119px; }

  .bread_block .bread_content strong {
    font-size: 34px;
    line-height: 38px; }

  .privacy .privacy_fle .privacy_lft p {
    margin-bottom: 24px; }

  .privacy .privacy_fle .privacy_lft ul li {
    margin-bottom: 18px;
    padding-left: 25px; }

  .privacy .privacy_fle .privacy-rgt .search-box input {
    padding: 15px 20px 15px 55px;
    background: #fafafa url(../images/search.svg) no-repeat center left 19px; }

  .form_blog {
    padding: 75px 0; }

  .form_blog .frm .frm_rgt .confrm .intxt label input, .form_blog .frm .frm_rgt .confrm .intx label textarea, .form_blog .frm .frm_rgt .confrm .captcha .intx label input {
    padding: 12px 25px; }

  

  .form_blog .frm .frm_rgt .confrm .frm-sub button {
    font-size: 17px;
    line-height: 17px;
    width: 150px;
    padding: 15px 15px 16px; }

  .form_blog .frm .frm_lft img {
    height: 590px; }

  .form_blog .frm .frm_rgt .confrm .frm-sub {
    margin-top: 31px; }

  .plans-blk .plan-fle .pl-pr .pri-detail ul li {
    padding: 22px 15px;
    padding-left: 50px; }
    .wrap .redirect{
      font-size: 17px;
      line-height: 17px;
      width: 150px;
      padding: 15px 15px 16px;
    }
    .wrap{
      padding: 70px 0;
    }

   }
@media screen and (max-width: 991px) {
  .banner .banner-content .ban-fle .ban-lft strong {
    font-size: 50px;
    line-height: 50px;
    margin: 12px 0px; }

  header .main-head .head .menu ul li {
    margin-right: 40px; }

  .banner .banner-img img {
    height: 628px; }

  .video-section .video-part,
  .video-section .video-part .video-bg {
    height: 425px; }

  .video-section .video-part .video-flx button img {
    width: 100px; }

  .map-cont-blk .map-head h1 {
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 12px; }

  .map-cont-blk .map-fle .map-lft {
    width: 48.8%; }

  footer .main-footer .footer-boxes .foot > p:first-child {
    font-size: 18px;
    line-height: 18px; }

  .map-cont-blk {
    margin-bottom: 60px; }

  .app-blk .app-logo a img {
    width: 160px; }

  .app-blk .app-slider .app-item .app-cont p {
    font-size: 40px;
    line-height: 54px; }

  .app-blk .app-btn > a {
    font-size: 28px;
    line-height: 28px;
    padding: 25px 20px; }

  .app-blk .app-slider .owl-dots {
    bottom: 285px; }

  .app-blk .app-slider .app-item .app-cont {
    bottom: 350px; }

  .banner .banner-content .ban-fle .ban-rgt::before {
    height: 160px;
    width: 160px;
    bottom: 9px;
    left: 104px; }

  .privacy .privacy_fle .privacy_lft h1 {
    font-size: 38px;
    line-height: 42px;
    margin-bottom: 15px; }

  .privacy .privacy_fle .privacy-rgt {
    margin-left: 36px; }

  .privacy .privacy_fle .privacy_lft .table-cont div .head-lis {
    font-size: 16px;
    margin-bottom: 16px; }

  .privacy .privacy_fle .privacy_lft .expla strong {
    font-size: 20px;
    line-height: 24px; }

  .privacy .privacy_fle .privacy_lft .sub-expla strong {
    font-size: 19px;
    line-height: 21px; }

  .privacy {
    padding: 70px 0 55px; }

  .privacy .privacy_fle .privacy_lft .table-cont b {
    font-size: 18px;
    margin-bottom: 21px; }

  .form_blog .frm .frm_rgt {
    padding-left: 28px; }

  .form_blog .frm .frm_lft img {
    height: 575px; }

  .form_blog .frm .frm_rgt h1 {
    font-size: 38px;
    line-height: 38px; }

  .other-page-header .main-head {
    padding: 18px 0 18px; }

  .faq_blk .faq-fle .fa-rgt {
    margin-left: 20px; }

  .faq_blk .faq_head h1 {
    font-size: 38px;
    line-height: 42px;
    margin-bottom: 12px; }

  .faq_blk .faq_head p {
    margin-bottom: 35px; }

  .faq_blk .faq_head h1, .plans-blk .plan-head h2, .scan-blk .scan-head h1 {
    font-size: 38px;
    line-height: 43px;
    margin-bottom: 12px; }

  .scan-blk .scan-fle .scan-rgt {
    margin: 0 75px 0 75px; }

  .scan-blk .scan-fle .android {
    padding-left: 0; }

  .scan-blk .scan-fle .iphone {
    padding-right: 0; }

  .scan-blk .scan-fle .scan-lft .scan-btn a img {
    width: 175px; }

  .scan-blk .scan-fle .android .scan-btn::before {
    right: -49px;
    bottom: 15px;
    background-size: 50px; }

  .scan-blk .scan-fle .iphone .scan-btn::before {
    left: -49px;
    bottom: 15px;
    background-size: 50px; }

  .scan-blk .scan-fle .scan-lft .scan-box {
    height: 180px;
    width: 180px;
    margin-bottom: 25px; }

  .scan-blk .scan-fle .scan-lft .scan-txt p {
    font-size: 18px;
    line-height: 23px; }

  .plans-blk .plan-fle {
    margin-top: 40px; }

  .plans-blk .plan-fle .pl-pr {
    margin-right: 51px; }

  .plans-blk .plan-fle .pl-pr .pri-detail ul .crt {
    background: url(../images/green-tick.svg) no-repeat center left 12px; }

  .plans-blk .plan-fle .pl-pr .pri-detail ul li {
    padding: 19px 15px;
    padding-left: 47px; }

  .plans-blk .plan-fle .pl-pr .pri-detail ul .wrong {
    background: url(../images/not.svg) no-repeat center left 12px; }

  .plans-blk .plan-fle .pl-pr {
    padding: 30px 0px 30px 2px; } 
  
    .privacy .privacy_fle .privacy_lft .table-cont strong a {
      font-size: 16px;
      margin-bottom: 16px;
  }
  .wrap .cnt strong {
    font-size: 38px;
    line-height: 38px;
}
.wrap{
  padding: 60px 0;
}

  
  }
@media screen and (min-width: 881px) {
  footer .main-footer .footer-boxes .foot .tog {
    display: block !important; } }
@media screen and (max-width: 880px) {
  header .main-head .head {
    width: 0;
    margin-right: 0;
    position: fixed;
    right: -400px;
    top: 0;
    height: 100%;
    background-color: #00000091;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease-in-out;
    display: block; }

  header .main-head .head.bur-op {
    right: 0;
    opacity: 1;
    visibility: visible;
    width: 100%; }

  header .main-head .head .menu {
    background-color: #fff;
    padding: 50px 25px 30px;
    width: 320px;
    text-align: unset;
    position: relative;
    height: 100%;
    overflow-y: auto;
    margin-left: auto; }

  header .main-head .head .menu ul li .active {
    color: #148e2d; }

  header .main-head .head .menu .hide {
    display: block;
    position: absolute;
    right: 30px;
    top: 5px;
    font-size: 40px;
    font-family: Inter-Medium;
    color: #222222; }

  body.noscroll {
    overflow: hidden; }

  header .main-head .head .menu ul li a {
    color: #222222; }

  header .main-head .head .menu ul li {
    margin-right: 0;
    display: block;
    margin-bottom: 20px; }

  header .main-head #burger-menu {
    font-size: 50px;
    font-family: Inter-Medium;
    color: #fff;
    display: block;
    width: 40px;
    background-color: unset;
    border: unset; }

  header .main-head .logo {
    width: calc(100% - 40px); }

  .banner .banner-content .ban-fle {
    flex-wrap: wrap; }

  .banner .banner-content .ban-fle .ban-lft {
    width: 100%; }

  .banner .banner-content .ban-fle .ban-rgt {
    padding-left: 0;
    width: 80%;
    margin: 0 auto;
    margin-top: 30px; }

  .banner .banner-img img {
    height: 1080px; }

  .banner .banner-content .ban-fle .ban-lft strong {
    font-size: 45px;
    max-width: 100%; }

  .map-cont-blk .map-head h1 {
    font-size: 35px;
    line-height: 37px;
    margin-bottom: 12px; }

  .map-cont-blk .map-fle .map-lft {
    margin-right: 17px; }

  footer .main-footer .footer-boxes .foot:first-child {
    padding-right: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 30px; }

  footer .main-footer .footer-boxes {
    flex-wrap: wrap;
    padding: 50px 0 40px; }

  footer .main-footer .footer-boxes .foot:nth-child(2) {
    width: 100%;
    margin-bottom: 10px; }

  footer .main-footer .footer-boxes .foot:nth-child(3) {
    width: 100%;
    margin-bottom: 30px; }

  footer .main-footer .footer-boxes .foot:last-child {
    padding-left: 0px;
    margin-top: 20px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center; }

  footer .main-footer .footer-boxes .foot:last-child a {
    margin-bottom: 0;
    margin-right: 20px; }

  footer .main-footer .footer-boxes .foot:last-child a:last-child {
    margin-right: 0; }

  footer .main-footer .footer-boxes .foot > p:first-child {
    font-size: 17px;
    line-height: 17px;
    margin-bottom: 0;
    padding-bottom: 0;
    display: block;
    padding: 10px 0; }

  footer .main-footer .footer-boxes .foot .tog {
    display: none;
    margin-top: 12px; }

  footer .main-footer .footer-boxes .foot:last-child > p,
  footer .main-footer .footer-boxes .foot > p:first-child::before {
    display: none; }

  footer .main-footer .footer-boxes .foot > p:first-child::after {
    content: '';
    border-width: 0 3px 3px 0;
    padding: 5px;
    display: inline-block;
    border-color: #feeb5a;
    border-style: solid;
    transition: .5s ease-in-out;
    text-align: center;
    transform: rotate(45deg);
    position: absolute;
    top: 10px;
    right: 10px; }

  footer .main-footer .footer-boxes .foot.tg > p:first-child::after {
    transform: rotate(-135deg);
    top: 16px; }

  .app-blk .app-logo {
    top: 100px; }

  .app-blk .app-slider .app-item .app-cont p {
    font-size: 35px;
    line-height: 45px; }

  .app-blk .app-slider .owl-dots button {
    height: 15px;
    width: 15px; }

  .app-blk .app-btn > a {
    font-size: 25px;
    line-height: 25px;
    padding: 25px 20px; }

  .app-blk .app-slider .owl-dots {
    bottom: 265px; }

  .app-blk .app-slider .app-item .app-cont {
    bottom: 330px; }

  .banner .banner-content .ban-fle .ban-rgt::before {
    height: 200px;
    width: 200px;
    bottom: 19px;
    left: 118px; }

  .privacy {
    padding: 60px 0 55px; }

  .privacy .privacy_fle {
    flex-wrap: wrap; }

  .privacy .privacy_fle .privacy_lft {
    width: 100%; }

  .privacy .privacy_fle .privacy-rgt {
    margin-left: 0;
    margin-top: 40px;
    width: 100%; }

  .privacy .privacy_fle .privacy-rgt .search-box input {
    max-width: 100%; }

  .privacy .privacy_fle .privacy_lft h1 {
    font-size: 35px;
    line-height: 38px;
    margin-bottom: 12px; }

  .privacy .privacy_fle .privacy_lft ul {
    padding-left: 10px; }

  .privacy .privacy_fle .privacy-rgt .article-section a {
    margin-bottom: 8px; }

  .form_blog .frm {
    flex-wrap: wrap; }

  .form_blog .frm .frm_lft {
    width: 80%;
    margin: 0 auto; }

  .form_blog .frm .frm_rgt {
    padding-left: 0;
    padding-top: 40px;
    width: 100%; }

  .form_blog .frm .frm_rgt h1 {
    font-size: 35px; }

  .form_blog .frm .frm_rgt .confrm .frm-sub button {
    margin: 0 auto; }

  .form_blog .frm .frm_lft img {
    height: 430px; }

  .other-page-header .main-head {
    padding: 10px 0 10px; }

  .faq_blk {
    padding: 65px 0; }

  .faq_blk .faq-fle .faq-box .faq-hd {
    padding: 17px 15px 17px 15px; }

  .faq_blk .faq-fle .faq-box .faq-hd strong {
    font-size: 16px; }

  .faq_blk .faq-fle .faq-box .faq-cont {
    padding: 15px 15px 18px 15px; }

  .faq_blk .faq_head h1 {
    font-size: 35px;
    line-height: 39px; }

  .faq_blk .faq-fle .faq-box {
    margin-bottom: 12px; }

  .faq_blk .faq_head h1, .plans-blk .plan-head h2, .scan-blk .scan-head h1 {
    font-size: 35px;
    line-height: 39px;
    margin-bottom: 10px; }

  .scan-blk .scan-fle .scan-lft .scan-box {
    height: 150px;
    width: 150px;
    margin-bottom: 15px;
    padding: 7px; }

  .scan-blk .scan-fle .scan-lft .scan-txt p {
    font-size: 16px;
    line-height: 22px; }

  .scan-blk .scan-fle .scan-lft .scan-btn a img {
    width: 144px; }

  .plans-blk .plan-fle .pl-pr {
    margin-right: 25px; }

  .plans-blk .plan-fle .pl-pr .pri-detail ul li {
    padding: 19px 10px;
    padding-left: 44px; }

  .plans-blk .plan-fle .pl-pr .pri-detail {
    margin-right: 30px; }

  .plans-blk .plan-fle .pl-pr .pri-detail .price b, .plans-blk .plan-fle .pl-pr strong {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 7px; }

    .wrap .cnt strong{
      font-size: 35px;
    }
  
  }
@media screen and (max-width: 767px) {
  header .main-head .logo a img,
  footer .main-footer .footer-boxes .foot:first-child a img {
    width: 230px;
    object-fit: contain; }

  .banner .banner-content .ban-fle .ban-lft strong {
    font-size: 40px;
    line-height: 43px; }

  .video-section .video-part,
  .video-section .video-part .video-bg {
    height: 370px; }

  .map-cont-blk .map-head h1 {
    font-size: 33px;
    line-height: 35px; }

  .map-cont-blk .map-fle .map-mid img {
    width: 43%; }

  .map-cont-blk .map-fle .map-lft {
    margin-right: 0;
    width: 100%; }

  .banner .banner-img img {
    height: 1000px; }

  .app-blk .app-logo a img {
    width: 130px; }

  .app-blk .app-slider .app-item .app-cont p {
    font-size: 30px;
    line-height: 40px; }

  .app-blk .app-btn > a {
    font-size: 22px;
    line-height: 22px;
    padding: 22px 20px; }

  .app-blk .app-btn p {
    font-size: 22px;
    line-height: 24px;
    margin-top: 35px; }

  .app-blk .app-slider .owl-dots {
    bottom: 210px; }

  .app-blk .app-slider .app-item .app-cont {
    bottom: 270px; }

  .app-blk .app-btn {
    bottom: 55px; }

  .map-cont-blk .map-fle .map-lft:last-child {
    margin-top: 20px; }

  .banner .banner-content .ban-fle .ban-rgt {
    width: 85%; }

  .banner .banner-content .ban-fle .ban-rgt::before {
    height: 185px;
    width: 185px;
    bottom: 19px;
    left: 114px; }

  .bread_block .bread_content strong {
    font-size: 31px;
    line-height: 35px; }

  .bread_block .bread_content .b_crumb {
    margin-top: 15px; }

  .privacy .privacy_fle .privacy_lft h1 {
    font-size: 33px;
    line-height: 36px; }

  .privacy .privacy_fle .privacy_lft .table-cont div .head-lis {
    font-size: 15px;
    margin-bottom: 15px; }

  .privacy .privacy_fle .privacy_lft .expla strong {
    font-size: 18px;
    line-height: 22px; }

  .privacy .privacy_fle .privacy_lft .sub-expla strong {
    font-size: 18px; }

  .form_blog {
    padding: 60px 0; }

  .form_blog .frm .frm_lft {
    width: 90%; }

  .form_blog .frm .frm_lft img {
    height: 380px; }

  .form_blog .frm .frm_rgt h1 {
    font-size: 33px; }

  .faq_blk .faq-fle {
    flex-wrap: wrap; }

  .faq_blk .faq-fle .fa-lft {
    width: 100%; }

  .faq_blk .faq-fle .fa-rgt {
    margin-left: 0;
    width: 100%;
    margin-top: 12px; }

  .faq_blk .faq_head h1 {
    font-size: 33px;
    line-height: 37px; }

  .faq_blk .faq_head h1, .plans-blk .plan-head h2, .scan-blk .scan-head h1 {
    font-size: 33px;
    line-height: 35px; }

  .scan-blk .scan-fle .scan-lft .scan-box {
    height: 130px;
    width: 130px; }

  .scan-blk .scan-fle .scan-lft .scan-btn {
    margin-top: 22px; }

  .scan-blk .scan-fle .scan-rgt img {
    width: 75%; }

  .scan-blk .scan-fle .android .scan-btn::before {
    right: -39px;
    bottom: 4px;
    background-size: 38px;
    height: 60px;
    width: 41px; }

  .scan-blk .scan-fle .iphone .scan-btn::before {
    left: -39px;
    bottom: 4px;
    background-size: 38px;
    height: 60px;
    width: 41px; }

  .scan-blk .scan-fle .scan-rgt {
    margin: 0 30px;
    width: 50%; }

  .plans-blk .plan-fle .pl-pr {
    width: 92%;
    margin: 0 auto; }

  .plans-blk .plan-fle {
    margin-top: 30px;
    flex-wrap: wrap; }

  .plans-blk .plan-fle .pl-pr:last-child {
    margin-right: auto;
    margin-top: 30px; } 

    .privacy .privacy_fle .privacy_lft .table-cont strong a {
      font-size: 15px;
      margin-bottom: 15px;
  }
  .wrap .cnt strong{
    font-size: 33px;
  }
  
  
  }
@media screen and (max-width: 650px) {
  .banner .banner-content .ban-fle .ban-lft strong {
    font-size: 36px;
    line-height: 40px; }

  .banner .banner-content .ban-fle .ban-rgt {
    width: 88%; }

  .video-section {
    padding: 60px 0; }

  .map-cont-blk .map-fle .map-mid img {
    width: 55%; }

  .map-cont-blk .map-fle .map-lft .map-ite .map-img span {
    font-size: 17px; }

  .splash-blk a img {
    width: 170px; }

  .banner .banner-content .ban-fle .ban-rgt::before {
    height: 155px;
    width: 155px;
    bottom: 22px;
    left: 99px; }

  .banner .banner-img img {
    height: 933px; }

  .form_blog .frm .frm_lft {
    width: 95%; }

  .form_blog .frm .frm_lft img {
    height: 350px; }

  .form_blog .frm .frm_rgt {
    padding-top: 28px; }

  .faq_blk {
    padding: 60px 0; }

  .faq_blk .faq_head p {
    margin-bottom: 25px; }

  .scan-blk .scan-fle .scan-lft .scan-btn a img {
    width: 116px; }

  .plans-blk {
    padding: 60px 0 65px; } }
@media screen and (max-width: 550px) {
  .banner .banner-content .ban-fle .ban-lft strong {
    font-size: 33px;
    line-height: 39px; }

  .banner .banner-content .ban-fle .ban-lft > a {
    width: 145px;
    padding: 18px 0;
    font-size: 15px;
    line-height: 15px; }

  .banner .banner-content .ban-fle .ban-rgt {
    width: 100%; }

  .banner .banner-img img {
    height: 895px; }

  .map-cont-blk .map-head h1 {
    font-size: 30px;
    line-height: 32px; }

  .map-cont-blk .map-fle .map-mid img {
    width: 62%; }

  .map-cont-blk .map-fle .map-lft .map-ite .map-img .ma-img img {
    width: 25px;
    height: 25px; }

  .map-cont-blk .map-fle .map-lft .map-ite .map-img .ma-img {
    height: 60px;
    width: 60px;
    min-width: 60px; }

  .app-blk .app-slider .app-item .app-cont {
    bottom: 250px; }

  .app-blk .app-logo a img {
    width: 105px; }

  .app-blk .app-slider .app-item .app-cont p {
    font-size: 26px;
    line-height: 35px; }

  .app-blk .app-slider .owl-dots button {
    height: 12px;
    width: 12px; }

  .app-blk .app-slider .owl-dots button {
    margin-right: 10px; }

  .app-blk .app-btn p {
    font-size: 18px;
    line-height: 21px;
    margin-top: 30px; }

  .app-blk .app-slider .owl-dots {
    bottom: 195px; }

  .app-blk .app-btn > a {
    font-size: 20px;
    line-height: 20px;
    padding: 18px 20px; }

  .app-blk .app-logo {
    top: 55px; }

  .splash-blk a img {
    width: 150px; }

  .banner .banner-content .ban-fle .ban-rgt::before {
    height: 140px;
    width: 140px;
    bottom: 22px;
    left: 91px; }

  .privacy .privacy_fle .privacy_lft .expla strong {
    font-size: 17px;
    line-height: 22px; }

  .privacy .privacy_fle .privacy_lft .sub-expla strong {
    font-size: 16px; }

  .bread_block .bread_content strong {
    font-size: 28px;
    line-height: 32px; }

  .bread_block .bread_content {
    padding: 55px 0; }

  .bread_block .bread_content .b_crumb li a, .bread_block .bread_content .b_crumb li span {
    font-size: 15px; }

  .privacy .privacy_fle .privacy_lft h1 {
    font-size: 30px;
    line-height: 34px; }

  .form_blog .frm .frm_rgt h1 {
    font-size: 30px;
    line-height: 33px; }

  .form_blog .frm .frm_lft {
    width: 100%; }

  .form_blog .frm .frm_lft img {
    height: 320px; }

  .form_blog .frm .frm_rgt .confrm .captcha .captcha-images img {
    margin-right: 15px; }

  .faq_blk .faq_head h1 {
    font-size: 30px;
    line-height: 35px; }

  .faq_blk .faq_head h1, .plans-blk .plan-head h2, .scan-blk .scan-head h1 {
    font-size: 30px;
    line-height: 35px; }

  .scan-blk {
    padding: 60px 0; }

  .plans-blk .plan-fle .pl-pr {
    width: 100%; }

  .scan-blk .scan-fle .scan-rgt {
    margin: 0 auto;
    width: 80%;
    margin-bottom: 30px;
    order: 1; }

  .scan-blk .scan-fle {
    margin-top: 35px;
    flex-wrap: wrap; }

  .scan-blk .scan-fle .scan-lft {
    width: 100%;
    order: 2;
    text-align: center; }

  .scan-blk .scan-fle .scan-rgt img {
    width: 65%; }

  .scan-blk .scan-fle .android .scan-btn::before, .scan-blk .scan-fle .iphone .scan-btn::before {
    display: none; }

  .scan-blk .scan-fle .iphone {
    margin-top: 30px; }

  .scan-blk .scan-fle .scan-lft .scan-txt p {
    max-width: 100%; }

    .wrap .cnt strong{
      font-size: 30px;
      line-height: 33px;
    }
    .wrap .fnotf {
      max-width: 260px;
  }
   }
@media screen and (max-width: 450px) {
  header .main-head .logo a img,
  footer .main-footer .footer-boxes .foot:first-child a img {
    width: 180px; }

  .banner .banner-content .ban-fle .ban-lft strong {
    font-size: 30px;
    line-height: 37px;
    margin: 10px 0; }

  .banner .banner-content .ban-fle .ban-rgt {
    margin-top: 40px; }

  .banner .banner-content .ban-fle .ban-lft p {
    margin-bottom: 20px; }

  .banner .banner-img img {
    height: 800px; }

  .video-section .video-part,
  .video-section .video-part .video-bg {
    height: 320px; }

  .video-section .video-part .video-flx button img {
    width: 75px; }

  .map-cont-blk .map-head h1 {
    font-size: 26px;
    line-height: 30px; }

  .map-cont-blk .map-fle .map-mid img {
    width: 80%; }

  footer .footer-top-panel {
    padding: 14px 0 12px; }

  header .main-head .head .menu {
    width: 280px; }

  .app-blk .app-logo {
    top: 30px; }

  .app-blk .app-btn > a {
    font-size: 16px;
    line-height: 16px;
    padding: 16px 20px; }

  .app-blk .app-btn p {
    font-size: 16px;
    line-height: 19px;
    margin-top: 20px; }

  .app-blk .app-slider .app-item .app-cont p {
    font-size: 24px;
    line-height: 28px; }

  .app-blk .app-slider .owl-dots {
    bottom: 160px; }

  .app-blk .app-slider .owl-dots button {
    height: 9px;
    width: 9px; }

  .app-blk .app-slider .app-item .app-cont {
    bottom: 210px; }

  .app-blk .app-slider .app-item .app-image img {
    height: 100vh; }

  .splash-blk a img {
    width: 120px; }

  header .main-head .head .menu ul li a {
    font-size: 15px; }

  .banner .banner-content {
    top: 55%; }

  .banner .banner-content .ban-fle .ban-rgt::before {
    height: 105px;
    width: 105px;
    bottom: 9px;
    left: 63px; }

  .privacy .privacy_fle .privacy_lft h1 {
    font-size: 26px;
    line-height: 32px; }

  .form_blog .frm .frm_rgt h1 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 8px; }

  .form_blog .frm .frm_rgt .confrm .frm-sub button {
    font-size: 16px;
    line-height: 16px;
    width: 135px;
    padding: 15px 15px 16px; }

  .form_blog .frm .frm_rgt .confrm .intxt label input, .form_blog .frm .frm_rgt .confrm .intx label textarea, .form_blog .frm .frm_rgt .confrm .captcha .intx label input {
    padding: 12px 15px; }

  .form_blog .frm .frm_rgt .confrm .intxt {
    flex-wrap: wrap; }

  .form_blog .frm .frm_rgt .confrm .intxt label {
    width: 100%;
    margin-right: 0; }
    .form_blog .frm .frm_rgt .confrm .intxt label:last-child {
      margin-top: 17px; }

  .form_blog .frm .frm_lft img {
    height: 260px; }

  .faq_blk .faq_head h1 {
    font-size: 26px;
    line-height: 32px; }

  .faq_blk {
    padding: 50px 0; }

  header .main-head #burger-menu {
    font-size: 40px; }

  .scan-blk {
    padding: 50px 0; }

  .faq_blk .faq_head h1, .plans-blk .plan-head h2, .scan-blk .scan-head h1 {
    font-size: 26px;
    line-height: 30px; }

  .plans-blk .plan-fle .pl-pr .pri-detail {
    margin-right: 15px; }

  .plans-blk .plan-fle .pl-pr .pri-detail ul li {
    padding-left: 42px;
    font-size: 14px; }

  .bread_block .bread_content strong {
    font-size: 25px; }
  
    .privacy .privacy_fle .privacy_lft .table-cont ul li a {
      padding-left: 10px;
      margin-bottom: 10px;
  }
  .privacy .privacy_fle .privacy_lft .sub-expla ul {
    padding-left: 10px;
}
  
.privacy .privacy_fle .privacy_lft .table-cont strong a {
  margin-bottom: 10px;
}

.wrap .cnt strong{
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 8px;
}
  
.wrap .redirect{
  font-size: 16px;
  line-height: 16px;
  width: 135px;
  padding: 15px 15px 16px;
}

  }

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