@font-face {
  font-family: "Calibri";
  src: url("../fonts/Calibri-Light.eot");
  src: url("../fonts/Calibri-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Calibri-Light.woff2") format("woff2"),
    url("../fonts/Calibri-Light.woff") format("woff"),
    url("../fonts/Calibri-Light.ttf") format("truetype"),
    url("../fonts/Calibri-Light.svg#Calibri-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Calibri";
  src: url("../fonts/Calibri-Bold.eot");
  src: url("../fonts/Calibri-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Calibri-Bold.woff2") format("woff2"),
    url("../fonts/Calibri-Bold.woff") format("woff"),
    url("../fonts/Calibri-Bold.ttf") format("truetype"),
    url("../fonts/Calibri-Bold.svg#Calibri-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Calibri";
  src: url("../fonts/Calibri.eot");
  src: url("../fonts/Calibri.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Calibri.woff2") format("woff2"),
    url("../fonts/Calibri.woff") format("woff"),
    url("../fonts/Calibri.ttf") format("truetype"),
    url("../fonts/Calibri.svg#Calibri") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?ig1nm4");
  src: url("../fonts/icomoon.eot?ig1nm4#iefix") format("embedded-opentype"),
    url("../fonts/icomoon.ttf?ig1nm4") format("truetype"),
    url("../fonts/icomoon.woff?ig1nm4") format("woff"),
    url("../fonts/icomoon.svg?ig1nm4#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

body {
  font-size: 16px;
  font-family: "Calibri";
  overflow-x: hidden;
}

html {
  width: 100%;
  overflow-x: hidden;
}

p {
  font-size: 16px;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-instagram:before {
  content: "\e900";
}

.icon-linkedin:before {
  content: "\e901";
}

.icon-twitter:before {
  content: "\e902";
}

.icon-youtube:before {
  content: "\e903";
}

.icon-arrow-go:before {
  content: "\e904";
}

.icon-building:before {
  content: "\e905";
}

.icon-calendar:before {
  content: "\e906";
}

.icon-card:before {
  content: "\e907";
}

.icon-cart-bag:before {
  content: "\e908";
}

.icon-close:before {
  content: "\e909";
}

.icon-close-circle:before {
  content: "\e90a";
}

.icon-doller:before {
  content: "\e90b";
}

.icon-drop-down:before {
  content: "\e90c";
}

.icon-edit:before {
  content: "\e90d";
}

.icon-email:before {
  content: "\e90e";
}

.icon-facebook:before {
  content: "\e90f";
}

.icon-fancy-loader:before {
  content: "\e910";
}

.icon-file-download:before {
  content: "\e911";
}

.icon-flag:before {
  content: "\e912";
}

.icon-google-plus:before {
  content: "\e913";
}

.icon-gps:before {
  content: "\e914";
}

.icon-hide-pass:before {
  content: "\e915";
}

.icon-home:before {
  content: "\e916";
}

.icon-loader:before {
  content: "\e917";
}

.icon-locality:before {
  content: "\e918";
}

.icon-mobile:before {
  content: "\e919";
}

.icon-next:before {
  content: "\e91a";
}

.icon-next-arrow:before {
  content: "\e91b";
}

.icon-password:before {
  content: "\e91c";
}

.icon-phone:before {
  content: "\e91d";
}

.icon-pin:before {
  content: "\e91e";
}

.icon-place:before {
  content: "\e91f";
}

.icon-prev:before {
  content: "\e920";
}

.icon-search:before {
  content: "\e921";
}

.icon-share:before {
  content: "\e922";
}

.icon-ship:before {
  content: "\e923";
}

.icon-show-pass:before {
  content: "\e924";
}

.icon-star:before {
  content: "\e925";
}

.icon-state:before {
  content: "\e926";
}

.icon-trash:before {
  content: "\e927";
}

.icon-truck:before {
  content: "\e928";
}

.icon-up-arrow:before {
  content: "\e929";
}

.icon-user:before {
  content: "\e92a";
}

.icon-user-b:before {
  content: "\e92b";
}

.icon-www:before {
  content: "\e92c";
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

header.sticky {
  position: fixed !important;
  background: #2d213f;
  width: 100%;
  z-index: 999;
}

.page-section {
  position: relative;
}

header.sticky .navbar {
  padding: 3px 0;
}

header.sticky .navbar-brand img {
  max-width: 70px;
}

header.header.inner-header {
  background: #2d213f;
}

.press-btn {
  position: fixed;
  bottom: 10px;
  left: 10px;
  padding: 9px 0 !important;
  font-size: 16px !important;
  max-width: 130px !important;
}

.press-menu {
  display: none;
}

.btn {
  outline: none !important;
  box-shadow: none !important;
  font-size: 14px;
}

.btn.active {
  background: #f10;
  color: #000 !important;
}

.btn .icon-loader {
  font-size: 14px !important;
  margin-right: 5px;
  opacity: 0;
  display: none;
}

.icon-loader.load {
  display: initial;
  opacity: 1;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/**header**/

header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}

.navbar-brand img {
  max-width: 160px;
  width: 100%;
  transition: all 250ms ease-in;
  -webkit-transition: all 250ms ease-in;
}

.navbar {
  padding: 20px 0;
  transition: all 250ms ease-in;
  -webkit-transition: all 250ms ease-in;
}

.navbar ul li a {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 10px !important;
  border: 2px solid transparent;
  text-decoration: none;
}

header.sticky .navbar ul li a {
  padding: 6px 10px;
  font-size: 16px;
}

.navbar ul li a.active {
  border-bottom: 2px solid #dcaa35;
  color: #dcaa35;
}

/**slider**/

.home_slideimg {
  min-height: 100vh;
  max-height: 680px;
}

.home_slideimg img {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  object-fit: cover;
  object-position: center;
}

.slider_content {
  position: absolute;
  text-align: center;
  color: #fff;
  width: 100%;
  display: flex;
  top: 0;
  left: 0;
  align-items: center;
  max-height: 680px;
  min-height: 100vh;
}

.slider_content h2 {
  margin-bottom: 35px;
  font-size: 40px;
  /* font-weight: bold; */
  color: #ffffff;
}

.slider_content p {
  color: #ffffff;
}

/**how it work**/

section.howit-work {
  padding: 5px 0 60px;
  position: relative;
  background: #f6f4f8;
}

.howit-work .bg-corve {
  top: -35px;
  bottom: auto;
  background: #f6f4f8;
  transform: rotate(-1.5deg);
}

.howit-work .container {
  position: relative;
  z-index: 3;
}

.bg-corve {
  position: absolute;
  height: 55px;
  width: 120%;
  bottom: -50px;
  background: #ffffff;
  transform: rotate(2.5deg);
  left: 0;
  z-index: 1;
}

.howit-work .col-lg-3 {
  padding: 90px 15px 0;
  position: relative;
}

.howit-work .count {
  position: absolute;
  top: 0;
  margin: 0 auto;
  background: #dcaa35;
  border-radius: 50%;
  height: 65px;
  width: 65px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.count h3 {
  font-size: 39px;
  font-weight: bold;
  color: #2d213f;
  margin: 0px;
  padding: 0;
}

.section-head {
  max-width: 950px;
  margin: 0 auto 50px;
  text-align: center;
}

.section-head h2 {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 40px;
  color: #2d213f;
}

.section-head p {
  color: #2d213f;
  max-width: 765px;
  margin: 0 auto;
}

.how-box {
  background: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  padding: 15px;
  border-radius: 10px;
  height: 100%;
}

.how-box img {
  width: 100%;
  max-width: 75px;
  margin: 0 0 20px;
}

.how-box h3 {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: bold;
  color: #2d213f;
}

.how-box p {
  margin: 0;
  font-size: 14px;
  color: #2d213f;
}

/****/

.app-overview {
  padding: 40px 0 75px;
}

.logo-video {
  position: absolute;
  top: 50%;
  margin: -50px auto 0;
  text-align: center;
  left: 0;
  right: 0;
}

.logo-video img {
  max-width: 140px !important;
  margin: 0 auto;
}

.logo-video .play {
  position: absolute;
  background: transparent;
  border: none;
  box-shadow: none;
  outline: none;
  margin: -25px auto 0;
  top: 42%;
  left: 0;
  right: 0;
  z-index: 1;
}

.play img {
  max-width: 45px !important;
}

.logo-video button img {
  max-width: 50px !important;
  z-index: 3;
}

/**Why liveli**/

.card-body ul li {
  position: relative;
  padding-left: 22px;
  margin: 0 0 15px;
}

.card-body ul li:after {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  background: #000;
  left: 0;
  top: 8px;
  border-radius: 50%;
}

/**about section**/

.about-app {
  padding: 40px 0 70px;
  position: relative;
  margin-top: 0;
}

.about-img {
  position: relative;
  height: 346px;
}

.about-photo {
  max-width: 215px;
}

.about-photo2 {
  max-width: 300px;
  position: absolute;
  left: 180px;
  top: 60px;
  z-index: 4;
}

.about-photo3 {
  max-width: 300px;
  position: absolute;
  left: 60px;
  top: 175px;
  z-index: 3;
}

/* .about-app .bg-corve {
	top: -40px;
	transform: rotate(-2.5deg);
	bottom: auto;
} */

.app-data h2 {
  font-size: 40px;
  margin-bottom: 8px;
  font-family: "Calibri";
  font-weight: bold;
  margin: 0 0 10px;
  color: #fff;
}

.app-data p {
  color: #fff;
}

.polici-content p {
  color: #000;
}

/**download app**/

.app-img {
  display: flex;
  align-items: center;
}

.app-img li a {
  display: block;
  margin-right: 5px;
}

.app-img li img {
  max-width: 170px;
  width: 100%;
}

.app-pic {
  position: relative;
  height: 560px;
  max-width: 530px;
  margin: 0 auto;
}

.app-pic img {
  max-width: 500px;
}

.mobile-screen {
  position: relative;
  z-index: 6;
  margin: 0 0 0 -15px;
}

.app-img1 {
  position: absolute;
  bottom: 90px;
  left: 36px;
  z-index: 3;
  transition: all ease-in;
  animation-name: R-t-app1;
  animation-duration: 3s;
}

@keyframes R-t-app1 {
  0% {
    transform: rotate(46deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.app-img2 {
  position: absolute;
  bottom: 90px;
  left: 142px;
  z-index: 2;
  animation-name: R-t-app2;
  animation-duration: 3.8s;
}

@keyframes R-t-app2 {
  0% {
    transform: rotate(46deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.app-img3 {
  position: absolute;
  bottom: 90px;
  left: 157px;
  z-index: 1;
  animation-name: R-t-app3;
  animation-duration: 4.5s;
}

@keyframes R-t-app3 {
  0% {
    transform: rotate(45deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.download-app {
  padding: 0;
  position: relative;
  background: #5a2577;
  color: #fff;
}

.download-app .bg-corve {
  top: -40px;
  transform: rotate(-1.5deg);
  bottom: auto;
  background: #5a2577;
}

/**tell us freind**/

.tell-friend {
  padding: 110px 0;
  background-color: #2d213f;
  background-image: url("../images/app_screens.png");
  background-position: right 0 top 0;
  color: #fff;
  background-repeat: no-repeat;
  background-size: contain;
}

.tell-friend .app-data h2 {
  color: #fff;
}

.tell-friend .app-data p {
  color: #fff;
}

.tell-pics {
  position: relative;
  height: 420px;
  padding: 20px 0 0;
}

.tell-images {
  width: 200px;
  position: absolute;
  z-index: 4;
  right: 30px;
  top: -30px;
}

.tell-images2 {
  width: 200px;
  z-index: 2;
  position: relative;
  margin: 15px 0 0;
}

.tell-images3 {
  width: 390px;
  position: absolute;
  left: 90px;
  top: 140px;
  z-index: 3;
}

/**footer**/

.footer {
  padding: 30px 0;
  background: #000;
  color: #8b8b8b;
}

.footer .container {
  max-width: 840px;
}

.f-logo img {
  max-width: 200px;
  margin: 0 auto 25px;
}

.footer p {
  font-size: 14px;
  color: #8b8b8b;
  text-align: center;
  margin: 0 auto 30px;
  max-width: 700px;
}

footer ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

footer a {
  font-size: 13px;
}

footer a:hover {
  color: #fff;
  text-decoration: none;
}

.bottom-copyright {
  border-top: 1px solid #8b8b8b;
  padding: 35px 0 0;
}

.bottom-copyright p {
  text-align: left;
  margin: 0;
  font-size: 13px;
}

.bottom-copyright p a {
  color: #8148a0;
  margin: 0;
}

.bottom-copyright a {
  color: #8b8b8b;
  margin-left: 12px;
}

.social-link {
  margin-bottom: 35px;
}

.social-link a {
  display: flex;
  height: 30px;
  width: 30px;
  min-width: 30px;
  border: 1px solid #8b8b8b;
  color: #8b8b8b;
  text-align: center;
  margin: 0 4px;
  font-size: 16px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}

.top-btn {
  position: fixed;
  bottom: 0;
  background: #5a2577;
  z-index: 9;
  right: 10px;
  border-radius: 0 20px 20px 0;
  color: #fff;
  transform: rotate(-90deg);
  padding: 2px;
  height: 30px;
  width: 40px;
  border: none;
  font-size: 20px;
  text-align: center;
  opacity: 0;
  transition: all ease-in 200ms;
}

.header.sticky .top-btn {
  opacity: 1;
}

.top-btn:hover {
  text-decoration: none;
  color: #fff;
  background: #5a2577;
}

/**cookie**/

.cookies {
  padding: 40px 0 65px;
}

.coki-box {
  padding: 25px 25px 10px;
  background: #f6f4f8;
  margin: 0 0 25px;
  border-radius: 10px;
}

.coki-box h5 {
  font-weight: 600;
  font-size: 16px;
}

/**Subscription**/

.subscribers {
  padding: 50px 0;
  background: #fff;
}

.platinum,
.classic {
  padding: 25px 25px 10px 60px;
  background: #dcaa35;
  color: #fff;
  border-radius: 25px;
  position: relative;
  margin-left: 13px;
}

.classic img {
  padding: 10px;
  background: #dcaa35;
  border-radius: 50%;
  max-width: 90px;
  position: absolute;
  left: -26px;
  top: -26px;
}

.platinum h4,
.classic h4 {
  padding-left: 20px;
}

.classic p,
.platinum p {
  padding-left: 20px;
}

.classic li,
.platinum li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 15px;
}

.classic li:after,
.platinum li:after {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  background: #fff;
  left: -8px;
  top: 8px;
  border-radius: 50%;
}

.platinum {
  background: #582676;
  color: #fff;
  margin-top: 60px;
}

.platinum img {
  padding: 10px;
  background: #582676;
  border-radius: 50%;
  max-width: 90px;
  position: absolute;
  left: -26px;
  top: -26px;
}

/**why liveli**/

.why-liveli {
  padding: 20px 0 50px;
  background: #f6f4f8;
}

.why-liveli .card {
  border-radius: 8px;
  margin: 0 0 22px;
}

.why-liveli .card-body {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.why-liveli .card-header {
  background: #fff;
  border-radius: 8px 8px;
  border-bottom: none;
  padding: 0;
}

.why-liveli .container {
  position: relative;
  z-index: 8;
}

.why-liveli .bg-corve {
  top: -35px;
  bottom: auto;
  background: #f6f4f8;
  transform: rotate(-1.5deg);
}

.why-liveli .card-header h2 {
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  background: #5a2577;
  padding: 15px 30px 15px 15px;
  color: #fff;
  position: relative;
}

.why-liveli .card-header h2[aria-expanded="false"]::before {
  position: absolute;
  right: 10px;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-135deg);
  top: 18px;
}

.why-liveli .card-header h2[aria-expanded="true"]::before {
  position: absolute;
  right: 10px;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(45deg);
  top: 24px;
}

/**video**/

.video {
  margin: 0 auto;
  padding: 0 0;
  width: 550px;
  position: relative;
}

.video-screen {
  position: absolute;
  z-index: 8;
  width: 520px;
  height: 241px;
  left: 14px;
  top: 16px;
  border-radius: 22px;
  overflow: hidden;
  background: #000;
}

.video-screen video {
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: #000;
}

.video img {
  max-width: 550px;
  width: 100%;
}

.senser {
  position: absolute;
  top: 58px;
  left: 25px;
  z-index: 10;
}

.senser img {
  height: 150px;
  width: auto;
}

.mobile-view {
  display: none;
}

button.navbar-toggler {
  background: transparent;
  border-radius: 2px;
  padding: 0;
}

button.navbar-toggler:focus {
  border: none;
  box-shadow: none;
  outline: none;
}

span.navbar-icon {
  width: 25px;
  height: 1px;
  background: #fff;
  display: block;
  margin: 8px auto;
  border-radius: 10px;
  overflow: hidden;
  transition: all ease-in 100ms;
  -webkit-transition: all ease-in 100ms;
}

.btn-close {
  position: relative;
}

.btn-close .ico-one {
  transform: rotate(-44deg);
  position: relative;
  right: 5px;
  top: 4px;
}

.btn-close .ico-two {
  display: none;
}

.btn-close .ico-three {
  transform: rotate(45deg);
  left: -5px;
  top: -5px;
  position: relative;
}

.btn-close.collapsed span.navbar-icon {
  position: static !important;
  display: block;
  transform: rotate(0deg);
}

.pramote-busines {
  padding: 15px 0;
  background: #f6f4f8;
}

.pramote-busines img {
  max-width: 180px;
  margin: 0 0 20px;
}

.pramote-busines h2 {
  font-size: 28px;
  margin-bottom: 0;
}

.pramote-busines .bg-corve {
  top: -25px;
  bottom: auto;
  background: #f6f4f8;
  transform: rotate(-1.5deg);
}

.contact-us {
  padding: 40px;
  background: #fff;
  box-shadow: 0 0 20px rgb(45, 33, 63, 0.08);
  border-radius: 4px;
}

.form-control:focus .form-control {
  outline: none;
  box-shadow: none;
}

.contact-us input.form-control {
  height: 41px;
  border-radius: 3px;
  border: 1px solid #e2e2e2;
}

.contact-us textarea.form-control {
  height: 100px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #e2e2e2;
}

.contact-us label {
  font-weight: 600;
  margin: 0;
  font-size: 14px;
}

.btn-theme {
  padding: 12px 25px;
  border-radius: 30px;
  width: 100%;
  background: #5a2577;
  color: #fff;
  max-width: 200px;
}

.alert {
  margin: 15px 0 0;
}

.co-details {
  padding: 35px;
}

.co-details h2 {
  font-weight: 600;
  font-size: 28px;
  margin: 0 0 30px;
  padding: 0 0 15px;
  position: relative;
}

.co-details h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 50px;
  background: #5a2577;
}

.co-details p {
  margin: 0 0 8px;
  font-size: 16px;
}

.alert p {
  margin: 0;
}

.contact-box {
  border: 1px solid #ccc;
  border-radius: 10px;
  max-width: 880px;
  margin: 0 auto;
  padding: 20px;
}

.contact-box p {
  margin: 0;
  font-size: 14px;
}

.contact-box h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.contact-box .row {
  margin: 0;
}

.contact-box .col-12 {
  border-bottom: 1px solid #ccc;
  padding: 0 15px 15px;
}

.contact-box .col-sm-6 {
  padding: 5px 15px;
  margin: 15px 0 0 0;
}

.contact-box .row .col-sm-6:nth-child(1) {
  border-right: 1px solid #ccc;
}

.about-app .app-data p,
.about-app .app-data h2 {
  color: #000;
}

section {
  position: relative;
}

.carousel-indicators li {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
  background: #fff !important;
  border: 1px solid #fff;
  cursor: pointer;
}

.carousel-indicators li.active {
  background: #5a2577 !important;
}

.carousel-control-next,
.carousel-control-prev {
  opacity: 1 !important;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #5a2577;
  padding: 20px;
  border-radius: 50%;
  background-size: 15px;
}

/**PPTC**/

.breadcrumb-section {
  background-color: #f8f8f8;
  padding: 10px 0;
  margin-top: 125px;
}

.breadcrumb-section .breadcrumb {
  background-color: transparent;
  justify-content: flex-end;
  text-transform: uppercase;
  font-size: 14px;
  color: #555;
  font-weight: 600;
  margin: 0;
}

.breadcrumb-section .page-title {
  padding: 0.75rem 1rem;
}

.breadcrumb-section .page-title h2 {
  font-size: 18px;
  margin-bottom: 0;
  color: #555;
}

.breadcrumb-section .breadcrumb li {
  font-size: 16px;
}

.breadcrumb-section .breadcrumb li a {
  color: #555;
  font-weight: 600;
}

.breadcrumb-section .breadcrumb li.active {
  color: #2d213f;
}

.inner-section {
  padding: 40px 0px;
}

.inner-back {
  background: #2d213f;
}

a {
  color: #724bb7;
}

/* press-relese style */

.head-sect {
  padding: 100px 0 0px;
  text-align: center;
  background: #f6f4f8;
  color: #2d213f;
  min-height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.head-sect .home_slideimg {
  position: absolute;
  top: 0;
  height: 100px;
  min-height: auto;
  overflow: hidden;
}

.head-sect h2 {
  font-size: 40px;
  font-weight: 600;
}

.coki-box ul {
  padding-left: 25px;
}

.coki-box ul li {
  list-style-type: disc;
  padding: 4px 0;
}

.about-sect {
  padding: 40px 0;
  background: #f5f5f5;
  text-align: center;
}

.about-sect .section-head {
  margin: 0 auto 20px !important;
}

.about-sect .co-details h2:after {
  margin: auto;
  right: 0;
}

.second-press-sect {
  padding: 40px 0px;
  text-align: center;
  color: #2d213f;
  display: flex;
  align-items: center;
  justify-content: center;
}

.second-press-sect h2 {
  font-size: 40px;
  font-weight: 600;
}

.about-text {
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  margin-top: 60px;
  display: none;
}


@media screen and (max-width: 1199px) {
  .about-photo2 {
    max-width: 265px;
  }

  .about-photo3 {
    max-width: 272px;
  }
}

@media screen and (max-width: 1024px) {
  .about-photo2 {
    left: 160px;
  }
}

@media screen and (max-width: 991px) {

  .home_slideimg,
  .home_slideimg img,
  .slider_content {
    height: 400px;
    min-height: initial;
    max-height: initial;
  }

  .carousel-indicators {
    bottom: -12px;
  }

  .page-section {
    top: 50px;
  }

  .press-menu {
    display: block;
  }

  .press-btn {
    display: none;
  }

  header.sticky {
    position: relative;
  }

  .about-img {
    max-width: 425px;
    margin: 0 auto;
  }

  .about-app {
    padding: 60px 0 130px;
  }

  .slider_content .app-data {
    padding: 0;
  }

  .app-data {
    padding: 0 0 40px;
    text-align: center;
  }

  .app-data h2 {
    font-size: 32px;
  }

  .section-head h2 {
    font-size: 32px;
  }

  .section-head {
    margin: 0 auto 30px;
  }

  .howit-work .col-lg-3 {
    padding-bottom: 35px;
  }

  section.howit-work {
    padding: 30px 0 20px;
  }

  .tell-pics {
    max-width: 510px;
    margin: 0 auto;
  }

  .app-img {
    justify-content: center;
  }

  header {
    background: #2d213f;
  }

  .navbar {
    padding: 5px 0;
  }

  .navbar-brand img {
    max-width: 125px;
  }

  .navbar-nav {
    padding: 10px 15px;
  }

  .navbar ul li a {
    font-size: 18px;
    font-weight: normal;
    padding: 14px 0;
    display: inline-block;
    padding: 6px 0 !important;
  }

  .breadcrumb-section {
    margin-top: 100px;
  }

  .head-sect {
    padding: 90px 0 0px;
    min-height: 400px;
  }

  .head-sect .home_slideimg {
    height: 0;
  }
}

@media screen and (max-width: 767px) {

  .about-text {
    display: block;
  }

  .slider_content h2 {
    display: none;
  }

  .slider_content .app-data {
    margin-bottom: 20px;
}

  .slider_content {
    align-items: flex-end;
  }

  .home_slideimg,
  .home_slideimg img,
  .slider_content {
    height: 300px;
  }

  .mobile {
    display: none;
  }

  .video-screen {
    width: 95%;
    height: 222px;
    left: 13px;
    top: 15px;
  }

  .senser {
    display: none;
  }

  .video {
    width: 100%;
  }

  .slider_content h2 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 33px;
  }

  .navbar-brand img {
    max-width: 70px;
  }

  .f-logo img {
    max-width: 160px;
  }

  .breadcrumb-section {
    margin-top: 61px;
  }

  .navbar ul li a {
    font-size: 13px;
    padding: 5px 0 !important;
  }

  .head-sect h2,
  .second-press-sect h2 {
    font-size: 30px;
  }

  .carousel-control-next {
    justify-content: flex-end;
    right: -10px;
  }

  .carousel-control-prev {
    justify-content: flex-start;
    left: -10px;
  }

}

@media screen and (max-width: 575px) {
  .bottom-copyright p {
    text-align: center;
    margin-bottom: 5px;
  }

  .slider_content h2 {
    font-size: 16px !important;
  }

  .video-screen {
    height: 90%;
    left: 2%;
    top: 5%;
    width: calc(100% - 18px) !important;
  }

  .contact-us {
    padding: 25px;
  }

  .co-details {
    padding: 35px 10px;
  }

  footer ul {
    justify-content: center;
  }

  .about-photo2 {
    max-width: 180px;
    left: 90px;
    top: 10px;
  }

  .about-img {
    height: 180px;
    margin: 0 auto;
    max-width: 270px;
  }

  .about-photo {
    max-width: 135px;
  }

  .about-photo3 {
    max-width: 170px;
    left: 60px;
    top: 100px;
  }

  .tell-pics {
    max-width: 310px;
    margin: 0 auto;
    height: 350px;
  }

  .tell-images3 {
    width: 100%;
    left: 0;
    top: 160px;
    right: 0;
    margin: 0 auto;
  }

  .tell-images2 {
    width: 160px;
    margin: 10px 0 0 0;
    left: -20px;
  }

  .tell-images {
    width: 150px;
    right: 0;
    top: -30px;
  }

  .home_slideimg,
  .home_slideimg img,
  .slider_content {
    height: 210px;
  }

  .slider_content h2 {
    font-size: 21px;
    line-height: initial;
    margin-bottom: 5px;
  }

  .desktop-view {
    display: none;
  }

  .mobile-view {
    display: block;
  }

  .mobile-view img {
    width: 100%;
  }

  .f-logo img {
    max-width: 150px;
  }

  .section-head h2,
  .app-data h2 {
    font-size: 22px;
  }

  .app-img li img {
    max-width: 110px;
  }

  .slider_content p {
    margin-bottom: 3px;
    font-size: 14px;
}

  .section-head {
    margin: 0 auto 15px;
  }

  .how-box {
    text-align: center;
  }

  .how-box h3 {
    margin: 0 0 5px;
    font-size: 20px;
  }

  .breadcrumb-section .page-title h2 {
    text-align: center;
  }

  .breadcrumb-section .breadcrumb {
    justify-content: center;
  }

  .contact-box .row .col-sm-6:nth-child(1) {
    border-right: none;
    border-bottom: 1px solid #ccc;
    padding: 15px;
    margin: 0;
  }

  .classic img,
  .platinum img {
    max-width: 70px;
    left: -16px;
    top: -16px;
  }

  .video img {
    width: 100%;
  }

  .platinum,
  .classic {
    padding: 45px 15px 10px 20px;
  }

  .classic li,
  .platinum li {
    padding-left: 10px;
  }

  .head-sect h2,
  .second-press-sect h2 {
    font-size: 20px;
  }

  .head-sect {
    padding: 50px 0 0px;
    min-height: 250px;
  }
}

@media screen and (max-width: 450px) {
  .video-screen {
    left: 2%;
    top: 5%;
    width: calc(100% - 10px) !important;
    border-radius: 13px;
  }
  .home_slideimg,
  .home_slideimg img,
  .slider_content {
    height: 180px;
  }

}