:root {
  --white: #fff;
  --black: #333;
  --pitch: #ff5756;
  --blue: #002561;
  --dr-blue: #1C1F66;
  --gray: #9da7b8;
  --border: #dddddd;
  --lg-bg: #ECF8FF;
  --bbb: #000;

}
.get_detail{margin: 205px 0 0}



body {
  font-family: 'Poppins';
  /* background-image: url('../images/body-bg.png'); */
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto;
  font-size: 16px;
  color: var(--black);
}

.navbar:after {
  content: "";
  background-image: url('../images/body-bg.png');
  position: absolute;
  width: 600px;
  height: 285px;
  top: 0;
  right: 0px;
  z-index: -1;
}

.scrolled {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.navbar.scrolled:after {
  display: none;
}

img:focus-visible {
  outline: none;
}

.btn:focus-visible {
  box-shadow: none;
}

.btn:focus {
  box-shadow: none;
}

/* header start  */
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}

.navbar-expand-lg .navbar-nav {
  gap: 30px;
}

.nav-item .nav-link {
  color: var(--bbb);
  font-size: 16px;
  font-weight: 400;
}


.sign_up_btn {
  color: var(--dr-blue);
  background-color: var(--white);
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 10px;
  margin-right: 15px;
  border: 1px solid var(--dr-blue);
}

.login_btn {
  background-color: var(--dr-blue);
  color: var(--white);
  border: 1px solid var(--white);
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 10px;
}

.login_btn:hover {
  background: #fff;
  color: var(--dr-blue);
  transition: all 0.5s ease-in-out;
  border: 1px solid var(--dr-blue);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  outline: none;
}

.navbar-toggler:focus {
  box-shadow: none;
  outline: none;
}

.navbar-toggler {
  border: none;
  background: transparent !important;
}

.navbar-toggler:hover {
  background: transparent !important;
}

.navbar-toggler:focus {
  outline: none;
}

li.nav-item a:hover {
  color: var(--dr-blue);
  transition: all 0.5s ease-in-out;
}

.navbar-toggler .icon-bar {
  height: 2px;
  width: 26px;
  background-color: #fff;
  border-radius: 1px;
  display: block;
  margin-top: 5px;
  transition: all 0.2s;
}

.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
  opacity: 0;
}

.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}



.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}

.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}


/* header start end */


footer {
  background-color: white;
  color: #333333;
  background: url("../images/footer-bg-bottom.png") no-repeat 0 70%;
  background-repeat: no-repeat;
  background-position: bottom center;
  z-index: 0;
  position: relative;
}

.top-footer {
  z-index: 9;
  position: relative;

}

.top-footer a {
  color: #333333;
  text-decoration: none;
}

.top-footer {
  padding: 95px 0 150px 0;
}

.top-footer ul {
  padding-left: 0;
  list-style: none;
}

.top-footer ul li {
  font-size: 16px;
  line-height: 30px;
}

.top-footer h2 {
  margin-bottom: 38px;
  font-size: 22px;
  color: #1C1F66;
}

.footerStiky {
  display: none;
}

.download-app-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.play-store-img img {
  border: 1px solid var(--white);
  border-radius: 5px;
}

.social-media-icons-box {
  display: grid;
  grid-template-columns: repeat(3, 10%);
  gap: 16px;
  margin-top: 21px;
}

.social-media-icons-box .fa-brands {
  font-size: 30px;
}

.main-banner-wrapper {
  position: relative;
  padding: 100px 0;
  width: 100%;
  height: auto;
  /*background-image: url("../images/main-banner-bg-2.png");*/
  background-position: top;
  background-repeat: no-repeat;
}

.banner-custom {
  position: relative;
  padding: 100px 0;
  width: 100%;
  height: auto;
  background-image: url("../images/main-banner-bg-2.png");
  background-position: top;
  background-repeat: no-repeat;
}

/*@keyframes slideAnimation {*/
/*  0% {*/
/*    background-position: 0% 50%;*/
/*  }*/

/*  50% {*/
/*    background-position: 100% 50%;*/
/*  }*/

/*  100% {*/
/*    background-position: 0% 50%;*/
/*  }*/
/*}*/

.main-banner-wrapper:before {
  content: '';
  position: absolute;
  background-image: url('../images/main-banner-before.png');
  height: 500px;
  width: 100%;
  background-repeat: no-repeat;
  left: 0%;
  top: 45%;
  z-index: -1;

}

.main-banner-wrapper:after {
  content: '';
  position: absolute;
  background-image: url('../images/main-banner-after.png');
  height: 500px;
  width: 10%;
  background-repeat: no-repeat;
  right: 0;
  top: 30%;

}

.main-title {
  max-width: 100%;
  margin: 0 auto;
}

.main-title h1 {
  padding-top: 111px;
  text-align: center;
  font-weight: 700;
  font-size: 50px;
  line-height: 74px;
}

.main-title p {
  margin: 0 auto;
}

.main-btn {
  text-align: center;
  margin-bottom: 99px;
  margin-top: 43px;
}

.main-btn .btn {
  background: #1C1F66;
  color: var(--white);
  padding: 10px 25px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
    rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.main-feature-box {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  width: 50%;
  margin: 0 auto;
  justify-items: center;
}

.dash-icon img {
  background-color: #1c1f66;
  padding: 5%;
  border-radius: 10px;
}

.feature-icon {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.main-banner-img {
  /* max-width: 700px; */
  margin: 0 auto;
}

.main-banner-img img {
  border: 1px solid #1c1f66;
  border-radius: 21px;
}

.benefits-title-box {
  max-width: 700px;
  margin: 0 auto;
}

.benefits-title-box h2 {
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  font-weight: 600;
  color: #111111;
}

.benefits-title-box p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  color: #333333;
}

.feature-icon-img {
  display: flex;
  height: 72px;
  width: 72px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 13px;
  border-radius: 10px;
  transition: 0.4s ease-in-out;
}

.feature-icon-img:hover {
  background-color: #1c1f66;
  border: 1px solid var(--black);
}

.feature-icon p {
  text-align: center;
}

/* tab section css start */
.warpper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tab {
  display: flex;
  cursor: pointer;
  padding: 10px 20px;
  margin: 0px 2px;
  /* background:#000; */
  color: var(--black);
  border-radius: 3px 3px 0px 0px;
  /* box-shadow: 0 0.5rem 0.8rem #00000080; */
  text-align: center;
  flex-direction: column;
  align-content: center;
  align-items: center;
}

.panels {
  /* background:#fffffff6; */
  /* box-shadow: 0 2rem 2rem #00000080; */
  min-height: 200px;
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
  padding: 20px;
}

.panel {
  display: none;
  animation: fadein 0.8s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.panel-title {
  font-size: 1.5em;
  font-weight: bold;
}

.radio {
  display: none;
}

#one:checked~.panels #one-panel,
#two:checked~.panels #two-panel,
#three:checked~.panels #three-panel,
#four:checked~.panels #four-panel,
#five:checked~.panels #five-panel {
  display: block;
}

#one:checked~.tabs #one-tab>.feature-icon-img,
#two:checked~.tabs #two-tab>.feature-icon-img,
#three:checked~.tabs #three-tab>.feature-icon-img,
#four:checked~.tabs #four-tab>.feature-icon-img,
#five:checked~.tabs #five-tab>.feature-icon-img {
  background: var(--blue);
  border: 1px solid var(--black);
}

.tabs {
  display: flex;
  justify-content: center;
}

.tab-section-web {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}

/* tab section css ends */
.benefit-title {
  max-width: 700px;
  margin: 0 auto;
}

.benefit-title h2 {
  color: #111;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.benefit-pera {
  max-width: 488px;
  margin: 0 auto;
}

.benefit-pera p {
  color: #333;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
  margin-bottom: 64px;
}

.feature-one-text h3,
.feature-two-text h3 {
  color: var(--blue);
  font-size: 34px;
  font-weight: 600;
  line-height: 56px;
  /* 164.706% */
  margin: 0;
  margin-bottom: 25px;
}

.feature-one-text p,
.feature-two-text p {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.home-feature-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.feature-one-text {
  position: relative;
  padding-right: 120px;
  margin-top: 55px;
}

.feature-two-img {
  padding-right: 65px;
  margin-top: 100px;
}

.feature-one-text ul,
.feature-two-text ul {
  padding-left: 19px;
}

.feature-one-text ul li,
.feature-two-text ul li {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
}

.feature-one-text .btn,
.feature-two-text .btn {
  border-radius: 10px;
  background: #1C1F66;
  color: var(--white);
  font-weight: 600;
  line-height: normal;
  box-shadow: 0px 4px 20px 0px rgba(0, 37, 97, 0.2);
  padding: 10px 25px;
}

.home-feature-box-wrapper .row {
  align-content: center;
  align-items: flex-start;
}

.feature-two-text {
  margin-top: 150px;
  position: relative;
  padding-right: 100px;
}

.home-feature-box-wrapper .row:last-child {
  align-items: flex-start;
  margin-top: 80px;
}

.feature-one-img img,
.feature-two-img img {
  border-radius: 20px;
  border: 1px solid var(--blue);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.home-feature-box-wrapper {
  position: relative;
}

.home-feature-box-wrapper:before {
  content: "";
  position: absolute;
  background-image: url("../images/conect-line.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 550px;
  width: 796px;
  top: 1%;
  left: 33%;
}

.feature-one-img-icon {
  position: absolute;
  top: 0;
  left: 31%;
}

.feature-one-img-icon img {
  width: 74%;
}

.feature-two-icon img {
  width: 90%;
}

.feature-two-icon {
  position: absolute;
  top: -3%;
  left: 79%;
}

.function-design-wrapper {
  background: radial-gradient(50% 50% at 50% 50%, var(--white) 0%, #e7f3df 100%);
  padding: 100px 0;
  margin: 100px 61px 0;
  border-radius: 20px;
}

.task-management-box {
  display: flex;
  grid-template-columns: repeat(2, 1fr);

  align-items: center;
  border-radius: 20px;
  border: 1px solid #bbb;
  box-shadow: 0px 4px 20px 0px rgba(0, 37, 97, 0.2);
  padding: 7px;
  gap: 12px;
}

.task-management-img {
  text-align: center;
  padding: 17px 29px;
  background: #cadebf;
  border-radius: 15px;
}

.task-management-text p {
  font-size: 16px;
  color: #111;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.function-design-wrapper .row {
  row-gap: 50px;
}

.function-design-title {
  max-width: 700px;
  margin: 0 auto;
}

.function-design-title h2 {
  color: #111;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  margin: 0;
  margin-bottom: 65px;
}

.task-management-img img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.faq-wrapper {
  padding: 100px 0 0;
}

.faq-title h2 {
  color: #111;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  margin: 0;
  margin-bottom: 50px;
}

.faq-wrapper .accordion-button {
  background-color: var(--white);
  color: #666;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  margin: 18px 0;
  /* margin-bottom: 10px; */
  padding: 0 19px;
}

.faq-wrapper .accordion-item {
  border: 1px solid #bbb;
  border-top: 0;
  border-radius: 15px;
}

.accordion-button:focus {
  box-shadow: none;
  border: 0;
}

.faq-wrapper .accordion-body p {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.faq-wrapper .accordion-button::after {
  content: "";
  background-image: url("../images/faq-icon-1.png");
}

.management-tool-wrapper {
  border-radius: 20px;
  margin: 50px 61px 0;
  background-color: #eef1fa;
}

.management-tool-tile {
  max-width: 485px;
  margin: 0 auto;
}

.management-tool-tile h2 {
  color: var(--blue);
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  margin: 0;
  margin-bottom: 40;
}

.management-tool-pera {
  max-width: 485px;
  margin: 0 auto;
}

.management-tool-pera-icon {
  display: flex;
  margin: 0 auto;
  width: 485px;
  gap: 20px;
}

.management-tool-pera-icon img {
  width: 181px;
  height: 54px;
}

.management-tool-box {
  margin: 138px 0;
}

.management-tool-pera p {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.free-trial-box h2 {
  color: #111;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.free-trial-box p {
  color: #333;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.free-trial-box .btn {
  text-align: center;
  border-radius: 10px;
  background: #1C1F66;
  box-shadow: 0px 4px 20px 0px rgba(0, 37, 97, 0.2);
  color: var(--white);
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  padding: 13px 32px;
}

.free-trial-box {
  max-width: 455;
  margin: 0 auto;
}

.free-trial-wrapper {
  padding: 100px 0;
  background-size: cover;
  background-image: url(../images/main-banner-bg-2.png);
  background-position: top;
  background-repeat: no-repeat;
  /*animation: slideAnimation 10s infinite linear;*/
}

.box-left {
  padding: 320px 194px;
}

.box-left h2 {
  color: var(--blue);
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  margin: 0;
  margin-bottom: 40px;
}

.box-left p {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.box {
  border-radius: 20px;
  margin: 40px 61px;
}

.managing-task-img-2 {
  margin-left: -172px;
}

.box-right {
  padding: 55px 0;
  padding-right: 59px;
}

.managing-task-3 {
  margin-top: -117px;
  margin-left: 55px;
}

.box-col-left {
  border-radius: 20px 0px 0px 20px;
}

.box-col-right {
  border-radius: 0px 20px 20px 0px;
}

/* .box{
  margin-top
} */
.client-manage-img-2 {
  margin-top: -50px;
  margin-left: -174px;
}

.client-manage-img-2 img,
.client-manage-img-1 img,
.efficiency-img-1 img,
.efficiency-img-2 img {
  /*box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;*/
  border-radius: 20px;
}

.client-manage-img-1 {
  margin-left: 40px;
}

.efficiency-img-1 {
  margin-bottom: 20px;
  margin-left: -50px;
}

.efficiency-img-2 {
  margin-left: -150px;
}

.efficiency-img-3 {
  margin-top: -50px;
  margin-left: -120px;
}




/* work start soni  */

.banner-custom {
  padding: 100px 0 0px;
}

.price_show {
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 47px;
  /*height: 625px;*/
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background-color: var(--white);
}

.price_show h2 {
  font-size: 26px;
  line-height: 40px;
  text-align: center;
}

.price_show span {
  font-size: 96px;
}

.price_show p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
}

.price_show button {
  padding: 20px 68px;
  color: var(--white);
  background-color: var(--dr-blue);
  font-size: 24px;
  font-weight: 500;
  border-radius: 10px;
  line-height: 30px;
  border: 1px solid var(--dr-blue);
  margin-top: 13px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.price_show button:hover {
  background-color: transparent;
  color: var(--black);
  transition: all 0.5s ease-in-out;
}

.price_show ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 20px;
}

.price_show ul li {
  line-height: 30px;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}

.price_show ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;
  border: 1px solid #38AB00;
  border-radius: 100%;
}

.price_show ul li:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 11px;
  width: 9px;
  height: 5px;
  border-left: 1px solid #009681;
  border-bottom: 1px solid #009681;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: rotate(314deg);
}

.gold_plan {
  border: 1px solid var(--white) !important;
}

.gold_plan:hover {
  color: var(--white) !important;
}


.blog_box {
  background-color: var(--white);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 15px;
}

.blog_box h2 {
  color: black;
  font-size: 24px;
  font-weight: 500;
  margin: 10px 0 20px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  list-style: none;
  overflow: hidden;
  line-height: 32px;
}

.blog_box p {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  list-style: none;
  overflow: hidden;
  line-height: 25px;
}

li.point-blog {
  padding-left: 20px;
  font-size: 19px;
  margin-bottom: 10px;
  font-weight: 500;
}

.blog_box a {
  color: var(--dr-blue);
  font-weight: 500;
  text-decoration: none;
}

.blog_box a:hover {
  text-decoration: underline;
  transition: all 0.5s ease-in-out;
}

.blog_print img {
  border-radius: 10px;
  margin-bottom: 20px;
}

.blog_print ul {
  padding-left: 20px;
}

.detail_title {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.also_read {
  padding: 50px 0 0;
}

.custom_head {
  font-size: 40px;
  color: var(--dr-blue);
}


.banner-wapper {
  padding: 100px 0 50px;
}

.btn_ts {
  border-radius: 10px;
  background: var(--dr-blue);
  border: 1px solid var(--dr-blue);
  color: var(--white);
  font-weight: 600;
  line-height: normal;
  box-shadow: 0px 4px 20px 0px rgba(0, 37, 97, 0.2);
  padding: 10px 25px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
      width: max-content;
    text-decoration: none;
}

.btn_ts:hover {
  background-color: transparent;
  color: var(--black);
  transition: all 0.5s ease-in-out;
}

.trial_free {
  background-image: url(../images/main-banner-bg-2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.lg_tassk {
  margin: 50px;
  background-color: var(--lg-bg);
  border-radius: 10px;
  padding: 50px 226px;
}

.about_value_box {
  background: #FFF5E9;
}

.value_cantant {
  padding: 93px 93px 0;
}

.about_value_ponts {
  border-radius: 20px;
  margin: 40px 61px 0;
  overflow: hidden;

}

.collabrate_box {
  background-color: var(--white);
  padding: 30px;
  border-radius: 20px;
  height: 294px;
}

.collabrate_box h2 {
  font-size: 30px;
  color: var(--dr-blue);
  font-weight: 500;
  margin: 10px 0;
}

.things_signify {
  padding: 80px 0;
}

.monitor_box {
  border: 1px solid var(--border);
  padding: 50px 110px;
  border-radius: 20px;
  margin: 40px 61px 0;
  background-color: var(--white);
}

.monitor_box ul {
  padding-left: 1rem;
}

.monitor_box ul li {
  margin-bottom: 10px;
}

.rtd {
  border-radius: 20px;
}

.cutom_points {
  padding-left: 20px;
  margin-top: 30px;
}

.cutom_points li {
  margin-bottom: 10px;
}

/* Trial page  */
.free_head {
  font-size: 60px;
  font-weight: 600;
  color: #111;
  line-height: 74px;
}

.box_supp {
  background-color: var(--white);
  border-radius: 20px;
  border: 1px solid var(--border);
  padding: 50px;
  height: 590px;
}

/* Trial page  */

.task_points .accordion-button {
  color: var(--dr-blue);
  font-weight: 600;
  font-size: 22px;
  line-height: 48px;
  box-shadow: none;
}

.task_points .accordion-button,
.task_points .accordion-body {
  border-radius: 10px !important;
  /* background-color:#F2F2F2 */
  padding: 8px 35px;
}

.task_points .accordion-item {
  margin-bottom: 10px;
  border: none;
  border-radius: 10px;
  overflow: hidden;
}

.task_points .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}

.task_points .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
  transform: scale(.7) !important;
}

.project-more {
  text-align: end;
}

.project-mg {
  position: relative;
}

.chat-mg {
  position: absolute;
  top: 24%;
  right: 0;
}

.attachment-mg {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fm_boxs {
  border-radius: 10px;
  border: 1px solid var(--border);
  background: var(--white);
  padding: 50px;
  position: relative;
  z-index: 1;
}

.fm_input {
  border-top: 0;
  border-radius: 7px;
  padding: 1rem 0.75rem;

}

.fm_input:focus {
  box-shadow: none;
}

.cc_box {
  margin: 60px;
  padding: 200px 200px 100px;
  background-color: #D8D9F5;
  border-radius: 20px;
  transform: translateY(-170px);
}

.cc_info h4 {
  color: var(--bbb);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
}

.cc_info a {
  text-decoration: none;
  color: var(--black);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.pd_ad {
  padding-left: 190px;
}

.management_box {
  background-size: cover;
  background-image: url(../images/main-banner-bg-2.png);
  background-position: bottom;
  background-repeat: no-repeat;
  /*animation: slideAnimation 10s infinite linear;*/

}

.highlighter {
  display: flex;
  align-items: center;
}

/* work start soni  */

/* essential css start */
.essential-main-wrapper {
  padding: 50px 0;
  background-image: url(../images/main-banner-bg-2.png);
  background-repeat: no-repeat;
  background-position: top;
}

.essential-main-wrapper .client-manage-img-2 {
  margin-top: 32px;
  margin-left: 200px;
}

.essential-main-wrapper .task_points .accordion-item {
  overflow: visible;

}

.essential-main-wrapper .box-left h2 {
  margin: 0;
  margin-bottom: 15px;
}

.essential-main-wrapper .client-manage-img-1 img {
  border-radius: 0;
}

/* .essential-main-wrapper .task_points .accordion-button, .accordion-body{
  background-color: #FFD9D9;
} */
.projects-des-accordion {
  margin-bottom: 52px;
}

.essential-main-wrapper .efficiency-img-1 {
  margin-bottom: 20px;
  margin-left: 0;
}

.essential-main-wrapper .efficiency-img-2 {
  margin-top: 41px;
  margin-right: 100px;
  margin-left: 0;
}

.essential-main-wrapper .box-left {
  padding: 94px 194px;
}

.essential-main-wrapper .box-right {
  padding: 129px 59px
}

.documents-attachments {
  padding: 0;
  margin: 0;
}

.documents-attachments .task_points .accordion-button,
.documents-attachments .task_points .accordion-body,
.documents-attachments .accordion-item {
  background-color: #F5F5F5;
}

.doc-title {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}

.doc-title h2 {
  font-size: 40px;
  font-weight: 600;
}

.doc-title p {
  margin: 0;
  margin-top: 15px;
  padding: 0 100px;
}

.doc-img-box {
  margin-top: 61px;
}

.documents-attachments .accordion-header {
  font-size: 22px
}

.essential-main-wrapper .accordion-flush .accordion-item {
  margin-bottom: 10px;
  border-radius: 10px;
}

.essential-main-wrapper .accordion-button {
  font-size: 22px;
  color: #002561;
  line-height: 32px;
  padding: 13px 35px;
  font-weight: 600;
}

.essential-main-wrapper .accordion-flush .accordion-item .accordion-button {
  border-radius: 22px !important;
}

.essential-main-wrapper .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
  ;
}

.essential-main-wrapper .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}

.essential-main-wrapper .accordion-button:not(.collapsed) {
  box-shadow: none;
}

.essential-main-wrapper .accordion-item {
  border: none;
}

/* essential css ends */


/* neha css start */
.management_box .accordion-item {
  background-color: #F2F2F2;
}

/* neha css ends */


.form_email_btn {
  border: none;
  box-shadow: none;
  background: transparent;
}

/* mehali css */

/* header */
.top-header{
  padding:20px;
}
.wrapper .custom_head {
  color: #002561;
  font-family: Poppins;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  /* 116.667% */
  padding-top: 30px;
}

.wrapper p {
  color: #333;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 150% */
  padding-top: 17px;
}

.wrapper ul {
  color: #333;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  /* 180% */
  padding-top: 20px;
}

.container .easy-image {
  padding-top: 40px;
  border-radius: 0px;
}
.easy-image .img-fluid{
  border-radius: 0px;
}

.faq-wrapper h3 {
  color: #002561;
  font-family: Poppins;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  /* 116.667% */
}

.faq-box {
  stroke-width: 1px;
  stroke: #BBB;
  padding-left: 200px;
  padding-right: 200px;
}

.app-wrapper {
  background-image: url(../images/application.png);
  background-repeat: no-repeat;
  background-position: top;
  padding: 20px;
  background-size: cover;
}

.appl {
  color: #FFF;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  /* 116.667% */
  padding: 40px;
}

.app-wrapper .app-inner {
  display: flex;
  justify-content: center;
  padding: 1px 32px;
  column-gap: 20px;
}

.top-footer .img {
  stroke-width: 3px;
  stroke: #1C1F66;
}

.my-3 {
  color: #000;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  /* 200% */
}

.top-footer p {
  color: #333;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 166.667% */
}


.top-footer .copy{
  border-radius: 20px;
  background: #D8D9F5;
  margin-top: 15px;
}
.top-footer .task-f{
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px; /* 266.667% */
  padding: 15px;
  margin: 0;
}

.feat-container h3 {
  color: #1C1F66;
  text-align: center;
  font-family: Poppins;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  /* 100% */
  padding: 80px;
}

.feat-container {
  background-image: url("../images/our_features_background.png");
  background-repeat: no-repeat;
  background-position: top;
  margin-right: 40px;
  margin-left: 40px;
  border-radius: 10px;
  padding: 20px;
  background-size: cover;
}

.grid-items {
  border-radius: 10px;
  border: 1px solid #DDD;
  background: #FFF;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
}

.grid-item h6 {
  color: #333;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 144.444% */
}

.grid-item {
  text-align: center;
}
.grid-item p{
  margin-top: 1rem;
}

.banner_title {
  background-image: url("../images/exp-background.jpg");
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  padding: 127px;
}
.exp-tt h1 {
  color: var(--white);
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  padding-bottom: 36px;
}

.exp-tt p {
  color: var(--white);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}
.exp-tt a {
  padding: 11px 30px;
  color: var(--white);
  text-decoration: none;
  border-radius: 10px;
  border: 1px solid var(--white);
  overflow: hidden;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: block;
  width: max-content;
}
.top_banner{position: relative;}
.dm_form {
  padding: 60px 50px;
  border-radius: 10px;
  border: 1px solid #DDD;
  background: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  position: absolute;
   width: 33%; 
  right: 6%;
  transform: translateY(-30px);
}

.iti{
    width:100%;
}
/*demo btn footer*/


.fixed-btn .btn{
    writing-mode: vertical-rl;
    padding:8px 12px;
    position: fixed;
    right: 0;
    top:50%;
    transform: rotate(180deg);
    background: var(--dr-blue);
}

/*demo btn footer*/
