@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;600;700;900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css");
body {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #343434;
  overflow-x: hidden;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  max-width: 150%;
}

    .getBtn {
      display: inline-block;
      margin-top: 20px;
      padding: 12px 30px;
      background: #c62828;
      color: #fff !important;
      text-decoration: none;
      border-radius: 50px;
      font-weight: bold;
      transition: background 0.3s;
    }
    .getBtn:hover {
      background: #b71c1c;
    }

.gp-btn{
  margin-top: 35px;
}
.sign-btn {
  display: inline-block; 
  cursor: pointer;
  background: #033f9d;
  border-radius: 30px;
  border: none;
  width: 100%; 
  max-width: 200px; 
  padding: 10px 35px; 
  text-align: center; 
  letter-spacing: 1px;
  color: #fff;
}
.bg-ch {
    background: #f6f6f6;
    padding: 125px;
}
.sec-bg-clrs {
    padding: 40px 0px 80px;
}
.pricing-boxes {
    background-color: #f6f6f6;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-shadow);
    transition: all 0.3s ease-in-out;
}

.pricing-boxes:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 20px -4px rgba(0, 0, 0, 0.15);
}

.r2s {
  width: 90% !important;
  filter: none !important;
}
.cn-mg {
  background-image: url(../images/home-Image/bg.jpg);
 margin-top: 40px;
}
.clr {
  color: #ffffff !important;
}
.gd-cl {
  color: #015c9b;
}
.cl-wd {
  width: 100%;
}
.cl-lk {
  width: 95%;
}
.tt-im {
  width: 105%;
  margin: 55px 30px 35px;
}
.lm-cs {
  width: 95%;
  margin-top: -65px;
  margin-left: -35px;
}
.lm-im {
  width: 92%;
  margin-top: 2px;
  margin-left: -40px;
}
.sec-bg-clr {
  background: url(../images/home-Image/qualities-bg.jpg) top center #eee;
  padding: 40px 0px 80px;
}
.shadow-effect {
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  text-align: center;
border:1px solid #ECECEC;
  box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
}
#customers-testimonials .shadow-effect p {
  font-family: inherit;
  font-size: 17px;
  line-height: 1.5;
  margin: 0 0 17px 0;
  font-weight: 300;
}
.me-kp{
  display: contents;
  color: #000;
}
.fm-kl {
  padding: 4px 4px 4px;
}
.ac-vx {
  border: 1px dashed #54aad4;
  background-color: #fff;
  padding: 10px 30px;
  color: #000;
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
  outline: none;
  margin-top: 40px;
}
@keyframes wave {
  0%, 100% {
      transform: translateY(0); /* Starting and ending position */
  }
  50% {
      transform: translateY(-10px); /* Move up */
  }
}

.wave-animation {
  display: inline-block;
  animation: wave 2s infinite ease-in-out; /* Adjust duration and easing */
}
/* GDPR */
.gd-pr {
  text-align: left;
  font-weight: 600;
  font-size: 32px;
}
.gd-pp {
  margin-top: -125px;
}
ul.list-check {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.list-check.primary li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
}

ul.list-check.primary li::before {
  content:"\2713\0020";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  color: #007bff; 
  line-height: 1.5;
}
.sc-pb {
  padding: 10px 12px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  border: 1px solid #c91d0e;
  border-radius: 27px;
  letter-spacing: 1px;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  background-color: #c91d0e !important;
  margin-left: -310px;
}
.site-im {
  width: 86%;
  margin-left: 140px;
}
.sv-hp{
  padding-top: 75px;
}
.sv-pl{
  z-index: 999;
  visibility: visible;
}
.sv-lo {
  width: 100%;
  margin-top: 78px;
  margin-left: -68px;
}
.tm-im {
    margin-top: 275px;
    margin-left: 100px;
    width: 85%;
}
.tl-wd {
  width: 60%;
  margin-left: 140px;
}
.tl-wd2 {
  width: 50%;
    margin-left: 180px;
}
.tl-wd3 {
  width: 50%;
    margin-left: 180px;
}
.testimonial-name {
  margin: -17px auto 0;
  display: table;
  width: auto;
  background: #3190E7;
  padding: 9px 35px;
  border-radius: 12px;
  text-align: center;
  color: #fff;
  box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
}
#customers-testimonials .item {
  text-align: center;
  padding: 50px;
  margin-bottom:80px;
  opacity: .2;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1.0, 1.0, 1);
  transform: scale3d(1.0, 1.0, 1);
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
max-width: fit-content;
  margin: 0 auto 17px;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: #3190E7;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots{
display: inline-block;
width: 100%;
text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  background: #3190E7;
  display: inline-block;
  height: 20px;
  margin: 0 2px 5px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}
a:focus,
a:hover {
  text-decoration: none;
}
i,
span,
a {
  display: inline-block;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #2e2e2e;
  margin: 0px;
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #6a6972;
  margin: 0px;
}
.tm-bg {
  background-color: #0a9adf;
  padding-top: 15px;
  padding-bottom: 100px;
}
.ml{
    margin-top: 0px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    border: 1px solid #c91d0e;
    border-radius: 30px;
    letter-spacing: 1px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    background-color: #c91d0e !important;
    margin-left: -390px;
}
.ml:hover {
  background-color: #c91d0e !important; /* Change background color on hover */
  color: #ffffff; /* Change text color on hover */
  border-color: #c91d0e !important; /* Change border color on hover */
  transform: scale(1.05); /* Slightly increase the size on hover */
}

.bt-ht {
  background:#015c9b;
  line-height: 4.5vh;
  padding-inline: 30px;
  border: 1px dashed #54aad4;
  border-radius: 40px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 90%;
  box-shadow: 0 12px 30px 0px rgb(0 0 0 / 40%);
  transition: all 0.5s ease-in-out;
  transform: scale(1);
  cursor: pointer;
}
.bt-ht:hover {
  background-color: #13a5e3 !important; /* Change background color on hover */
  color: #ffffff; /* Change text color on hover */
  border-color: #13a5e3 !important; /* Change border color on hover */
  transform: scale(1.05); /* Slightly increase the size on hover */
}

.kuo{
  text-align: left;
    margin-bottom: 0px;
}
.tyu{
  margin-top: 80px !important;
}
.nbm{
  margin-top: 30px;
  color: #fff;
}
.theme-btn-3 {
  margin-top: 35px;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  border: 1px solid #c91d0e;
  border-radius: 30px;
  letter-spacing: 1px;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  background-color: #c91d0e !important;
  transition: all 0.3s ease-in-out; /* Smooth transition for hover */
}

.theme-btn-3:hover {
  background-color: #c91d0e !important; /* Change background color on hover */
  color: #ffffff; /* Change text color on hover */
  border-color: #c91d0e !important; /* Change border color on hover */
  transform: scale(1.05); /* Slightly increase the size on hover */
}

.ups{
  text-align: center;
}
.uip{
  text-align: center;
  margin-top: 30px;
}
.learnMore {
  font-size: 14px;
  line-height: 24px;
  margin: 8px 10px;
  font-weight: bold;
  display: inline-block;
}
.right-arrow {
  width: 12px;
  height: 14px;
  vertical-align: middle;
  margin-left: 5px;
  color: #fff !important;
}
.img-responsive {
  max-width: 100%;
  height: auto;
}
.wer{
  font-size: 31px;
    line-height: 45px;
    font-weight: bold;
    padding: 10px 0 7px;
    color: #015c9b;
}
.uyi{
  font-size: 23px;
  line-height: 35px;
  font-weight: 500;
  font-style: italic;
}
/* Inventory management */
.in-im1{
  width: 100%;
  margin-top: -57px;
  margin-left: 25px;
}
.in-im2 {
  width: 83%;
  margin-top: 55px;
  margin-left: 107px;
}
.in-im3{
  width: 92%;
  margin-top: 90px;
  margin-left: -55px;
}
.in-im4 {
  width: 95%;
  margin-top: 112px;
  margin-left: -38px;
}
/* marketig automation */
.ma-im1 {
  width: 96%;
  margin-left: 50px;
  margin-top: 55px;
}
.ma-im2 {
  width: 75%;
  margin-left: -1px;
  margin-top: 40px;
}
.ma-im3 {
  margin-left: -85px;
  margin-top: -26px;
  width: 105%;
}
.ma-im4 {
    width: 77%;
    margin-left: 125px;
    margin-top: 52px;
}
.kpn {
  padding-right: 9px;
  color: #050505;
}
.ai-cb{
  font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    color: #6a6972;
    margin-top: -70px;
    text-align: center;
    margin-bottom: 50px;
}
/* channel partner */
.cl-im {
  margin-top: 145px;
  margin-bottom: 145px;
}
.ch-pt1 {
  width: 90%;
  margin-top: 101px;
  margin-left: 95px;
}
.ch-pt2 {
  width: 100%;
  margin-top: 66px;
  margin-left: -67px;
}
.ch-pt3 {
  width: 76%;
  margin-left: 146px;
  margin-top: 38px;
}
.ch-pt4 {
  width: 105%;
  margin-left: -85px;
  margin-top: 30px;
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(316px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.pricing-box {
  background-color: #ffffff;
      --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-shadow);
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
}
.pricing-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 14px;
  margin-top: 15px;
  color: #015c9b;
}
.pricing-subtitle {
  color: #d81b60;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 24px;
}
.price {
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 4px;
}
.vat {
  font-size: 24px;
  font-weight: 700;
  color: #555;
}
.price-details {
  margin: 24px 0;
  padding-left: 14px;
  list-style: square;
}
.price-details li {
  margin-bottom: 12px;
  font-size: 12px;
  line-height: 1.4;
}
.buy-button {
  background-color: #1a73e8;
  color: white;
  border: none;
  padding: 12px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px !important;
  text-align: center;
}
.buy-button:hover {
  background-color: #1557b0;
}
.ind-te{
  text-align: left !important;
}
.re-w{
  width: 20px;
}
.re-hf{
  display: initial;
  padding: 0px 0px 0px 6px;
}
.re-m {
  margin-top: 10px !important;
}
.re-p{
  margin-top: -55px;
}
.sfg {
  opacity: 1.5 !important;
  transition: all 0.3s;
}
.re-wi{
  width: 55px;
}
.accordion .accordion-item {
  border-bottom: 1px solid #000000;
}
/*
.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid #000000;
} */

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  color: #000000;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #000000;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #000000;
  border: 1px solid #000000;
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded='true'] {
  color: #000000;
}
.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}
.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 1rem;
  margin: 1em 0;
  color: #000000;
}
.fa-pg {
  text-align: center;
  color: black;
  margin: 25px 0 30px;
}
.lkj{
  color: #015c9b;
  font-size: 35px;
  margin-top: 70px;
}
.iot{
  text-align: center;
  margin-top: 80px;
    margin-bottom: 40px;
}
.piu{
  margin-bottom: 50px;
  margin-top: 60px;
}
.anji{
  box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #000;
    padding: 20px 5px 10px 5px;
    margin: 20px 40px 20px 40px;
    border-radius: 20px;
}
.uit{
  background-color:  #006bc3;
  border-radius: 15px;
  margin: 0px -1px 10px -15px;
  box-shadow: 5px 10px #e7e4e4;
}
.fd{
  margin-top: 80px;
}
.uyti{
  padding: 25px 2px 15px 2px;
}
.bnj{
  padding: 0px 7px 7px;
}
.tre{
  color: #fff;
}
.bg-cl {
  background: #0a9adf;
  padding: 125px;
}
.chatt1 {
  padding: 125px;
}
.yup{
  background: url(../images/home-Image/REady-to-get-start-BG.png) bottom center #186bbf;
  padding: 50px 0px;
  margin-bottom: 50px !important;
}
.ery{
  display: flex;
  margin-top: 70px;
  height: 70px;
}
.gyj{
  text-align: center;
    font-size: xx-large;
    font-weight: 500;
    margin-top: 50px;
}
.uyh{
  list-style: none;
    display: inline-block;
}
.fhi{
  font-size: 35px;
  line-height: 45px;
  color:#015c9b!important;
  margin-top: 80px;
}
.gh{
  font-weight: 20;
  color: rgb(0, 0, 0);
margin-top: 10px;
margin-bottom: 35px;
}
.bhjp{
    margin-top: 15px;
}
.bjh{
  text-align: center;
}
.bbc{
	margin-top: 55px;
}
.iou{
  margin-top: -10px;
}
.yhj{
  width: 20%;
}
.hgf {
  padding: 25px 20px 10px 10px;
  border: 1px solid #ddd9ff;
  box-shadow: -8px 8px 19px -8px rgb(123 127 218 / 20%);
  margin: -5px 30px 30px;
  width: 100%;
  border-radius: 6px;
  text-align: center;
}
.tyj{
  font-size: 35px;
    text-align: center;
    margin-bottom: 90px;
    font-weight: 700;
    color: #015c9b;
    margin-top: 50px;
}
.tcb{
  margin-left: 80px;
  margin-top: 80px;
}
.lhv{
    margin-top: 15px;
    margin-bottom: 10px;
}
.mcx{
  font-size: 35px;
  color: #ffffff !important;
  margin-top: 70px;
  margin-bottom: 50px;
}
.ds{
  margin-top: 115px;
    margin-bottom: 30px;
}
.gtco-testimonials {
  position: relative;
  margin-top: 30px;
}
  h2 {
    font-size: 30px;
    text-align: center;
    color: #333333;
    margin-bottom: 20px;
  }
  .owl-stage-outer {
    padding: 30px 0;
  }
  .owl-nav {
    display: none;
  }
  .owl-dots {
    text-align: center;

    span {
      position: relative;
      height: 10px;
      width: 10px;
      border-radius: 50%;
      display: block;
      background: #fff;
      border: 2px solid #01b0f8;
      margin: 0 5px;
    }

    .active {
      box-shadow: none;

      span {
        background: #01b0f8;
        box-shadow: none;
        height: 12px;
        width: 12px;
        margin-bottom: -1px;
      }
    }
  }

  .card {
    background: #fff;
    box-shadow: rgb(0 0 0 / 18%) 0px 14px 21px;
    margin: 0 20px;
    padding: 35px 10px;
    border-radius: 20px;
    border: 0;

    .card-img-top {
      max-width: 100px;
      border-radius: 50%;
      margin: 15px auto 0;
      box-shadow: 0 10px 24px -4px #95abbb;
      width: 100px;
      height: 100px;
    }

    h5 {
      color: #015c9b;
      font-size: 21px;
      line-height: 1.3;
      padding-top: 10px;

      span {
        font-size: 18px;
        color: #666666;
        padding-top: 7px;
      }
    }

    p {
      font-size: 16px;
      color: #555;
      padding-bottom: 15px;
      padding-top: 7px;
    }
  }

  .active {
    opacity: 1.5;
    transition: all 0.3s;
  }

  .center {
    opacity: 1;

    h5 {
      font-size: 24px;

      span {
        font-size: 18px;
      }
    }

    .card-img-top {
      max-width: 100%;
      height: 110px;
      width: 110px;
    }
  }

@media (max-width: 767px) {
  .gtco-testimonials {
    margin-top: 20px;
  }
}
.owl-carousel {
  .owl-nav button {
    &.owl-next, &.owl-prev {
      outline: 0;
    }
  }

  button.owl-dot {
    outline: 0;
  }
}
.dropdown.megamenu-li .col-md-6 {
  border-right: 1px solid #ddd;
  padding: 0px 30px;
}
.vcs{
  margin-top: 20px;
}

.ash{
  font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #6a6972;
    margin-top: 8px; 
}
.fds{
  margin-top: 60px !important;
}
.mjk{
  text-align: center;
    font-weight: 600;
    color: #006bc3;
    margin-top: 40px;
}
.um{
  text-align:center;
  margin-bottom: 60px;
  margin-top: 10px;
}
.avv{
  box-sizing: border-box;
    background-color: #fff;
    border: 0 solid #f1f4f8;;
    padding: 4rem;
    margin: 20px 40px 20px 40px;
    border-radius: 20px;
    box-shadow: 0 .5rem 1.5rem rgba(22, 28, 45, 0.1) !important;
}
.abm {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #6a6972;
  margin-top: 8px;
  line-height: 1.8;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/* event management system */
.cp-cl {
  margin-top: -75px;
}
.ev-im {
  width: 83%;
  margin-top: -69px;
  margin-left: -32px;
}
.ev-im1 {
  width: 95%;
  margin-top: 68px;
  margin-left: 85px;
}
.ev-im2 {
  width: 75%;
  margin-top: 48px;
  margin-left: 3px;
}
.ev-im3 {
  width: 80%;
  margin-top: 40px;
  margin-left: 123px;
}
.sa-pd {
  padding: 69px 0 60px;
}
.ev-sg {
  margin-top: 180px;
  margin-bottom: 90px;
}
.qualities {
  padding: 150px 0 0px;
  background: url(../images/qualities-bg.jpg) repeat 0 0;
  margin: -130px 0 0;
  position: relative;
  z-index: 10;
  pointer-events: none;
}
.qualitiesTop {
  margin: 0;
  padding: 0;
}
.qualities .col-md-4 {
  border-left: solid 1px #ccc;
  padding: 15px 60px 15px 20px;
  margin: 40px 0;
}
@media (min-width: 768px) {
  .col-md-4 {
      flex: 0 0 auto;
      width: 33.33333333%;
  }
}
.qualities .col-md-4 h3:before {
  content: '';
  position: absolute;
  left: -21px;
  top: 0;
  width: 2px;
  height: 23px;
  background: #034ea3;
}
@media (max-width: 1580px) {
  .qualities .col-md-4 h3 {
      font-size: 18px;
  }
}
.qualities .col-md-4 h3 {
  margin: 10px 0 6px;
  padding: 0;
  font-size: 20px;
  font-weight: 700;
  color: #034ea3;
  position: relative;
}
@media (max-width: 1580px) {
  .qualities h2.title {
      font-size: 35px;
      line-height: 45px;
  }
}
.mobileCRM.str {
  background: #fff;
  padding: 100px 0 100px;
  transform: inherit;
  margin-top: 0;
}
.qualitiesTop {
  margin: 0;
  padding: 0;
}
@media (max-width: 1580px) {
  .mobileCRM h2.title {
      font-size: 35px;
      line-height: 40px;
  }
}
@media (max-width: 1580px) {
  .mobileCRM h2.title {
      font-size: 45px;
  }
}
.mobileCRM h2.title {
  color: #004ca2;
  margin: 0;
  font-size: 35px;
  line-height: 55px;
  font-weight: 600;
}
p:last-child {
  margin-bottom: 0px;
}
.mobileCRM p {
  margin: 2px 0 2px;
  padding: 0;
}
.crm-pd {
  padding-top: 10px !important;
}
.ev-kl  {
  font-size: 1.75rem;
  font-weight: 500;
}
.ev-bt {
  padding: 14px 23px;
  font-size: 14px;
  line-height: 17px;
  border-radius: 27px;
  color: #ffffff !important;
  border: 1px solid #c91d0e;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  background-color: #c91d0e !important;
  margin-left: 5px;
  margin-top: 35px;
}
.cp-cd {
  margin: 20px 0 20px;
}
.evt-d {
  border: 1px solid white;
  padding: 15px 30px 15px 30px;
  border-radius: 16px;
  box-shadow: 6px 6px 4px #00000045;
}
.evt-te {
  font-size: 25px;
  font-weight: 600;
}
.hea-dg {
  margin: 0px !important;
}
.mobileCRM.str .container {
 max-width: 1260px;
}
.event-container {
  max-width: 1260px;
  padding-right: 15px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}


/* sales performance */
.sp-im2 {
    width: 90%;
    margin-top: -10px;
    margin-left: -50px;
}
.sp-im1 {
    width: 86%;
    margin-top: 38px;
    margin-left: 80px;
}
.sp-im3 {
    width: 95%;
    margin-left: -52px;
    margin-top: 25px;
}
.sp-im4 {
    width: 97%;
    margin-top: 2px;
    margin-left: 100px;
}
.sp-im5 {
  width: 100%;
  margin-top: 75px;
  margin-left: 65px;
}
/* sales automation */
.sa-im1 {
    width: 103%;
    margin-top: 65px;
    margin-left: 50px;
}
.sa-im2 {
  width: 93%;
  margin-top: 18px;
  margin-left: -60px;
}
.sa-im3 {
  width: 76%;
  margin-left: -25px;
  margin-top: 40px;
}
.sa-im4 {
    width: 74%;
    margin-left: 120px;
    margin-top: 40px;
}
.acvx {
  border: 1px solid #c91d0e;
  background-color: #c91d0e;
  padding: 10px 30px;
  color: white;
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
  outline: none;
  margin-top: 40px;
}
/* mobile app */
.cardd {
  box-shadow: 0 8px 30px -7px #c9dff0;
  margin: 0 20px;
  padding: 0 10px;
  border-radius: 20px;
  border: 0; 
}
.tii{
    height: 544px;  
}
.screenshot-wrap {
    position: relative;
}
.screenshot-wrap .screenshot-frame {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
  width: 19%;
  position: absolute;
  top: -12px;
  left: calc(50% + 0.5px);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  border-radius: 20px;
}
.yop{
  margin-top: 50px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 40px;
}
.mc-im1 {
  width: 44%;
  margin-top: 25px;
  margin-left: 170px;
}
.mc-im2 {
  width: 58%;
  margin-top: 11px;
  margin-left: 16px;
}
.mc-im3 {
  width: 40%;
  margin-top: 30px;
  margin-left: 195px;
}
.mc-im4 {
  width: 100%;
  margin-top: 53px;
  margin-left: -76px;
}
/* booking and customer */
.sb-im1 {
    width: 95%;
    margin-top: 2px;
    margin-left: 90px;
}
.sb-im2 {
  width: 83%;
  margin-top: 70px;
  margin-left: -10px;
}
.sb-im3 {
  width: 79%;
  margin-left: -30px;
  margin-top: 40px;
}
.sb-im4 {
    width: 85%;
    margin-top: 40px;
    margin-left: 95px;
}
.sb-im5 {
    width: 75%;
    margin-top: 40px;
    margin-left: 140px;
}
/* post sales */
.pk-im1 {
  width: 67%;
  margin-top: 50px;
  margin-left: 125px;
}
.pk-im2 {
  width: 92%;
  margin-top: 25px;
  margin-left: -65px;
}
.pk-im3 {
  width: 80%;
  margin-top: 35px;
  margin-left: 90px;
}
.pk-im4 {
  width: 74%;
  margin-top: 25px;
  margin-left: -1px;
}
/* performance management*/
.pm-im1 {
  width: 103%;
  margin-top: 82px;
  margin-left: -94px;
}
.pm-im2 {
  width: 76%;
  margin-top: 46px;
  margin-left: -2px;
}
.pm-im3 {
  width: 74%;
  margin-top: 10px;
  margin-left: 80px;
}
.pm-im4 {
  width: 74%;
  margin-top: 60px;
  margin-left: 120px;
}

/* integrations*/
.ci-im1{
  width: 95%;
    margin-top: 53px;
    margin-left: 50px;
}
.ci-im2 {
  width: 73%;
  margin-top: 55px;
  margin-left: 115px;
}
.ci-im3 {
  width: 82%;
  margin-left: -10px;
  margin-top: 41px;
}
.ci-im4 {
  width: 103%;
  margin-top: -30px;
  margin-left: 50px;
}
.ci-im5 {
  width: 93%;
  margin-top: 25px;
  margin-left: -25px;
}
/* DATA SECURITY */
.ds-im1 {
  width: 83%;
  margin-top: 23px;
  margin-left: 110px;
}
.ds-im2 {
  width: 84%;
  margin-top: 43px;
  margin-left: -19px;
}
.ds-im3 {
    width: 86%;
    margin-top: 10px;
    margin-left: -35px;
}
.ds-im4 {
  width: 85%;
  margin-top: 45px;
  margin-left: 140px;
}
.ds-cm {
  margin-top: 80px;
}
/* workflow automation */
.wf-im1 {
  width: 77%;
  margin-top: 53px;
  margin-left: 86px;
}
.wf-im2 {
  width: 100%;
  margin-top: 71px;
  margin-left: 70px;
}
.wf-im3 {
  width: 72%;
  margin-left: 110px;
  margin-top: 5px;
}
.wf-im4 {
  width: 76%;
  margin-top: 27px;
  margin-left: -11px;
}
.wf-im5 {
  width: 78%;
  margin-top: 60px;
  margin-left: -30px;
}
/* team collabration */
.fdf{
  font-size: 33px;
    font-weight: 600;
    color: #fff;
    text-align: left;
}
.po{
  margin-top: 30px;
    color: #fff;
    text-align: justify;
}
.theme-btnn-3 {
  margin-top: 35px;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  border: 1px solid #c91d0e ;
  border-radius: 30px;
  letter-spacing: 1px;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  background-color: #c91d0e  !important;
  margin-left: -390px;
}
.theme-btnn-3:hover {
  background-color: #c91d0e  !important; /* Change background color on hover */
  color: #ffffff; /* Change text color on hover */
  border-color: #c91d0e  !important; /* Change border color on hover */
  transform: scale(1.05); /* Slightly increase the size on hover */
}
.tc-im6{
    margin-top: 260px;
    margin-left: 75px;
    width: 100%;
}
.tc-im1 {
  width: 96%;
  margin-top: 80px;
  margin-left: 75px;
}
.tc-im2 {
  width: 87%;
  margin-top: 80px;
  margin-left: -35px;
}
.tc-im3 {
  width: 80%;
  margin-left: 105px;
  margin-top: 54px;
}
.tc-im4 {
  width: 96%;
  margin-top: 13px;
  margin-left: -58px;
}
.tc-im5 {
  width: 100%;
  margin-top: 110px;
  margin-left: 70px;
}
/* precall& call center */
.mpp {
  margin-top: 265px;
  margin-left: 90px;
  width: 89%;
}
.ps-im1 {
  width: 94%;
  margin-top: 35px;
  margin-left: -35px;
}
.ps-im2 {
  width: 100%;
  margin-top: 48px;
  margin-left: 60px;
}
.ps-im3 {
  width: 100%;
  margin-left: -90px;
  margin-top: 68px;
}
.ps-im4 {
  width: 92%;
  margin-top: -13px;
  margin-left: 80px;
}
.ps-im5 {
  width: 92%;
  margin-top: 41px;
  margin-left: -19px;
}
.tick{
  width: 6%;
}
/* onboarding customer support */
.oi1 {
    width: 93%;
    margin-left: 100px;
    margin-top: -2px;
}
.oi2 {
    width: 83%;
    margin-top: 17px;
    margin-left: -7px;
}
.oi3 {
    width: 80%;
    margin-top: 20px;
    margin-left: -30px;
}
.oi4 {
    margin-left: 80px;
    width: 93%;
    margin-top: 55px;
}
/* escalation management */
.em-im1 {
  width: 82%;
  margin-top: 65px;
  margin-left: 115px;
}
.em-im2 {
  width: 90%;
  margin-top: 15px;
  margin-left: -50px;
}
.em-im3 {
  width: 100%;
  margin-top: 12px;
  margin-left: 30px;
}
.em-im4 {
  width: 100%;
  margin-top: 89px;
  margin-left: -53px;
}
/* document management */
.dm-im1 {
    width: 81%;
    margin-left: 90px;
    margin-top: 60px;
}
.dm-im2{
  width: 65%;
    margin-top: 15px;
    margin-left: 38px;
}
.dm-im3{
  width: 61%;
    margin-top: 55px;
    margin-left: 121px;
}
.dm-im4{
  width: 68%;
    margin-left: 40px;
    margin-top: 54px;
}
/* field track with gps */
.st-im1 {
  width: 78%;
  margin-left: 95px;
  margin-top: 60px;
}
.st-im2 {
  width: 115%;
  margin-top: 45px;
  margin-left: -110px;
}
.st-im4 {
  width: 76%;
  margin-left: 111px;
  margin-top: 52px;
}
.st-im3 {
  width: 88%;
  margin-top: 55px;
  margin-left: -48px;
}
/* deal management */
.dl-im {
  width: 97%;
  margin-top: 290px;
  margin-left: 72px;
}
.dl-im1 {
  width: 87%;
  margin-top: 65px;
  margin-left: 71px;
}
.dl-im2 {
  width: 103%;
  margin-left: -70px;
  margin-top: -15px;
}
.dl-im3 {
  width: 80%;
  margin-top: 56px;
  margin-left: 80px;
}
.dl-im4 {
  width: 88%;
  margin-top: 70px;
  margin-left: -55px;
}
/* property portal */
.property1 {
  width: 86%;
  margin-left: 75px;
  margin-top: 50px;
}
.property2 {
  width: 65%;
  margin-top: 43px;
  margin-left: 43px;
}
.property3 {
  margin-left: 80px;
  width: 90%;
  margin-top: 35px;
}
.property4 {
  width: 91%;
  margin-top: 40px;
  margin-left: -30px;
}
/* feedback management */
.fm-im1 {
  width: 75%;
  margin-top: 50px;
  margin-left: 139px;
}
.fm-im2 {
  width: 83%;
  margin-top: 23px;
  margin-left: -48px;
}
.fm-im3 {
  width: 88%;
  margin-top: 15px;
  margin-left: 80px;
}
.fm-im4 {
  width: 86%;
  margin-top: 41px;
  margin-left: -52px;
}
/* reports & dashboards */
.rd-im1 {
  width: 100%;
  margin-top: 75px;
  margin-left: 24px;
}
.rd-im2 {
  width: 82%;
  margin-top: 73px;
  margin-left: -14px;
}
.rd-im3 {
  width: 100%;
  margin-top: 47px;
  margin-left: 65px;
}
.rd-im4 {
  width: 90%;
  margin-top: -6px;
  margin-left: -55px;
}
/* ticket management */
.tm-im1 {
    width: 92%;
    margin-top: 35px;
    margin-left: -35px;
}
.tm-im2 {
  width: 90%;
  margin-top: 50px;
  margin-left: -55px;
}
.tm-im3 {
    width: 77%;
    margin-left: -22px;
    margin-top: 12px;
}
.tm-im4 {
  width: 85%;
  margin-top: 100px;
  margin-left: 115px;
}
.tm-im5 {
    width: 100%;
    margin-top: 70px;
    margin-left: 80px;
}
/* crm comparison */
.comp-bg{
  background-image: url(../images/home-Image/homebg.png);
  height: 550px;
}
.cp-im {
    width: 105%;
    margin-top: -50px;
    margin-left: -93px;
}
.comparison {
    margin: 2rem auto;
    overflow-x: auto;
}
.comparison-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    text-align: left;
}
.wtb-ds {
    padding-top: 20px;
}
.wtb-hj {
    font-size: 21px;
    font-weight: 600;
}
.comparison-table caption.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
}

.comparison-table th,
.comparison-table td {
    padding: 12px 16px;
    border: 1px solid #fff;
    vertical-align: top;
    color: #fff;
    text-align: center;
}

.comparison-table .col-head {
    background-color: #f0f0f0;
    text-align: center;
    color: #015c9b;
    font-weight: 700;
    font-size: 17px;
    padding: 25px 5px;
}

.comparison-table .row-head {
    font-weight: bold;
}

.comparison-table .highlight {
    font-weight: bold;
}

.comparison-table .icon img {
    width: 25px;
    vertical-align: middle;
    margin-right: 8px;
}
.comp {
     background: #0a9adf;
    padding: 85px 0 70px 0;
}
.comp h2 {
    color: #fff;
    font-size: 35px;
}
.comp .container {
  max-width: 1320px;
}
.ea-pd {
    padding: 80px 0 80px;
    background-color: #0a9adf;
}
.ea-pd h2  {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
}
.gcontainer {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
    margin: 44px auto;
}
.wa2 {
    font-size: 16px;
    color: #fff;
}
.gboxes {
    background: #11111212;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: max-content;
}
.wtb-po {
    width: 25%;
}
.gboxes:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.gboxes img {
    width: 40px;
    margin-bottom: 15px;
}
/* products */
.sc-pbd {
    padding: 18px 25px;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    border: 1px solid #c91d0e;
    border-radius: 27px;
    letter-spacing: 1px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    background-color: #c91d0e !important;
}
.uips {
    text-align: start;
    margin-top: 30px;
}
.im-pd {
  border: solid 19px #fff;
    border-radius: 15px;
    box-shadow: rgb(100 100 111 / 32%) 0px 2px 20px 0px;
}
 .prdt-hd{
    font-style: italic;
    color: #fff;
    padding-bottom: 15px;
    padding-top: 45px;
    text-align: justify;
}
.prdt-im {
    margin-top: 280px;
    margin-left: 95px;
    width: 79%;
}
.prdt-im1 {
    width: 100%;
    margin-top: 55px;
    margin-left: 60px;
}
.prdt-im2 {
    width: 100%;
    margin-left: -70px;
    margin-top: 45px;
}
.prdt-im3 {
    width: 100%;
    margin-top: 50px;
    margin-left: 75px;
}
.prdt-im4 {
    width: 100%;
    margin-top: 35px;
    margin-left: -70px;
}
.prdt-im5 {
    width: 100%;
    margin-left: 80px;
    margin-top: 55px;
}
/* customer support */

     .resp-vtabs {
      display: flex;
      flex-direction: row;
      gap: 40px;
    }
    .resp-tabs-list {
      display: flex;
      flex-direction: column;
      list-style: none;
      padding: 0;
      margin: 0;
      width: 280px;
      border-right: 2px solid #ccc;
    }
    .resp-tab-item {
      font-weight: bold;
      font-size: 1.2em;
      padding: 20px;
      cursor: pointer;
      color: #555;
      border-left: 5px solid transparent;
      transition: all 0.3s ease;
    }
    .resp-tab-item:hover,
    .resp-tab-item.resp-tab-active {
      color: #015c9b;
      border-right: 5px solid #015c9b;
    }
    .resp-tabs-container {
      flex: 1;
      border-radius: 8px;
      padding: 30px;
      box-shadow: 0 0 15px rgba(0,0,0,0.05);
    }
    .resp-tab-content { display: none; }
    .resp-tab-content-active { display: block; }
.benefitsUsing {
    background-image: url(../images/home-Image/qualities-bg.jpg);
    padding: 40px 0 65px;
}
.benefitsUsing img {
  width: 100%;
  margin-top: -50px;
}
.benefitsUsing h3 {
  color: #015c9b;
  padding-bottom: 12px;
}
.support-im {
    margin-top: 225px;
    margin-left: 100px;
    width: 90%;
}
.support-im1 {
    width: 80%;
    margin-top: 5px;
    margin-left: -7px;
}
.support-im2 {
    width: 95%;
    margin-top: -45px;
    margin-left: 87px;
}
.support-im3 {
    width: 96%;
    margin-left: -70px;
    margin-top: 23px;
}
.support-im4 {
    width: 85%;
    margin-top: 50px;
    margin-left: 99px;
}
.support-im5 {
    width: 80%;
    margin-top: 10px;
    margin-left: -10px;
}
.support-im6 {
    width: 96%;
    margin-left: 80px;
    margin-top: 82px;
}
.support-im7 {
    width: 84%;
    margin-left: -35px;
    margin-top: -16px;
}
.support-im8 {
    width: 97%;
    margin-left: 75px;
    margin-top: 80px;
}
.support-mb-app{
    width: 56%;
    margin-top: 0px;
    margin-left: 93px;
}
/* survey forms */
.survey-hon{
    background-image: url(../images/home-Image/qualities-bg.jpg);
}
.mobile-team {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 50px 20px;
  max-width: 1200px;
  margin: auto;
}
.left-graphic {
  position: sticky;
  top: 80px; /* adjust depending on your layout */
  align-self: flex-start;
}
.right-content {
  flex: 1 1 500px;
  padding: 20px;
}
.right-content h1 {
  font-size: 2.5rem;
  color: #015c9b;
}
.right-content .sub-text {
  font-size: 1rem;
  color: #333;
  margin: 20px 0;
  max-width: 600px;
}
.survey-im {
    width: 80%;
    margin-top: -16px;
    margin-left: -10px;
}
.ndocts-features {
  position: relative;
  border-left: 2px dashed #1d3b82;
  margin-left: 10px;
}
.ndocts-features li {
  position: relative;
  margin-bottom: 30px;
}
.ndocts-features li::before {
  content: '';
  position: absolute;
  left: -12px;
  top: 15px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 9px solid #696969;
  border-bottom: 7px solid transparent;
}
.ndocts-toggle {
  all: unset;
  font-size: 1.05rem;
  color: #111;
  cursor: pointer;
  font-weight: 600;
  display: block;
  width: 100%;
  text-align: left;
  padding: 5px 5px;
}
.ndocts-detail {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  opacity: 0;
  padding-left: 10px;
  color: #444;
  will-change: max-height, opacity;
}
.ndocts-detail.active {
  max-height: 1000px; /* Large enough to allow full expansion */
  opacity: 1;
}














.pl-pk{
  margin-bottom: 80px;
}
.Product {
  display: inline-block;
  text-align: center;
}
.Product-btn {
  background-color: transparent; 
  color: white;
  padding: 10px 3px 10px 35px;
  border: none;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
}

.Product-content {
  text-align: start;
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border-radius: 5px;
}

.Product-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.Product-content a:hover {
  background-color: #f1f1f1;
  color: #006bc3;
}

.Product:hover .Product-content {
  display: block;
}


.fcd-banner {
  max-width: 100%;
  width: 900px;
  margin: 0 auto;
  
}
.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background: url(..assets/images/home-Image/bgplus.png);
}
.megamenu-li .dropdown-toggle::after {
  content: url(../images/home-Image/featureArr.png);
  border: 0;
  position: absolute;
}
/*===== All Slick Slide Outline Style =====*/

.slick-slide {
  outline: 0;
}
/*===== All Button Style =====*/

.main-btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 25px;
  font-size: 16px;
  line-height: 48px;
  border-radius: 8px;
  border: 0;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background: -webkit-linear-gradient(
    left,
    #33c8c1 0%,
    #119bd2 50%,
    #33c8c1 100%
  );
  background: -o-linear-gradient(left, #33c8c1 0%, #119bd2 50%, #33c8c1 100%);
  background: linear-gradient(to right, #33c8c1 0%, #119bd2 50%, #33c8c1 100%);
  background-size: 200%;
}
.main-btn:hover {
  color: #fff;
  background-position: right center;
}
/*===== All SECTION TITLE Style =====*/

.section-title .line {
  background: -webkit-linear-gradient(#fe8464 0%, #fe6e9a 100%);
  background: -o-linear-gradient(#fe8464 0%, #fe6e9a 100%);
  background: linear-gradient(#fe8464 0%, #fe6e9a 100%);
  width: 150px;
  height: 5px;
  margin-bottom: 10px !important;
}
.section-title .title {
  font-size: 38px;
  font-weight: 700;
  line-height: 42px;
}
@media (max-width: 767px) {
  .section-title .title {
    font-size: 20px;
  }
  .digitalBok {
    background: url(../images/home-Image/indepth_bg.png) top #006ec1 !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-title .title {
    font-size: 30px;
  }
}
.section-title .title span {
  font-weight: 400;
  display: contents;
}
/*===== All Section Title Style =====*/

.section-title .sub-title {
  font-size: 18px;
  font-weight: 400;
  color: #361cc1;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .section-title .sub-title {
    font-size: 16px;
  }
}
.section-title .title {
  font-size: 32px;
  padding-top: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title .title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .section-title .title {
    font-size: 24px;
  }
}
.section-title .title span {
  font-weight: 400;
  display: contents;
}
/*===== All Slick Slide Outline Style =====*/

.slick-slide {
  outline: 0;
}
/*===== All Preloader Style =====*/

.preloader {
  /* Body Overlay */
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  /* Change Background Color */
  background: #fff;
  z-index: 99999;
}
.preloader .loader {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.preloader .loader .ytp-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  margin-left: -32px;
  z-index: 18;
  pointer-events: none;
}
.preloader .loader .ytp-spinner .ytp-spinner-container {
  pointer-events: none;
  position: absolute;
  width: 100%;
  padding-bottom: 100%;
  top: 50%;
  left: 50%;
  margin-top: -50%;
  margin-left: -50%;
  -webkit-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
  -moz-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
  -o-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
  animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
}
.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1)
    infinite both;
  -moz-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1)
    infinite both;
  -o-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1)
    infinite both;
  animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite
    both;
}
.preloader
  .loader
  .ytp-spinner
  .ytp-spinner-container
  .ytp-spinner-rotator
  .ytp-spinner-left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  right: 50%;
}
.preloader
  .loader
  .ytp-spinner
  .ytp-spinner-container
  .ytp-spinner-rotator
  .ytp-spinner-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  left: 50%;
}
.preloader .loader .ytp-spinner-circle {
  box-sizing: border-box;
  position: absolute;
  width: 200%;
  height: 100%;
  border-style: solid;
  /* Spinner Color */
  border-color: #361cc1 #361cc1 #e1e1e1;
  border-radius: 50%;
  border-width: 6px;
}
.preloader .loader .ytp-spinner-left .ytp-spinner-circle {
  left: 0;
  right: -100%;
  border-right-color: #e1e1e1;
  -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1)
    infinite both;
  -moz-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1)
    infinite both;
  -o-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1)
    infinite both;
  animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite
    both;
}
.preloader .loader .ytp-spinner-right .ytp-spinner-circle {
  left: -100%;
  right: 0;
  border-left-color: #e1e1e1;
  -webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite
    both;
  -moz-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite
    both;
  -o-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
/* Preloader Animations */

@-webkit-keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
    -moz-transform: rotate(675deg);
    -ms-transform: rotate(675deg);
    -o-transform: rotate(675deg);
    transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
    -moz-transform: rotate(810deg);
    -ms-transform: rotate(810deg);
    -o-transform: rotate(810deg);
    transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
    -moz-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -o-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}
@keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
    -moz-transform: rotate(675deg);
    -ms-transform: rotate(675deg);
    -o-transform: rotate(675deg);
    transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
    -moz-transform: rotate(810deg);
    -ms-transform: rotate(810deg);
    -o-transform: rotate(810deg);
    transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
    -moz-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -o-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}
@-webkit-keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}
@keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}
@-webkit-keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}
@keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}
/*===========================
    02.HEADER css 
===========================*/

/*===== NAVBAR =====*/

.navbar-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.sticky {
  position: fixed;
  z-index: 99;
  background-color: #0a9adf;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 999;
}
.navbar {
  padding: 25px 0;
  padding-bottom: 10px;
  border-radius: 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-bottom: 1px solid #28b5ee;
}
.sticky .navbar {
  border-bottom: 0px solid #28b5ee;
}
.navbar-brand {
  padding: 0;
}
.navbar-toggler {
  padding: 0;
}
.navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 5px 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.navbar-toggler.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}
.navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}
.navbar-toggler.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -7px;
}
.navbar-nav .nav-item {
  margin-left: 30px;
  position: relative;
}
ul#nav {
  margin-top: 12px;
}
.navbar-nav .nav-item.active a {
  border-bottom: 1px solid #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .navbar-nav .nav-item {
    margin: 0;
  }
}
.navbar-nav .nav-item a {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 10px 0;
  position: relative;
  font-family: "Poppins", sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item a {
    display: block;
    padding: 4px 0;
    color: #2e2e2e !important;
  }
}
@media (max-width: 767px) {
  .navbar-nav .nav-item a {
    display: block;
    padding: 4px 0;
    color: #2e2e2e;
  }
}
.navbar-nav .nav-item:hover .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item:hover .sub-menu {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-nav .nav-item:hover .sub-menu {
    top: 0;
  }
}
.navbar-nav .nav-item .sub-menu {
  width: 200px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 110%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    display: none;
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .navbar-nav .nav-item .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    display: none;
    opacity: 1;
    visibility: visible;
  }
}
.navbar-nav .nav-item .sub-menu li {
  display: block;
}
.navbar-nav .nav-item .sub-menu li a {
  display: block;
  padding: 8px 20px;
  color: #2e2e2e;
}
.navbar-nav .nav-item .sub-menu li a.active,
.navbar-nav .nav-item .sub-menu li a:hover {
  padding-left: 25px;
  color: #361cc1;
}
.navbar-nav .sub-nav-toggler {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .sub-nav-toggler {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    color: #2e2e2e;
    font-size: 18px;
    border: 0;
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 767px) {
  .navbar-nav .sub-nav-toggler {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    color: #2e2e2e;
    font-size: 18px;
    border: 0;
    width: 30px;
    height: 30px;
  }
  .sticky .navbar-nav .nav-item a {
    color: #2e2e2e !important;
  }
}
.navbar-nav .sub-nav-toggler span {
  width: 8px;
  height: 8px;
  border-left: 1px solid #2e2e2e;
  border-bottom: 1px solid #2e2e2e;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: -5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-btn {
    position: absolute;
    top: 50%;
    right: 50px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .navbar-btn {
    position: absolute;
    top: 50%;
    right: 50px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.navbar-btn .main-btn {
  height: 45px;
  line-height: 45px;
  background: -webkit-linear-gradient(
    left,
    #fe8464 0%,
    #fe6e9a 50%,
    #fe8464 100%
  );
  background: -o-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
  background: linear-gradient(to right, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
  background-size: 200%;
}
.forMobileMenu {
  display: none;
}
.navbar-btn .main-btn:hover {
  color: #fff;
  background-position: right center;
}
.sticky .navbar-toggler .toggler-icon {
  background-color: #fff;
}
.sticky .navbar-nav .nav-item a {
  color: #fff;
}
.sticky .navbar-nav .nav-item.active > a,
.sticky .navbar-nav .nav-item:hover > a {
  color: #fff;
}
/*===== HEADER HERO =====*/

.header-hero {
  position: relative;
  z-index: 5;
  background-position: 0 0;
  height: 730px;
  background-size: cover;
}
.header-hero.aboutUsPage {
  height: 530px;
  padding-top: 40px;
}
#particles-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.header-hero-content {
  padding-top: 200px;
}
.exploreBtn {
  font-size: 20px;
  color: #fff !important;
  margin-top: 30px;
  position: relative;
  text-transform: uppercase;
}
.exploreBtn span {
  font-size: 17px;
}
.exploreBtn:after {
  background-color: #ffffff;
  content: "";
  position: absolute;
  height: 1px;
  top: 48%;
  left: 110px;
  -webkit-transition: width 0.3s, left 0.3s;
  transition: width 0.3s, left 0.3s;
  z-index: -3333333333;
  width: 100px;
  opacity: 0.9;
}
a.exploreBtn:before {
  background-color: #ffffff;
  content: "";
  position: absolute;
  height: 1px;
  top: 48%;
  right: 110px;
  -webkit-transition: width 0.3s, right 0.3s;
  transition: width 0.3s, right 0.3s;
  z-index: -3333333333;
  width: 100px;
  opacity: 0.9;
}
.exploreBtn:hover:after,
.exploreBtn:hover:before {
  width: 0px;
  -webkit-transition: width 0.3s 0.2s, right 0.3s 0.2s;
  transition: width 0.3s 0.2s, right 0.3s 0.2s;
}
.header-hero-content .header-sub-title {
  font-size: 45px;
  font-weight: 600;
  color: #fff;
}
.aboutUsPage .header-hero-content .header-sub-title {
  margin-top: 30px;
}
@media (min-width: 900px) {
  .forListAddres {
    padding-top: 70px;
    padding-left: 30px;
  }
}
@media (max-width: 768px) {
  .forMobileMenu {
    display: block;
    position: absolute;
    right: 80px;
  }
  .forMobileMenu a {
    width: 40px;
    margin-left: 25px;
  }
}

@media (max-width: 767px) {
  .header-hero-content .header-sub-title {
    font-size: 24px;
  }
  .navbar-brand img {
    width: 80px !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-hero-content .header-sub-title {
    font-size: 30px;
  }
}
.header-hero-content .header-title {
  font-size: 38px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 767px) {
  .header-hero-content .header-title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-hero-content .header-title {
    font-size: 30px;
  }
}
.header-hero-content .text {
  color: #fff;
  margin-top: 30px;
}
.header-hero-content .main-btn {
  margin-top: 40px;
}
.header-hero-image {
  padding-top: 45px;
  position: absolute;
  z-index: 999;
  left: 9%;
}
.header-hero-image img {
  max-width: 100%;
  transform: translatey(0px);
  animation: float 8s ease-in-out infinite;
}

@media (max-width: 767px) {
  .header-hero-image img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .header-hero-image {
    padding-top: 30px;
  }
}
.presales .croParse img {
  height: 370px;
}
.main-content {
  position: relative;
}
.imgLeftSideNew img {
  height: 290px;
}
.main-content .owl-theme .custom-nav {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
}
.main-content .owl-theme .custom-nav .owl-prev,
.main-content .owl-theme .custom-nav .owl-next {
  position: absolute;
  height: 100px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}
.main-content .owl-theme .custom-nav .owl-prev i,
.main-content .owl-theme .custom-nav .owl-next i {
  font-size: 2.5rem;
  color: #cecece;
}
.main-content .owl-theme .custom-nav .owl-prev {
  left: 0;
}
.main-content .owl-theme .custom-nav .owl-next {
  right: 0;
}
.realEstate h2 {
  color: #006bc3;
  position: relative;
  font-size: 40px;
  padding-bottom: 30px;
  margin-bottom: 20px;
  padding-top: 40px;
}
.realEstate h2:after,
.cusmtRes h3:after {
  content: "";
  background-color: #d0d0d0;
  position: absolute;
  width: 60%;
  height: 1px;
  bottom: 0;
  left: 0;
}
.realEstate h2:before,
.cusmtRes h3:before {
  content: "";
  background-color: #006bc3;
  position: absolute;
  width: 10%;
  height: 3px;
  bottom: 0;
  left: 0;
  z-index: 9;
}
.cusmtRes h3:before {
  right: 0px;
  margin: 0px auto;
  width: 5%;
}
.cusmtRes h3:after {
  width: 22%;
  margin: 0px auto;
  right: 0px;
}
.realEstate p {
  margin-bottom: 10px;
}
.toggleDiv,
.toggleDivs {
  display: none;
}
.realEstate h5,
.favAppTxt h5 {
  color: #191f23;
  border: 1px dashed #006bc3;
  border-radius: 50px;
  padding: 5px 25px;
  font-size: 15px;
  /* margin-bottom: 50px; */
  font-weight: 600;
  line-height: 30px;
  cursor: pointer;
}
.whychos h2 {
  color: #fff;
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 30px;
  padding-top: 110px;
  position: relative;
  padding-bottom: 30px;
}
.endtoEnd b {
  font-weight: 600;
  font-size: 40px;
}
.whychos h2:after {
  content: "";
  background-color: #72abcc;
  position: absolute;
  width: 50%;
  height: 1px;
  bottom: 0;
  left: 0px;
}
.whychos h2:before {
  content: "";
  background-color: #ffffff;
  position: absolute;
  width: 10%;
  height: 2px;
  bottom: 0;
  left: 0;
  z-index: 99;
}
.whychos p {
  color: #fff;
}
.whychos .custom-nav.owl-nav button {
  background-color: transparent;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  border: 1px solid #fff;
}
.whychos .custom-nav.owl-nav button:hover {
  background-color: #fff;
  color: #252525;
}
.whychos .fa-angle-right:before {
  content: "\f061";
}
.whychos .fa-angle-left:before {
  content: "\f060";
}
.whychos .custom-nav.owl-nav {
  text-align: left;
}
.whyChoose {
  background-image: url(../images/home-Image/ychoose-rsoft--BG.png);
  padding: 100px 0 150px;
  background-repeat: no-repeat;
}
.whyChoosedetails .owl-item {
  background-color: #fff;
  padding: 15px;
  margin: 30px 0;
}
.whyChoosedetails .owl-item .rightChosTxt h5,
.rightChosTxtNew h5 {
  color: #0073c7;
  font-size: 35px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-left: 15px;
}
.whyChoosedetails .owl-item .rightChosTxt p,
.rightChosTxtNew p,
.rightChosTxtNew i,
.whyChoosedetails .owl-item .rightChosTxt i {
  font-size: 15px;
  padding: 0 15px;
}
.rightChosTxtNew i {
  color: #252525;
}
.customer-logos {
  padding: 10px 5px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 5px 10px 29px 0 rgb(68 88 144 / 20%);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  margin-top: -60px;
}
.megamenu-li.show {
  position: static;
}
.navbar-brand img {
  width: 90px;
  object-fit: scale-down;
}
.megamenu {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  padding: 15px;
}
.customer-logos .slick-slide img {
  /* width: 100px; */
  margin: 0 auto;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
}
.customer-logo .slick-slide {
  /* border-right: 1px solid #efeaea; */
  padding: 5px;
}
.preSale h2 {
  color: #0073c7;
  text-align: center;
  font-size: 40px;
  margin-bottom: 15px;
}
.preSale p {
  font-size: 17px;
  text-align: center;
  margin-bottom: 50px;
}
.carouselPreSales .croParse img {
  padding: 10px;
}
.carouselPreSales .croParse .innerSales {
  width: 300px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 2px 43px 0 rgb(2 2 2 / 7%);
  box-shadow: 0 2px 43px 0 rgb(2 2 2 / 7%);
  padding: 17px 40px;
  position: absolute;
  bottom: 10px;
  right: 30px;
  z-index: 99999999 !important;
}
.carouselPreSales .croParse img {
  padding: 10px 10px 60px;
}
.carouselPreSales .croParse {
  position: relative;
}
.carouselPreSales .croParse .innerSales h6 {
  font-size: 28px;
  color: #006fc1;
}
.carouselPreSales .croParse .innerSales p {
  font-size: 16px;
  margin-top: 12px;
}
.croParse i {
  color: #252525;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.croParse .innerSales:hover i {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}
@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-10px);
  }
  100% {
    transform: translatey(0px);
  }
}
.bg_cover:after {
  /* content: url(../images/home-Image/cloudbg.png); */
  content: " ";
  /*background: url(../images/home-Image/cloudbg.png);*/
  position: absolute;
  bottom: -50px;
  width: 100%;
  height: 160px;
  transform: translatey(0px);
  animation: float 10s ease-in-out infinite;
  background-image: url(../images/home-Image/cloudbg.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.bg_cover::before {
  /* content: url(../images/home-Image/cloudsNew.png);  */
  content: " ";
  background: url(../images/home-Image/cloudsNew.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -10px;
  width: 100%;
  height: 160px;
  transform: translatey(0px);
  animation: float 8s ease-in-out infinite;
}
.leadManageBg::after {
  background-image: url(../images/home-Image/staticCloud.png);
  height: 250px !important;
  animation: float 10s ease-in-out infinite !important;
  transform: translatey(0px);
  /*bottom: -29px !important*/
}
.leadManageBg::before {
  /* background-image: url(../images/home-Image/staticCloud.png); */
  display: none;
}
.imgLeftSide img {
  position: relative;
  top: -15px;
  height: 100%;
}
.imgLeftSideNew img {
  position: relative;
  bottom: -30px;
}
.imgLeftSideNew:after {
  content: "";
  position: absolute;
  left: -6px;
  top: 30%;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ffffff;
  clear: both;
  -moz-transform: rotate(135deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
ul.movingrightbox {
  display: table;
  margin-right: auto;
}
.movingrightbox > li {
  display: table-cell;
  height: 100%;
  vertical-align: top;
}
.movingrightbox > li.cust-mt-s {
  vertical-align: middle;
}
.cust-mt-o a.Web-Development {
  padding-top: 20px;
}
.movingrightbox > li ul li {
  width: 200px;
  height: 200px;
  border-radius: 8px;
  background-color: #ffffff;
  margin-bottom: 40px;
  text-align: center;
  box-shadow: 0 0 27px rgba(115, 115, 115, 0.72);
  list-style-type: none;
  margin-left: 40px;
  padding: 0 4px;
  z-index: 9;
  position: relative;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgb(0 0 0 / 0%);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.movingrightbox > li ul li:hover {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
p.Web-Design {
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
}
.movingrightbox > li ul li a:hover {
  text-decoration: none;
}
.movingrightbox > li ul li:hover {
  background-color: #eeeeee;
}
.movingrightbox > li ul li.SEO {
  margin-left: 60px;
  margin-top: 60px;
}
li.Ecommerce {
  margin-top: 100px;
}
/* .movingrightbox > li ul li img {width: 120px;} */

.movingrightbox > li ul li h3 {
  font-weight: 600;
  color: #006fc1;
  font-size: 55px;
}
.cust-mt-o ul {
  margin-top: 70px !important;
}
.cust-mt-s ul {
  margin-top: 60%;
}
.crm {
  /* background-color: #006fc1; */
  background: url(../images/home-Image/endtoendbg.png) no-repeat #207ccd;
  padding-top: 100px;
  padding-bottom: 60px;
}
ul.movingrightbox {
  position: relative;
}
ul.movingrightbox:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: url(../images/home-Image/dotlines.png) no-repeat;
  background-size: 650px;
  z-index: 0;
  top: 90px;
  left: 90px;
}
.endtoEnd * {
  color: #fff;
}
.endtoEnd h4 {
  font-size: 47px;
  font-weight: 300;
  line-height: 58px;
}
.endtoEnd p {
  font-size: 15px;
  margin-top: 12px;
  font-weight: 100;
}
.yourFavApp {
  padding: 100px 0px;
  background-image: url(../images/home-Image/Integrate-BG.png);
  position: relative;
  background-repeat: no-repeat;
}
.integrate {
  text-align: center;
}
.integrate h2 {
  font-size: 50px;
  color: #015c9b;
  margin-bottom: 19px;
  font-weight: 600;
}
.integrate p {
  font-size: 16px;
  margin-bottom: 80px;
  color: #6d6d6d;
  font-weight: 600;
}
.favAppTxt a {
  margin-left: 20px;
  font-weight: 600;
}
.favAppTxt h4 {
  font-size: 33px;
  margin-bottom: 10px;
  color: #015c9b;
  font-weight: 700;
  padding-top: 30px;
  padding-left: 20px;
}
.favAppTxt p {
  margin-top: 30px;
  margin-bottom: 20px;
  padding-left: 20px;
}
/* .sub-menu-bar#navbarSupportedContent.collapse:not(.show){
display: none !important;
} */

.whatIsRealEstate {
  padding: 250px 0 50px;
  position: relative;
}
.presales {
  padding-top: 180px;
  padding-bottom: 100px;
  position: relative;
}
.yourFavApp:after {
  content: url(../images/home-Image/cloud.png);
  position: absolute;
  bottom: 0;
  right: 20px;
  width: 410px;
  height: 470px;
  transform: translatey(0px);
  animation: float 10s ease-in-out infinite;
}
.whatIsRealEstate:after {
  content: url(../images/home-Image/cloud.png);
  position: absolute;
  bottom: 0;
  right: 50px;
  width: 380px;
  height: 490px;
  transform: translatey(0px);
  animation: float 10s ease-in-out infinite;
}
.presales:after {
  content: url(../images/home-Image/Presales-BG-Image.png);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 410px;
  height: 380px;
  transform: translatey(0px);
  animation: float 10s ease-in-out infinite;
  z-index: -1;
}
#navOne li span,
#navOne li a {
  color: #fff;
  font-size: 16px;
}
#navOne li {
  margin-left: 15px;
}
#navOne li button {
  outline: none;
  border: 1px solid #fff;
  padding: 5px 20px;
  border-radius: 20px;
  color: #000;
  margin-top: -5px;
  font-weight: 600;
  background: #fff;
}
#navOne li button.btn_type1,
#navOne li button.btn_type2:hover {
  background: #fff;
  color: #000;
}
#navOne li button.btn_type2,
#navOne li button.btn_type1:hover {
  background: transparent;
  color: #fff;
}
.circleImg {
  display: none;
  /* transform: translatey(0px);
  animation: float 10s ease-in-out infinite; */
}
.testimonial {
  padding: 130px 0 0;
}
.whatourCust h3 {
  text-align: center;
  font-size: 50px;
  color: #0261a7;
  font-weight: 600;
  margin-bottom: 30px;
}
.whatourCust p {
  text-align: center;
  padding-bottom: 20px;
}
/* owl nav */

#customers-testimonials .owl-nav[class*="owl-"] {
  width: 40px;
  border: 0;
  position: relative;
  border-radius: 50px;
  height: 40px;
  text-align: center;
}
#customers-testimonials button.owl-prev {
  left: 0;
  background: #ddd;
}
#customers-testimonials button.owl-next {
  right: 0;
  background: #0261a7;
  color: #fff;
}
#customers-testimonials .owl-nav {
  margin-top: 40px;
}
#customers-testimonials .owl-nav.disabled {
  display: block;
}
#customers-testimonials .owl-nav[class*="owl-"] i {
  font-size: 27px;
}
#customers-testimonials .owl-nav[class*="owl-"]:hover {
  background: #0261a7;
}
#customers-testimonials .owl-nav button.owl-next:hover {
  background: #ddd;
  color: #000;
}
.customTestimonial .shadow-effect p {
  text-align: center;
  margin-top: 40px;
  padding-bottom: 10px;
}
.customTestimonial .testimonial-name {
  text-align: center;
  font-size: 20px;
}
.customTestimonial .shadow-effect img {
  height: 220px;
}
.award_sec {
  background: url(../images/home-Image/Award-BG.png) top center #eee;
}
.award_sec.abt_award {
  background-image: none;
  background: #fff;
}
.awardTxt span {
  font-size: 27px;
  margin-bottom: 10px;
  color: #015c9b;
  font-weight: 600;
}
.awardTxt img {
  width: 125px;
  height: 125px;
  object-fit: contain;
  display: block;
  margin-bottom: 8px;
}
/*-- vertical bootstrap slider --*/

.awardImageone {
  width: 90px !important;
  margin: 0 auto;
}
.awardImageTwo {
  width: 180px !important;
  margin: 15px auto;
  height: 150px;
  object-fit: contain;
}
.awardWin .item {
  background-color: #fff;
  padding: 10px;
  margin: 0px 5px;
  box-shadow: 0 0px 6px 0px rgb(228 228 228 / 72%);
  margin-bottom: 10px;
  border-radius: 8px;
}
.award_sec h4 {
  font-size: 27px;
  color: #015c9b;
  font-weight: 700;
}
#award_carousel .carousel-item-next.carousel-item-left,
#award_carousel .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#award_carousel .carousel-item-next,
#award_carousel .active.carousel-item-right {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100% 0);
}
#award_carousel .carousel-item-prev,
#award_carousel .active.carousel-item-left {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
/*-- vertical carousel indicators --*/

.awardWin .owl-dots .owl-dot span {
  margin: 3px;
}
.awardWin .owl-dots .owl-dot.active span {
  background: #3e3e3e;
}
.awardWin .owl-dots {
  position: absolute;
  right: -39px;
  top: 110px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
#award_carousel .carousel-indicators li {
  display: block;
  margin-bottom: 0px;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: #bdbdbd;
  transition: all ease 0.6s;
}
#award_carousel .carousel-item {
  z-index: 2;
}
.award_slide {
  background: #fff;
  padding: 20px;
  text-align: center;
  border-radius: 8px;
}
.award_slide img {
  display: block;
}
.award_slide img:first-child {
  object-fit: contain;
  margin-bottom: 10px;
}
.pt-150 {
  padding-top: 150px;
}
.abt_foot.pt-150 {
  padding-top: 130px;
}
.get_sec {
  padding: 100px 20px;
  background: url(../images/home-Image/REady-to-get-start-BG.png) bottom center
    #186bbf;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-size: cover;
}
/* .abt_award .get_sec {
  padding: 65px 20px;
} */
.get_sec h2,
.get_sec p {
  color: #fff;
}
.get_sec a {
  border: 1px dashed #54aad4;
  background-color: #fff;
  padding: 10px 30px;
  color: #000;
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
  outline: none;
}
.get_sec h2 {
  font-size: 50px;
  font-weight: 600;
  padding-bottom: 18px;
}
/*footer section style start*/

.footer-widget {
  background: #484848;
}
.pb-50 {
  padding-bottom: 50px;
}
.footer-widget .title {
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
}
.footer-widget .link li a {
  color: #fff !important;
  font-size: 15px;
  line-height: 26px;
  font-weight: 300;
}
.dontShow {
  opacity: 0;
  pointer-events: none;
}
.footer-widget .link {
  border-right: 1px solid #a0a0a0;
}
.footer-widget .col-xl-2 {
  flex: 0 0 20%;
  max-width: 20%;
  -ms-flex: 0 0 20%;
}
.social i {
  width: 37px;
  height: 37px;
  border: 2px solid #d6d4d4;
  border-radius: 50%;
  color: #d6d4d4;
  font-size: 18px;
  padding: 9px 8px;
  text-align: center;
}
ul.social li {
  display: inline-block;
}
ul.social {
  margin-bottom: 10px;
}
.footer-about p {
  color: #fff;
  font-size: 13px;
}
.get_ready {
  position: relative;
  bottom: -100px;
}
.abt_award.get_ready {
  bottom: -50px;
}
.automationLear:hover {
  transform: scale(1.05);
}
.carouselPreSales button.slick-arrow {
  background-color: transparent;
  border: 2px solid #ccc;
  padding: 6px 20px;
  width: 50px;
  margin-top: 20px;
  height: 50px;
  border-radius: 50px;
  position: absolute;
  top: 40%;
  font-size: 0;
  z-index: 99;
}
.carouselPreSales button.slick-prev.slick-arrow {
  left: -60px;
}
.carouselPreSales button.slick-next.slick-arrow {
  right: -60px;
}
.carouselPreSales button.slick-prev.slick-arrow:after,
.carouselPreSales button.slick-next.slick-arrow:after {
  color: black;
  border-right: 2px solid currentcolor;
  border-bottom: 2px solid currentcolor;
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  left: 11px;
  top: 16px;
}
.carouselPreSales button.slick-prev.slick-arrow:after {
  transform: rotate(131deg);
  left: 16px;
}
.carouselPreSales button.slick-next.slick-arrow:after {
  transform: rotate(-45deg);
}
/* Explore Modal */

.rightExplorpart h4 {
  color: #fff;
  font-size: 39px;
  font-weight: 400;
  margin-bottom: 0;
}
.exploremodal .modal-content {
  width: 100% !important;
  border-radius: 12px;
  background-color: #026dc2;
    background-size: contain;
}
.rightExplorpart p {
  font-size: 16px;
  margin-bottom: 20px;
  color: #fff;
}
.rightExplorpart .innrForm input {
  border: 0;
  background-color: transparent;
  border-bottom: 1px solid #f7f7f761;
  margin-bottom: 30px;
  width: 90%;
}
.rightExplorpart .innrForm label {
  display: block;
  color: #fff;
}
.leftExplorpart h3 {
  font-size: 28px;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 600;
}
.exploremodal .modal-header {
  border: 0;
}
.exploremodal .close {
  position: absolute;
  right: 80px;
  top: 72px;
  width: 32px;
  height: 32px;
  opacity: 1;
  border: 1px solid #b9b7b7;
  border-radius: 60px;
  z-index: 9999;
}
.exploremodal .close:hover {
  opacity: 1;
}
.exploremodal .close:before,
.exploremodal .close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 25px;
  width: 2px;
  background-color: #b9b7b7;
  top: 4px;
}
.exploremodal .close:before {
  transform: rotate(45deg);
}
.exploremodal .close:after {
  transform: rotate(-45deg);
}
.leftExplorpart h6 {
  font-size: 28px;
  color: #fff;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: initial;
}
.leftExplorpart h5 {
  font-size: 18px;
  font-weight: bold;
  color: #fff !important;
  margin-top: 24px;
}
.leftExplorpart h5 a {
  text-decoration: underline;
  color: #fff !important;
  font-weight: 600;
}
.exploremodal .modal-body {
  padding: 0px 30px 25px 30px;
}
.leftExplorpart img {
  margin-bottom: 21px;
  width: 120px;
}
.rightExplorpart {
  padding-top: 50px;
}
.submitExplrForm {
  background-color: #fff !important;
  padding: 10px 40px;
  border-radius: 71px;
  border: 1px dashed #2196f3 !important;
  width: auto !important;
}
.customer-logos .slick-slide img:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
}
/* Circle Image */

.circleImagcommn {
  position: absolute;
  background-color: #fff;
  padding: 20px;
  border: 3px solid #015c9b;
  border-radius: 100px;
  object-fit: contain;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgb(0 0 0 / 0%);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  /* transform: translatey(0px);
  animation: float 10s ease-in-out infinite; */
}
.get_sec a,
.toggleBtn,
.boinacolr img,
.ps-timeline-sec ol.ps-timeline li span img,
.icon-stack img,
.leadimg img {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgb(0 0 0 / 0%);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.circleImagcommn:hover,
.get_sec a:hover,
.boinacolr:hover img,
.ps-timeline-sec ol.ps-timeline li span img:hover,
.icon-stack img:hover,
.leadimg img:hover {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
/* .mainCirlceImg {
  transform: translatey(0px);
  animation: float 11s ease-in-out infinite;
} */

.circleImgs {
  position: relative;
}
.mainCirlceImg1 {
  left: 4%;
  top: 80px;
}
.mainCirlceImg2 {
  width: 140px;
  left: 45%;
  height: 140px;
  top: 10%;
}
.mainCirlceImg3 {
  left: 20%;
  bottom: 32%;
  width: 110px;
  height: 110px;
}
.mainCirlceImg4 {
  left: 2%;
  bottom: 21%;
}
.mainCirlceImg5 {
  right: 17%;
  bottom: 28%;
  width: 140px;
  height: 140px;
}
.mainCirlceImg6 {
  right: 7%;
  top: 6%;
}
.mainCirlceImg7 {
  right: -4%;
  bottom: 45%;
}
/*footer section style end*/

/* About us css */

/* .leadimg:hover {-webkit-box-shadow: 0 2px 43px 0 rgb(139 139 139 / 11%);box-shadow: 0 2px 43px 0 rgb(139 139 139 / 11%);} */

.justAl {
  position: relative;
  left: -2px;
}
.ps-timeline-sec ol.ps-timeline li.sec-ps-timelines span.ps-sp-top:before {
  height: 370px;
  left: 129%;
  top: -159%;
}
.ps-timeline-sec ol.ps-timeline li.sec-ps-timelines span.ps-sp-top:after {
  right: -154px;
  top: -269px;
}
.ps-timeline-sec ol.ps-timeline li.sec-ps-timelines .ps-top {
  bottom: -2px;
  left: 28%;
  margin-bottom: 280px;
}
.ps-timeline-sec ol.ps-timeline:after {
  content: "";
  background-color: #f3f3f3;
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  bottom: -6px;
}
.ps-timeline-sec ol.ps-timeline:before {
  content: "";
  background-color: #f3f3f3;
  position: absolute;
  left: -11px;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  top: -14px;
}
.mileStone {
  padding: 100px 0;
}
.ps-timeline-sec {
  position: relative;
  background: #fff;
}
.ps-timeline-sec .container {
  position: relative;
}
.ps-timeline-sec ol.ps-timeline li .ps-top.yearonTop p {
  transform: rotate(0);
  position: absolute;
  top: -30px;
  left: 64%;
}

/* @media screen and (max-width: 767px) {
  .ps-timeline-sec .container ol:before {
    background: #b1b1b1;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    top: 130px !important;
    left: 36px !important;
  }

  .ps-timeline-sec ol:after {
    background: #b1b1b1;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    top: inherit !important;
    left: 36px;
  }

  .ps-timeline-sec ol.ps-timeline {
    margin: 130px 0 !important;
    border-left: 2px solid #b1b1b1;
    padding-left: 0 !important;
    padding-top: 120px !important;
    border-top: 0 !important;
    margin-left: 25px !important;
  }

  .ps-timeline-sec ol.ps-timeline li {
    height: 220px;
    float: none !important;
    width: inherit !important;
  }

  .ps-timeline-sec ol.ps-timeline li span.ps-sp-bot:after {
    background: #dadada;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    right: 221px;
    bottom: -138px;
  }

  .ps-timeline-sec ol.ps-timeline li:nth-child(2) .img-handler-bot img {
    width: 70px;
  }

  .ps-timeline-sec ol.ps-timeline li:last-child {
    margin: 0;
    bottom: 0 !important;
    height: 120px;
  }

  .ps-timeline-sec ol.ps-timeline li:last-child .img-handler-bot {
    bottom: 40px !important;
    width: 40% !important;
    margin-left: 25px !important;
    margin-top: 0 !important;
  }

  .ps-timeline-sec ol.ps-timeline li:last-child .img-handler-bot img {
    width: 100%;
  }

  .ps-timeline-sec ol.ps-timeline li:last-child .ps-top {
    margin-bottom: 0 !important;
    top: 20px;
    width: 50% !important;
  }

  .ps-timeline-sec ol.ps-timeline li span {
    left: 0 !important;
  }

  .ps-timeline-sec ol.ps-timeline li span.ps-sp-top:before {
    content: none !important;
  }

  .ps-timeline-sec ol.ps-timeline li span.ps-sp-top:after {
    content: none !important;
  }

  .ps-timeline-sec ol.ps-timeline li span.ps-sp-bot:before {
    content: none !important;
  }

  .ps-timeline-sec ol.ps-timeline li span.ps-sp-bot:after {
    content: none !important;
  }

  .ps-timeline-sec ol.ps-timeline li .img-handler-top {
    position: absolute !important;
    bottom: 150px !important;
    width: 30% !important;
    float: left !important;
    margin-left: 35px !important;
    margin-bottom: 0 !important;
  }

  .ps-timeline-sec ol.ps-timeline li .img-handler-top img {
    margin: 0 auto !important;
    width: 80% !important;
  }

  .ps-timeline-sec ol.ps-timeline li .img-handler-bot {
    position: absolute !important;
    bottom: 115px !important;
    width: 30% !important;
    float: left !important;
    margin-left: 35px !important;
    margin-bottom: 0 !important;
  }

  .ps-timeline-sec ol.ps-timeline li p {
    text-align: left !important;
    width: 100% !important;
    margin: 0 auto !important;
    margin-top: 0px !important;
  }

  .ps-timeline-sec ol.ps-timeline li .ps-top {
    width: 60% !important;
    float: right !important;
    right: 0;
    top: -40px;
  }

  .ps-timeline-sec ol.ps-timeline li .ps-bot {
    width: 60% !important;
    float: right !important;
    right: 0;
    top: -40px;
  }
} */

.ps-timeline-sec ol.ps-timeline li span.ps-sp-top:after {
  background: #dadada;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: absolute;
  right: -88px;
  top: -171px;
  margin-top: 29px;
}
/* .ps-timeline-sec  ol:before {
background: #b1b1b1;
content: "";
width: 10px;
height: 10px;
border-radius: 100%;
position: absolute;
left: 8px;
top: 49.5%;
}
.ps-timeline-sec  ol:after {
background: #b1b1b1;
content: "";
width: 10px;
height: 10px;
border-radius: 100%;
position: absolute;
right: 8px;
top: 49.5%;
} */

.ps-timeline-sec ol.ps-timeline {
  margin: 400px 0;
  padding: 0;
  border-top: 6px solid #f3f3f3;
  list-style: none;
  transform: rotate(324deg);
}
.ps-timeline-sec ol.ps-timeline li {
  float: left;
  width: 22%;
  padding-top: 30px;
  position: relative;
  left: 10px;
}
.ps-timeline-sec ol.ps-timeline li span {
  width: auto;
  height: auto;
  margin-left: -25px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 0px #fff;
  text-align: center;
  line-height: 50px -10;
  color: #df8625;
  font-size: 2em;
  font-style: normal;
  position: absolute;
  top: -90px;
  left: 50%;
}
.ps-timeline-sec ol.ps-timeline li span.ps-sp-top:before {
  content: "";
  color: #dfdfdf;
  width: 2px;
  height: 200px;
  background: #ffffff;
  position: absolute;
  top: -150px;
  left: 114%;
  transform: rotate(35deg);
  border: 1px dashed #bfbfbf;
}
/* .ps-timeline-sec  ol.ps-timeline li span.ps-sp-top:after {
content: "";
color: #b1b1b1;
width: 8px;
height: 8px;
background: #b1b1b1;
position: absolute;
bottom: 90px;
left: 44%;
border-radius: 100%;
} */

.ps-timeline-sec ol.ps-timeline li span img {
  transform: rotate(35deg);
}
.ps-timeline-sec ol.ps-timeline li span.ps-sp-bot:before {
  content: "";
  color: #dfdfdf;
  width: 2px;
  height: 200px;
  background: #ffffff;
  position: absolute;
  bottom: -150px;
  left: -14%;
  transform: rotate(35deg);
  border: 1px dashed #bfbfbf;
}
/* .ps-timeline-sec  ol.ps-timeline li span.ps-sp-bot:after {
content: "";
color: #b1b1b1;
width: 8px;
height: 8px;
background: #b1b1b1;
position: absolute;
top: 90px;
left: 44%;
border-radius: 100%;
} */

.ps-timeline-sec ol.ps-timeline li .img-handler-top {
  position: absolute;
  bottom: 0;
  margin-bottom: 130px;
  width: 100%;
}
.ps-timeline-sec ol.ps-timeline li .img-handler-top img {
  display: table;
  margin: 0 auto;
}
.ps-timeline-sec ol.ps-timeline li .img-handler-bot {
  position: absolute;
  margin-top: 60px;
  width: 100%;
}
.ps-timeline-sec ol.ps-timeline li .img-handler-bot img {
  display: table;
  margin: 0 auto;
}
.ps-timeline-sec ol.ps-timeline li p {
  text-align: right;
  width: 80%;
  margin: 0 auto;
}
.ps-timeline-sec ol.ps-timeline li .ps-top {
  position: absolute;
  bottom: 20px;
  margin-bottom: 172px;
  transform: rotate(35deg);
  left: 0px;
  width: 310px;
}
.ps-timeline-sec ol.ps-timeline li .ps-bot {
  position: absolute;
  margin-top: 55px;
  width: 100%;
  margin-left: 50px;
}
p.yearMile {
  font-weight: 900;
  transform: rotate(35deg);
  margin-top: 24px !important;
  text-align: left !important;
  margin-left: -3px !important;
  font-size: 46px;
  color: #000;
}
.ps-timeline-sec ol.ps-timeline li span.ps-sp-bot:after {
  background: #dadada;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: absolute;
  right: 220px;
  bottom: -150px;
  margin-top: 0;
}
.ps-timeline-sec ol.ps-timeline li .ps-bot.textOnBottomMile {
  left: -8px;
  transform: rotate(35deg);
  top: 60px;
}
.ps-timeline-sec ol.ps-timeline li .ps-bot.textOnBottomMile p {
  text-align: left;
}
.ps-timeline-sec ol.ps-timeline li p label:first-child {
  color: #026dc2;
  font-size: 33px;
  font-weight: 600;
  line-height: 31px;
}
.flxAble {
  padding-top: 14px;
}
.prioritizeStage h3 {
  color: #026dc2 !important;
}
.prioritizeStage p {
  color: #000 !important;
}
.fontIncers {
  font-weight: 600;
  font-size: 20px;
}
.ps-timeline-sec ol.ps-timeline li p label:last-child {
  color: #5e6266;
  font-size: 16px;
  margin-top: 12px;
}
.mileStonHead h3 {
  color: #026dc2;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
}
.mileStonHead p {
  width: 490px;
}
.crewsHeder h2 {
  color: #fff;
  text-align: center;
  /* padding-bottom: 90px; */
  font-weight: 600;
  font-size: 40px;
}
.crewsHeder p {
  text-align: center;
  color: #fff;
  padding-bottom: 40px;
}
.customRelation {
  padding-top: 60px;
  padding-bottom: 140px;
  background-image: url(../images/home-Image/aboutBg.png);
  background-repeat: no-repeat;
  background-position: bottom;
}
.crews {
  padding-top: 80px;
  background-image: url(../images/home-Image/indes.png);
  padding-bottom: 180px;
}
.mainCrews img {
  width: 260px !important;
  margin: 0 auto;
  border: 3px solid #3dabdf;
  border-radius: 241px;
  background-color: #0293dd;
  padding: 4px;
  /* Firefox 3.5+ */
  /* IE6-9 */
  /* Chrome 19+ & Safari 6+ */
  filter: none;
  -webkit-filter: grayscale(0%);
}
.mainCrews img:hover {
  filter: gray;
  -webkit-filter: grayscale(100%);
}
.mainCrews h3 {
  font-size: 27px;
  margin-top: 10px;
  margin-bottom: 7px;
  font-weight: 600;
  color: #fff;
}
.cusmtRes h3 {
  text-align: center;
  color: #026dc2;
  font-size: 40px;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 40px;
  font-weight: 600;
}
.cusmtRes p {
  text-align: center;
  color: #4a4a4a;
  padding-bottom: 30px;
}
.cusmtRes {
  padding-bottom: 220px;
  padding-top: 60px;
}
.mainCrews {
  text-align: center;
}
.mainCrews h5 {
  font-size: 17px;
  color: #fff;
  font-weight: 400;
  padding-bottom: 10px;
}
.mainCrews p {
  padding: 10px 30px;
  color: #fff;
}
.custom-navs:after,
.custom-navs:before {
  content: "";
  background-color: #fff;
  width: 42%;
  position: absolute;
  height: 1px;
  left: 0;
  bottom: 19px;
}
.crews .custom-navs:after,
.crews .custom-navs:before {
  background-color: #4ebdf5;
}
.custom-navs {
  position: relative;
}
.custom-navs:before {
  left: auto;
  right: 0;
}
.custom-navs button.owl-next i:before {
  content: "\f061";
}
.custom-navs button.owl-prev i:before {
  content: "\f060";
}
.custom-navs button[class*="owl-"] {
  background: transparent !important;
  border: 1px solid #4ebdf5;
  padding: 11px 16px !important;
  border-radius: 80px !important;
}
.custom-navs button[class*="owl-"] i {
  color: #00fbf2;
}
.owl-nav.custom-navs button[class*="owl-"]:hover {
  background-color: #fff !important;
  border: 1px solid #fff;
}
.owl-nav.custom-navs button[class*="owl-"]:hover i {
  color: #000;
}
.keyDiff .icon-stack {
  background: url(../images/home-Image/circleBlue.png);
  padding: 28px;
  background-repeat: no-repeat;
  background-size: 115px;
}
.icon-stack img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.keyDiff {
  background: url(../images/home-Image/keyDiff.png);
  padding-top: 60px;
  padding-bottom: 60px;
}
.keyDiffference h4 {
  text-align: center;
  font-size: 40px;
  margin-bottom: 20px;
  color: #026dc2;
  font-weight: 600;
}
.keyDiffference p {
  text-align: center;
  margin-bottom: 31px;
}
/* About us css End*/

/* Contact us */

#exploreHome .modal-dialog {
  max-width: 800px;
}
#exploreHome .modal-dialog .modal-content {
  background-color: #026dc2;
  border: 0;
}
#exploreHome .modal-dialog .modal-content .modal-header {
  border: 0;
}
#exploreHome .modal-dialog .modal-content .modal-header button {
  color: #fff;
  opacity: 1;
}
.contentHomeModel p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
}
.noPaddingFootr {
  padding-top: 60px !important;
}
#exploreHome .modal-dialog h4 {
  font-size: 31px;
  color: #fff;
}
.listCounties ul li:nth-child(3),
.listCounties ul li:nth-child(4) {
  border-left: 1px solid #dcdcdc;
  padding-left: 20px;
}
.usadrs h4 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
}
.usadrs img {
  border-radius: 120px;
}
.usadrs h4:before {
  content: "";
  background-color: #006bc3;
  position: absolute;
  width: 4%;
  height: 3px;
  bottom: 20px;
  left: 15px;
  z-index: 99;
}
.usadrs h4:after {
  content: "";
  background-color: #d0d0d0;
  position: absolute;
  width: 18%;
  height: 3px;
  bottom: 20px;
  left: 15px;
}
.usadrs {
  margin-bottom: 40px;
}
.contactAdName h4 {
  font-size: 22px;
  color: #006bc3;
  font-weight: 600;
  padding-bottom: 10px;
}
.listCounties ul li {
  display: inline-block;
  width: 48%;
  margin-bottom: 40px;
  vertical-align: text-top;
}
.listCounties ul li h6 {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 5px;
}
.listCounties ul li p,
.listCounties a,
.listCounties a:hover {
  font-size: 16px;
  color: #2b2b2b;
}
li.face {
  vertical-align: text-top;
}
li.face a {
  word-break: break-word;
}
.contrList {
  text-align: center;
}
.contrList h4 {
  font-size: 20px;
  margin: 10px 0;
  font-weight: 600;
}
.contrList p,
.contrList a {
  font-size: 16px;
  color: #000 !important;
}
.contrList p b {
  font-weight: 600;
}
.listofCountries .container {
  position: relative;
  background-color: #ffffffdb;
  /* top: -130px; */
  padding-top: 60px;
  -webkit-box-shadow: 0 2px 43px 0 rgb(2 2 2 / 7%);
  box-shadow: 0 2px 43px 0 rgb(2 2 2 / 7%);
  padding-bottom: 40px;
  margin-top: -161px;
}
.cntrdata li {
  width: 25%;
  display: inline-block;
}
.cntrdata {
  text-align: center;
  margin-top: 60px;
}
.letGetTouch .container {
  background-image: url(../images/home-Image/bg.jpg);
  padding-top: 80px;
  padding-bottom: 60px;
  position: relative;
  bottom: -50px;
  background-size: cover;
  background-position: center;
}
.whatyouneed::-webkit-input-placeholder,
.getTouchs input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #362424;
}
.getTouchs input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #362424;
  opacity: 1;
}
.getTouchs input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #362424;
  opacity: 1;
}
.intl-tel-input.separate-dial-code .selected-dial-code {
  color: #362424;
}
.getTouchs input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #362424;
}
.getTouchs input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #362424;
}
.whatyouneed::placeholder,
.getTouchs input::placeholder {
  /* Most modern browsers support this now. */
  color: #362424;  
}
.getTouchs h4 {
  font-size: 40px;
  font-weight: 600;
  color: #026dc2;
  padding-bottom: 5px;
}
.getTouchs h6 {
  color: #312929;
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 20px;
}
.getTouchs .form-control,
.getTouchs textarea {
  border: 1px solid #000;
  margin-bottom: 30px;
  width: 100%;
  color: #2c2626;
}

.getTouchs .form-controls,
.getTouchs textarea {
  border: 1px solid #ffffff;
  margin-bottom: 30px;
  width: 100%;
  color: #2c2626;
}
.form-controls {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.getTouchs .intl-tel-input {
  margin-bottom: 30px !important;
}
.ffj {
  color: #ffffff;
  font-weight: 500;
  padding-top: 15px;
}
.ht-hp {
  color: #ffffff;
  font-weight: 600;
  padding: 20px 0;
}
.cp-pd {
  padding: 42px 17px 0 !important;
}
.subMitBtn {
  width: auto;
  background: #033f9d;
  color: #fff;
  padding: 0 30px;
  line-height: 40px;
  border: 1px solid #033f9d;
  border-radius: 30px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  box-shadow: 0 20px 10px rgb(51 51 51 / 25%);
}
.readMr h5 {
  font-weight: 600;
}
.readMr .close {
  position: relative;
  width: 22px;
  height: 22px;
}
.read_more {
  color: #1b6fc0 !important;
  text-decoration: underline !important;
  cursor: pointer;
  margin-left: 5px;
}
.readMr .close:before,
.readMr .close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 22px;
  width: 2px;
  background-color: #333;
}
.readMr .close:before {
  transform: rotate(45deg);
}
.readMr .close:after {
  transform: rotate(-45deg);
}
.readMr .modal-body p img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.getTouchs {
  right: 22px;
  background-color: #ffffff;
  border-radius: 20px;
  padding-top: 80px;
  padding-bottom: 60px;
  position: relative;
  bottom: 0px;
  background-size: cover;
  background-position: center;
  padding-left: 30px;
  padding-right: 30px;
}
/* Init Country */

.intl-tel-input.allow-dropdown {
  width: 100%;
}
.getTouchs.contactForm {
  background-size: auto;
  background-position: initial;
}
.addresscontact {
  background-image: url(../images/home-Image/countryBg.png);
  padding-top: 90px;
  padding-bottom: 90px;
  background-repeat: no-repeat;
}
.listCounties ul li span {
  color: #006bcb;
  font-weight: 600;
  font-size: 21px;
}
.contacus .header-hero-content {
  padding-bottom: 200px;
  padding-top: 270px;
}
.cntrdata:before {
  content: "";
  background-color: #e6e6e6;
  width: 90%;
  height: 1px;
  position: absolute;
  left: 6%;
  top: 12%;
}
.conctacMap .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.needCall {
  margin-top: 150px;
  padding: 25px;
  text-align: center;
  background-color: #005cb9;
}
.needAction {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  height: 25px;
}
/* Contact Us End */

/* TeleCaller */

.needCloud {
  background-image: url(../images/home-Image/estatebgImage.png);
  padding-top: 50px;
  padding-bottom: 50px;
}
/* .b-n60 {
  bottom: -60px;
} */
.lookMb {
  margin-bottom: 80px;
}
.readMr .modal-dialog-centered::before {
  height: auto;
}
.timeline li span {
  color: #0070c2;
  cursor: pointer;
}
.automationLear {
  padding: 55px 25px 60px;
  -webkit-box-shadow: 0 2px 43px 0 rgb(2 2 2 / 7%);
  box-shadow: 0 2px 43px 0 rgb(2 2 2 / 7%);
  margin-top: 40px;
  background-color: #fff;
  margin-bottom: -141px;
  transition: transform 0.5s ease;
}
.brdAdded .nav-pills-custom .nav-link img {
  margin-right: 13px;
  margin-top: auto;
  margin-bottom: auto;
}
.automationLear h4 {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 11px;
}
.whyBusiness {
  text-align: center;
  font-size: 35px;
  font-weight: 600;
  color: #fff;
}
.verticalTab {
  padding-top: 150px;
  padding-bottom: 70px;
}
.tabTxtParg {
  color: #343434;
  margin-bottom: 15px;
}
/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*/

.verticalTs {
  background-color: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.nav-pills-custom .nav-link {
  color: #aaa;
  background: #fff;
  position: relative;
}
.nav-pills-custom .nav-link.active {
  color: #026dc2;
  background: #fff;
}
.brdAdded {
  border-right: 1px solid #ccc;
  background-color: #fbfbfb;
  padding-right: 0;
}
.brdAdded .nav-pills-custom .nav-link {
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  display: flex;
  margin-bottom: 0 !important;
  background: #fbfbfb;
  align-items: center;
}
.fvirtualTxt {
  font-size: 20px;
  color: #000;
}
.verticalTab .tab-pane h5 {
  font-size: 30px;
  font-weight: 600;
  padding: 15px 0 10px;
  color: #026dc2;
}
.featureCall h4 {
  font-size: 30px;
  text-align: center;
  color: #026dc2;
  font-weight: 600;
}
.featureCall p {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
  color: #343434;
}
.nav-pills-custom .nav-link.active .fvirtualTxt {
  font-weight: 600;
}
.nav-pills-custom .nav-link.active span.fvirtualTxt {
  color: #026dc2;
}
/* Add indicator arrow for the active tab */

@media (min-width: 992px) {
  .nav-pills-custom .nav-link::before {
    content: "";
    display: block;
    position: absolute;
    top: 18%;
    opacity: 0;
    right: -4px;
    width: 6px;
    height: 47px;
    z-index: 9999;
    background-color: #026dc2;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .featurestext {
    padding-right: 60px !important;
  }
  .yourFavApp:after,
  .whatIsRealEstate:after {
    display: none;
  }
  .realEstate h5,
  .favAppTxt h5 {
    margin-bottom: 15px;
  }
  .forListAddres .pccZer {
    padding: 0;
  }
  .listCounties ul li:nth-child(3) p a,
  .listCounties ul li:nth-child(4) p a {
    font-size: 12px !important;
  }
  .contrList p {
    font-size: 13px;
  }
  .carouselPreSales button.slick-arrow {
    top: 93%;
  }

  .carouselPreSales button.slick-next.slick-arrow {
    right: 290px !important;
  }

  .carouselPreSales button.slick-prev.slick-arrow {
    left: 290px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .carouselPreSales button.slick-next.slick-arrow {
    right: 400px !important;
  }

  .carouselPreSales button.slick-prev.slick-arrow {
    left: 400px !important;
  }
}
.nav-pills-custom .nav-link.active::before {
  opacity: 1;
}
.face:hover {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
/*
*
* ==========================================
* FOR DEMO PURPOSE
* ==========================================
*/

/* Telecaller end */

/*leadmanagment section start*/

.leadmangement h3,
.prioritize h3,
.leadtrack h3,
.indepth_left h3 {
  color: #026dc2;
  font-size: 38px;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 40px;
  font-weight: 700;
}
.prioritize h3 {
  color: #ffffff;
}
.prioritize h3,
.leadtrack h3 {
  margin-bottom: 20px;
}
.leadtrack h3 {
  font-size: 40px;
}
.benefitTxt h4 {
  font-size: 36px;
  font-weight: 600;
}
.indepth_left h3 {
  color: #fff;
  margin-bottom: 0px;
  font-weight: 600;
}
.leadmang {
  padding: 80px 0px;
}
.leadmang h3:before {
  content: "";
  background-color: #006bc3;
  position: absolute;
  width: 10%;
  height: 3px;
  bottom: 0;
  left: 0;
  z-index: 9;
}
.leadmang h3:after {
  content: "";
  background-color: #d0d0d0;
  position: absolute;
  width: 60%;
  height: 1px;
  bottom: 0;
  left: 0;
}
.leadcapture {
  padding: 100px;
  width: 65%;
  max-height: 650px;
  min-height: 650px;
  margin: 50px auto;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  border: none;
  display: flex;
  position: relative;
  box-shadow: 0px 0px 2px #a7a7a7;
  -webkit-box-shadow: 0px 0px 2px #a7a7a7;
}
.leadmang p,
.robotic_sec p,
.leadtrack p,
.prioritize p {
  color: #343434;
  padding-bottom: 30px;
}
.prioritize p {
  color: #fff;
}
.robotic_sec p {
  color: #474745;
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
  padding-right: 40px;
}
.indepth_left p {
  font-size: 18px;
  color: #fff;
  padding-right: 40px;
}
.circle_text img {
  width: auto;
  position: relative;
  display: initial;
  height: 70px;
  margin-bottom: 10px;
}
.circle_text h4 {
  color: #026dc2;
  font-size: 45px;
  padding-bottom: 20px;
  position: relative;
  font-weight: 600;
}
.robotic_sec h3 {
  color: #0e0e0e;
  font-weight: 700;
  font-size: 38px;
  margin-bottom: 15px;
}
.circle_text h6 {
  line-height: normal;
  margin-bottom: 10px;
}
.leadcapture:after {
  content: "";
  box-shadow: 0px 20px 20px 20px #f0f0f0;
  position: absolute;
  bottom: 0px;
  height: 150px;
  width: 340px;
  border-radius: 100%;
  margin: 0px auto;
  text-align: center;
  left: 0px;
  right: 0px;
  z-index: -7;
}
.leadimg {
  position: absolute;
  display: block;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 50%;
  width: 112px;
  height: 112px;
  object-fit: contain;
  background: #fff;
  display: inline-grid;
}
/*.leadcapture p{
max-height: 155px;
overflow-y: hidden;
}*/

.leadimg img {
  align-items: center;
  align-self: center;
  margin: auto;
}
.leadimg.google {
  top: -50px;
  right: 0px;
  left: 0px;
  margin: 0px auto;
}
.leadimg.email {
  top: 20px;
  left: 70px;
}
.leadimg.robotic {
  top: 160px;
  left: -40px;
}
.leadimg.indiaprop {
  top: 320px;
  left: -60px;
}
.leadimg.common {
  bottom: 70px;
  left: 10px;
}
.leadimg.magic {
  bottom: -30px;
  left: 150px;
}
.leadimg.acres {
  bottom: -20px;
  right: 140px;
}
.leadimg.layer {
  bottom: 80px;
  right: 10px;
}
.leadimg.domain {
  bottom: 230px;
  right: -60px;
}
.leadimg.fbcircle {
  top: 20px;
  right: 50px;
}
.leadimg.stock {
  top: 150px;
  right: -30px;
}
.robotic_sec {
  padding: 80px 0px;
  margin-top: 100px;
  background-size: cover;
  background-position: center;
}
.robotic_sec ul {
  border-left: 1px solid #ddd;
  margin: 20px 0px;
  padding: 10px 0px;
}
.robotic_sec ul li {
  margin-bottom: 10px;
  color: #444444;
  margin-left: 18px;
}
.robotic_sec ul li:before {
  content: "";
  border-color: transparent #444444;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  display: block;
  height: 0;
  width: 0;
  left: -1.1em;
  top: 1.1em;
  position: relative;
}
.prioritize {
  padding: 100px 0px;
  background-size: cover !important;
  background-position: center;
}
.leadtrack {
  padding: 80px 0px;
  background-color: #fff;
}
.leadtrack img {
  border-radius: 10px;
}
.indepth,
.benefit {
  background-color: #0a9adf;
  background-size: cover;
  padding: 100px 0px;
  color: #fff;
}
.benefit {
  padding-bottom: 60px;
}
.indepthTxt img {
  display: block;
  margin-bottom: 15px;
  width: 60px;
}
.indepthTxt h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 5px;
}
.indepthTxt p {
  font-size: 15px;
  color: #fff;
  line-height: normal;
}
#realtime {
  padding: 100px 0px;
}
#realtime p:last-child,
.prioritize p:last-child {
  padding-bottom: 0px;
}
.buinessIntel {
  padding: 80px 0px;
  text-align: center;
}
.buinessIntel h6 {
  font-size: 20px;
  color: #026dc2;
  margin-bottom: 8px;
}
.buinessIntel h2 {
  color: #026dc2;
  font-size: 36px;
  margin-bottom: 10px;
}
.buinessIntel a {
  border: 1px dashed #54aad4;
  background-color: #fff;
  padding: 10px 30px;
  color: #000;
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
  outline: none;
}
.benefit_grid .col-md-4 {
  margin-bottom: 50px;
}
.benefitTxt h4,
.benefitTxt p {
  color: #fff;
}
.benefitTxt p {
  font-size: 18px;
}
.benefit_grid .col-md-4 p {
  color: #fff;
  font-size: 15px;
  line-height: normal;
  margin-top: -20px;
}
.benefit_grid img {
  margin-bottom: 10px;
}
.verticalTs .card-header {
  display: none;
}
.pt-50 {
  padding-top: 50px;
}
/* SiteMangement CSS Start */

.sitemang {
  padding: 80px 0px;
}
.sitemang .toggleBtns,
.launchesSection .toggleBtns,
.analysesection .toggleBtns,
.trackingcustomer .toggleBtns,
.experience .toggleBtns,
.features .toggleBtns {
  color: #4895d0;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  margin: 0px;
  cursor: pointer;
}
.sitemangement h4,
.analyse h4,
.featurestext h4 {
  color: #026dc2;
  font-size: 30px;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 40px;
  font-weight: 700;
}
.sitemang h4:before,
.analyse h4:before,
.featurestext h4:before {
  content: "";
  background-color: #006bc3;
  position: absolute;
  width: 10%;
  height: 3px;
  bottom: 0;
  left: 0;
  z-index: 9;
}
.sitemang h4:after,
.analyse h4:after,
.featurestext h4:after {
  content: "";
  background-color: #d0d0d0;
  position: absolute;
  width: 40%;
  height: 1px;
  bottom: 0;
  left: 0;
}
.sitemangement p,
.analyse p,
.featurestext p {
  color: #343434;
  padding-bottom: 30px;
}
.sitemangement {
  padding: 20px 0 60px 0;
}
#summary div.collapse:not(.show) {
  height: 80px !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#summary div.collapsing {
  min-height: 80px !important;
}
#summary a.collapsed:after {
  content: "Read More +";
  color: #4895d0;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  margin: 0px;
}
#summary a:not(.collapsed):after {
  content: "Read Less -";
  color: #4895d0;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  margin: 0px;
}
/* SiteMangement CSS End */

/* QueueSiteMangement CSS Start */

.queuesitemangement #main {
  margin: 50px 0;
}

.queuesitemangement #main #faq .card {
  margin-bottom: 30px;
  border: 0;
}

.queuesitemangement #main #faq .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}

.queuesitemangement #main #faq .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  background: #ffe472;
  color: #222;
  padding: 20px;
}

.queuesitemangement #main #faq .card .card-header .btn-header-link {
  background: #a541bb;
  color: #fff;
}
.queuesitemangement .card-header .btn-header-link::before {
  content: url(../images/home-Image/eye.png);
  background-size: 100px !important;
  visibility: visible;
  position: absolute;
  right: 10px;
}
.queuesitemangement .card-header .btn-header-link.collapsed::before {
  content: url(../images/home-Image/eye-stash.png);
  background-size: 100px !important;
  visibility: visible;
  position: absolute;
  right: 10px;
}

.queuesitemangement #main #faq .card .collapsing {
  background: #ffe472;
  line-height: 30px;
}

.queuesitemangement #main #faq .card .collapse {
  border: 0;
}

.queuesitemangement #main #faq .card .collapse.show {
  background: #ffe472;
  line-height: 30px;
  color: #222;
}
.queuesitemangement .card {
  margin-bottom: 15px;
  padding: 2px;
  border: 1px solid #ecedf0;
  background: #fff;
  box-shadow: 0 0 0px 1px #ecedf0;
  border-radius: 0;
}
.queuesitemangement .btn.focus,
.queuesitemangement .btn:focus {
  outline: 0;
  box-shadow: none;
}
.queuesitemangement .card-header {
  padding: 10px 10px;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 0;
}
.queuesitemangement {
  padding: 100px 0px;
  background-size: cover !important;
  background-position: center;
  height: 650px;
}
.queuesitemangement h4 {
  font-size: 30px;
  color: #026dc2;
  font-weight: 500;
  margin-bottom: 35px;
}

.queuesitemangement .card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 25px 25px;
}
.queuesitemangement .card-body p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #343434;
}
/* QueueSiteMangement CSS End */

/* LaunchesSection CSS Start */

.launchesSection {
  padding-top: 70px;
}
.launchesImg {
  animation: float 10s ease-in-out infinite !important;
  transform: translatey(0px);
  margin-top: 50px;
}
.launchestext,
.experiencetext {
  text-align: center;
}
.launchestext p,
.trackingtext p,
.experiencetext p {
  color: #343434;
  padding-bottom: 30px;
}
.launchestext h4,
.experiencetext h4,
.feedbackext h4 {
  font-size: 30px;
  text-align: center;
  color: #026dc2;
  font-weight: 600;
  margin-bottom: 20px;
}
#collapseSummarylaunche,
#collapseSummaryexp {
  margin: 20px auto;
}
/* LaunchesSection CSS End */

/* TrackingSection CSS Start */

.tracking {
  background-color: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  border-radius: 20px;
  position: relative;
  bottom: 100px;
}
.trackingtext {
  padding: 0 0 0 60px;
}
.trackingtext h4 {
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 10px;
  font-size: 30px;
  color: #026dc2;
  font-weight: 600;
}
.tracking #summary div.collapse:not(.show) {
  height: 100px !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.tracking #summary div.collapsing {
  min-height: 100px !important;
}
.tracking #summary a.collapsed:after {
  line-height: 60px;
}
/* TrackingSection CSS End */

/* ExperienceSection CSS Start */

.experienceimg {
  padding: 70px 0px;
  margin: 0 auto;
}
/* ExperienceSection CSS End */

/* Features CSS Start */

.featuresdetails {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
}
.bgColortext {
  background: #006fc0;
  height: 200px;
}
.featuresdetails .automationLear img {
  height: 60px;
  width: 60px;
  margin: 0 auto;
}
.bgimg {
  background: #f8f8f8;
  border-radius: 50%;
  padding: 15px;
}
.featurestext {
  padding-right: 100px;
}
.featuresdetails .automationLear h4 {
  padding-bottom: 10px;
  text-transform: capitalize;
  margin-top: 15px;
}
.featuresdetails .automationLear {
  margin-top: -130px;
  -webkit-box-shadow: 0 3px 8px 0 rgb(2 2 2 / 7%);
  box-shadow: 0 3px 8px 0 rgb(2 2 2 / 7%);
  margin-bottom: 0;
  padding: 35px 15px 30px;
  text-align: center;
  height: 300px;
}
.featurestext .custom-nav.owl-nav button {
  background-color: transparent;
  color: #313131;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  border: 1px solid #b8b8b8;
}
.featurestext .custom-nav.owl-nav button:hover {
  background-color: #006fc0;
  color: #fff;
  border: 1px solid #006fc0;
}
.featurestext .fa-angle-right:before {
  content: "\f061";
}
.featurestext .fa-angle-left:before {
  content: "\f060";
}
.featurestext .custom-nav.owl-nav {
  text-align: left;
}
.features {
  padding: 75px 0 25px;
  position: relative;
}
.features .owl-theme .owl-nav {
  margin-top: 0;
}
.featuresdetails .owl-item {
  background-color: #fff;
  padding: 0 15px;
  margin: 30px 0;
}
.featuresdetails .owl-item .rightChosTxt h5,
.rightChosTxtNew h5 {
  color: #0073c7;
  font-size: 35px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-left: 15px;
}
.featuresdetails .owl-item .rightChosTxt p,
.rightChosTxtNew p,
.rightChosTxtNew i,
.featuresdetails .owl-item .rightChosTxt i {
  font-size: 15px;
  padding: 0 15px;
}
.rightChosTxtNew i {
  color: #252525;
}
.featuresdetails .automationLear:hover:before {
  z-index: 9;
  content: "\f175";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  background-color: #006fbf;
  position: absolute;
  bottom: -15px;
  left: 45%;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  color: #fff;
  padding: 10px;
}
.featuresdetails .automationLear:hover {
  transform: none;
  cursor: pointer;
}
.feedbackcenter {
  margin: 0 auto;
}
/* Features CSS End */

/* FeedbackSection CSS Star*/

.section2 {
  margin-bottom: -70px;
}
.feedback {
  margin: 0 auto;
}
.feedback p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #5c5c5d;
}
.feedbackSection {
  background: #f4f7fe;
  padding: 60px 0;
}
.feedbackicon {
  height: 40px;
  /* margin-bottom: 5px; */
}
.fededbackimg {
  background: #fff;
  border-radius: 5px;
  padding: 8px 12px;
  margin-bottom: 10px;
  box-shadow: 0px 0px 4px 0px #d2d2d2;
}
.feedbackext {
  margin-bottom: 20px;
  text-align: center;
}
#collapseSummarysettings,
#collapseSummarygoal,
#collapseSummarysound,
#collapseSummaryrefresh {
  margin-bottom: 10px;
}
.section4 {
  margin-top: -100px;
}
/*.section1 {
      margin-bottom: -100px;
  }*/

.feedbackext h4 {
  margin-bottom: 15px;
}
.feedback #summary a.collapsed:after {
  content: "Read More";
}
.feedback #summary a:not(.collapsed):after {
  content: "Read Less";
}
/* FeedbackSection End */

/* AnalyseSection CSS Start */

.analysesection {
  padding: 60px 0px 30px 0;
}
#collapseSummary,
#collapseSummaryanalyse {
  margin-bottom: 15px;
}
/* AnalyseSection CSS End */

/* Responsive Start */


@media (max-width: 1199px) {
  .feedbackcenter {
    height: 450px;
  }
  .queuesitemangement .card-header {
    padding: 10px 0px;
  }
  .queuesitemangement .card-body {
    padding: 0 10px 10px;
  }
  .queuesitemangement {
    padding: 50px 0px;
  }
  .section2 {
    margin-bottom: 0;
  }
  .trackingtext {
    padding: 20px 0px 20px 20px;
  }
  .sitemangement h4,
  .queuesitemangement h4,
  .launchestext h4,
  .tracking h4,
  .experiencetext h4,
  .feedbackext h4,
  .analyse h4,
  .featurestext h4,
  .features h4 {
    font-size: 28px;
  }
  .sitemang p,
  .queuetext p,
  .launchestext p,
  .trackingtext p,
  .experiencetext p,
  .feedbackext p,
  .analyse p,
  .features p {
    padding-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .responsivepadd {
    padding: 0;
  }
  .queuesitemangement .card-header .btn-header-link::before {
    right: 0px;
  }
  .queuesitemangement .card-header .btn-header-link.collapsed::before {
    right: 0px;
  }
  .features {
    padding: 100px 0 50px;
  }
  .featuresdetails .automationLear.arrowdown:before {
    left: 40%;
  }
  .featuresdetails .automationLear {
    padding: 15px 8px 15px;
    min-height: 230px;
  }
  .featuresdetails .automationLear h4 {
    font-size: 14px;
  }
  .featuresdetails .automationLear {
    left: 40%;
  }
  .sitemangement h4,
  .queuesitemangement h4,
  .launchestext h4,
  .tracking h4,
  .experiencetext h4,
  .feedbackext h4,
  .analyse h4,
  .featurestext h4,
  .features h4 {
    font-size: 22px;
    margin-bottom: 30px;
    line-height: 24px;
  }
  .queuetext .panel p {
    padding: 0 15px 15px;
  }
  .queuetext .panel-group .panel .panel-heading h5 a {
    padding: 15px 10px 15px;
  }
  .queuesitemangement {
    padding: 60px 0px;
    height: 700px;
  }
  .trackingtext {
    padding: 20px 0px 20px 20px;
  }
}
@media (max-width: 767px) {
  .responsivepadd {
    padding: 10px;
  }
  .feedbackcenter {
    height: 200px;
  }
  .featuresdetails .automationLear.arrowdown:before {
    left: 45%;
  }
  .features {
    padding: 40px 0 0px;
  }
  .featuresdetails .automationLear {
    position: relative;
    top: 0;
    left: 0;
  }
  .featuresdetails {
    position: inherit;
  }
  .featuresdetails .automationLear {
    margin-top: 40px;
  }
  .featuresdetails .automationLear {
    padding: 15px 8px 15px;
    min-height: auto;
    height: auto;
  }
  .sitemang {
    padding: 40px 0px;
  }
  #summary div.collapse:not(.show) {
    height: 70px !important;
  }
  #summary div.collapsing {
    min-height: 70px !important;
  }
  .sitemangement {
    padding: 20px 0 30px 0;
  }
  .queuesitemangement {
    padding: 30px 10px;
    height: 520px;
  }
  .launchesSection {
    padding-top: 40px;
  }
  .tracking {
    bottom: 45px;
    margin: 10px;
  }
  .trackingtext {
    padding: 20px 0 0 10px;
  }
  .tracking #summary div.collapse:not(.show) {
    height: 90px !important;
  }
  .tracking #summary div.collapsing {
    height: 90px !important;
  }
  .experienceimg {
    padding: 30px 0px;
  }
  .feedbackSection {
    padding: 30px 0;
  }
  .analysesection {
    padding: 30px 0px 0px 0;
  }
  .section4 {
    margin-top: 0px;
  }
  .section1,
  .section2,
  .section3,
  .section4 {
    margin-bottom: 10px;
  }
}
/* Responsive End */

@media (max-width: 1199px) {
  .benefitTxt h4 {
    font-size: 24px;
    margin-bottom: 15px !important;
  }
  .benefitTxt p,
  .buinessIntel h6 {
    font-size: 16px;
  }
  .buinessIntel h2 {
    margin-bottom: 15px;
  }
  .robotic_sec {
    padding: 40px 0px;
  }
  .robotic_sec ul {
    margin: 0px;
  }
  .prioritize,
  .leadtrack,
  .indepth,
  .benefit,
  #realtime,
  .buinessIntel {
    padding: 40px 0px;
  }
  .benefit {
    padding-bottom: 0px;
  }
  .prioritize .pl-5 {
    padding-left: 1rem !important;
  }
  .keyDiff .icon-stack {
    background-size: 100px;
    padding: 20px;
  }
  .fontIncers {
    font-size: 18px;
  }
  .keyDiffference h4 {
    font-size: 30px;
  }
  .exploremodal .modal-dialog {
    max-width: 90%;
  }
  .leftExplorpart h3 {
    font-size: 40px;
  }
  .leftExplorpart h6 {
    font-size: 22px;
  }
  .leftExplorpart h5 {
    font-size: 30px;
  }
  .listCounties ul li span {
    font-size: 18px;
  }
  li.face img {
    width: 20px;
  }
  .addresscontact {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .needCall {
    margin-top: 50px;
  }
  .conctacMap .row {
    margin: 0px;
  }
  .contrList h4 {
    font-size: 18px;
    margin: 0px;
  }
  .contrList img {
    margin-bottom: 10px;
  }
  .listCounties ul li:nth-child(3),
  .listCounties ul li:nth-child(4) {
    padding-left: 10px;
  }
  .ps-timeline-sec {
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .leadimg {
    width: 92px;
    height: 92px;
  }
  .leadimg img {
    width: 60px;
  }
  .leadcapture {
    width: 85%;
    max-height: 600px;
    min-height: 600px;
  }
  .leadmang p,
  .robotic_sec p,
  .leadtrack p,
  .prioritize p {
    padding-bottom: 15px;
  }
  .robotic_sec ul li,
  .prioritize h3,
  .leadtrack h3 {
    margin-bottom: 0px;
  }
  .indepth .pr-4 {
    padding-right: 1rem !important;
  }
  .indepth .px-5 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .indepthTxt h4 {
    font-size: 16px;
  }
  .indepth_left p {
    font-size: 16px;
    padding-right: 20px;
  }
  .benefit_grid .d-flex {
    text-align: center;
    display: block !important;
  }
  .leadmangement .pr-5 {
    padding-right: 1rem !important;
  }
  .leadmang {
    padding: 40px 0px;
  }
  .verticalTab {
    padding-top: 130px;
    padding-bottom: 20px;
  }
  .automationLear {
    padding: 25px 18px 25px;
    min-height: 320px;
    box-shadow: 0 2px 10px 0 rgb(62 61 61 / 24%);
    -webkit-box-shadow: 0 2px 10px 0 rgb(62 61 61 / 24%);
  }
  .featureCall h4 {
    font-size: 22px;
  }
  .fvirtualTxt {
    font-size: 16px;
  }
  .verticalTab .nav-link {
    padding: 0.2rem 0.2rem;
  }
  .tab-content .p-5 {
    padding: 0rem !important;
  }
  .verticalTab .tab-pane h5 {
    font-size: 22px;
  }
  .leftExplorpart h3 {
    font-size: 28px;
  }
  .leftExplorpart h6,
  .contactAdName h4 {
    font-size: 18px;
  }
  .leftExplorpart h5 {
    font-size: 20px;
  }
  .listCounties ul li h6,
  .listCounties ul li p,
  .listCounties a,
  .listCounties a:hover {
    font-size: 14px;
  }
  .getTouchs h4 {
    font-size: 30px;
  }
  .contrList h4 {
    font-size: 14px;
    line-height: normal;
  }
  .needCloud img {
    width: 70px;
    margin-bottom: 10px;
  }
  .cntrdata li {
    width: 32%;
  }
  .contrList p {
    margin-top: 10px;
    font-size: 15px;
    line-height: normal;
  }
}
@media (min-width: 990px) {
  .modal {
    text-align: center;
    padding: 0 !important;
  }
  .modal:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
  }
  .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
  }
}
@media (max-width: 767px) {
  .exploremodal .modal-dialog {
    max-width: 100%;
  }

  #nav li:last-child {
    border-bottom: 0;
  }
  .dontShow {
    display: none;
    pointer-events: none;
  }
  .realEstate h4:before,
  .cusmtRes h3:before {
    z-index: 0;
  }
  .megamenu-li.show .dropdown-menu.megamenu.show {
    width: 100% !important;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .megamenu-li.show .dropdown-menu.megamenu.show:after {
    display: none !important;
  }
  .megamenu-li.show .dropdown-menu.megamenu .col-md-4 {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .dropdown.megamenu-li .col-md-4 {
    border-bottom: 1px solid #ddd;
    border-right: 0px !important;
  }
  .dropdown.megamenu-li .col-md-4:last-child {
    border-right: none;
    border-bottom: 0px;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
  }
  .leadmang {
    padding: 50px 0px;
    padding-bottom: 20px;
  }
  .leadimg {
    width: 52px;
    height: 52px;
  }
  .circle_text img {
    margin-bottom: 20px;
  }
  /*.circle_text h4 {
  font-size: 15px;
}*/
  .leadcapture h6 {
    font-size: 12px;
  }
  .leadcapture {
    max-height: 420px;
    min-height: 420px;
    padding: 50px;
  }
  .leadcapture p {
    font-size: 12px;
  }
  .leadcapture:after {
    width: 250px;
  }
  .leadimg.google {
    top: -20px;
  }
  .leadimg.email {
    top: 10px;
  }
  .leadimg.robotic {
    top: 100px;
    left: -10px;
  }
  .leadimg.indiaprop {
    top: 200px;
    left: -30px;
  }
  .leadimg.magic {
    bottom: 0px;
    left: 100px;
  }
  .leadimg.layer {
    bottom: 30px;
    right: 40px;
  }
  .leadimg.domain {
    bottom: 130px;
    right: -20px;
  }
  .leadimg.stock {
    top: 120px;
    right: -20px;
  }
  .indepthTxt {
    margin-top: 30px;
    text-align: center;
  }
  .indepthTxt img {
    margin: auto;
    margin-bottom: 10px;
  }
  #realtime .col-md-6.pl-5 {
    padding-left: 1rem !important;
  }
  #realtime .col-md-6:first-child {
    margin-bottom: 30px;
  }
  #realtime br,
  .benefitTxt p br,
  .buinessIntel h6 br {
    display: none;
  }
  .benefitTxt h4 {
    font-size: 18px;
  }
  .benefitTxt p,
  .buinessIntel h6 {
    font-size: 14px;
  }
  .benefitTxt p.mb-5 {
    margin-bottom: 1rem !important;
  }
  .prioritize {
    background-position: 58% 100% !important;
  }
  .prioritize h3 {
    font-size: 24px;
    /* text-shadow: 0px 0px 2px #000; */
  }
  .prioritize p {
    /* text-shadow: 0px 0px 5px #232323; */
    font-size: 18px;
  }
  .automationLear {
    margin-bottom: 0px;
    text-align: center;
    padding: 30px 35px 30px;
  }
  .verticalTab {
    padding-top: 50px;
    padding-bottom: 0px;
  }
  .featureCall h4,
  .verticalTab .tab-pane h5 {
    font-size: 22px;
  }
  .tab-content {
    text-align: center;
  }
  .tab-content .p-5 {
    padding: 1rem !important;
  }
  .tab-content > .active {
    height: 0px;
    padding: 0px !important;
  }
  .tab-content > .active img,
  .tab-content > .active h5,
  .tab-content > .active p {
    display: none;
  }
  .tab-content > .tab-pane.show {
    display: block;
    opacity: 1;
    height: auto;
    padding: 1rem !important;
  }
  .tab-content > .active.show img,
  .tab-content > .active.show h5,
  .tab-content > .active.show p {
    display: block;
  }
  .brdAdded {
    display: none;
  }
  .verticalTs .card-header {
    display: block;
  }
  .verticalTs .col-md-8 {
    padding: 0px;
  }
  .card-header img {
    margin-right: 10px;
  }
}
@media (max-width: 580px) {
  .leadcapture {
    width: 100%;
    padding: 10px;
    max-height: initial;
    min-height: initial;
    display: block;
    margin: 20px auto;
    box-shadow: none;
    border-radius: 0px;
  }
  .leadimg {
    top: 0px !important;
    right: 0px !important;
    left: 0px !important;
    bottom: 0px !important;
    margin: 5px;
    position: relative;
    width: 92px;
    height: 92px;
  }
  .robotic_sec {
    margin-top: 30px;
  }
  .leadcapture h6 {
    font-size: 15px;
  }
  .leadcapture p {
    font-size: 15px;
    margin-bottom: 30px;
  }
  .leadcapture:after {
    display: none;
  }
  .circle_text h4 {
    font-size: 25px;
  }
}
/*leadmanagement style end*/

/*look_future section style start*/
#explore .col-md-5:before {
  content: '';
  z-index: 999;
  position: absolute;
  right: -91px;
  top: 29%;
  width: 260px;
  height: 370px;
  background: url(../images/pop-up-robot.png) no-repeat;
  background-size: 78%;
}
@media (max-width: 1580px) {
  #explore .col-md-5:before {
      right: -138px;
      top: 38%;
      background-size: 63%;
  }
}
.look_future {
  padding: 100px 0px;
  padding-bottom: 50px;
}
.look_future h2 {
  font-size: 36px;
  color: #015c9b;
}
ul.timeline {
  list-style-type: none;
  position: relative;
}
ul.timeline:before {
  content: " ";
  background: #006fc0;
  display: inline-block;
  position: absolute;
  left: 15px;
  width: 4px;
  height: 100%;
  z-index: 400;
}
.rightChosTxtNew h5 span,
.rightChosTxt h5 span {
  font-size: 50px;
}
ul.timeline img {
  /* width: 40px; */
  margin-bottom: 10px;
}
ul.timeline h4 {
  font-size: 25px;
  font-weight: 600;
}
ul.timeline > li {
  margin-bottom: 50px;
  padding-left: 50px;
}
ul.timeline > li:before {
  content: " ";
  background: #006fc0;
  display: inline-block;
  position: absolute;
  left: 10px;
  width: 15px;
  height: 15px;
  z-index: 400;
  margin-top: 60px;
}
/*look_future section style end*/

@media (min-width: 1200px) {
  .exploremodal .modal-dialog {
    max-width: 1200px;
  }
}
@media (min-width: 990px) {
  .sub-menu-bar#navbarSupportedContent {
    display: grid !important;
  }
  .endtoEnd {
    padding-top: 100px;
  }
}
.megamenu-li.show .dropdown-menu.megamenu.show {
  padding: 30px 20px;
  width: 990px;
  left: auto;
}
.megamenu-li.show .dropdown-menu.megamenu.show:after {
  content: url(../images/home-Image/whiteArrow.png);
  position: absolute;
  top: -12px;
  right: 50%;
}
.preHeading {
  font-size: 23px;
  font-weight: 400;
  color: #006bc3;
  margin-bottom: 5px;
  padding-left: 5px;
}
.featureMenu li a {
  color: #343434 !important;
  font-weight: 400 !important;
  padding: 4px 0 !important;
  font-size: 15px !important;
}
.featureMenu li a {
  padding: 0px 5px !important;
  line-height: 30px;
}
.featureMenu li a:hover {
  color: #00a6e9 !important;
  /*background-color: #fff;*/
}
.tab-content > .active {
  display: block;
  transition: all 0.5s ease-out;
}
/*about page style start*/

.visTxt p a {
  font-weight: 600;
  color: #026dc2;
}
.aboutUsPage::after {
  bottom: -20px;
  animation: none;
  height: 180px;
}
.leadManageBg::after,
.leadManageBg::before {
  bottom: -15px;
}
.leadManageBg::before {
  bottom: 30px;
  transform: translatey(0px);
  animation: float 10s ease-in-out infinite !important;
}
.award_sec .customer-logos {
  margin-top: -100px;
  margin-bottom: 80px;
}
.vissionMission {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: linear-gradient(to bottom, #fff, #f4f4f4);
}
.vissions .boinacolr img {
  vertical-align: middle;
  display: inline-table;
  margin-top: 20px;
}
.vissions .boinacolr {
  background: white;
  padding: 4px;
  box-shadow: 5px 6px 0px 0px #e3edf5;
  border-radius: 472px;
  width: 130px;
  height: 130px;
  text-align: center;
}
.visTxt h4 {
  font-size: 24px;
  color: #026dc2;
  font-weight: 600;
  padding-bottom: 10px;
}
.visTxt p {
  font-size: 15px;
}
.leadManageBg.aboutUsPage .header-hero-content .header-sub-title {
  font-size: 38px;
}
.dropdown.megamenu-li .col-md-4 {
  border-right: 1px solid #ddd;
  padding: 0px 30px;
}
.dropdown.megamenu-li .col-md-4:last-child {
  border-right: none;
}
/*about page style end*/

@media (max-width: 1480px) {
  .aboutUsPage::after,
  .leadManageBg::after {
    bottom: -60px;
  }
  .leadmangement h3,
  .prioritize h3,
  .leadtrack h3,
  .indepth_left h3 {
    font-size: 34px;
  }
  .header-hero-content {
    padding-top: 160px;
  }
  .whatIsRealEstate {
    padding: 160px 0 50px;
  }
  .header-hero-content .header-sub-title {
    font-size: 35px;
  }
  /* .aboutUsPage::before{
    bottom: 0px;
  } */
}
@media (max-width: 1380px) {
  .movingrightbox > li ul li {
    width: 180px;
    height: 180px;
  }
  .whyChoose {
    padding: 80px 0 100px;
  }
  .yourFavApp {
    padding: 50px 0px;
  }
  .testimonial {
    padding: 60px 0 0;
  }
  .movingrightbox > li ul li h3 {
    font-size: 42px;
  }
  p.Web-Design {
    font-size: 15px;
  }
  .exploreBtn {
    margin-top: 15px;
  }
  .header-hero-content {
    padding-top: 150px;
  }
  .presales {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .mileStone {
    padding: 60px 0;
  }
  .look_future h2 {
    font-size: 30px;
    color: #015c9b;
  }
  ul.timeline h4 {
    font-size: 26px;
  }
  ul.movingrightbox:before {
    background-size: 550px;
  }
}
@media (max-width: 1280px) {
  /* .aboutUsPage::before{
    height: 140px;
  } */
  .cusmtRes {
    padding-top: 10px;
  }
  .cusmtRes h3 {
    font-size: 32px;
  }
  .visTxt h4 {
    font-size: 18px;
  }
  .visTxt p {
    font-size: 13px;
  }
  .mileStonHead h3,
  p.yearMile,
  .crewsHeder h2,
  .keyDiffference h4 {
    font-size: 35px;
  }
  .ps-timeline-sec ol.ps-timeline li p label:first-child {
    font-size: 22px;
    margin-bottom: 0px;
  }
  .ps-timeline-sec ol.ps-timeline li p label:last-child {
    font-size: 15px;
    margin-top: 0px;
  }
  .crewsHeder h2 {
    font-size: 35px;
  }
  .mainCrews p {
    font-weight: normal;
    font-size: 15px;
  }
  .mainCrews h3 {
    font-size: 25px;
    margin-bottom: 0px;
  }
  .mainCrews h5 {
    font-size: 14px;
  }
  .crews {
    padding-bottom: 120px;
  }
  .get_sec h2 {
    font-size: 40px;
  }
  .ps-timeline-sec ol.ps-timeline li span.ps-sp-top:before {
    top: -110px;
    left: 106%;
    height: 150px;
  }
  .ps-timeline-sec ol.ps-timeline li.sec-ps-timelines span.ps-sp-top:before {
    height: 240px;
    left: 128%;
    top: -118%;
  }
  .ps-timeline-sec ol.ps-timeline li.sec-ps-timelines span.ps-sp-top:after {
    right: -120px;
    top: -215px;
  }
  .ps-timeline-sec ol.ps-timeline li.sec-ps-timelines .ps-top {
    left: 20%;
  }
  .ps-timeline-sec ol.ps-timeline li span.ps-sp-top:after {
    right: -65px;
    top: -140px;
  }
  .fvirtualTxt {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .robotic_sec h3,
  .leadmangement h3,
  .prioritize h3,
  .leadtrack h3,
  .indepth_left h3,
  .leadtrack h3,
  .buinessIntel h2 {
    font-size: 28px;
  }
  .circle_text h4 {
    font-size: 32px;
  }
  .navbar-nav .nav-item {
    margin-left: 20px;
  }
  .navbar-nav .nav-item a {
    font-size: 15px;
  }
  #navOne li span,
  #navOne li a {
    font-size: 13px;
  }
  #navOne li button {
    font-size: 13px;
  }
  .header-hero-content .header-sub-title {
    font-size: 30px;
  }
  .header-hero-image {
    left: 0px;
  }
  .realEstate h4 {
    font-size: 32px;
  }
  .whychos h4 {
    font-size: 30px;
  }
  .whyChoosedetails .owl-item .rightChosTxt h5,
  .rightChosTxtNew h5 {
    font-size: 20px;
    /*padding-top: 30px;*/
    padding-left: 0px;
  }
  .whyChoosedetails .owl-item .rightChosTxt h5 br,
  .rightChosTxtNew h5 br {
    display: none;
  }
  .rightChosTxtNew h5 span,
  .rightChosTxt h5 span {
    font-size: 30px;
  }
  .whyChoosedetails .owl-item .rightChosTxt p,
  .rightChosTxtNew p {
    min-height: 150px;
    line-height: normal;
  }
  .whyChoosedetails .owl-item {
    min-height: 550px;
  }
  .whyChoosedetails .owl-item .rightChosTxt p,
  .rightChosTxtNew p,
  .rightChosTxtNew i,
  .whyChoosedetails .owl-item .rightChosTxt i {
    padding: 0px;
  }
  .whyChoose {
    padding: 60px 0 100px;
  }
  .presales {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .crm {
    padding-top: 50px;
  }
  .endtoEnd h4 {
    font-size: 30px;
    font-weight: 300;
    line-height: normal;
  }
  .endtoEnd b {
    font-size: 30px;
  }
  .movingrightbox > li ul li.SEO,
  .movingrightbox > li ul li {
    margin-left: 30px;
  }
  .movingrightbox > li ul li {
    width: 150px;
    height: 150px;
  }
  ul.movingrightbox img {
    width: 55px;
    height: 55px;
    object-fit: contain;
  }
  .movingrightbox > li ul li h3,
  .favAppTxt h4,
  .award_sec h4 {
    font-size: 25px;
  }
  p.Web-Design {
    font-size: 13px;
    line-height: normal;
  }
  .yourFavApp {
    padding: 50px 0px;
  }
  .preSale h4,
  .integrate h4,
  .whatourCust h3,
  .get_sec h2 {
    font-size: 35px;
  }
  .carouselPreSales .croParse .innerSales h6,
  .awardTxt span {
    font-size: 22px;
  }
  .favAppTxt h4,
  .testimonial {
    padding-top: 50px;
  }
  .integrate p {
    margin-bottom: 50px;
  }
  .award_sec h4 br {
    display: none;
  }
  .whatourCust h3 {
    margin-bottom: 10px;
  }
  .customTestimonial .shadow-effect p {
    margin-top: 10px;
  }
  .get_sec {
    padding: 50px 20px;
  }
  .forListAddres {
    padding-left: 0px;
  }
  footer.footer-widget .wow.fadeIn {
    visibility: visible !important;
    animation-duration: inherit !important;
    animation-delay: inherit !important;
    animation-name: inherit !important;
  }
  .mileStonHead h3,
  p.yearMile,
  .crewsHeder h2 {
    font-size: 30px;
    line-height: 37px;
  }
  .get_ready {
    bottom: -50px;
  }
  .footer-widget .title {
    font-size: 16px;
  }
  .footer-widget .link li a {
    font-size: 12px;
  }
  .footer-about p {
    font-size: 13px;
    line-height: normal;
  }
  ul.social li {
    margin-bottom: 5px;
  }
  .bg_cover:after {
    bottom: -90px;
  }
  .bg_cover::before {
    bottom: -60px;
  }
  .header-hero {
    height: 700px;
  }
  .header-hero-image img {
    width: 80%;
  }
  .header-hero.aboutUsPage {
    height: 480px;
  }
  .aboutUsPage::before {
    bottom: -50px;
  }
  .aboutUsPage::after {
    bottom: -80px;
  }
  .leadManageBg::after {
    bottom: -100px;
  }
  .leadManageBg.aboutUsPage .header-hero-content .header-sub-title {
    font-size: 30px;
  }
  .ps-timeline-sec ol.ps-timeline li span {
    left: 45%;
  }
  .ps-timeline-sec ol.ps-timeline li .ps-top {
    bottom: 0px;
    width: 250px;
  }
  .ps-timeline-sec ol.ps-timeline li p label:first-child {
    font-size: 22px;
  }
  .ps-timeline-sec ol.ps-timeline li p label:last-child {
    font-size: 13px;
    line-height: normal;
  }
  p.yearMile {
    font-size: 25px;
  }
  .ps-timeline-sec ol.ps-timeline li .ps-top.yearonTop p {
    left: 75%;
  }
  .ps-timeline-sec ol.ps-timeline li .ps-bot {
    margin-top: 35px;
    margin-left: 40px;
  }
  .ps-timeline-sec ol.ps-timeline li.sec-ps-timelines span.ps-sp-top:before {
    height: 180px;
    left: 120%;
    top: -95%;
  }
  .ps-timeline-sec ol.ps-timeline li.sec-ps-timelines span.ps-sp-top:after {
    right: -90px;
    top: -175px;
  }
  .ps-timeline-sec ol.ps-timeline li.sec-ps-timelines .ps-top {
    left: 15%;
    margin-bottom: 220px;
  }
  .ps-timeline-sec ol.ps-timeline li .ps-bot.textOnBottomMile {
    top: 120px;
    left: -35px;
  }
  .ps-timeline-sec ol.ps-timeline li span.ps-sp-bot:after {
    right: 210px;
  }
  .abt_foot.pt-150 {
    padding-top: 80px;
  }
  .abt_award .get_ready {
    bottom: -80px;
  }
  .carouselPreSales button.slick-next.slick-arrow {
    right: 0px;
  }
  .carouselPreSales button.slick-prev.slick-arrow {
    left: 0px;
  }
  ul.movingrightbox:before {
    background-size: 480px;
    left: 40px;
  }
  /*.look_future h2 {
    font-size: 50px;
  }*/
  .whyBusiness {
    text-align: center;
    font-size: 32px;
  }
  .automationLear h4 {
    font-size: 22px;
  }
  ul.timeline h4 {
    font-size: 22px;
  }
  .look_future {
    padding-bottom: 0px;
  }
  .vissions .boinacolr {
    width: 100px;
    height: 100px;
  }
  .vissions img {
    width: 60px;
    height: 60px;
  }
  .vissions p {
    line-height: normal;
  }
  .social i {
    width: 30px;
    height: 30px;
    padding: 6px;
    font-size: 15px;
  }
  .get_sec h2 {
    font-size: 30px;
  }
  .exploreBtn {
    margin-top: 15px;
  }
  .prioritize h3,
  .leadtrack h3 {
    margin-bottom: 0px;
  }
}
@media (max-width: 991px) {
  .leadmangement h3,
  .prioritize h3,
  .leadtrack h3,
  .indepth_left h3,
  .leadtrack h3,
  .buinessIntel h2,
  .robotic_sec h3 {
    font-size: 22px;
  }
  .whyBusiness {
    font-size: 24px;
  }
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 5px;
  }
  .header-hero-content {
    padding-top: 140px;
  }
  ul#navOne {
    background: #32a9eb;
    text-align: center;
  }
  .navbar {
    padding: 10px;
  }
  .navbar-nav .nav-item {
    margin-left: 0px;
    text-align: center;
    color: #32a9eb;
    line-height: 35px;
  }
  .awardTxt span {
    font-size: 18px;
  }
  #navOne li {
    margin-left: 0px;
    margin: 8px 0px;
  }
  .header-hero-content .header-sub-title {
    font-size: 28px;
  }
  .whatIsRealEstate {
    padding: 140px 0 0px;
  }
  .realEstate h4,
  .whychos h4,
  .endtoEnd h4,
  .endtoEnd b {
    font-size: 25px;
  }
  .whychos h4 {
    padding-top: 30px;
  }
  .whyChoosedetails .owl-item .rightChosTxt h5,
  .rightChosTxtNew h5 {
    font-size: 18px;
  }
  .whyChoosedetails .owl-item .rightChosTxt p,
  .rightChosTxtNew p,
  .rightChosTxtNew i,
  .whyChoosedetails .owl-item .rightChosTxt i {
    font-size: 12px;
    line-height: normal;
  }
  .preSale h4,
  .integrate h4,
  .whatourCust h3,
  .get_sec h2 {
    font-size: 28px;
  }
  .preSale p {
    font-size: 15px;
    line-height: normal;
  }
  .whyChoosedetails .owl-item {
    min-height: 400px;
  }
  .imgLeftSide img {
    /* height: initial; */
    object-fit: fill;
  }
  .imgLeftSideNew img {
    height: 220px;
    object-fit: cover;
  }
  .rightChosTxtNew h5 span,
  .rightChosTxt h5 span {
    font-size: 20px;
  }
  .whyChoosedetails .owl-item .rightChosTxt p,
  .rightChosTxtNew p {
    min-height: 90px;
  }
  .endtoEnd b br,
  .integrate p br,
  .favAppTxt p br,
  .get_sec p br {
    display: none;
  }
  .favAppTxt h4,
  .award_sec h4 {
    font-size: 18px;
  }
  .movingrightbox > li ul li h3 {
    font-size: 15px;
  }
  .awardWin .item {
    padding: 5px;
    margin: 0px;
  }
  .bg_cover::after {
    bottom: -110px;
  }
  .bg_cover::before {
    bottom: -90px;
  }
  .header-hero.aboutUsPage {
    height: 380px;
    padding-top: 0px;
  }
  .leadManageBg.aboutUsPage .header-hero-content .header-sub-title {
    font-size: 25px;
  }
  /* .aboutUsPage::before{
    bottom: -70px;
  } */
  .aboutUsPage::after {
    bottom: -110px;
  }
  .leadManageBg::after {
    height: 200px !important;
  }
  .cusmtRes h3 {
    font-size: 25px;
  }
  .customRelation {
    background-size: contain;
    padding-bottom: 0px;
  }
  .cusmtRes {
    padding-bottom: 150px;
  }
  .aboutUsPage .header-hero-content .header-sub-title {
    margin-top: 0px;
    font-size: 40px;
  }
  .aboutUsPage .header-hero-content {
    padding-top: 180px;
  }
  .pt-150 {
    padding-top: 80px;
  }
  .pb-50 {
    padding-bottom: 30px;
  }
  .footer-widget .title {
    font-size: 13px;
  }
  .footer-widget .link li a {
    font-size: 10px;
  }
  .footer-about p {
    font-size: 11px;
  }
  .movingrightbox > li ul li {
    width: 125px;
    height: 130px;
  }
  .movingrightbox > li ul li.SEO,
  .movingrightbox > li ul li {
    margin-left: 15px;
  }
  p.Web-Design {
    font-size: 10px;
    line-height: normal;
  }
  .cust-mt-o a.Web-Development {
    padding-top: 10px;
  }
  ul.movingrightbox:before {
    background-size: 90%;
    left: 6px;
  }
  ul.movingrightbox img {
    width: 40px;
    height: 40px;
    margin-top: 10px;
  }
  li.Ecommerce {
    margin-top: 60px;
  }
  .megamenu-li.show .dropdown-menu.megamenu.show {
    width: 100%;
  }
  .featureMenu li a {
    padding: 0px !important;
  }
  .dropdown.megamenu-li .col-md-4 {
    padding: 0px 15px;
  }
  .featureMenu li a {
    font-size: 13px !important;
  }
  .preHeading {
    font-size: 18px;
    padding-left: 0px;
  }
  .header-hero {
    height: 600px;
  }
  .mileStone {
    padding: 40px 0;
  }
  .ps-timeline-sec ol.ps-timeline {
    transform: rotate(270deg);
  }
  .ps-timeline-sec ol.ps-timeline li .ps-top,
  .ps-timeline-sec ol.ps-timeline li span img,
  .ps-timeline-sec ol.ps-timeline li .ps-bot.textOnBottomMile,
  p.yearMile {
    transform: rotate(90deg);
  }
  .ps-timeline-sec ol.ps-timeline li span {
    left: 45%;
    top: -65px;
  }
  .ps-timeline-sec ol.ps-timeline li .ps-top {
    left: -60px;
    margin-bottom: 162px;
  }
  .ps-timeline-sec ol.ps-timeline li span.ps-sp-top:before {
    top: -130px;
    left: 76%;
    transform: rotate(180deg);
  }
  .ps-timeline-sec ol.ps-timeline li span.ps-sp-top:after {
    right: 12px;
    top: -180px;
  }
  .ps-timeline-sec ol.ps-timeline li .ps-top.yearonTop p {
    left: 55%;
    top: -60px;
  }
  p.yearMile {
    font-size: 18px;
  }
  .ps-timeline-sec ol.ps-timeline li p label:first-child {
    font-size: 18px;
  }
  .ps-timeline-sec ol.ps-timeline li p label:last-child {
    font-size: 12px;
  }
  .ps-timeline-sec ol.ps-timeline li .ps-bot {
    margin-top: 65px;
    margin-left: 40px;
  }
  .ps-timeline-sec ol.ps-timeline li.sec-ps-timelines .ps-top {
    left: -44%;
    margin-bottom: 162px;
  }
  .ps-timeline-sec ol.ps-timeline li.sec-ps-timelines span.ps-sp-top:before {
    left: 75%;
  }
  .ps-timeline-sec ol.ps-timeline li.sec-ps-timelines span.ps-sp-top:after {
    right: 15px;
    top: -160px;
  }
  .ps-timeline-sec ol.ps-timeline li span.ps-sp-bot:before {
    bottom: -130px;
    height: 160px;
    left: 75%;
    transform: rotate(180deg);
  }
  .ps-timeline-sec ol.ps-timeline li .ps-bot.textOnBottomMile {
    top: 55px;
    left: -100px;
    width: 250px;
  }
  .ps-timeline-sec ol.ps-timeline li span.ps-sp-bot:after {
    right: 15px;
    bottom: -140px;
  }
  .crewsHeder h2 {
    font-size: 28px;
    padding-bottom: 30px;
  }
  .look_future h2 {
    font-size: 22px;
  }
  .automationLear h4 {
    font-size: 18px;
  }
  .look_future {
    padding-top: 30px;
  }
  ul.timeline h4 {
    font-size: 16px;
  }
  .vissions .boinacolr img {
    margin-top: 15px;
  }
  .vissions .boinacolr {
    width: 90px;
    height: 90px;
  }
  .key_sec .d-flex {
    display: inline-block !important;
    text-align: center;
  }
  .key_sec .ml-4 {
    margin-left: 0px !important;
  }
  .keyDiff .icon-stack {
    padding: 35px;
    background-size: 100px;
    margin-bottom: 10px;
    background-position: center;
  }
  .keyDiff .icon-stack img {
    width: 50px;
  }
}
@media (max-width: 768px) {
  .circleImg {
    display: block;
  }
  .circleImgs {
    display: none;
  }
  .hideMobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .leadManageBg .header-hero-content.text-center {
    padding-top: 140px;
}
  .bgColortext {
    height: 20px;
  }
  .croParse i {
    position: relative;
    left: -10px;
    bottom: 10px;
  }
  .robotic_sec p {
    text-shadow: 0 0 9px white;
  }
  .yourFavApp .favAppTxt.parentClass h4 {
    line-height: 28px;
  }
  .featuresdetails .automationLear:before {
    z-index: 9;
    content: "\f175";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    background-color: #006fbf;
    position: absolute;
    bottom: -15px;
    left: 45%;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    color: #fff;
    padding: 10px;
  }
  .leftExplorpart img {
    width: 100px;
  }
  .custom-navs:after,
  .custom-navs:before {
    width: 32%;
  }
  .footer-widget .col-xl-2 {
    flex: 0 0 50%;
    max-width: 50%;
    -ms-flex: 0 0 50%;
    padding: 0px 40px;
    padding-top: 20px;
  }
  .footer-widget .col-sm-6.pr-0 {
    flex: 0 0 100%;
    max-width: 100%;
    -ms-flex: 0 0 100%;
    padding-right: 15px !important;
    padding-left: 15px;
    text-align: center;
  }
  .footer-widget .link {
    border-right: 0px;
  }
  .footer-widget .title {
    font-size: 15px;
  }
  .footer-widget .link li a {
    font-size: 13px;
  }
  ul.social {
    margin-bottom: 20px;
  }
  .circle_text h4 {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .preSale h4,
  .integrate h4,
  .whatourCust h3,
  .get_sec h2 {
    font-size: 22px;
  }
  p {
    font-size: 15px;
    line-height: normal;
  }
  p.yearMile {
    margin-top: 15px !important;
    margin-left: 5px !important;
  }
  .get_sec {
    padding: 30px 20px;
  }
  .whyChoosedetails .owl-item .rightChosTxt p,
  .rightChosTxtNew p {
    min-height: initial;
  }
  .whyChoosedetails .owl-item .rightChosTxt p,
  .rightChosTxtNew p,
  .rightChosTxtNew i,
  .whyChoosedetails .owl-item .rightChosTxt i {
    font-size: 15px;
  }
  .awardWin .owl-dots {
    position: relative;
    right: 0px;
    top: 20px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .awardImageTwo {
    height: 100px;
  }
  ul.movingrightbox:before {
    background: none;
  }
  .movingrightbox > li ul li.SEO,
  .movingrightbox > li ul li {
    margin: 0px auto;
    margin-bottom: 15px;
    /*float: left;*/
  }
  ul.movingrightbox,
  .movingrightbox > li {
    display: block;
  }
  ul.movingrightbox {
    margin: 30px 0px;
  }
  .movingrightbox > li ul li {
    margin-bottom: 15px;
  }
  .movingrightbox > li ul li {
    width: 180px;
    height: 170px;
  }
  p.Web-Design {
    font-size: 15px;
  }
  ul.movingrightbox img {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
  }
  .movingrightbox > li ul li h3 {
    font-size: 22px;
  }
  .cust-mt-s ul,
  .cust-mt-o ul {
    margin-top: 0px !important;
  }
  .imgLeftSide {
    order: 2;
  }
  .crm {
    padding-top: 30px;
  }
  .rightChosTxt {
    order: 1;
    margin-bottom: 40px;
  }
  .rightChosTxtNew {
    margin-bottom: 40px;
  }
  .imgLeftSide img {
    top: inherit;
    margin-bottom: 30px;
  }
  .imgLeftSideNew img {
    bottom: inherit;
  }
  .customRelation {
    background-size: 150%;
  }
  .header-hero-content {
    padding-top: 130px;
  }
  .exploreBtn {
    margin-top: 10px;
  }
  .realEstate h4,
  .whychos h4 {
    padding-top: 0px;
  }
  .whyChoose {
    padding: 30px 0 80px;
  }
  .realEstate p {
    margin-bottom: 39px;
  }
  .realEstate h5,
  .favAppTxt h5 {
    margin-bottom: 30px;
  }
  .header-hero {
    height: 500px;
  }
  .header-hero-content .header-sub-title {
    font-size: 20px;
  }
  .header-hero-content .header-sub-title br {
    display: none;
  }
  .bg_cover::before {
    bottom: -130px;
  }
  .bg_cover:after {
    bottom: -135px;
  }
  .aboutUsPage::before {
    bottom: -117px;
    transform: translatey(0px);
    animation: none;
  }
  .aboutUsPage::after {
    bottom: -153px;
  }
  .header-hero.bg_cover.aboutUsPage.aboutSanimatio::before,
  .header-hero.bg_cover.aboutUsPage.aboutSanimatio::after {
    animation: float 8s ease-in-out infinite !important;
  }
  .keyDiffference h4,
  .crewsHeder h2,
  .mileStonHead h3,
  p.yearMile,
  .crewsHeder h2 {
    font-size: 25px;
  }
  .visTxt {
    padding-bottom: 30px;
  }
  .crews {
    padding-top: 40px;
  }
  .vissions {
    text-align: center;
  }
  .vissionMission {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .vissions .boinacolr img {
    margin-top: 12px;
  }
  /*.vissions .col-md-3{
    margin-bottom: 30px;
  }*/
  .vissions .col-md-9 {
    margin-top: 30px;
  }
  .award_sec .customer-logos {
    margin-bottom: 40px;
  }
  .whatIsRealEstate {
    padding: 50px 0 0px;
  }
  .whatIsRealEstate .col-md-6 {
    order: 2;
  }
  .whatIsRealEstate .col-md-6.realEstate {
    order: 1;
  }
  .whatIsRealEstate:after,
  .yourFavApp:after,
  .presales:after {
    content: "";
    width: 0;
  }
  .carouselPreSales button.slick-arrow {
    /*position: relative;
    left: auto !important;
    right: auto !important;*/
    top: inherit;
    bottom: -40px;
    font-size: 0;
  }
  .carouselPreSales button.slick-next.slick-arrow {
    right: 32%;
  }
  .carouselPreSales button.slick-prev.slick-arrow {
    left: 32%;
  }
  .whyChoose,
  .crm {
    background-image: none;
    background-color: #006bc3;
  }
  .whyChoosedetails .owl-item {
    padding: 0px 15px;
  }
  .award_sec {
    background-repeat: no-repeat;
  }
  .ps-timeline-sec ol.ps-timeline {
    margin: 220px 0px;
  }
  .ps-timeline-sec ol.ps-timeline li {
    width: 24%;
    left: -15px;
  }
  .ps-timeline-sec ol.ps-timeline li span {
    left: 65%;
    top: -36px;
  }
  .ps-timeline-sec ol.ps-timeline li p label:first-child {
    font-size: 12px;
    line-height: normal;
  }
  .ps-timeline-sec ol.ps-timeline li .ps-top {
    left: -5px;
    margin-bottom: 110px;
    width: 140px;
  }
  .ps-timeline-sec ol.ps-timeline li span.ps-sp-top:before,
  .ps-timeline-sec ol.ps-timeline li span.ps-sp-top:after,
  .ps-timeline-sec ol.ps-timeline li span.ps-sp-bot:before,
  .ps-timeline-sec ol.ps-timeline li span.ps-sp-bot:after {
    display: none;
  }
  .ps-timeline-sec ol.ps-timeline li p label:last-child {
    font-size: 10px;
    line-height: 14px;
  }
  .ps-timeline-sec ol.ps-timeline li .ps-bot {
    margin-top: 25px;
    margin-left: 20px;
  }
  p.yearMile {
    font-size: 14px;
  }
  .ps-timeline-sec ol.ps-timeline li .ps-top.yearonTop p {
    left: 44%;
    top: -41px;
  }
  .mileStonHead p {
    width: 100%;
  }
  .ps-timeline-sec ol.ps-timeline li .ps-bot.textOnBottomMile {
    top: 0px;
    left: -30px;
  }
  .ps-timeline-sec ol.ps-timeline li p {
    width: 100%;
  }
  .ps-timeline-sec ol.ps-timeline li .ps-bot {
    margin-top: 10px;
    margin-left: 10px;
  }
  .ps-timeline-sec ol.ps-timeline li .ps-bot.textOnBottomMile {
    top: 58px;
    left: -16px;
    width: 140px;
  }
  .ps-timeline-sec ol.ps-timeline li.sec-ps-timelines .ps-top {
    left: 0%;
    margin-bottom: 110px;
  }
  .ps-timeline-sec ol.ps-timeline li .ps-bot {
    top: 45px;
  }
  .listCounties ul li,
  .cntrdata li {
    width: 100%;
    margin-bottom: 30px;
  }
  .mileStone {
    padding-bottom: 10px;
  }
  .contacus .header-hero-content {
    padding-bottom: 80px;
    padding-top: 160px;
  }
  .intl-tel-input.allow-dropdown,
  .contrList {
    margin-bottom: 30px;
  }
  .subMitBtn {
    margin-top: 0;
    width: 100%;
  }
  .cntrdata:before {
    display: none;
  }
  .listofCountries .container {
    margin-top: 0;
  }
  .conctacMap .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
  .getTouchs h4 {
    font-size: 30px;
  }
  .usadrs,
  .contactAdName,
  .listCounties {
    text-align: center;
  }
  .addresscontact {
    padding-top: 40px;
  }
  .contacus h3.header-sub-title.wow.fadeInUp {
    font-size: 25px;
  }
  .usadrs h4:after {
    left: 170px;
  }
  .usadrs h4:before {
    left: 159px;
  }
  .listCounties ul li:nth-child(3),
  .listCounties ul li:nth-child(4) {
    border: 0;
    padding-left: 0;
  }
  .needCall {
    margin-top: 0;
  }
  .needAction {
    line-height: normal;
    font-size: 19px;
  }
  .vissions .boinacolr {
    margin: 0 auto;
  }
  .getTouchs {
    padding: 20px;
    margin-top: 20px;
  }
  .getTouchs.contactForm {
    padding: 20px;
    bottom: 0;
  }
  .forListAddres {
    padding-top: 30px;
  }
  .leftExplorpart h3 {
    font-size: 22px;
  }
  .leadManageBg::after,
  .leadManageBg::before {
    width: 100%;
    left: 0px;
  }
  .look_future {
    padding: 30px 0px;
    padding-bottom: 0px;
  }
  ul.timeline {
    margin-top: 30px;
  }
  ul.timeline h4 {
    margin-bottom: 15px;
  }
  .favAppTxt h4,
  .favAppTxt p {
    padding-left: 15px;
  }
  .favAppTxt h5 {
    margin-left: 15px !important;
  }
  .customRelation {
    padding-top: 30px;
  }
  .keyDiff {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .readMr.modal:before {
    display: initial;
  }
  .automationLear {
    min-height: 260px;
  }
  .lookMb {
    margin-bottom: 0;
  }
  .footer-widget .col-xl-2.col-lg-2.col-md-6.col-sm-6 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -ms-flex: 0 0 100%;
    text-align: center;
  }

  .abt_foot.pt-150 {
    padding-top: 40px;
  }
}
.addresscontact .container {
  max-width: 1360px;
}
@media (min-width: 1280px) {
  .leadManageBg::after,
  .leadManageBg::before {
    width: 101%;
    left: -10px;
  }
  section.get_ready.equalheigh {
    bottom: -148px;
}
}
@media (min-width: 1660px) {
  .aboutUsPage::before {
    bottom: 20px;
    animation: none;
    height: 180px;
  }
  .addresscontact .container {
    max-width: 1600px;
  }
}
@media (max-width: 380px) {
  .ps-timeline-sec ol.ps-timeline {
    margin: 200px 0px;
  }
  .ps-timeline-sec ol.ps-timeline li {
    left: 0px;
  }
  .ps-timeline-sec ol.ps-timeline li .ps-top {
    left: -14px;
    margin-bottom: 90px;
    width: 120px;
  }
  .ps-timeline-sec ol.ps-timeline li .ps-bot.textOnBottomMile {
    top: 10px;
    width: 105px;
  }
  .ps-timeline-sec ol.ps-timeline li span {
    left: 65%;
    top: -32px;
  }
  .ps-timeline-sec ol.ps-timeline li p label:first-child {
    line-height: normal;
  }
  .ps-timeline-sec ol.ps-timeline:after {
    right: -18px;
  }
  p.yearMile {
    font-size: 12px;
  }
  .ps-timeline-sec ol.ps-timeline li.sec-ps-timelines .ps-top {
    left: -14%;
    margin-bottom: 90px;
  }
  .ps-timeline-sec ol.ps-timeline li .ps-bot.textOnBottomMile {
    top: 30px;
    left: -25px;
    width: 110px;
  }
  .ps-timeline-sec ol.ps-timeline li .ps-bot {
    top: 38px;
  }
  .ps-timeline-sec ol.ps-timeline li .ps-bot {
    margin-top: 15px;
    margin-left: 15px;
  }
  .carouselPreSales .croParse .innerSales {
    width: 240px;
    padding: 8px 10px;
    right: 20px;
  }
  .footer-widget .col-xl-2 {
    padding: 0px 15px;
    padding-top: 20px;
  }
  .ps-timeline-sec ol.ps-timeline li p label:first-child {
    font-size: 10px;
  }
  .ps-timeline-sec ol.ps-timeline li p label:last-child {
    font-size: 8px;
  }
}
@media (max-width: 340px) {
  .ps-timeline-sec ol.ps-timeline li .ps-bot {
    top: 30px;
  }
}
.readMr .modal-body p {
  margin-bottom: 21px;
}
@media screen and (max-width: 1441px) {
  .presales {
    padding-top: 80px;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .ps-timeline-sec ol.ps-timeline li .ps-top.yearonTop p {
    left: 44%;
    top: -40px;
  }
}


.text-white
{
color: white;
}

.text-left
{
text-align: left !important;
}

.h3-fsize
{
font-size: 35px !important;
}

.h6-fsize
{
font-size: 26px !important;
}

.hr-fsize
{
font-size: 26px !important;
}

.pt-25
{
padding-top: 25px !important;
}

.mb-15
{
margin-bottom: 15px !important;
}

.pt-100
{
padding-top: 100px !important;
}

.ml-20
{
margin-left: 20px !important;
}

.pt-50
{
padding-top: 50px !important;
}

.pb-50
{
padding-bottom: 50px !important;
}

.pa{
	margin-top: -17px;
}

.le{
	margin-top: -60px!important;
}
.ld-mg {
  background: url(../images/home-Image/enquireBg.png) top #2607ac;
  background-size: cover;
  padding: 100px 0px;
  color: #fff;
}
.ld-pc {
  color: white !important;
}
.tl-mg {
  margin-top: -55px !important;
}
.sm-hd {
  margin-top: -60px !important;
}
 /* for desktop */
      .whatsapp_float {
          position: fixed;
          width: 60px;
          height: 60px;
          bottom: 25px;
          left: 20px;
          background-color: #25d366;
          color: #FFF;
          border-radius: 50px;
          text-align: center;
          font-size: 30px;
          box-shadow: 2px 2px 3px #999;
          z-index: 100;
      }

      .whatsapp-icon {
          margin-top: 16px;
      }

      /* for mobile */
      @media screen and (max-width: 767px) {
          .whatsapp-icon {
              margin-top: 10px;
          }

          .whatsapp_float {
              width: 40px;
              height: 40px;
              bottom: 20px;
              right: 10px;
              font-size: 22px;
			  z-index: 1000;
          }
      }
	  
	  .text-center
	  {
		  text-align: center;
	  }
	   /* Move reCAPTCHA v3 badge to the left */
 
 .grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
}
.grecaptcha-badge:hover {
  width: 256px !important;
}
.ab-ht {
  position: relative;
  z-index: 5;
  background-position: 0 0;
  height: 600px;
  background-size: cover;
}






@media only screen and (min-width: 320px) and (max-width: 570px) {
  
  .Product-content {
    width: 100%;
    text-align: start;
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 5px;
}
  .cp-pd {
    padding: 10px 15px 0 !important;
}
.lm-im {
  width: 92%;
  margin-top: 2px;
  margin-left: 18px;
}
.lm-ct{
  padding-bottom: 55px;
}
  #explore .col-md-5:before {
    right: -140px;
    top: 29%;
    background-size: 63%;
}
  .getTouchs {
    margin: 0 -5px 0 -16px;
    right: -3px;
    background-color: #ffffff;
    border-radius: 20px;
    padding-top: 80px;
    padding-bottom: 60px;
    position: relative;
    bottom: 0px;
    background-size: cover;
    background-position: center;
    padding-left: 30px;
    padding-right: 30px;
}
  .acvx {
    border: 1px solid #c91d0e;
    background-color: #c91d0e;
    padding: 5px 15px;
    color: white;
    border-radius: 50px;
    font-weight: 600;
    font-size: 12px;
    outline: none;
    margin-top: 40px;
}
  .h3-fsize {
    font-size: 35px !important;
}
  .chatt1 .container,
  .bg-cl .container {
      display: flex;
      flex-direction: column;
      align-items: left;
      text-align: left;
  }

  .chatt1 .row,
  .bg-cl .row {
      flex-direction: column;
  }

  .chatt1 .col-md-6,
  .bg-cl .col-md-6 {
      width: 100%;
      padding: 10px;
  }

  .vcx {
      order: 2;
  }

  .chat1,
  .chat2,
  .chat3,
  .chat4 {
      width: 100%;
      height: auto;
      order: 1;
  }
  .sec-bg-clr {
    background: url(../images/home-Image/qualities-bg.jpg) top center #eee;
    padding: 80px 0px 80px;
}
  .tre {
    color: #ffffff !important;
}
.chatt1 {
  padding: 0px;
}
.bg-cl {
  background: #0a9adf;
  padding: 30px 0px 45px;
  margin-top: 40px;
}
  .lm-cs {
    width: 86%;
    margin-top: 50px;
    margin-left: 20px;
}
  .cl-lk {
    width: 95%;
    margin-top: 50px;
}
  .tm-im {
    margin-top: 65px;
    margin-left: 12px;
    width: 90%;
}
.tl-wd2 {
  width: 85%;
  margin-left: 26px;
}
.tl-wd3 {
  width: 60%;
  margin-left: 8px;
}
.tt-im {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 40px;
  margin-left: -8px;
}
.tl-wd {
  width: 70%;
  margin-left: 44px;
}
  .iot {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 40px;
}
  .site-im {
    width: 86%;
    margin-left: 25px;
    margin-top: 35px;
}
.sv-hp{
  padding-top: 70px !important;
}
.sv-lo {
  width: 100%;
  margin-top: -11px;
  margin-left: 0px;
  margin-bottom: 40px;
}
  .pb-cw {
    width: 100%;
    padding-right: 15px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}
  .ab-ht {
    position: relative;
    z-index: 5;
    background-position: 0 0;
    height: 355px;
    background-size: cover;
}
.ht-ta{
  padding-left: 20px;
}
  .sc-pb {
    padding: 6px 7px;
    text-transform: uppercase;
    font-size: 9px;
    line-height: 18px;
    color: #fff;
    border: 1px solid #c91d0e;
    border-radius: 27px;
    letter-spacing: 1px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    background-color: #c91d0e !important;
    margin-left: -120px;
}
/* channel partner */
.ch-pt4 {
  width: 105%;
  margin-left: -12px;
  margin-top: 0px;
  margin-bottom: 2px;
}
.ch-pt3 {
  width: 85%;
  margin-left: 25px;
  margin-top: 35px;
}
.ch-pt2 {
  width: 100%;
  margin-top: 5px;
  margin-left: -4px;
  margin-bottom: 5px;
}
.ch-pt1 {
  width: 92%;
  margin-top: 10px;
  margin-left: 17px;
}
/* inventory management */
.in-im1 {
  width: 100%;
  margin-top: -50px;
  margin-left: -5px;
  margin-bottom: -35px;
}
.in-im2 {
  width: 80%;
  margin-top: 30px;
  margin-left: 20px;
  margin-bottom: 15px;
}
.in-im3 {
  width: 92%;
  margin-top: 25px;
  margin-left: 1px;
  margin-bottom: 15px;
}
.in-im4 {
  width: 95%;
  margin-top: 15px;
  margin-left: 8px;
  margin-bottom: 20px;
}
/* marketing automatio */
.ma-hk{
  margin-top: 37px;
}
.ma-im1 {
  width: 97%;
  margin: 0px 0px 20px;
}
.ma-im2 {
  width: 88%;
  margin-left: 15px;
  margin-top: 20px;
}
.ma-im3 {
  margin-left: -2px;
  margin-top: 0px;
  width: 100%;
  margin-bottom: 5px;
}
.ma-im4 {
  width: 80%;
  margin-left: 20px;
  margin-top: 50px;
  margin-bottom: 25px;
}
  .header-hero {
    height: 600px !important;
}
.gh {
  margin-left: 28px;
  width: 77%;
  margin-top: 15px;
  font-size: 15px;
}
.uyis {
  font-size: 26px;
  line-height: 35px;
  font-weight: 500;
  text-align: center;
  margin-top: 30px !important;
}
.uyi{
  font-size: 23px;
  font-style: italic;
  line-height: 35px;
  font-weight: 500;
  text-align: center;
  margin-top: -45px;
}
.wer {
  font-size: 20px;
  line-height: 31px;
  font-weight: bold;
  padding: 10px 0 7px;
  color: #015c9b;
  text-align: left;
}
.fhj{
  text-align: center;
}
.sdf{
  margin-top: -30px;
  font-size: 20px;
}
.uit {
  background-color: #006bc3;
  border-radius: 15px;
  margin: 15px -1px 10px 0px;
  box-shadow: 5px 10px #e7e4e4;
}
.anji {
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #000;
  padding: 20px 5px 10px 5px;
  margin: -30px 0px -30px 0px;
  border-radius: 20px;
}
.lkj {
  color: #015c9b;
  font-size: 25px;
  margin-top: 55px;
  text-align: center;
}
.uop{
  margin-top: 10px;
}
.nbm {
  margin-top: 15px;
  color: #fff;
}
.wqe{
  margin-top: 10px;
}
.uyti {
  padding: 10px 2px 10px 0px;
}
.gd-pr {
  text-align: left;
  font-weight: 600;
  font-size: 25px;
}
.gd-pp {
  margin-top: -50px;
}
.yup {
  background: url(../images/home-Image/REady-to-get-start-BG.png) bottom center #186bbf;
  padding: 50px 0px;
  margin-bottom: -33px;
}
.theme-btn-3 {
  margin-top: 15px;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
  border: 1px solid #c91d0e;
  border-radius: 30px;
  letter-spacing: 1px;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  background-color: #c91d0e !important;
}

.theme-btn-3:hover {
  background-color: #c91d0e !important; /* Change background color on hover */
  color: #ffffff; /* Change text color on hover */
  border-color: #c91d0e !important; /* Change border color on hover */
  transform: scale(1.05); /* Slightly increase the size on hover */
}
.tvk {
    width: 83%;
    margin-left: 33px;
    margin-bottom: -30px;
}
.ash {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #6a6972;
  margin-top: 8px;
  text-align: center;
}
.bjp {
  width: 100%;
  margin-top: -30px;
  margin-left: -16px;
}
.fds {
  margin-top: 10px !important;
}
.admk {
  margin-left: 9px;
  width: 96%;
}
.tyj {
  text-align: center;
  margin-bottom: 45px;
  font-weight: 700;
  color: #015c9b;
  margin-top: -15px;
  font-size: 20px;
}
.hgf {
  padding: 25px 20px 20px 10px;
  border: 1px solid #ddd9ff;
  box-shadow: -8px 8px 19px -8px rgb(123 127 218 / 20%);
  margin: -21px 42px 42px -46px;
  width: 100%;
  border-radius: 6px;
  text-align: center;
}
.gfh {
  margin-top: 30px;
}
.gf-hh {
  margin-top: -30px;
}
.pvs {
  color: #006bc3;
  font-size: 20px;
  margin-top: 40px;
  text-align: center;
}
.card {
  background: #fff;
  box-shadow:rgb(0 0 0 / 18%) 0px 14px 21px;
  margin: -20px 20px !important;
  padding: 30 10px;
  border-radius: 20px;
  border: 0;
}
.dmk {
  width: 100%;
  margin-top: -30px;
  margin-bottom: -30px;
  margin-left: -5px;
}
.hj{
  margin-top: -40px;
}
.avv {
  box-sizing: border-box;
  background-color: #fff;
  border: 0 solid #f1f4f8;
  padding: 45px 5px 30px 5px;
  margin: 20px 0px 20px 0px;
  border-radius: 20px;
  box-shadow: 0 .5rem 1.5rem rgba(22, 28, 45, 0.1) !important;
}
.learnMore {
  font-size: 14px;
  line-height: 24px;
  margin: 13px 10px;
  font-weight: bold;
  display: inline-block;
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(316px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: 5px 0px 0px -13px;
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 400;
  margin: 0em 0;
}
/* mobile app crm */
.mc-im1 {
  width: 50%;
  margin-left: 70px;
  margin-top: 0px;
}
.mc-im2 {
  width: 67%;
  margin-left: 37px;
  margin-top: 5px;
  margin-bottom: -15px;
}
.mc-im3 {
  width: 42%;
  margin-top: 50px;
  margin-left: 94px;
}
.mc-im4 {
  width: 107%;
  margin-top: -5px;
  margin-left: -17px;
  margin-bottom: -5px;
}
/* sales performance */
.sp-im5 {
  width: 100%;
  margin-top: 50px;
  margin-left: 0px;
}
.sp-im4 {
  width: 100%;
 margin: -5px 6px -25px;
}
.sp-im3 {
  width: 90%;
  margin-left: 4px;
  margin-top: 5px;
}
.sp-im2 {
  width: 86%;
  margin: 20px 20px 5px;
}
.sp-im1 {
  width: 89%;
  margin: -10px 6px -15px;
}
/* sales automation */
.sa-im1 {
  width: 95%;
  margin-top: 1px;
  margin-left: 4px;
}
.sa-im2 {
  width: 100%;
  margin-top: 30px;
  margin-left: -1px;
  margin-bottom: -35px;
}
.sa-im3 {
  width: 86%;
  margin-left: 20px;
  margin-top: 5px;
}
.sa-im4 {
  width: 80%;
  margin-left: 30px;
  margin-top: 15px;
  margin-bottom: 20px;
}
.cl-im {
  margin-top: 40px;
  margin-bottom: 50px;
}
.gtco-testimonials {
  margin-top: 50px;
}
.pgj2 {
  margin-top: -10px;
  margin-bottom: -20px;
}
.dfg {
  width: 100%;
}
.mj{
  margin-top: 17px !important;
}
.fhi{
  font-size: 20px;
  line-height: 26px;
  color: #004ca2;
margin-top: -8px;
}
.bhjp {
  margin-top: 20px;
}
.uyh {
  list-style: none;
  display: inline-block;
  margin: 15px 0px 10px 0px;
}
.fd{
  margin-top: 35px !important;
}
/* booking and customer */
.sb-im1 {
  width: 90%;
  margin-top: 3px;
  margin-left: 12px;
}
.sb-im2 {
  width: 97%;
  margin: 8px 5px -10px;
}
.sb-im3 {
  width: 93%;
  margin: 10px 5px -7px;
}
.sb-im4 {
  width: 90%;
  margin-top: 35px;
  margin-left: 15px;
  margin-bottom: 10px;
}
.sb-im5 {
  width: 80%;
  margin: 35px 24px 5px;
}
/* post sales */
.pk-im1 {
  width: 80%;
  margin-top: 5px;
  margin-left: 30px;
}
.pk-im2 {
  width: 100%;
  margin-top: 5px;
  margin-left: -15px;
  margin-bottom: -20px;
}
.pk-im3 {
  width: 84%;
  margin-top: 55px;
  margin-left: 20px;
}
.pk-im4 {
  width: 86%;
  margin-top: 15px;
  margin-left: 27px;
}
/* performance management*/
.pm-im1 {
  width: 100%;
  margin-top: 20px;
  margin-left: 0px;
}
.pm-im2 {
  width: 82%;
  margin-top: 10px;
  margin-left: 35px;
  margin-bottom: 25px;
}
.pm-im3 {
  width: 80%;
  margin-top: 0px;
  margin-left: 26px;
}
.pm-im4 {
  width: 78%;
  margin-top: 40px;
  margin-left: 27px;
  margin-bottom: 15px;
}
/* itegrations */
.ci-im1 {
  width: 95%;
  margin-top: 15px;
  margin-left: 4px;
}
.ci-im2 {
  width: 84%;
  margin-top: 47px;
  margin-left: 10px;
  margin-bottom: 40px;
}
.ci-im3 {
  width: 83%;
  margin-left: 23px;
  margin-top: 40px;
}
.ci-im4 {
  width: 100%;
  margin-top: 7px;
  margin-left: 1px;
  margin-bottom: -30px;
}
.ci-im5 {
  width: 100%;
  margin-top: -1px;
  margin-left: 8px;
  margin-bottom: -35px;
}
/* DATA SECURITY */
.ds-cm {
  margin-top: 40px;
}
.ds-im1 {
  width: 90%;
  margin-top: -3px;
  margin-left: 16px;
}
.ds-im2 {
  width: 90%;
  margin-top: 15px;
  margin-left: 10px;
  margin-bottom: 10px;
}
.ds-im3 {
  width: 100%;
  margin-top: 3px;
  margin-left: -5px;
}
.ds-im4 {
  width: 87%;
  margin-top: 50px;
  margin-left: 22px;
  margin-bottom: 12px;
}
/* wokrflow automation */
.wf-im1 {
  width: 77%;
  margin-top: 15px;
  margin-left: 30px;
}
.wf-im2 {
  width: 100%;
  margin-top: 45px;
  margin-left: -13px;
  margin-bottom: 15px;
}
.wf-im3 {
  width: 72%;
  margin-left: 33px;
  margin-top: 15px;
  margin-bottom: -22px;
}
.wf-im4 {
  width: 90%;
  margin-top: 10px;
  margin-left: 15px;
  margin-bottom: 5px;
}
.wf-im5 {
  width: 80%;
  margin-top: 15px;
  margin-left: 30px;
  margin-bottom: 15px;
}
/* team collabration */
.tc-im6 {
  margin-top: 45px;
  margin-left: 5px;
  width: 100%;
}
.tc-im1 {
  width: 98%;
  margin-top: 10px;
  margin-left: 10px;
}
.tc-im2 {
  width: 88%;
  margin-top: 15px;
  margin-left: 15px;
  margin-bottom: 5px;
}
.tc-im3 {
  width: 85%;
  margin-left: 19px;
  margin-top: 45px;
}
.tc-im4 {
  width: 98%;
  margin-top: -5px;
  margin-left: -4px;
  margin-bottom: -10px;
}
.tc-im5 {
  width: 100%;
  margin-top: 55px;
  margin-left: 8px;
  margin-bottom: 15px;
}
.theme-btnn-3 {
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  border: 1px solid #c91d0e;
  border-radius: 30px;
  letter-spacing: 1px;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  background-color: #c91d0e !important;
  margin-left: -95px;
}
.hts{
  height: 820px !important;
}
.ai-cb {
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  color: #6a6972;
  margin-top: -28px;
  text-align: center;
  margin-bottom: 50px;
}
.fdf{
  font-size: 30px;
    font-weight: 600;
    color: #fff;
    text-align: left;
}
.po {
  margin-top: 30px;
  color: #fff;
  text-align: left;
  padding-left: 20px;
}
/* pre calls */
.mpp {
  margin-top: 34px;
  margin-left: 3px;
  width: 96%;
}
.hm{
  height: 930px !important;
}
.ps-im5 {
  width: 95%;
  margin-top: 10px;
  margin-left: 17px;
  margin-bottom: -30px;
}
.ps-im4 {
  width: 97%;
  margin-top: -3px;
  margin-left: 6px;
}
.ps-im3 {
  width: 100%;
  margin-left: -4px;
  margin-top: 55px;
}
.ps-im2 {
  width: 95%;
  margin-top: 5px;
  margin-left: 7px;
  margin-bottom: 5px;
}
.ps-im1 {
  width: 100%;
  margin-top: -6px;
  margin-left: 4px;
  margin-bottom: -20px;
}
/* customer support */
.oi1 {
  width: 100%;
  margin-left: 6px;
  margin-top: -20px;
  margin-bottom: -32px;
}
.oi2 {
  width: 82%;
  margin-top: 10px;
  margin-left: 32px;
  margin-bottom: 15px;
}
.oi3 {
  width: 80%;
  margin-top: 40px;
  margin-left: 32px;
}
.oi4 {
  margin-left: -5px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 6px;
} 
/* escalation management */
.em-im1 {
  width: 82%;
  margin-top: 20px;
  margin-left: 23px;
}
.em-im2 {
  width: 93%;
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 2px;
}
.em-im3 {
  width: 100%;
  margin-top: 35px;
  margin-left: -12px;
}
.em-im4 {
  width: 100%;
  margin-top: 20px;
  margin-left: 7px;
  margin-bottom: 15px;
}
/* document management */
.dm-im1 {
  width: 86%;
  margin-left: 16px;
  margin-top: 10px;
}
.dm-im2 {
  width: 75%;
  margin-top: 10px;
  margin-left: 32px;
  margin-bottom: 12px;
}
.dm-im3 {
  width: 68%;
  margin-top: 50px;
  margin-left: 39px;
  margin-bottom: 15px;
}
.dm-im4 {
  width: 77%;
  margin-left: 50px;
  margin-top: 12px;
  margin-bottom: 15px;
}
/* field track with gps */
.st-im1 {
  width: 90%;
 margin: 8px;
}
.st-im2 {
  width: 92%;
  margin: -6px 0px -5px;
}
.st-im4 {
  width: 90%;
  margin-left: 13px;
  margin-top: 40px;
}
.st-im3 {
  width: 95%;
  margin-top: 4px;
  margin-left: 6px;
  margin-bottom: 10px;
}
/* deal management */
.hl{
  height: 1050px !important;
}
.dl-im {
  width: 97%;
  margin-top: 86px;
  margin-left: 3px;
}
.dl-im1 {
  width: 87%;
  margin-top: 10px;
  margin-left: 20px;
  margin-bottom: 20px;
}
.dl-im2 {
  width: 100%;
  margin-left: 3px;
  margin-top: -20px;
  margin-bottom: -40px;
}
.dl-im3 {
  width: 85%;
  margin-top: 40px;
  margin-left: 25px;
  margin-bottom: 15px;
}
.dl-im4 {
  width: 95%;
  margin-top: 30px;
  margin-left: 3px;
  margin-bottom: 20px;
}
/* property portal */
.property1 {
  width: 93%;
  margin-left: 17px;
  margin-top: 15px;
}
.property2 {
  width: 74%;
  margin-top: 10px;
  margin-left: 40px;
  margin-bottom: 15px;
}
.property3 {
  margin-left: 4px;
  width: 100%;
  margin-top: 32px;
  margin-bottom: -30px;
}
.property4 {
  width: 97%;
  margin-top: 15px;
  margin-left: 6px;
}
/* feed back management */
.fm-im1 {
  width: 85%;
  margin-top: 15px;
  margin-left: 20px;
}
.fm-im2 {
  width: 89%;
  margin-top: 10px;
  margin-left: 6px;
  margin-bottom: 10px;
}
.fm-im3 {
  width: 91%;
  margin-top: 20px;
  margin-left: 12px;
}
.fm-im4 {
  width: 87%;
  margin-top: 15px;
  margin-left: 3px;
  margin-bottom: 10px;
}
.ml{
  margin-top: 0px;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  border: 1px solid #c91d0e;
  border-radius: 30px;
  letter-spacing: 1px;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  background-color: #c91d0e !important;
  margin-left: -95px;
}
.ml:hover {
  background-color: #c91d0e !important; /* Change background color on hover */
  color: #ffffff; /* Change text color on hover */
  border-color: #c91d0e !important; /* Change border color on hover */
  transform: scale(1.05); /* Slightly increase the size on hover */
}
/* reports & dashboards */
.rd-im1 {
  width: 100%;
  margin-top: 20px;
  margin-left: 0px;
}
.rd-im2 {
  width: 85%;
  margin-top: 30px;
  margin-left: 20px;
  margin-bottom: 15px;
}
.rd-im3 {
  width: 100%;
  margin-top: 65px;
  margin-left: 4px;
}
.rd-im4 {
  width: 100%;
  margin-top: -5px;
  margin-left: -1px;
  margin-bottom: 10px;
}
/* ticket management */
.tm-im5 {
  width: 93%;
  margin-top: 30px;
  margin-left: 13px;
}
.tm-im1 {
  width: 92%;
  margin-top: 25px;
  margin-left: 15px;
}
.tm-im2 {
  width: 92%;
  margin-top: 5px;
  margin-left: 5px;
  margin-bottom: 10px;
}
.tm-im3 {
  width: 90%;
  margin-left: 15px;
  margin-top: 50px;
}
.tm-im4 {
  width: 85%;
  margin-top: 15px;
  margin-left: 20px;
  margin-bottom: 15px;
}
.Product-btn {
  background-color: transparent;
  padding: 7px 3px 10px 5px;
  color: #2e2e2e;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
}
.le {
  margin-top: 25px !important;
}
.tl-mg {
  margin-top: 20px !important;
} 
.lm-hd{
  height: 450px !important;
}
/* event management System */
.ev-im {
  width: 83%;
  margin-top: 35px;
  margin-left: 25px;
  margin-bottom: 20px;
}
.ev-im3 {
  width: 80%;
  margin-top: 32px;
  margin-left: 15px;
}
.ev-im2 {
  width: 75%;
  margin-top: 10px;
  margin-left: 35px;
}
.ev-im1 {
  width: 95%;
  margin-top: 35px;
  margin-left: 3px;
}
.ev-sg {
  margin-top: 20px;
  margin-bottom: 35px;
}
.mobileCRM.str {
  background: #fff;
  padding: 60px 0 50px;
  transform: inherit;
  margin-top: 0;
}
.mobileCRM h2.title {
  color: #004ca2;
  margin: 0;
  font-size: 25px;
  line-height: 35px;
  font-weight: 600;
}
.evt-te {
  font-size: 20px;
  font-weight: 600;
}
.mobileCRM p {
  margin: -11px 0 2px;
  padding: 0;
}
.evt-d {
  border: 1px solid white;
  padding: 20px 30px 15px 30px;
  border-radius: 16px;
  box-shadow: 6px 6px 4px #00000045;
}
.ev-bt {
  padding: 14px 23px;
  font-size: 14px;
  line-height: 17px;
  border-radius: 27px;
  color: #ffffff !important;
  border: 1px solid #c91d0e;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  background-color: #c91d0e !important;
  margin-left: 3px;
  margin-top: -20px;
}
.qualities .col-md-4 {
  border-left: solid 1px #ccc;
  padding: 10px 5px 0px 20px;
  margin: 40px 20px;
}
.qualities .col-md-4 h3 {
  margin: 10px 0 6px;
  padding: 0;
  font-size: 19px !important;
  font-weight: 600;
  color: #034ea3;
  position: relative;
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  color: #000000;
  font-size: 17px;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
/* crm comparison */
.cp-im {
    width: 98%;
    margin-top: -29px;
    margin-left: -7px;
    margin-bottom: -35px;
}
/* products */
.prdt-hd{
    font-style: italic;
    color: #fff;
    padding-bottom: 15px;
    padding-top: 45px;
    text-align: justify;
    padding-left: 20px;
}
.prdt-im {
    margin-top: 110px;
    margin-left: 15px;
    width: 90%;
}
.prdt-im1 {
    width: 99%;
    margin-top: 10px;
    margin-left: 2px;
}
.prdt-im2 {
    width: 100%;
    margin-left: -2px;
    margin-top: 40px;
}
.prdt-im3 {
    width: 100%;
    margin-top: 40px;
    margin-left: 0px;
}
.prdt-im4 {
    width: 100%;
    margin-top: 40px;
    margin-left: 0px;
}
.prdt-im5 {
    width: 100%;
    margin-left: 0px;
    margin-top: 40px;
}
/* customer support */
.survey-im {
    width: 80%;
    margin-top: 30px;
    margin-left: 30px;
}
  .resp-vtabs {
    flex-direction: column;
    gap: 0;
  }

  .resp-tabs-list {
    flex-direction: column;
    width: 100%;
    border-right: none;
  }

  .resp-tab-item {
    border: 1px solid #ddd;
    border-radius: 0;
    padding: 15px 20px;
    font-size: 1em;
    border-left: none;
    border-bottom: 1px solid #ccc;
    position: relative;
    background-color: #fff;
    transition: all 0.3s ease;
  }

  .resp-tab-item::after {
    content: '▼';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1em;
    color: #aaa;
    transition: transform 0.3s ease;
  }

  .resp-tab-item.resp-tab-active::after {
    transform: translateY(-50%) rotate(180deg);
    color: #015c9b;
  }

  .resp-tabs-container {
    padding: 0;
    box-shadow: none;
  }

  .resp-tab-content {
    display: none;
    padding: 15px 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-top: none;
  }

  .resp-tab-content-active {
    display: block;
  }
  .support-im {
    margin-top: -5px;
    margin-left: 3px;
    width: 100%;
}
.support-im1 {
    width: 80%;
    margin-top: 35px;
    margin-left: 20px;
}
.support-im2 {
    width: 95%;
    margin-top: -3px;
    margin-left: 5px;
}
.support-im3 {
    width: 96%;
    margin-left: 3px;
    margin-top: 40px;
}
.support-im4 {
    width: 85%;
    margin-top: 50px;
    margin-left: 20px;
}
.support-im5 {
    width: 80%;
    margin-top: 40px;
    margin-left: 33px;
}
.support-im6 {
    width: 96%;
    margin-left: 5px;
    margin-top: 50px;
}
.support-im7 {
    width: 84%;
    margin-left: 13px;
    margin-top: 40px;
    margin-bottom: 21px;
}
.support-im8 {
    width: 95%;
    margin-left: 5px;
    margin-top: 40px;
}
.support-mb-app {
    width: 56%;
    margin-top: 0px;
    margin-left: 83px;
}
.benefitsUsing img {
    width: 100%;
    margin-top: 0px;
}






}



@media only screen and (min-width: 571px) and (max-width: 980px) {
  .lm-im {
    width: 92%;
    margin-top: 235px;
    margin-left: 15px;
}
.lm-ct{
  padding-bottom: 40px;
}
  .cn-mg {
    background-image: url(../images/home-Image/bg.jpg);
     margin-left: 40px; 
}
.md-mk {
  margin-top: 0px !important;
}
  #explore .col-md-5:before {
    right: -138px;
    top: 26%;
    background-size: 63%;
}
  .Product-content {
    left: 233px;
    text-align: start;
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 5px;
}
.Product-content a:hover {
  background-color: #f1f1f1;
  color: #006bc3;
}
  .chatt1 {
    padding: 0px;
}
.bg-cl {
    background: #0a9adf;
    padding: 30px 0px 45px;
    margin: 20px 0px 20px;
}
.sec-bg-clr {
  background: url(../images/home-Image/qualities-bg.jpg) top center #eee;
  padding: 40px 0px 80px;
  margin: 20px 0px 20px;
}
  .lm-cs {
    width: 100%;
    margin-top: -30px;
    margin-left: -5px;
}
  .cl-lk {
    width: 100%;
    margin-top: 190px;
}
  .tm-im {
    margin-top: 385px;
    margin-left: -10px;
    width: 100%;
}
.tl-wd2 {
  width: 50%;
  margin-left: 120px;
  margin-top: 15px;
}
.tl-wd3 {
  width: 50%;
  margin-left: 125px;
  margin-top: 15px;
}
  .cu-hg {
    padding-top: 190px !important;
  }
  .site-im {
    width: 86%;
    margin-left: 15px;
}
.tt-im {
  width: 120%;
  margin: 40px -30px 35px;
}
.tl-wd {
  width: 60%;
  margin-left: 90px;
  margin-top: 35px;
}
  .ab-ht {
    position: relative;
    z-index: 5;
    background-position: 0 0;
    height: 390px;
    background-size: cover;
}
.sv-lo {
  width: 100%;
  margin-top: 140px;
  margin-left: -4px;
}
.queuesitemangement {
  height: 506px !important;
  margin-top: -135px;
}
  .sc-pb {
    padding: 5px 8px;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 18px;
    color: #fff;
    border: 1px solid #c91d0e;
    border-radius: 27px;
    letter-spacing: 1px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    background-color: #c91d0e !important;
    margin-left: -150px;
}
/* channel partner */
  .ch-pt1 {
    width: 100%;
    margin-top: 290px;
    margin-left: 13px;
}
.ch-pt2 {
  width: 100%;
  margin-top: 240px;
  margin-left: -2px;
}
.ch-pt3 {
  width: 92%;
  margin-left: 3px;
  margin-top: 170px;
}
.ch-pt4 {
  width: 110%;
  margin-left: -29px;
  margin-top: 250px;
}
  .ngj {
    margin-top: 46px !important;
  }
  .cl-im {
    margin-top: 60px;
    margin-bottom: 84px;
}
  .ml {
    margin-top: 0px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    border: 1px solid #c91d0e;
    border-radius: 30px;
    letter-spacing: 1px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    background-color: #c91d0e !important;
    margin-left: -170px;
}
.ml:hover {
  background-color: #c91d0e !important; /* Change background color on hover */
  color: #ffffff; /* Change text color on hover */
  border-color: #c91d0e !important; /* Change border color on hover */
  transform: scale(1.05); /* Slightly increase the size on hover */
}
/*inventory management*/
.in-im1 {
  width: 100%;
  margin-top: 160px;
  margin-left: -10px;
}
.in-im2 {
  width: 85%;
  margin-top: 260px;
  margin-left: 10px;
}
.in-im3 {
  width: 100%;
  margin-top: 280px;
  margin-left: -5px;
}
.in-im4 {
  width: 100%;
  margin-top: 300px;
  margin-left: -5px;
}
/* marketing automation */
.ma-im1 {
  width: 115%;
  margin-left: -15px;
  margin-top: 205px;
}
.ma-im2 {
  width: 90%;
  margin-left: -15px;
  margin-top: 220px;
}
.ma-im3 {
  margin-left: -25px;
  margin-top: 175px;
  width: 115%;
}
.ma-im4 {
  width: 90%;
  margin-left: 15px;
  margin-top: 185px;
}
.anji {
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #000;
  padding: 20px 5px 10px 5px;
  margin: -10px -5px -10px -5px;
  border-radius: 20px;
}
.piu {
  margin-bottom: 40px;
  margin-top: -34px;
}
.egd{
  margin-bottom: -35px;
  margin-top: 10px;
}
.lkj {
  color: #006bc3;
  font-size: 35px;
  margin-top: 60px;
}
.gd-pr {
  text-align: left;
  font-weight: 600;
  font-size: 26px;
}
.gd-pp {
  margin-top: -70px;
}
.header-hero {
  height: 490px;
}
.theme-btn-3 {
  margin-top: 25px;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
  border: 1px solid #c91d0e;
  border-radius: 30px;
  letter-spacing: 1px;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  background-color: #c91d0e !important;
}
.theme-btn-3:hover {
  background-color: #c91d0e !important; /* Change background color on hover */
  color: #ffffff; /* Change text color on hover */
  border-color: #c91d0e !important; /* Change border color on hover */
  transform: scale(1.05); /* Slightly increase the size on hover */
}
.gfh {
  margin-top: -24px;
}
.tvk {
    width: 100%;
    margin-top: 105px;
}
.bjp {
  width: 100%;
  margin-top: 85px;
  margin-left: 4px;
}
.dmk {
  width: 100%;
  margin-top: 130px;
  margin-left: -16px;
}
.admk {
  margin-left: 20px;
  width: 100%;
  margin-top: 100px;
}
.tcb {
  margin-left: -17px;
}
.uty {
  margin-top: -80px;
  margin-bottom: 40px;
}
.ht{
  height: 540px;
}
.dmk {
  width: 100%;
  margin-top: 150px;
  margin-left: -16px;
}
.mjk {
  text-align: center;
  font-weight: 600;
  color: #006bc3;
  margin-top: 50px;
}
.lkg {
  margin-bottom: 45px;
  margin-top: 45px;
}
.ups {
  text-align: center;
  margin-top: 40px;
}
/* sales performance */
.sp-im1 {
  width: 95%;
  margin-top: 218px;
  margin-left: 15px;
}
.sp-im2 {
  width: 88%;
  margin-top: 220px;
  margin-left: 16px;
}
.sp-im3 {
  width: 95%;
  margin-left: -5px;
  margin-top: 245px;
}
.sp-im4 {
  width: 100%;
  margin-top: 190px;
  margin-left: 4px;
}
.sp-im5 {
  width: 100%;
  margin-top: 245px;
  margin-left: -8px;
}
/* sales automation */
.sa-im1 {
  width: 100%;
  margin-top: 223px;
  margin-left: -14px;
}
.sa-im2 {
  width: 100%;
  margin-top: 200px;
  margin-left: -3px;
}
.sa-im3 {
  width: 95%;
  margin-left: 5px;
  margin-top: 185px;
}
.sa-im4 {
  width: 85%;
  margin-left: 5px;
  margin-top: 200px;
}
/* mobile app crm */
.mc-im1 {
  width: 54%;
  margin-top: 225px;
  margin-left: 75px;
}
.mc-im2 {
  width: 65%;
  margin-top: 225px;
  margin-left: 23px;
}
.mc-im3 {
  width: 50%;
  margin-top: 227px;
  margin-left: 84px;
}
.mc-im4 {
  width: 100%;
  margin-top: 245px;
  margin-left: -13px;
}
.uyh {
  list-style: none;
  display: inline-block;
  margin: 15px 0px 10px 0px;
}
.fd{
  margin-top: 65px !important;
}
.lk {
  margin-top: 55px;
}
/* booking and customer */
.sb-im1 {
  width: 85%;
  margin-top: 175px;
  margin-left: 15px;
}
.sb-im2 {
  width: 96%;
  margin-top: 290px;
  margin-left: -3px;
}
.sb-im3 {
  width: 90%;
  margin-left: -5px;
  margin-top: 184px;
}
.sb-im4 {
  width: 95%;
  margin-top: 215px;
  margin-left: 15px;
}
.sb-im5 {
  width: 85%;
  margin-top: 240px;
  margin-left: 20px;
}
/* post sales */
.pk-im1 {
  width: 75%;
  margin-top: 230px;
  margin-left: 40px;
}
.pk-im2 {
  width: 105%;
  margin-top: 230px;
  margin-left: -40px;
}
.pk-im3 {
  width: 100%;
  margin-top: 235px;
  margin-left: 10px;
}
.pk-im4 {
  width: 92%;
  margin-top: 195px;
  margin-left: 7px;
}
/* performance management*/
.pm-im1 {
  width: 110%;
  margin-top: 300px;
  margin-left: -24px;
}
.pm-im2 {
  width: 88%;
  margin-top: 251px;
  margin-left: 10px;
}
.pm-im3 {
  width: 86%;
  margin-top: 245px;
  margin-left: 20px;
}
.pm-im4 {
  width: 90%;
  margin-top: 250px;
  margin-left: 10px;
}
/* crm integrations */
.ci-im1 {
  width: 100%;
  margin-top: 220px;
  margin-left: 7px;
}
.ci-im2 {
  width: 79%;
  margin-top: 280px;
  margin-left: 16px;
}
.ci-im3 {
  width: 90%;
  margin-left: 25px;
  margin-top: 200px;
}
.ci-im4 {
  width: 115%;
  margin-top: 180px;
  margin-left: -30px;
}
.ci-im5 {
  width: 100%;
  margin-top: 167px;
  margin-left: 10px;
}
/* DATA SECURITY */
.ds-im1 {
  width: 95%;
  margin-top: 215px;
  margin-left: 5px;
}
.ds-im2 {
  width: 95%;
  margin-top: 185px;
  margin-left: 2px;
}
.ds-im3 {
  width: 95%;
  margin-top: 185px;
  margin-left: -2px;
}
.ds-im4 {
  width: 87%;
  margin-top: 195px;
  margin-left: 11px;
}
/* workflow automation */
.wf-im1 {
  width: 77%;
  margin-top: 250px;
  margin-left: 40px;
}
.wf-im2 {
  width: 100%;
  margin-top: 315px;
  margin-left: -13px;
}
.wf-im3 {
  width: 72%;
  margin-left: 40px;
  margin-top: 240px;
}
.wf-im4 {
  width: 85%;
  margin-top: 250px;
  margin-left: 20px;
}
.wf-im5 {
  width: 85%;
  margin-top: 295px;
  margin-left: 30px;
}
/* team collaboration */
.hts {
  height: 620px;
}
.theme-btnn-3 {
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  border: 1px solid #c91d0e;
  border-radius: 30px;
  letter-spacing: 1px;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  background-color: #c91d0e !important;
  margin-left: -180px;
}
.tc-im6 {
  margin-top: 290px;
  margin-left: 17px;
  width: inherit;
}
.tc-im1 {
  width: 100%;
  margin-top: 320px;
  margin-left: 20px;
}
.tc-im2 {
  width: 85%;
  margin-top: 240px;
  margin-left: 10px;
}
.tc-im3 {
  width: 86%;
  margin-left: 45px;
  margin-top: 222px;
}
.tc-im4 {
  width: 96%;
  margin-top: 205px;
  margin-left: -12px;
}
.tc-im5 {
  width: 100%;
  margin-top: 330px;
  margin-left: -1px;
}
/* per calls */
.mpp {
  margin-top: 380px;
  margin-left: 5px;
  width: 100%;
}
.hm{
  height: 830px !important;
}
.ps-im1 {
  width: 100%;
  margin-top: 242px;
  margin-left: 5px;
}
.ps-im2 {
  width: 97%;
  margin-top: 250px;
  margin-left: 5px;
}
.ps-im3 {
  width: 100%;
  margin-left: -25px;
  margin-top: 270px;
}
.ps-im4 {
  width: 97%;
  margin-top: 235px;
  margin-left: 7px;
}
.ps-im5 {
  width: 110%;
  margin-top: 270px;
  margin-left: -10px;
}
/* customer support */
.oi1 {
  width: 100%;
  margin-left: 10px;
  margin-top: 110px;
}
.oi2 {
  width: 90%;
  margin-top: 190px;
  margin-left: 25px;
}
.oi3 {
  width: 90%;
  margin-top: 160px;
  margin-left: 30px;
}
.oi4 {
  margin-left: -10px;
  width: 100%;
  margin-top: 270px;
}
/* escalation management */
.em-im1 {
  width: 82%;
  margin-top: 295px;
  margin-left: 40px;
}
.em-im2 {
  width: 95%;
  margin-top: 265px;
  margin-left: -8px;
}
.em-im3 {
  width: 100%;
  margin-top: 255px;
  margin-left: -10px;
}
.em-im4 {
  width: 100%;
  margin-top: 300px;
  margin-left: -5px;
}
/* document management */
.dm-im1 {
  width: 88%;
  margin-left: 28px;
  margin-top: 180px;
}
.dm-im2 {
  width: 80%;
  margin-top: 205px;
  margin-left: 38px;
}
.dm-im3 {
  width: 72%;
  margin-top: 205px;
  margin-left: 30px;
}
.dm-im4 {
  width: 83%;
  margin-left: 30px;
  margin-top: 235px;
}
/*field track with gps*/
.st-im1 {
  width: 85%;
  margin-left: 35px;
  margin-top: 275px;
}
.st-im2 {
  width: 130%;
  margin-top: 260px;
  margin-left: -60px;
}
.st-im4 {
  width: 87%;
  margin-left: 15px;
  margin-top: 210px;
}
.st-im3 {
  width: 92%;
  margin-top: 280px;
  margin-left: 7px;
}
/* deal management */
.hl{
  height: 800px !important;
}
.dl-im {
  width: 97%;
  margin-top: 365px;
  margin-left: 15px;
}
.dl-im1 {
  width: 92%;
  margin-top: 239px;
  margin-left: 20px;
}
.dl-im2 {
  width: 105%;
  margin-left: -5px;
  margin-top: 190px;
}
.dl-im3 {
  width: 85%;
  margin-top: 235px;
  margin-left: 42px;
}
.dl-im4 {
  width: 90%;
  margin-top: 260px;
  margin-left: 6px;
}
/* property portal */
.property1 {
  width: 100%;
  margin-left: 10px;
  margin-top: 300px;
}
.property2 {
  width: 75%;
  margin-top: 210px;
  margin-left: 30px;
}
.property3 {
  margin-left: -7px;
  width: 100%;
  margin-top: 210px;
}
.property4 {
  width: 100%;
  margin-top: 221px;
  margin-left: -7px;
}
/* feedback management */
.fm-im1 {
  width: 85%;
  margin-top: 320px;
  margin-left: 30px;
}
.fm-im2 {
  width: 90%;
  margin-top: 290px;
  margin-left: -3px;
}
.fm-im3 {
  width: 100%;
  margin-top: 295px;
  margin-left: -7px;
}
.fm-im4 {
  width: 91%;
  margin-top: 285px;
  margin-left: -5px;
}
/* reports & dashboards */
.rd-im1 {
  width: 100%;
  margin-top: 255px;
  margin-left: 15px;
}
.rd-im2 {
  width: 87%;
  margin-top: 290px;
  margin-left: 10px;
}
.rd-im3 {
  width: 100%;
  margin-top: 230px;
  margin-left: 5px;
}
.rd-im4 {
  width: 95%;
  margin-top: 200px;
  margin-left: -11px;
}
/* ticket management */
.tm-im1 {
  width: 92%;
  margin-top: 210px;
  margin-left: 20px;
}
.tm-im2 {
  width: 90%;
  margin-top: 230px;
  margin-left: 3px;
}
.tm-im3 {
  width: 84%;
  margin-left: 30px;
  margin-top: 185px;
}
.tm-im4 {
  width: 90%;
  margin-top: 300px;
  margin-left: 12px;
}
.tm-im5 {
  width: 100%;
  margin-top: 180px;
  margin-left: -5px;
}
.Product-btn {
  background-color: transparent;
  color: #2e2e2e;
  padding: 10px 3px 10px 5px;
  border: none;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
}
.kyk {
  width: 100%;
  margin-top: 68px;
  margin-left: -6px;
}
.ppl {
  margin-top: -40px;
}
.pgj{
  margin-top: -15px;
}
.le {
  margin-top: -27px !important;
}
.tl-mg {
  margin-top: -15px !important;
}
/* event management system */
.ev-im {
  width: 97%;
  margin-top: 110px;
  margin-left: -2px;
}
.ev-im3 {
  width: 90%;
  margin-top: 200px;
  margin-left: 5px;
}
.ev-im2 {
  width: 95%;
  margin-top: 245px;
  margin-left: 5px;
}
.ev-im1 {
  width: 105%;
  margin-top: 270px;
  margin-left: -20px;
}
.ev-sg {
  margin-top: 40px;
  margin-bottom: 55px;
}
.ev-box {
  padding-bottom: 41px;
}
.mobileCRM.str {
  background: #fff;
  padding: 55px 0 60px;
  transform: inherit;
  margin-top: 0;
}
.ev-bt {
  padding: 14px 23px;
  font-size: 14px;
  line-height: 17px;
  border-radius: 27px;
  color: #ffffff !important;
  border: 1px solid #c91d0e;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  background-color: #c91d0e !important;
  margin-left: 5px;
  margin-top: 0px;
}
.qualities {
  padding: 100px 0 0px;
  background: url(../images/qualities-bg.jpg) repeat 0 0;
  margin: -130px 0 0;
  position: relative;
  z-index: 0;
}
.qualities .col-md-4 {
  border-left: solid 1px #ccc;
  padding: 15px 10px 12px 20px;
  margin: 40px 0;
}
/* crm comparison */
.cp-im {
    width: 100%;
    margin-top: 225px;
    margin-left: -10px;
}
/* products */
.prdt-im {
    margin-top: 284px;
    margin-left: 20px;
    width: 85%;
}
.prdt-im1 {
    width: 100%;
    margin-top: 255px;
    margin-left: 5px;
}
.prdt-im2 {
    width: 100%;
    margin-left: -8px;
    margin-top: 230px;
}
.prdt-im3 {
    width: 100%;
    margin-top: 245px;
    margin-left: 0px;
}
.prdt-im4 {
    width: 100%;
    margin-top: 250px;
    margin-left: -5px;
}
.prdt-im5 {
    width: 100%;
    margin-left: 0px;
    margin-top: 255px;
}
/* customer support */
.survey-im {
    width: 90%;
    margin-top: 170px;
    margin-left: 10px;
}
 .resp-vtabs {
    flex-direction: column;
    gap: 20px;
  }

  .resp-tabs-list {
    flex-direction: row;
    width: 100%;
    overflow-x: auto;
    border-right: none;
    border-bottom: 2px solid #ccc;
  }

  .resp-tab-item {
    padding: 15px 20px;
    font-size: 1em;
    border-left: none;
    border-bottom: 5px solid transparent;
    white-space: nowrap;
  }

  .resp-tab-item:hover,
  .resp-tab-item.resp-tab-active {
    border-right: none;
    border-bottom: 5px solid #015c9b;
  }

  .resp-tabs-container {
    padding: 20px;
  }

  .benefitsUsing {
    padding: 30px 0 50px;
  }

  .benefitsUsing img {
    margin-top: -30px;
  }

  .benefitsUsing h3 {
    font-size: 1.5em;
  }
.support-im {
    margin-top: 340px;
    margin-left: 10px;
    width: 100%;
}
.support-im1 {
    width: 85%;
    margin-top: 215px;
    margin-left: 2px;
}
.support-im2 {
    width: 100%;
    margin-top: 185px;
    margin-left: 15px;
}
.support-im3 {
    width: 96%;
    margin-left: -5px;
    margin-top: 240px;
}
.support-im4 {
    width: 90%;
    margin-top: 265px;
    margin-left: 15px;
}
.support-im5 {
    width: 85%;
    margin-top: 234px;
    margin-left: 25px;
}
.support-im6 {
    width: 96%;
    margin-left: 15px;
    margin-top: 280px;
}
.support-im7 {
    width: 86%;
    margin-left: 9px;
    margin-top: 215px;
}
.support-im8 {
    width: 97%;
    margin-left: 10px;
    margin-top: 250px;
}
.support-mb-app {
    width: 80%;
    margin-top: 215px;
    margin-left: 42px;
}






}

@media only screen and (min-width: 360px) and (max-width: 640px) {
  .sc-pb {
    padding: 4px 6px;
    text-transform: uppercase;
    font-size: 9px;
    line-height: 18px;
    color: #fff;
    border: 1px solid #c91d0e;
    border-radius: 27px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    background-color: #c91d0e !important;
    margin-left: -175px !important;
}
  .theme-bn {
        margin-top: 10px;
        padding: 10px 20px;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 18px;
        color: #ffffff;
        border: 1px solid #c91d0e;
        border-radius: 30px;
        letter-spacing: 1px;
        display: inline-block;
        text-align: center;
        font-weight: bold;
        background-color: #c91d0e !important;
        margin-left: -150px !important;
    }
        .pricing-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(316px, 1fr));
        gap: 20px;
        max-width: 1200px;
        margin: 5px 5px 0px 5px;
    }

}




@media only screen and (min-width: 360px) and (max-width: 580px) {
.tyu {
    margin-top: 10px !important;
}
  .gfh {
    margin-top: 55px !important;
}
  .header-hero {
    height: 480px;
}
.gh {
  margin-left: 36px;
  width: 77%;
  margin-top: 15px;
}
.uyi {
  font-size: 23px;
  font-style: italic;
  line-height: 35px;
  font-weight: 500;
  text-align: center;
  margin-top: -42px;
}
.tvn{
  margin-top: 20px;
}
p {
  font-size: 15px;
  line-height: normal;
  padding-top: 4px;
}
.label {
  display: inline-block;
  margin: 0 -5px 0 0px;
}
.chatshow-btnn {
  padding: 10px !important;
  border-radius: 15px !important;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 23%);
  font-weight: 700;
  margin: 0px -5px 0px -4px;
}
.gfh{
  margin-top: -24px;
}
.bnt {
  width: 85%;
  margin-top: -7px;
  margin-left: 35px;
}
.aarthi-btn {
  background-color: transparent;
  color: rgb(36, 33, 33);
  padding: 11px 13px 10px 134px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
}
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
  .lm-im {
    width: 92%;
    margin-top: 110px;
    margin-left: 15px;
}
.lm-ct{
  padding-bottom: 40px;
}
  .cn-mg {
    background-image: url(../images/home-Image/bg.jpg);
    margin-left: 35px;
}
  .cp-pd {
    padding: 50px 20px 0 !important;
}
#explore .col-md-5:before {
  right: -138px;
  top: 45%;
  background-size: 63%;
}
  .megamenu-li.show .dropdown-menu.megamenu.show {
    padding: 30px 20px;
    width: 990px;
    left: -30px;
    /* margin-left: 16px; */
}
.megamenu-li.show .dropdown-menu.megamenu.show:after {
    content: url(../images/home-Image/whiteArrow.png);
    position: absolute;
    top: -13px;
    right: 45%;
}
  .chatt1 {
    padding: 0px;
}
.bg-cl {
  background: #0a9adf;
  padding: 40px 0px 50px;
  margin: 20px 0px 20px;
}
.sec-bg-clr {
  background: url(../images/home-Image/qualities-bg.jpg) top center #eee;
  padding: 40px 0px 80px;
  margin: 20px 0px 20px;
}
  .lm-cs {
    width: 90%;
    margin-top: -17px;
    margin-left: 30px;
}
  .cl-lk {
    width: 95%;
    margin-top: 70px;
}
  .tm-hd {
    height: 630px !important;
  }
  .tm-im {
    margin-top: 275px;
    margin-left: 30px;
    width: 85%;
}
.tt-im {
  width: 105%;
  margin: 75px -20px 35px;
}
  .sv-lo {
    width: 100%;
    margin-top: 120px;
    margin-left: -3px;
}
.site-im {
  width: 86%;
  margin-left: 40px;
}
.sc-pb {
  padding: 5px 7px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  border: 1px solid #c91d0e;
  border-radius: 27px;
  letter-spacing: 1px;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  background-color: #c91d0e !important;
  margin-left: -255px;
}
.Product-btn {
  background-color: transparent;
  color: white;
  padding: 10px 3px 10px 35px;
  border: none;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
}
  .ngg{
    margin-top: 46px !important;
  }
  /* channel partner */
  .ch-pt1 {
    width: 90%;
    margin-top: 129px;
    margin-left: 30px;
}
.ch-pt2 {
  width: 95%;
  margin-top: 155px;
  margin-left: -5px;
}
.ch-pt3 {
  width: 80%;
  margin-left: 55px;
  margin-top: 49px;
}
.ch-pt4 {
  width: 107%;
  margin-left: -35px;
  margin-top: 100px;
} 
  .ml {
    margin-top: 0px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    border: 1px solid #c91d0e;
    border-radius: 30px;
    letter-spacing: 1px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    background-color: #c91d0e !important;
    margin-left: -296px;
}
.ml:hover {
  background-color: #c91d0e !important; /* Change background color on hover */
  color: #ffffff; /* Change text color on hover */
  border-color: #c91d0e !important; /* Change border color on hover */
  transform: scale(1.05); /* Slightly increase the size on hover */
}
  .header-hero {
    height: 540px;
}
/*inventory management*/
.in-im1 {
  width: 100%;
  margin-top: 2px;
  margin-left: 2px;
}
.in-im2 {
  width: 80%;
  margin-top: 145px;
  margin-left: 11px;
}
.in-im3 {
  width: 92%;
  margin-top: 185px;
  margin-left: 4px;
}
.in-im4 {
  width: 95%;
  margin-top: 175px;
  margin-left: -8px;
}
/* marketing automation */
.ma-im1 {
  width: 93%;
  margin-left: 10px;
  margin-top: 125px;
}
.ma-im2 {
  width: 74%;
  margin-left: 45px;
  margin-top: 102px;
}
.ma-im3 {
  margin-left: 5px;
  margin-top: 105px;
  width: 100%;
}
.ma-im4 {
  width: 68%;
  margin-left: 35px;
  margin-top: 117px;
}
.piu {
  margin-bottom: 35px;
  margin-top: -35px;
}
.fds {
  margin-top: 25px !important;
}
.gfh{
  margin-top: -24px;
}
.uty {
  margin-top: -30px;
  margin-bottom: 30px;
}
.egd{
  margin-bottom: -35px;
  margin-top: 10px;
}
.dmk {
  width: 100%;
  margin-top: 16px;
}
/* sales performance */
.sp-im1 {
  width: 90%;
  margin-top: 80px;
  margin-left: 55px;
}
.sp-im2 {
  width: 82%;
  margin-top: 115px;
  margin-left: 25px;
}
.sp-im3 {
  width: 95%;
  margin-left: 18px;
  margin-top: 29px;
}
.sp-im4 {
  width: 97%;
  margin-top: 62px;
  margin-left: 9px;
}
.sp-im5 {
  width: 100%;
  margin-top: 120px;
  margin-left: -5px;
}
/* sales automation */
.sa-ph{
  margin-top: -30px;
}
.sa-im1 {
  width: 91%;
  margin-top: 106px;
  margin-left: 41px;
}
.sa-im2 {
  width: 95%;
  margin-top: 80px;
  margin-left: -18px;
}
.sa-im3 {
  width: 85%;
  margin-left: 30px;
  margin-top: 65px;
}
.sa-im4 {
  width: 82%;
  margin-left: 25px;
  margin-top: 135px;
}
.opo {
  margin-top: 5px;
}
.lkg {
  margin-bottom: 90px;
  margin-top: 50px;
}
.uyh {
  list-style: none;
  display: inline-block;
  margin: 16px 0px 10px 0px;
}
/* mobile */
.mc-im1 {
  width: 47%;
  margin-top: 78px;
  margin-left: 115px;
}
.mc-im2 {
  width: 59%;
  margin-top: 102px;
  margin-left: 58px;
}
.mc-im3 {
  width: 42%;
  margin-top: 80px;
  margin-left: 144px;
}
.mc-im4 {
  width: 100%;
  margin-top: 120px;
  margin-left: -17px;
}
/* post sales */
.pk-im1 {
  width: 67%;
  margin-top: 115px;
  margin-left: 95px;
}
.pk-im2 {
  width: 92%;
  margin-top: 85px;
  margin-left: -30px;
}
.pk-im3 {
  width: 80%;
  margin-top: 110px;
  margin-left: 25px;
}
.pk-im4 {
  width: 80%;
  margin-top: 112px;
  margin-left: 29px;
}
/* performance management*/
.pm-im1 {
  width: 100%;
  margin-top: 140px;
  margin-left: -18px;
}
.pm-im2 {
  width: 80%;
  margin-top: 143px;
  margin-left: 32px;
}
.pm-im3 {
  width: 75%;
  margin-top: 64px;
  margin-left: 59px;
}
.pm-im4 {
  width: 74%;
  margin-top: 115px;
  margin-left: 42px;
}
/* crm integrations */
.ci-im1 {
  width: 95%;
  margin-top: 145px;
  margin-left: 18px;
}
.ci-im2 {
  width: 74%;
  margin-top: 120px;
  margin-left: 10px;
}
.ci-im3 {
  width: 82%;
  margin-left: 48px;
  margin-top: 80px;
}
.ci-im4 {
  width: 100%;
  margin-top: 60px;
  margin-left: -9px;
}
.ci-im5 {
  width: 91%;
  margin-top: 53px;
  margin-left: 31px;
}
/* DATA SECURITY */
.ds-im1 {
  width: 84%;
  margin-top: 105px;
  margin-left: 42px;
}
.ds-im2 {
  width: 84%;
  margin-top: 80px;
  margin-left: 15px;
}
.ds-im3 {
  width: 85%;
  margin-top: 70px;
  margin-left: 37px;
}
.ds-im4 {
  width: 72%;
  margin-top: 110px;
  margin-left: 60px;
}
/* booking & customer */
.sb-im1 {
  width: 74%;
  margin-top: 80px;
  margin-left: 75px;
}
.sb-im2 {
  width: 83%;
  margin-top: 150px;
  margin-left: 27px;
}
.sb-im3 {
  width: 79%;
  margin-left: 15px;
  margin-top: 100px;
}
.sb-im4 {
  width: 79%;
  margin-top: 120px;
  margin-left: 55px;
}
.sb-im5 {
  width: 73%;
  margin-top: 100px;
  margin-left: 75px;
}
/* workflow automation */
.wf-im1 {
  width: 77%;
  margin-top: 170px;
  margin-left: 70px;
}
.wf-im2 {
  width: 100%;
  margin-top: 175px;
  margin-left: -20px;
}
.wf-im3 {
  width: 75%;
  margin-left: 65px;
  margin-top: 120px;
}
.wf-im4 {
  width: 76%;
  margin-top: 130px;
  margin-left: 30px;
}
.wf-im5 {
  width: 78%;
  margin-top: 185px;
  margin-left: 55px;
}
/* workflow automation */
.hts {
  height: 570px;
}
.theme-btnn-3 {
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  border: 1px solid #c91d0e;
  border-radius: 30px;
  letter-spacing: 1px;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  background-color: #c91d0e !important;
  margin-left: -300px;
  margin-top: 30px;
}
.tc-im6 {
  margin-top: 225px;
  margin-left: 20px;
  width: inherit;
}
.tc-im1 {
  width: 98%;
  margin-top: 170px;
  margin-left: 32px;
}
.tc-im2 {
  width: 85%;
  margin-top: 175px;
  margin-left: 20px;
}
.tc-im3 {
  width: 84%;
  margin-left: 64px;
  margin-top: 115px;
}
.tc-im4 {
  width: 96%;
  margin-top: 60px;
  margin-left: -13px;
}
.tc-im5 {
  width: 100%;
  margin-top: 165px;
  margin-left: 14px;
}
/* pre calls */
.hm{
  height: 700px !important;
}
.mpp {
  margin-top: 258px;
  margin-left: 12px;
  width: 97%;
}
.ps-im1 {
  width: 94%;
  margin-top: 100px;
  margin-left: 35px;
}
.ps-im2 {
  width: 95%;
  margin-top: 171px;
  margin-left: -2px;
}
.ps-im3 {
  width: 100%;
  margin-left: -2px;
  margin-top: 140px;
}
.ps-im4 {
  width: 95%;
  margin-top: 75px;
  margin-left: 8px;
}
.ps-im5 {
  width: 95%;
  margin-top: 135px;
  margin-left: 31px;
}
/* customer support */
.oi1 {
  width: 85%;
  margin-left: 2px;
  margin-top: 83px;
}
.oi2 {
  width: 71%;
  margin-top: 95px;
  margin-left: 60px;
}
.oi3 {
  width: 67%;
  margin-top: 60px;
  margin-left: 35px;
}
.oi4 {
  margin-left: 35px;
  width: 90%;
  margin-top: 115px;
}
/* escalation management */
.em-im1 {
  width: 82%;
  margin-top: 130px;
  margin-left: 55px;
}
.em-im2 {
  width: 90%;
  margin-top: 100px;
  margin-left: 3px;
}
.em-im3 {
  width: 100%;
  margin-top: 75px;
  margin-left: 0px;
}
.em-im4 {
  width: 100%;
  margin-top: 155px;
  margin-left: -5px;
}
/* document management */
.dm-im1 {
  width: 75%;
  margin-left: 78px;
  margin-top: 86px;
}
.dm-im2 {
  width: 66%;
  margin-top: 80px;
  margin-left: 52px;
}
.dm-im3 {
  width: 61%;
  margin-top: 100px;
  margin-left: 95px;
}
.dm-im4 {
  width: 68%;
  margin-left: 71px;
  margin-top: 91px;
}
/*field track with gps */
.st-im1 {
  width: 80%;
  margin-left: 40px;
  margin-top: 95px;
}
.st-im2 {
  width: 85%;
  margin-top: 132px;
  margin-left: 10px;
}
.st-im4 {
  width: 74%;
  margin-left: 60px;
  margin-top: 113px;
}
.st-im3 {
  width: 86%;
  margin-top: 162px;
  margin-left: 10px;
}
/* deal management */
.hl{
  height: 730px !important;
}
.dl-im {
  width: 97%;
  margin-top: 308px;
  margin-left: 23px;
}
.dl-im1 {
  width: 87%;
  margin-top: 135px;
  margin-left: 40px;
}
.dl-im2 {
  width: 100%;
  margin-left: -10px;
  margin-top: 26px;
}
.dl-im3 {
  width: 80%;
  margin-top: 115px;
  margin-left: 45px;
}
.dl-im4 {
  width: 84%;
  margin-top: 110px;
  margin-left: 10px;
}
/* properety portal */
.property1 {
  width: 85%;
  margin-left: 45px;
  margin-top: 120px;
}
.property2 {
  width: 65%;
  margin-top: 65px;
  margin-left: 75px;
}
.property3 {
  margin-left: 41px;
  width: 90%;
  margin-top: 90px;
}
.property4 {
  width: 95%;
  margin-top: 133px;
  margin-left: -6px;
}
/* feedback management */
.fm-im1 {
  width: 80%;
  margin-top: 120px;
  margin-left: 50px;
}
.fm-im2 {
  width: 85%;
  margin-top: 96px;
  margin-left: 10px;
}
.fm-im3 {
  width: 90%;
  margin-top: 112px;
  margin-left: 40px;
}
.fm-im4 {
  width: 86%;
  margin-top: 157px;
  margin-left: 7px;
}
/* reports & dashboards */
.rd-im1 {
  width: 100%;
  margin-top: 160px;
  margin-left: 15px;
}
.rd-im2 {
  width: 82%;
  margin-top: 130px;
  margin-left: 10px;
}
.rd-im3 {
  width: 100%;
  margin-top: 115px;
  margin-left: 5px;
}
.rd-im4 {
  width: 90%;
  margin-top: 100px;
  margin-left: 0px;
}
/* ticket management */
.tm-im1 {
  width: 92%;
  margin-top: 110px;
  margin-left: 28px;
}
.tm-im2 {
  width: 90%;
  margin-top: 130px;
  margin-left: 0px;
}
.tm-im3 {
  width: 80%;
  margin-left: 60px;
  margin-top: 91px;
}
.tm-im4 {
  width: 85%;
  margin-top: 190px;
  margin-left: 20px;
}
.tm-im5 {
  width: 93%;
  margin-top: 95px;
  margin-left: 25px;
}
.le {
  margin-top: -10px !important;
}
.tl-mg {
  margin-top: -30px !important;
}
/* event management system */
.ev-im {
  width: 83%;
  margin-top: 0px;
  margin-left: 15px;
}
.ev-im3 {
  width: 80%;
  margin-top: 75px;
  margin-left: 35px;
}
.ev-im2 {
  width: 82%;
  margin-top: 103px;
  margin-left: 32px;
}
.ev-im1 {
  width: 95%;
  margin-top: 145px;
  margin-left: 10px;
}
.ev-sg {
  margin-top: 80px;
  margin-bottom: 90px;
}
.em-box {
  padding-bottom: 41px;
}
.mobileCRM.str {
  background: #fff;
  padding: 70px 0 70px;
  transform: inherit;
  margin-top: 0;
}
.ev-bt {
  padding: 14px 23px;
  font-size: 14px;
  line-height: 17px;
  border-radius: 27px;
  color: #ffffff !important;
  border: 1px solid #c91d0e;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  background-color: #c91d0e !important;
  margin-left: 5px;
  margin-top: -10px;
}
/* crm comparrison */
.cp-im {
    width: 105%;
    margin-top: 75px;
    margin-left: -30px;
}
/* products */
.prdt-im {
    margin-top: 255px;
    margin-left: 55px;
    width: 79%;
}
.prdt-im1 {
    width: 100%;
    margin-top: 150px;
    margin-left: 5px;
}
.prdt-im2 {
    width: 100%;
    margin-left: -10px;
    margin-top: 150px;
}
.prdt-im3 {
    width: 100%;
    margin-top: 135px;
    margin-left: 5px;
}
.prdt-im4 {
    width: 100%;
    margin-top: 135px;
    margin-left: -10px;
}
.prdt-im5 {
    width: 100%;
    margin-left: 6px;
    margin-top: 110px;
}
/* customer support */
.survey-im {
    width: 80%;
    margin-top: 85px;
    margin-left: 40px;
}
.resp-vtabs {
    flex-direction: column;
    gap: 20px;
  }
  .resp-tabs-list {
    flex-direction: row;
    width: 100%;
    border-right: none;
    border-bottom: 2px solid #ccc;
    overflow-x: auto;
  }
  .resp-tab-item {
    font-size: 1em;
    padding: 15px 20px;
    border-left: none;
    border-bottom: 3px solid transparent;
  }
  .resp-tab-item:hover,
  .resp-tab-item.resp-tab-active {
    border-bottom: 3px solid #015c9b;
    border-right: none;
  }
  .resp-tabs-container {
    padding: 20px;
  }
  .benefitsUsing {
    padding: 30px 0 50px;
  }
  .benefitsUsing img {
    margin-top: -30px;
  }
  .benefitsUsing h3 {
    font-size: 1.4em;
  }
  .support-im {
    margin-top: 240px;
    margin-left: 20px;
    width: 100%;
}
.support-im1 {
    width: 80%;
    margin-top: 150px;
    margin-left: 30px;
}
.support-im2 {
    width: 95%;
    margin-top: 65px;
    margin-left: 0px;
}
.support-im3 {
    width: 96%;
    margin-left: -5px;
    margin-top: 110px;
}
.support-im4 {
    width: 85%;
    margin-top: 120px;
    margin-left: 30px;
}
.support-im5 {
    width: 80%;
    margin-top: 125px;
    margin-left: 40px;
}
.support-im6 {
    width: 96%;
    margin-left: 20px;
    margin-top: 170px;
}
.support-im7 {
    width: 84%;
    margin-left: 25px;
    margin-top: 100px;
}
.support-im8 {
    width: 97%;
    margin-left: 15px;
    margin-top: 120px;
}
.support-mb-app {
    width: 56%;
    margin-top: 115px;
    margin-left: 110px;
}











}

@media only screen and (min-width: 320px) and (max-width: 586px) {

  .pa-dg{
    padding-top: 287px !important;
  }
  .sv-pk{
    text-align: left !important;
  }
}




@media only screen and (min-width: 320px) and (max-width: 570px) {
  .dropdown-menu.megamenu {
    top: auto ;
      max-height: 300px;
      /* Adjust height as needed */
      overflow-y: auto;
      position: absolute;
      /* Ensures it stays on top */
      background: white;
      /* Keeps background visible */
      z-index: 9999;
  }

  /* Prevent body scroll when dropdown is open */
  .dropdown-menu.megamenu::-webkit-scrollbar {
      width: 5px;
      /* Customize scrollbar width */
  }

  .dropdown-menu.megamenu::-webkit-scrollbar-thumb {
      background: #ccc;
      /* Style scrollbar */
      border-radius: 5px;
  }
}






@media only screen and (min-width: 571px) and (max-width: 980px) {
  .dropdown-menu.megamenu {
    width: 100% !important;
      max-height: 400px !important; /* Adjust height as needed */
      overflow-y: auto;
      overflow-x: hidden;
      background: #fff; /* Ensure background remains visible */
  }

  .dropdown-menu.megamenu::-webkit-scrollbar {
      width: 6px !important;
  }

  .dropdown-menu.megamenu::-webkit-scrollbar-thumb {
      background: #ccc
  }}





/* form */
.newformsec {
    background-color: #ffffff;
    padding: 20px;
    color: #2c2626;
    border-radius: 6px;
}

.newformsec h2 {
    text-align: left;
    color: #026dc2;
    font-size: 30px;
    margin-bottom: 5px;
    font-weight: 700;
}

.newformsec p {
    font-size: 14px;
    margin-bottom: 20px;
    color: #5a5555;
}

.newformsec form {
    display: flex;
    flex-direction: column;
}

.newformsec input,
.newformsec select {
    background: none;
    border: 1px solid #b0b1b2;
    padding: 8px;
    margin-bottom: 13px;
    color: #656262;
    font-size: 13px;
    border-radius: 4px;
}

.newformsec input::placeholder {
    color: #656262;
}

.newformsec select option {
    color: #000;
}

.newformsec .consent {
    font-size: 12px;
    line-height: 1.4;
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    cursor: pointer;
}

.newformsec .consent input {
    margin-right: 8px;
    margin-top: 3px;
}

.newformsec button {
    background-color: #026dc2;
    color: #fff;
    border: none;
    padding: 10px 20px;  
    font-size: 16px;     
    border-radius: 4px; 
    cursor: pointer;
    width: 32%;    
    display: block;   
    text-transform: uppercase; 
     margin: 0 auto; /* This makes it center */
}

.newformsec button:hover {
    background-color: #022d70;
}


.modal-dialog {
    margin: 0 auto; 
    top: 0;
}

.input-container {
    display: flex;
    align-items: flex-start;
}

.checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    cursor: pointer;
}

.checkbox-label input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin-top: 3px; /* Align checkbox with text */
    cursor: pointer;
}

.rcs {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #fff; /* Change to match your background */
}
#explore .col-md-5::before {
    pointer-events: none;
}

#explore .modal-dialog {
  width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0; /* Remove Bootstrap's top margin */
}






@media only screen and (min-width: 320px) and (max-width: 570px) {
  #explore .modal-dialog {
    width: 95%;
    position: absolute;
    top: 100%;
    left: 51%;
    transform: translate(-50%, -50%);
    margin: 0;
}
.exploremodal .modal-content {
    width: 97% !important;
    border-radius: 12px;
    background-color: #026dc2;
    background-size: contain;
}
.exploremodal .close {
    position: absolute;
    right: 30px;
    top: 26px;
    width: 15px;
    height: 20px;
    opacity: 1;
    border: 1px solid #b9b7b7;
    border-radius: 60px;
    z-index: 9999;
}
.newformsec button {
    background-color: #033f9d;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    width: 50%;
    display: block;
    text-transform: uppercase;
    margin: 0 auto;
}

}





@media only screen and (min-width: 571px) and (max-width: 960px) {
  #explore .modal-dialog {
    width: 100%;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}
.exploremodal .modal-content {
    width: 100% !important;
    border-radius: 12px;
    background-color: #026dc2;
    background-size: contain;
}
.exploremodal .close {
    position: absolute;
    right: 60px;
    top: 60px;
    width: 32px;
    height: 32px;
    opacity: 1;
    border: 1px solid #b9b7b7;
    border-radius: 60px;
    z-index: 9999;
}
.cp-pd {
    padding: 5px 35px 0 !important;
}


}



@media only screen and (min-width: 961px) and (max-width: 1024px) {
  #explore .modal-dialog {
    width: 90%;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}
.exploremodal .modal-content {
    width: 100% !important;
    border-radius: 12px;
    background-color: #026dc2;
    background-size: contain;
}
    .leftExplorpart h3 {
        font-size: 27px;
    }
    .leftExplorpart h5 {
        font-size: 20px;
    }
}



.psg {
    display: flex;
   align-items: flex-start; /* Align items to the top */
    justify-content: space-between;
    max-width: 1200px;
    margin: 70px auto;
    background: white;
    border-radius: 20px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    padding: 40px;
}
.circle-container {
  flex-shrink: 0;        /* Prevent shrinking */
  height: 560px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;      /* Keeps it fixed while content expands */
}

.content-box {
  flex: 1;
}
.image-container {
  flex: 1;
  display: flex;
  align-items: center;      /* ✅ Makes sure image itself is centered */
  justify-content: center;
}

.image-container img {
  max-width: 100%;
  height: auto;
  display: block;
}
        .circle-container::before {
            content: '';
            position: absolute;
            width: 300px;
            height: 300px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.1);
            top: -50px;
            left: -50px;
        }
        
        .circle-container::after {
            content: '';
            position: absolute;
            width: 200px;
            height: 200px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.1);
            bottom: -30px;
            right: -30px;
        }
        
        .circle-container img {
            max-width: 100%;
            filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.2));
            position: relative;
            z-index: 1;
        }
        
        .content-box {
            flex: 1;
            min-width: 300px;
            padding: 40px;
        }
        
        .pnl {
            color: #015c9b;
            margin-bottom: 15px;
            font-size: 28px;
            font-weight: 700;
        }
        .description {
            color: #64748b;
            line-height: 1.6;
            margin-bottom: 30px;
            padding-left: 19px;
            border-left: 1px solid #e2e8f0;
        }
        
       .realbox {
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    background: #f8fafc;
}

.realbox-header {
    font-weight: 600;
    padding: 18px 20px;
    cursor: pointer;
    transition: background 0.3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #1e293b;
    font-size: 18px;
}

.realbox-header:hover {
    background: #f0f4ff;
}

.realbox-header i {
    transition: transform 0.4s ease;
    color: #015c9b;
}

.realbox-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
    padding: 0 20px;
    color: #64748b;
    line-height: 1.6;
    background: white;
}

.realbox-content.active {
    max-height: 200px;
    padding: 15px 20px;
}

.realbox-header.active {
    background: #0a9adf;
    color: white;
}

.realbox-header.active i {
    transform: rotate(180deg);
    color: white;
}
        .welcome {
            margin-top: 30px;
            padding: 15px;
            background: #f1f5f9;
            border-radius: 10px;
            font-size: 16px;
            color: #64748b;
            border-left: 4px solid #4f46e5;
        }
        
        .welcome strong {
            color: #4f46e5;
            font-weight: 700;
        }
        
        @media (max-width: 768px) {
            .section {
                flex-direction: column;
            }
            
            .circle-container {
                order: 2;
                padding: 30px;
            }
            
            .content-box {
                order: 1;
            }
        }
        
@media (min-width: 320px) and (max-width: 570px) {
  .videoSec h2.title {
    color: #015c9b !important;
    font-size: 25px;
}
.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 66.25% !important;
    height: 41px;
    overflow: hidden;
    border: 7px solid #004ca2;
    border-radius: 15px;
    max-width: 800px;
    margin: 0 auto;
}
.psg {
        flex-direction: column;
        padding: 20px;
        margin: 40px 15px;
    }
    .circle-container {
        order: 2;
        width: 100%;
        height: 200px;
        padding: 0px;
        position: relative;
    }
    .circle-container::before,
    .circle-container::after {
        width: 100px;
        height: 100px;
        top: auto;
        left: auto;
        bottom: 10px;
        right: 10px;
    }
.realbox-header {
    font-weight: 600;
    padding: 18px 20px;
    cursor: pointer;
    transition: background 0.3s;
    display: flex
;
    justify-content: space-between;
    align-items: center;
    color: #1e293b;
    font-size: 15px;
}
    .content-box {
        order: 1;
        padding: 5px;
        min-width: 100%;
    }

    .pnl {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .description {
        padding-left: 15px;
        font-size: 14px;
        margin-bottom: 20px;
    }

    .welcome {
        font-size: 14px;
        padding: 10px;
    }

    .circle-container img {
        max-width: 80%;
        height: auto;
    }
}

@media (min-width: 571px) and (max-width: 980px) {
  .psg {
        flex-direction: row;
        padding: 30px;
        margin: 50px 30px;
    }
    .realbox-header {
    font-weight: 600;
    padding: 18px 15px;
    cursor: pointer;
    transition: background 0.3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #1e293b;
    font-size: 16px;
}
    .circle-container {
        height: 400px; /* Reduce circle size */
        flex-shrink: 0;
        position: sticky; 
        top: 20px; /* Adjust sticky position */
        padding: 20px;
    }

    .content-box {
        flex: 1;
        padding: 30px;
        min-width: 250px;
    }

    .image-container {
        flex: 1;
        align-items: center;
        justify-content: center;
    }
    .pnl {
        font-size: 24px;
    }

    .description {
        padding-left: 15px;
    }

    .welcome {
        font-size: 15px;
        padding: 12px;
    }
}

@media (min-width: 981px) and (max-width: 1024px) {
    .psg {
        flex-direction: row;
        padding: 30px;
        margin: 50px 30px;
    }
    .circle-container {
        height: 450px;        /* Slightly smaller height */
        flex-shrink: 0;
        padding: 20px;
    }

    .content-box {
        padding: 30px;       /* Reduce padding */
        min-width: 280px;    /* Adjust minimum width */
    }

    .pnl {
        font-size: 24px;     /* Slightly smaller heading */
    }

    .description {
        padding-left: 15px;
        font-size: 15px;     /* Adjust text size */
    }
    .circle-container::before {
        width: 250px;
        height: 250px;
        top: -40px;
        left: -40px;
    }

    .circle-container::after {
        width: 160px;
        height: 160px;
        bottom: -20px;
        right: -20px;
    }
}



.videoSec {
    background: url(../images/home-Image/qualities-bg.jpg) repeat 0 0;
    padding: 50px 0 130px;
    text-align: center;
}
.videoSec .container {
    text-align: center;
    padding: 0;
}
.videoSec h2.title {
    color: #015c9b!important;
    font-size: 35px;
}
.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 39.25%;
    height: 0;
    overflow: hidden;
    border: 7px solid #004ca2;
    border-radius: 15px;
    max-width: 800px;
    margin: 0 auto;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* demo page new design */

.ps-ph {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1200px;
    margin: 20px auto 70px;
    background: white;
    border-radius: 20px;
    padding: 40px;
}


 /* Scoped only to this section */
    .scroll-section {
      background: #0a9adf;
      color: #fff;
    }
 
    .scroll-section .container {
      display: flex;
      width: 100%;
    }
 
    /* Left side: content scrolls */
    .scroll-section .content {
      width: 50%;
      padding: 15px 0;
    }
 
    .scroll-section .dpdoc {
      min-height: 100vh;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
 
    .scroll-section .dpdoc h3 {
      font-size: 28px;
      margin-bottom: 15px;
      color: #ffffff;
    }
 
    .scroll-section .dpdoc p {
      font-size: 16px;
      line-height: 1.6em;
      color: #ffffff;
    }
 
    /* Right side: sticky image box */
    .scroll-section .image-box {
      width: 50%;
      position: sticky;
      top: 0;
      height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #0a9adf;
    }
 
    .scroll-section .image-box img {
      max-width: 100%;
      max-height: 100%;
      left: 80px;
      object-fit: contain;
      opacity: 0;
      transition: opacity 0.6s ease-in-out;
      position: absolute;
      background-color: #fbfbfb;
    border-radius: 15px;
    padding: 20px;
    }
 
    .scroll-section .image-box img.active {
      opacity: 1;
      position: relative;
    }


