@import url('https://fonts.googleapis.com/css?family=Quicksand');
/* @import url('https://fonts.googleapis.com/css?family=Roboto&display=swap'); */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
}

html {
  scroll-behavior: smooth;
}
.bk-style-image{
  background-image: url("../img/work-back.png");
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 20%;
}
.bkg-img-dem{
  /*using this class in top header bkg so it wont haev to reapeat*/
  background-repeat: repeat;
  background-position: 0 0;
}

.clearFix::after {
  content: "";
  display: block;
  clear: both;
}

.header-container {
  width: 100%;
  padding: 0;
}

.header-wrapper {
  width: 1360px;
  margin: 0 auto;
  padding: 6px 0;
}

::selection {
  background: rgb(133, 189, 65);
  color: white;
}

.header-left {
  float: left;
  height: 100%;
  padding-left: 20px;
}

.nav-item-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.header-right {
  float: right;
  height: 100%;
  padding-left: 20px;
}

.header-item {
  padding: 0 30px;
}

.header-left p {
  font-size: 0.9em;
  color: white;
}

.header-right p {
  color: white;
}

.header-right p a {
  text-decoration: none;
  color: white;
  font-size: 0.9em;
  font-weight: 500;
}

.bk-img {
  overflow: hidden;
  height: 650px;
  width: 100%;
  text-align: center;
  position: relative;
}

.bk-img img {
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  transition: .4s;
  object-fit: cover;
}

.bk-img img:hover {
  transform: scale(1.1);
  overflow: hidden;
}

.bk-text {
  position: absolute;
  z-index: 1;
  top: 55%;
  left: 30%;
  transform: translate(-50%, -50%);
  width: 600px;
  text-align: left;
  padding: 10px;
}

.bk-text h1 {
  color: white;
  font-size: 4.5em;
  margin-bottom: 10px;
  font-weight: lighter;
  font-family: 'Quicksand', sans-serif;
}

.bk-text h2 {
  color: white;
  font-size: 2.5em;
  font-weight: lighter;
  margin-bottom: 10px;
}

.bk-text h2:nth-child(3) {
  margin-bottom: 45px;
}

.bk-text a {
  color: #2465B6;
  background: white;
  padding: 20px 35px;
  text-decoration: none;
  font-size: 25px;
}

.bk-text a:hover {
  color: white;
  background: #2465B6;
  transition: 0.2s;
}

.smart-wrapper {
  width: 1150px;
  margin: 0 auto;
}

.navbar {
  width: 100%;
}

.navbar-container {
  width: 1360px;
  margin: 0 auto;
  border-radius: 5px;
  background: white;
}

.navbar-scrl {
  width: 100%;
  margin: 0;
  position: fixed;
  top: 0;
  background: white;
  left: 0;
  border-radius: 0;
  -webkit-box-shadow: 0px 1px 3px 1px rgba(184, 184, 184, 0.3);
  -moz-box-shadow: 0px 1px 3px 1px rgba(184, 184, 184, 0.3);
  box-shadow: 0px 1px 3px 1px rgba(184, 184, 184, 0.3);
}

.navbar-wrapper {
  margin: 3px 30px;
  padding: 30px 0;
  position: relative;
}

.nav-wrap-scl {
  padding: 11px 25px;
  width: 1360px;
  margin: 0 auto;
}

.logo {
  display: flex;
  float: left;
  align-items: center;
}

.logo img {
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: cover;
}

.nav-list {
  padding: 0;
  margin-top: 10px;
  float: right;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

.menu-item {
  list-style-type: none;
  text-decoration: none;
}

.menu-content {
  text-decoration: none;
  text-transform: capitalize;
  color: rgb(79, 82, 84);
  font-weight: 600;
  padding: 15px 15px 25px 15px;
  font-size: .93em;
}

.drophead {
  position: relative;
}

.drophead:hover .drop-content {
  display: block;
}

.drop-content {
  position: absolute;
  min-width: 230px;
  background: #262626;
  text-align: left;
  top: 40px;
  left: 15px;
  z-index: 2;
  list-style-type: none;
  margin: 0 !important;
  display: none;
}

.menu-drop-item {
  border-bottom: 0.5px solid #a09e9e;
  padding: 8px 8px 8px 15px;
}

.menu-drop-item:nth-last-child(1) {
  border-bottom: none;
}

.drop-item {
  padding: 5px;
  color: #9e9e9e;
  display: block;
  text-decoration: none;
  font-size: 0.65em;
  font-weight: bolder;
  transition: 0.5s;
  letter-spacing: 0.7px;
}

.drop-item:hover {
  color: white;
}

.menu-content:hover {
  color: rgb(133, 189, 65);
  transition: 0.5s;
  text-decoration: none;
}

.menu-item::before {
  content: '|';
  position: relative;
  left: -2px;
  color: #9e9e9e;
  font-size: 15px;
  font-weight: 400;
}

.menu-item:nth-child(1)::before {
  content: ' ';
}

/* mobile menu  */

.mobile-menu {
  width: 100%;
  background: white;
}

.mobile-wrapper {
  padding: 0 45px;
}

.mobile-head {
  width: 100%;
  padding: 30px 0 30px 0;
  display: flex;
  align-items: center;
}

.mobile-logo {
  width: 210px;
  margin: 0 auto;
}

.burger {
  width: 25px;
  height: 20px;
  cursor: pointer;
}

.bug-1 {
  width: 15px;
  height: 2px;
  background: lightslategrey;
  margin-bottom: 3px;
}

.bug-2 {
  width: 15px;
  height: 2px;
  background: lightslategrey;
  margin-bottom: 3px;
}
.sub_menu_btn{
  float: right;
  width: 40px;
  height: 30px;
  z-index: 1;
  color: rgb(138, 138, 138);
  text-align: center;
  position: absolute;
  right: 10px;
  top: 12px;
  cursor: pointer;
  font-size: 14px;
}

.bug-3 {
  width: 15px;
  height: 2px;
  background: lightslategrey;
  margin-bottom: 3px;
}

.mobile-list {
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  margin: 0;
  text-align: left;
}

.mobile-item {
  list-style-type: none;
  text-decoration: none;
  position: relative;
}

.mobile-drop-item {
  list-style-type: none;
  text-decoration: none;
  border-bottom: 1px solid rgb(234, 234, 234);
}

.mobile-menu {
  display: none;
}

.mobile-content {
  display: none;
}
.mobile-drop-container{
  list-style-type: none;
}
.mobile-drop-content {
  width: 100%;
  text-decoration: none;
  color: rgb(138, 138, 138);
  font-size: 13px;
  padding: 14px 0;
  display: block;
  transition: 0.2s;
}

.mobile-drop-content:hover {
  color: rgb(134, 191, 67);
}

#company-menu {
  padding-left: 25px;

}

#erp-menu {
  padding-left: 25px;
}

#services-menu {
  padding-left: 25px;
}

.mobile-item-list {
  width: 100%;
  text-decoration: none;
  border-bottom: 1px solid rgb(234, 234, 234);
  color: rgb(138, 138, 138);
  font-size: 13px;
  padding: 15px 0;
  display: block;
  transition: 0.2s;
}

.mobile-item-list:hover {
  color: rgb(134, 191, 67);
}

/* mobile menu ended */

.wvd-warpper {
  padding: 65px 0;
  width: 100%;
}

.wvd-content {
  text-align: left;
}

.wvd-head {
  float: left;
  width: 35%;
  padding-top: 70px;
}

.wvd-head h1 {
  font-weight: lighter;
  font-size: 2.6em;
}

.wvd-head span {
  font-family: 'Quicksand', sans-serif;
}

.wvd-info-wrapper {
  float: right;
  width: 65%;
}

.wvd-info {
  padding: 0 20px;
  width: 100%;
  margin-left: 25px;
  text-align: justify;
}

.wvd-info p {
  padding: 8px;
  color: rgb(127, 131, 132);
  line-height: 28px;
}

.wcw-container {
  background: rgb(234, 234, 234);
  padding: 60px 0;
}

.wcu-wrapper {
  width: 100%;
  background: rgb(234, 234, 234);
  /* margin: 0 50px; */
  padding: 70px 0 80px 0;
}

.wcu-content {
  text-align: center;
  width: 1100px;
  margin: 0 auto;
}

.wcu-head {
  margin-bottom: 20px;
}

.wcu-head span {
  font-weight: lighter;
  font-family: 'Quicksand', sans-serif;
}

.wcu-head h1 {
  text-transform: capitalize;
  font-weight: lighter;
  font-size: 3em;
  margin: 0;
}

.wcu-info {
  margin-bottom: 50px;
}

#dark-cl {
  color: rgb(51, 51, 51);
}

.wcu-info p {
  margin: 0;
  color: rgb(116, 116, 116);
  line-height: 30px;
}

.wcu-info p strong {
  color: rgb(55, 55, 55);
}

.info-btn a {
  padding: 20px 55px;
  color: white;
  font-weight: bold;
  border-radius: 50px;
  text-decoration: none;
  background: rgb(27, 103, 170);
  transition: 0.3s;
}

.info-btn a:hover {
  background: rgb(23, 91, 150);
}

.wv-offer {
  width: 100%;
  padding: 35px 0;
}

.wv-offer-wrapper {
  width: 1100px;
  margin: 0 auto;
}

.wv-offer-content {
  text-align: center;
}

.wv-offer-head {
  margin-bottom: 7px;
}

.wv-offer-head h1 {
  font-weight: lighter;
  margin: 0;
  text-transform: capitalize;
  font-size: 3em;
}

.wv-offer-head span {
  font-family: 'Quicksand', sans-serif;
}

.wv-offer-info {
  width: 650px;
  margin: 0 auto;
}

.wv-offer-info p {
  margin: 0;
  line-height: 30px;
  text-transform: capitalize;
  color: rgb(103, 107, 109);
}

.wv-offer-container {
  width: 1100px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.offer-img-con {
  margin: 40px 0 55px;
  width: 100%;
  /* display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr; */
}

.offer-img-detail {
  padding: 35px;
  float: left;
  width: 25%;
  text-align: center;
}

.offer-img-detail:nth-child(8n+2) {
  background: rgb(242, 242, 242);
}

.offer-img-detail:nth-child(8n+4) {
  background: rgb(242, 242, 242);
}

.offer-img-detail:nth-child(8n+5) {
  background: rgb(242, 242, 242);
}

.offer-img-detail:nth-child(8n+7) {
  background: rgb(242, 242, 242);
}

/**/

.offer-img-detail:nth-child(8n+1) {
  background: rgb(224, 224, 224);
}

.offer-img-detail:nth-child(8n+3) {
  background: rgb(224, 224, 224);
}

.offer-img-detail:nth-child(8n+6) {
  background: rgb(224, 224, 224);
}

.offer-img-detail:nth-child(8n+8) {
  background: rgb(224, 224, 224);
}

.offer-img-detail img {
  width: 65px;
  height: 65px;
  margin-bottom: 5px;
  object-fit: fill;
}

.offer-img-detail p {
  color: rgb(65, 67, 69);
  font-size: 1.1em;
}

.s-btn {
  width: 100%;
  text-align: center;
}

.v-services-btn a {
  padding: 20px 55px;
  color: white;
  font-weight: bold;
  border-radius: 50px;
  text-decoration: none;
  background: rgb(27, 103, 170);
  transition: 0.3s;
}

.v-services-btn a:hover {
  background: rgb(23, 91, 150);
}

.ep-hlp {
  background: rgb(237, 172, 56);
  padding: 50px 0 25px 0;
  background-size: 100%;
  background-repeat: no-repeat;
  object-fit: cover;
  width: 100%;
}

.ep-hlp-container {
  text-align: center;
  padding: 15px 0;
  width: 670px;
  width: 1100px;
  margin: 0 auto;
}

.ep-hlp-container h1 {
  color: white;
  font-size: 2.3em;
  margin: 0 auto;
  font-weight: lighter;
}

.ep-hlp-container p {
  width: 670px;
  margin: 0 auto;
  color: white;
  line-height: 30px;
}

.help-people-wrapper {
  text-align: center;
  width: 1100px;
  margin: 0 auto;
}

.help-people {
  display: flex;
  justify-content: center;
  align-items: center;
}

.people-info {
  padding: 17px 30px 30px 30px;
}

.people-info img {
  width: 32px;
  height: 32px;
  background-size: 100%;
  object-fit: cover;
  background-repeat: no-repeat;
}

.people-info p {
  color: white;
  font-weight: bold;
  font-size: .9em;
  margin: 0;
  text-transform: capitalize;
}

.people-info a {
  text-decoration: none;
  color: white;
}

.app {
  padding: 50px 0 80px 0;
  background: rgb(229, 245, 249);
  position: relative;
}

.app-wrapper {
  /* margin: 0 70px; */
  width: 1150px;
  margin: 0 auto;
}

.app-head {
  text-align: center;
  margin: 0 auto;
}

.app-head h1 {
  font-weight: lighter;
  font-size: 1.7em;
  color: rgb(44, 47, 49);
  text-transform: capitalize;
}

.app-head p {
  width: 680px;
  margin: 0 auto;
  line-height: 28px;
  color: rgb(118, 123, 125);
}

.dwnld-app {
  padding: 17px 0;
  text-align: center;
  /* background: wheat; */
}

.dwnld-app img {
  width: 200px;
  height: 60px;
  margin: 0 17px;
  object-fit: cover;
  background-size: 100%;
  background-repeat: no-repeat;
}

.app-features {
  width: 100%;
  padding: 25px 0 25px 25px;
  margin-bottom: 20px;
}

.app-features-wrapper {
  width: 550px;
}

.app-detail {
  margin-bottom: 10px;
}

.app-detail p {
  line-height: 30px;
  color: rgb(118, 123, 125);
}

.app-detail strong {
  color: rgb(44, 47, 49);
}

.app-img {
  position: absolute;
  right: 10%;
  bottom: 0;
  width: 500px;
  height: 500px;
}

.app-img img {
  width: 100%;
  height: 100%;
}

.app-detail-info {
  text-align: left;
}

.app-detail-info table {
  width: 100%;
}

.app-detail-info tr td {
  padding: 10px 20px 7px 0px;
  color: rgb(118, 123, 125);
  position: relative;
  width: 50%;
}

.app-detail-info tr td i {
  color: rgb(30, 115, 190);
  padding: 0 10px 0 0;
  font-size: 27px;
}

.app-more {
  width: 500px;
  text-align: center;
}

.app-more a {
  padding: 20px 55px;
  color: white;
  font-weight: bold;
  border-radius: 50px;
  text-decoration: none;
  background: rgb(27, 103, 170);
  transition: 0.3s;
}

.app-more a:hover {
  background: orange;
}

.expe {
  background: rgb(30, 115, 190);
}

.expe-wrapper {
  padding: 45px 0;
}

.expe-container {
  /* width: 100%; */
  /* padding: 0 100px; */
  margin: 0 auto;
  width: 1150px;
  display: flex;
}

.expe-content {
  width: 15%;
  text-align: right;
  padding: 0 30px 25px 0;
  /* padding: 30px; */
  margin-top: 30px;
  font-size: 1.3em;
  position: relative;
}

.expe-content p {
  color: rgb(217, 231, 244);
  line-height: 30px;
  font-size: .9em;
  font-weight: bold;
}

.expe-content ::after {
  position: absolute;
  content: '';
  width: 2px;
  height: 100px;
  top: -20px;
  right: 0;
  background: rgb(217, 231, 244);
}

.expe-info {
  width: 16.6%;
  float: left;
  text-align: center;
  padding: 0 20px 0 20px;
}

.expe-info-wrapper {
  width: 85%;
  /* display: flex; */
  margin-left: 20px;
}
.expe-info p {
  color: rgb(217, 231, 244);
}

.fxd-btn {
  position: fixed;
  bottom: 65px;
  right: 25px;
  z-index: 99;
  color: white;
  cursor: pointer;
  padding: 14px 17px;
  border-radius: 50%;
  font-size: 21px;
  background: rgb(133, 190, 65);
  border: 1px solid white;
}

.fxd-btn:hover {
  background: none;
  color: rgb(133, 190, 65);
  border: 1px solid rgb(133, 190, 65);
}

.sl-container {
  padding: 70px 0;
  background: rgb(237, 237, 237);
}

.sl-wrapper {
  margin: 0 auto;
  width: 1150px;
}

.slide {
  width: 100%;
  padding: 45px 45px 60px 45px;
  background: white;
  text-align: center;
}

.slide-info {
  width: 50%;
  float: right;
  padding: 20px 35px 20px 25px;
}

.sl-sl-wrap {
  width: 50%;
  float: left;
  padding: 0 20px;
  /* padding-right: 20px; */
}

.sl-inner p {
  line-height: 30px;
  color: rgb(155, 157, 159);
}

.slide-head p {
  font-weight: bold;
  font-size: 1.7em;
  margin-bottom: 10px;
}

.slide-detail p {
  line-height: 30px;
  font-size: 1.17em;
}

.sl-dl p {
  line-height: 30px;
  color: rgb(44, 123, 193);
  font-weight: bolder;
}

.l-users {
  padding: 35px 0 10px 0;
  width: 100%;
}

.l-users-wrapper {
  width: 1150px;
  margin: 0 auto;
}

.l-head {
  width: 100%;
  text-align: center;
}

.l-head h1 {
  font-size: 2.6em;
  margin-bottom: 10px;
  font-weight: lighter;
  color: rgb(40, 43, 45);
}

.l-head span {
  font-family: 'Quicksand', sans-serif;
}

.l-head p {
  font-size: 0.98em;
  color: rgb(103, 109, 109);
}

.l-head a {
  color: dodgerblue;
  font-weight: bold;
}

.l-head strong {
  color: rgb(40, 43, 45);
}

.l-users-detail {
  width: 12.5%;
  float: left;
  padding: 23px;
}

.l-users-info {
  width: 100%;
}

.l-users-detail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.l-users-info {
  padding-top: 10px;
}

.enq-wrapper {
  /* background: rgb(244, 244, 244); */
  background-image: url("../img/footer-call-bkg.png");
  background-repeat: repeat;
  background-position: 0 0;
  /* background-size: 110%; */
  width: 100%;
  padding: 90px 0;
}

.enq-container {
  width: 1150px;
  margin: 0 auto;
}

.enq-head {
  text-align: center;
}

.enq-head p {
  font-size: 1.2em;
  line-height: 30px;
  color: rgb(40, 43, 45);
}

.enq-details {
  width: 680px;
  padding: 20px 0 0 0;
  margin: 0 auto;
}

.enq-info {
  width: 33.33%;
  float: left;
  padding: 15px;
  text-align: center;
}

.enq-info img {
  width: 50px;
  height: 50px;
}

.enq-info h3 {
  margin-bottom: 5px;
  color: rgb(40, 43, 45);
}

.enq-info p {
  color: rgb(142, 142, 142);
}

.footer {
  padding: 80px 0 50px 0;
  background: rgb(33, 38, 46);
  width: 100%;
}

.footer-wrapper {
  width: 1150px;
  margin: 0 auto;
}

.footer-info {
  width: 25%;
  padding: 0 25px;
  float: left;
  text-align: left;
}

.foo-so-li {
  width: 100%;
}

.foo-so-li a {
  text-decoration: none;
}

.foo-so-li img {
  width: 20%;
  float: left;
  padding: 15px 15px 15px 0;
}

.footer-info h3 {
  color: white;
  font-weight: lighter;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 13px;
}

.footer-info p {
  margin: 0;
  word-spacing: 3px;
  line-height: 25px;
  font-size: 14px;
  color: rgb(192, 193, 194);
  width: 250px;
  text-align: justify;
  ;
}

.footer-info strong {
  color: rgb(209, 209, 209);
}

.footer-info a {
  text-decoration: none;
  color: rgb(144, 144, 145);
  font-size: 14px;
  font-weight: bold;
  line-height: 25px;
}

.footer-info li {
  list-style-type: none;
  font-size: 14px;
  color: rgb(192, 193, 194);
  line-height: 25px;
}

.foo-sol {
  padding-left: 30px;
}

.footer-info h4 {
  color: rgb(196, 197, 199);
  text-transform: uppercase;
  font-size: 14px;
  line-height: 25px;
  margin: 0;
}

.co-so {
  margin-top: 10px;
}

.co-so img {
  width: 73px;
  height: 73px;
  padding: 7px;
}

.footer-bottom {
  padding: 40px 0 0 0;
}

.foo-part {
  text-align: center;
}

.foo-part img {
  width: 115px;
  height: 40px;
  margin-right: 30px;
  filter: grayscale(1);
}

.foo-part img:hover {
  transition: .3s;
  filter: none;
}

.foo-copy {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 7px;
}

.foo-copy p {
  margin: 0;
  color: rgb(217, 218, 219);
  font-size: 14px;
  text-transform: capitalize;
}

/* Home Pgae Media Queries */

@media screen and (max-width:1400px) {
  .navbar-container {
    width: 1150px;
  }
  .nav-wrap-scl {
    width: 1180px;
    margin: 0 auto;
  }
  .header-wrapper {
    width: 1100px;
  }
}

@media screen and (max-width:1300px) {
  .navbar-container {
    width: 1050px;
  }
  .nav-wrap-scl {
    width: 1100px;
    margin: 0 auto;
  }
  .header-wrapper {
    width: 1030px;
  }
  .menu-content {
    padding: 15px 12px 25px 12px;
  }
}

@media screen and (max-width:1220px) {
  .navbar-container {
    width: 1000px;
  }
  .nav-wrap-scl {
    width: 1000px;
    margin: 0 auto;
  }
  .header-wrapper {
    width: 1000px;
  }
  .menu-content {
    padding: 15px 10px 25px 10px;
  }
  .footer-wrapper {
    width: 1000px;
  }
  .co-so img {
    width: 60px;
    height: 60px;
  }
  .smart-wrapper {
    width: 950px;
  }
  .wvd-head h1 {
    font-size: 2.25em;
  }
  .wvd-head img {
    width: 330px;
    height: 90px;
  }
  .wvd-info {
    padding: 0 30px;
    margin: 0;
  }
  .wcu-content {
    width: 950px;
  }
  .wv-offer-wrapper {
    width: 950px;
  }
  .wv-offer-container {
    width: 950px;
  }
  .ep-hlp-container {
    width: 950px;
  }
  .help-people-wrapper {
    width: 950px;
  }
  .app-img {
    right: 0;
    width: 400px;
    height: 400px;
  }
  .expe-container {
    width: 950px;
  }
  .expe-info-wrapper {
    margin-left: 0;
  }
  .footer-info p {
    width: 100%;
  }
  /* .enq-wrapper{
    background-size: 140%;
  } */
}

@media screen and (max-width:1100px) {
  .navbar-container {
    width: 960px;
  }
  .nav-wrap-scl {
    width: 960px;
  }
  .header-wrapper {
    width: 960px;
  }
  .menu-content {
    padding: 15px 8px 25px 8px;
  }
  .footer-wrapper {
    width: 950px;
  }
.co-so img{
  width: 30%;
  height: 60px;
}
/* .enq-wrapper{
  background-size: 170%;
} */
}

@media screen and (max-width:1010px) {
  .navbar-container {
    display: none;
  }
  .navbar-scrl {
    display: none;
  }
  .nav-wrap-scl {
    display: none;
  }
  .mobile-menu {
    display: block;
  }
  .header-wrapper {
    display: none;
  }
  .smart-wrapper {
    width: 800px;
  }
  .bk-img {
    height: 450px;
  }
  .bk-text {
    left: 35%;
    top: 45%;
  }
  .bk-text h1 {
    font-size: 4em;
  }
  .bk-text h2 {
    font-size: 2em;
  }
  .bk-text a {
    font-size: 22px;
  }
  .wvd-head {
    text-align: center;
    padding-top: 100px;
  }
  .wvd-head img {
    width: 250px;
    height: 60px;
  }
  .wcu-content {
    width: 800px;
  }
  .wv-offer-wrapper {
    width: 800px;
  }
  .wv-offer-container {
    width: 800px;
  }
  .ep-hlp-container {
    width: 800px;
  }
  .help-people-wrapper {
    width: 800px;
  }
  .app-img {
    width: 340px;
    height: 340px;
    bottom: 12%;
  }
  .expe-container {
    width: 800px;
  }
  .expe-content {
    padding: 0 30px 0 0;
    text-align: center;
  }
  .expe-info {
    padding: 0 10px;
  }
  .l-head {
    width: 500px;
    margin: 0 auto;
  }
  .footer-wrapper {
    width: 800px;
  }
  .footer-info {
    padding: 0;
  }
  .l-users-detail {
    width: 16%;
    padding: 18px;
  }
  .offer-img-detail{
    width: 33.33%;
  }
  .offer-img-detail:nth-child(8n+2) {
    background: rgb(242, 242, 242);
  }
  .offer-img-detail:nth-child(8n+4) {
    background: rgb(242, 242, 242);
  }
  .offer-img-detail:nth-child(8n+5) {
    background: rgb(224, 224, 224);
  }
  .offer-img-detail:nth-child(8n+7) {
    background: rgb(224, 224, 224);
  }
  /**/
  .offer-img-detail:nth-child(8n+1) {
    background: rgb(224, 224, 224);
  }
  .offer-img-detail:nth-child(8n+3) {
    background: rgb(224, 224, 224);
  }
  .offer-img-detail:nth-child(8n+6) {
    background: rgb(242, 242, 242);
  }
  .offer-img-detail:nth-child(8n+8) {
    background: rgb(242, 242, 242);
  }
  /* .enq-wrapper{
    background-size: 200%;
  } */
}

@media screen and (max-width:900px) {
  .smart-wrapper {
    width: 700px;
  }
  .wvd-content {
    width: 100%;
  }
  .wvd-head {
    width: 100%;
    float: none;
    padding: 0;
  }
  .bk-text {
    left: 42%;
  }
  .wvd-head img {
    width: 230px;
    height: 55px;
  }
  .wvd-info-wrapper {
    float: none;
    width: 100%;
  }
  .wvd-info {
    padding: 15px 10px;
  }
  .wcu-content {
    width: 700px;
    padding: 0 30px;
  }
  .wv-offer-wrapper {
    width: 700px;
    padding: 0 30px;
  }
  .wv-offer-container {
    width: 700px;
  }
  .offer-img-con {
    grid-template-columns: 1fr 1fr;
  }
  .ep-hlp-container {
    width: 700px;
    padding: 0 30px;
  }
  .ep-hlp-container p {
    width: 100%;
  }
  .ep-hlp-container h1 {
    font-size: 2.1em;
  }
  .help-people-wrapper {
    width: 700px;
    padding: 0 30px;
  }
  .app-features-wrapper {
    width: 450px;
  }
  .app-img {
    width: 280px;
    height: 280px;
    bottom: 19%;
  }
  .expe-container {
    width: 700px;
  }
  .expe-content {
    margin-top: 20px;
    padding: 0 10px 0 0;
  }
  .expe-info {
    padding: 0 5px;
  }
  .sl-sl-wrap {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
  .slide-info {
    width: 100%;
    float: none;
    padding: 20px;
  }
  .l-users-detail {
    width: 16%;
  }
  .enq-wrapper {
    padding: 70px 0;
  }
  .footer-wrapper {
    width: 700px;
  }
  .footer-info p {
    font-size: 13.5px;
  }
  .foo-part img {
    width: 100px;
  }
  .offer-img-detail:nth-child(8n+2) {
    background: rgb(242, 242, 242);
  }
  .offer-img-detail:nth-child(8n+4) {
    background: rgb(242, 242, 242);
  }
  .offer-img-detail:nth-child(8n+5) {
    background: rgb(224, 224, 224);
  }
  .offer-img-detail:nth-child(8n+7) {
    background: rgb(224, 224, 224);
  }
  /**/
  .offer-img-detail:nth-child(8n+1) {
    background: rgb(224, 224, 224);
  }
  .offer-img-detail:nth-child(8n+3) {
    background: rgb(224, 224, 224);
  }
  .offer-img-detail:nth-child(8n+6) {
    background: rgb(242, 242, 242);
  }
  .offer-img-detail:nth-child(8n+8) {
    background: rgb(242, 242, 242);
  }
  .l-users-detail {
    width: 20%;
    padding: 18px;
  }
  .co-so img{
    height: 55px;
  }
  /* .enq-wrapper{
    background-size: 230%;
  } */
}

@media screen and (max-width:770px) {
  .smart-wrapper {
    width: 600px;
  }
  .wcu-content {
    width: 600px;
    padding: 0 20px;
  }
  .wv-offer-wrapper {
    width: 600px;
  }
  .wv-offer-container {
    width: 600px;
  }
  .bk-text {
    width: 500px;
    left: 45%;
  }
  .bk-text h1{
    font-size: 3.5em;
  }  .bk-text h2{
    font-size: 1.8em;
  }.bk-text a{
    font-size: 18px;
  }
  .wv-offer-info {
    width: 100%;
  }
  .offer-img-detail{
    width: 100%;
    float: none;
  }
  /* .offer-img-con {
    grid-template-columns: 1fr;
  } */
  .offer-img-detail:nth-child(odd) {
    background: rgb(224, 224, 224);
  }
  .offer-img-detail:nth-child(even) {
    background: rgb(242, 242, 242);
  }
  .ep-hlp-container {
    width: 600px;
    padding: 0 20px;
  }
  .ep-hlp-container h1 {
    font-size: 1.85em;
  }
  .help-people-wrapper {
    width: 600px;
  }
  .app-features-wrapper {
    width: 100%;
  }
  .app-img {
    display: none;
  }
  .app-more {
    width: 100%;
  }
  .app-head p {
    width: 100%;
  }
  .expe-container {
    width: 600px;
    display: block;
  }
  .expe-content {
    width: 100%;
    margin-top: 0;
    margin-bottom: 15px;
  }
  .expe-info-wrapper {
    width: 100%;
  
  }
  .expe-info {
    margin-bottom: 15px;
    width: 50%;
  }
  .expe-content ::after {
    display: none;
  }
  .l-head {
    width: 100%;
  }
  .enq-details {
    width: 100%;
  }
  .footer-wrapper {
    width: 600px;
  }
  .footer-top {
    width: 100%;
    /* display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 20px;
    grid-column-gap: 20px; */
  }
  .foo-sol {
    padding-left: 0;
  }

  .footer-info {
    width: 100%;
    padding: 10px;
  }

  .co-so img {
    width: 15%;
    height: 80px;
  }
  .foo-part img {
    width: 90px;
    margin-right: 17px;
    height: 35px;
  }
  .foo-so-li img{
    width: 10%;
  }
  /* .foo-so-li img{
    width: 10%;
  } */
  /* .enq-wrapper{
    background-size: 260%;
  } */
}

@media screen and (max-width:700px) {
  .mobile-wrapper {
    padding: 0 20px 0 30px;
  }
  /* .enq-wrapper{
    background-size: 290%;
  } */
}

@media screen and (max-width:625px) {
  .smart-wrapper {
    width: 480px;
  }
  .wcu-content {
    width: 480px;
  }
  .wv-offer-wrapper {
    width: 480px;
  }
  .wv-offer-container {
    width: 480px;
  }
  .ep-hlp-container {
    width: 480px;
  }
  .help-people-wrapper {
    width: 480px;
    padding: 0;
  }
  .bk-text {
    width: 400px;
    left: 45%;
  }
  .bk-text h1{
    font-size: 2.8em;
  }  .bk-text h2{
    font-size: 1.5em;
  }.bk-text a{
    font-size: 16px;
  }

  .enq-details {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 10px;
  }
  .enq-info {
    width: 100%;
    padding: 0;
  }
  .bk-img {
    height: 300px;
  }
  .expe-container {
    width: 480px;
  }
  .footer-wrapper {
    width: 480px;
  }
  /* .foo-part {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  } */
  .foo-part img{
    height: 45px;
    width: 33.33%;
    float: left;
    margin-right: 0;
    padding-right: 15px;
    margin-bottom: 15px;
  }
  .l-users-detail {
    width: 25%;
    padding: 18px;
  }

  .co-so img {
    height: 70px;
  }
}

/*  */

@media screen and (max-width:500px) {
  .smart-wrapper {
    width: 380px;
  }
  .wcu-content {
    width: 380px;
  }
  .wv-offer-wrapper {
    width: 380px;
  }
  .wv-offer-container {
    width: 380px;
  }
  .wvd-info {
    padding: 0;
  }
  .wcu-content {
    padding: 0;
  }
  .bk-text {
    width: 350px;
    left: 45%;
  }
  .bk-text h1{
    font-size: 2.7em;
  } 
  .bk-text a{
    padding: 15px 25px;
  }

  .help-people {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 25px;
  }
  .people-info {
    padding: 0;
  }
  .dwnld-app {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
  }
  .dwnld-app img {
    width: 180px;
    object-fit: fill;
    margin: 0;
  }
  /* .app-detail-info tr {
    display: grid;
  } */
  .app-detail-info tr td {
    width: 100%;
    float: left;
  }
  .ep-hlp-container {
    width: 380px;
  }
  .help-people-wrapper {
    width: 380px;
    padding: 0;
  }
  .enq-details {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  .enq-info {
    width: 100%;
    padding: 5px 0;
  }
  .co-so img {
    width: 80px;
    height: 80px;
  }
  .expe-container {
    width: 380px;
  }
  .footer-wrapper {
    width: 380px;
  }

  .l-users-detail {
    width: 33.33%;
    padding: 18px;
  }
  .foo-part img {
    width: 50%;
    height: 45px;
  }
  .footer-top {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
  }
  .foo-so-li img {
    width: 50px;
    float: none;

  }
  .footer-bottom {
    padding: 0;
  }
  .fxd-btn {
    padding: 10px 12px;
    font-size: 15px;
  }
  .sl-sl-wrap {
    padding: 0;
  }
  /* .enq-wrapper{
    background-size: 450%;
  } */
}

/*  */

@media screen and (max-width:400px) {
  .smart-wrapper {
    width: 320px;
  }
  .wcu-content {
    width: 320px;
    padding: 0;
  }
  .wv-offer-wrapper {
    width: 320px;
    padding: 0;
  }
  .wv-offer-container {
    width: 320px;
  }
  .help-people {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr;
  }
  .people-info {
    padding: 0;
  }
  .bk-text {
    width: 320px;
    left: 45%;
  }
  .bk-text h1{
    font-size: 2.2em;
  }  .bk-text h2{
    font-size: 1.2em;
  }.bk-text a{
    font-size: 15px;
  }

  .dwnld-app {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
  }
  .dwnld-app img {
    width: 135px;
    height: 50px;
    margin: 0;
  }
  .app-detail-info tr {
    display: grid;
  }
  .app-detail-info tr td {
    width: 100%;
  }
  .ep-hlp-container {
    width: 320px;
  }
  .help-people-wrapper {
    width: 320px;
    padding: 0;
  }
  .enq-details {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  .enq-info {
    width: 100%;
    padding: 0;
  }
  .co-so img {
    width: 80px;
    height: 80px;
  }
  .expe-container {
    width: 300px;
  }
  .footer-wrapper {
    width: 320px;
  }

  .slide-info {
    padding: 0;
  }
  /* .enq-wrapper{
    background-size: 500%;
  } */
 
}
@media screen and (max-width:360px){
  .bk-text {
    width: 280px;
    left: 45%;
  }
  .bk-text h1{
    font-size: 2em;
  }  .bk-text h2{
    font-size: 1.3em;
  }.bk-text a{
    font-size: 14px;
    padding: 15px 25px;
  }
}

@media screen and (max-width:350px) {
  .wcu-info {
    padding: 0 10px;
  }
  .wv-offer-info p {
    padding: 0 10px;
  }
  .help-people {
    padding: 0 10px;
  }
  .app-head p {
    padding: 0 10px;
  }
  .slide-info {
    padding: 10px;
  }
  .footer-bottom {
    padding: 0 10px;
  }
}

@media (max-width:2000px) and (min-width:1600px) {
  .bk-img {
    width: 100%;
    margin: 0 auto;
    height: 750px;
  }
}

@media (max-width:2200px) and (min-width:2000px) {
  .bk-img {
    width: 1700px;
    margin: 0 auto;
    height: 850px;
  }
}

@media screen and (min-width:2200px) {
  .bk-img {
    width: 2000px;
    margin: 0 auto;
    height: 900px;
  }
}