:root {
  --clr_ff: #fff;
  --clr_1: #ed1b28;
  --clr_2: #142149;
  --clr_8e: #8e9fdd;
  --clr_lite: #f1f2f7;
}
.clr_0 {
  color: #444;
}
.clr_1 {
  color: var(--clr_1);
}
.clr_2 {
  color: var(--clr_2);
}
.clr_ff {
  color: #fff;
}
.clr_8e {
  color: #8e9fdd;
}
.clr_00 {
  color: #000;
}
.clr_lite {
  color: var(--clr_lite);
}

.bg_ff {
  background: var(--clr_ff);
}
.bg_lite {
  background: var(--clr_lite);
}
.skils ul.iq-list-with-icon li {
  font-size: 15px;
  padding: 8px 22px;
  color: #555;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.skils ul.iq-list-with-icon li .ion {
  margin-top: 5px;
}
.img-fluid.m_b_0 {
  margin-bottom: 0px !important;
}
.item .wid_auto {
  width: auto !important;
}
.bg_blue_1 {
  background: rgb(0 42 158 / 83%);
}
.maxSize_550 {
  max-width: 550px;
  margin: auto;
}
.maxSize_764 {
  max-width: 764px;
  margin: auto;
}

.fd.it_box_1 .it_img img {
  margin: auto;
  width: 65px !important;
}
.it_text p {
  margin-bottom: 0px;
}
.it_text h3 {
  font-size: 22px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.it_text {
  margin-top: 25px;
  min-height: 160px;
  transition: 0.7s;
  text-align: center;
}
.it_box {
  transition: all 1s;
  margin-top: 30px;
}
.expBox .col-md-4:nth-child(odd) .it_box:hover {
  background: #caf1de;
}
.expBox .col-md-4:nth-child(even) .it_box:hover {
  background: #ffe7c7;
}
.expBox .col-md-4:nth-child(odd) .it_box {
  background: #e1f8dc;
}
.expBox .col-md-4:nth-child(even) .it_box {
  background: #fef8dd;
}
.item_1 {
  margin-top: 15px;
}
.lineSpn.leftSpan span {
  right: unset;
}
.lineSpn span {
  background: #f00;
  padding: 1px;
  position: absolute;
  left: 0;
  right: 0;
  width: 50px;
  border-radius: 50px;
  margin: auto;
  bottom: 0;
}
.relative {
  position: relative;
}
.lineSpn {
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.iq_client li {
  list-style: none;
  transition: all 1s;
}
.iq_client {
  padding: 0;
  margin: 0;
  display: flex;
}
.iq_client li img {
  transition: all 1s;
}
.iq_client li:hover img {
  transform: scale(1.1);
}
span.quote_1 {
  font-size: 78px;
  position: absolute;
  left: -13px;
  top: -19px;
  font-family: none;
  color: #443aa7;
}
span.quote_2 {
  font-size: 78px;
  position: absolute;
  left: -13px;
  top: -19px;
  font-family: none;
  color: #443aa7;
}
/* .expBox .col-md-4 {padding: 0;} */
.bdr_1 {
  border: solid 1px #ddd;
}
.bdr_t_1 {
  border-top: solid 1px #ddd;
}
.col-md-4.p_lr_0 {
  padding-left: 0;
  padding-right: 0;
}
.eqLogo {
  height: 50px !important;
}
.shadow_1_hover {
  transition: all 1s;
}
.shadow_1_hover:hover {
  box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
}
.quote_1 img {
  width: 60px;
  margin-bottom: 22px;
}
.govtImg:hover img.govt_1 {
  transform: scale(1.1);
}
.govtImg img.govt_1 {
  position: relative;
}
.govtImg img.govt_2 {
  position: absolute;
  left: 0;
  top: 0;
}
div[class*="govt"] img {
  /* width: 100%;
  float: left;
  position: absolute; */
  transition: all 0.5s;
}
.govt_1 {
  animation: govImg_1 3s 1;
  transform: translateX(0%);
}
.govt_2 {
  animation: govImg_2 3s 1;
  transform: translateX(0%);
}
@keyframes govImg_1 {
  0% {
    transform: translateX(50%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes govImg_2 {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}
.div_mian_head {
  /* padding-top: 100px; */
}

.owl-carousel .owl-item img {
  display: inline-table !important;
  /* width: 100%; */
}
.owl-carousel.owl-drag .owl-item {
  text-align: center;
}
.govtImg {
  max-width: 800px;
  margin: auto;
}
.justity {
  text-align: justify;
}

.nav-link.p_l_15 {
  padding-left: 15px !important;
}
p.soon {
  text-align: center;
  font-size: 60px;
  font-weight: bold;
  color: var(--clr_2);
  padding: 125px 0px;
}
.mainSize_550 {
  max-width: 550px;
  margin: auto;
  text-align: center;
}
.fd.it_box_1 {
  background: #fff;
  box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
  border-radius: 15px;
  margin-top: 50px;
}

.fd.it_box_1 .it_img {
  width: 120px;
  border-radius: 50%;
  overflow: hidden;
  height: 120px;
  border: solid 1px #dddd;
  margin: auto;
  float: unset;
  margin-top: -60px;
  text-align: center;
  padding: 5px;
  background: #fff;
  box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
  transition: all 0.7s;
}
svg {
  width: 70px;
  height: 70px;
}
svg:hover {
  fill: red;
}
.it_box_1:hover .it_img svg {
  fill: #fff;
}
.it_box_1:hover .it_img {
  background: #001f7d;
}
.it_box_1:hover .it_text h3 {
  color: var(--clr_1);
}
.it_box_1:hover .blog_button.fd div {
  background: var(--clr_1);
}
.it_box_1:hover .blog_button.fd div i {
  color: #fff;
}
.expBox .col-md-4 {
  padding-left: 9px;
  padding-right: 9px;
}
.blog_button.fd div i {
  width: 15px;
  font-size: 30px;
  margin-left: 2px !important;
  line-height: 52px;
}
.blog_button.fd div i {
  transition: all 0.7s;
}
.blog_button.fd div {
  width: 50px;
  height: 50px;
  margin: auto;
  background: #ddd;
  border-radius: 50%;
  margin-bottom: 20px;
  margin-top: 0px;
  text-align: center;
  cursor: pointer;
  transition: all 0.7s;
}
.blog_button {
  text-align: center;
}
footer {
  background: var(--clr_2);
}
.widget {
  padding: 15px !important;
}
.fd.it_box_1 .it_img img.clientImg {
  width: 70px !important;
}
footer .footer-top,
footer .footer-top .widget ul li a,
footer .calendar_wrap caption,
.copyright {
  color: #c0c0c0;
  font-size: 13px;
}
footer .footer-top .widget ul li a:before {
  content: none !important;
}
footer .footer-top .widget ul li a {
  padding: 0px;
}
.widget.widget_recent_entries {
  box-shadow: 0px 0px 16px 2px rgb(0 0 0 / 20%);
}
.footer-top .widget ul li a img {
  width: 15px;
  padding: 0px;
}
.img_box_2 {
  width: 300px;
  border-radius: 50%;
  overflow: hidden;
  height: 300px;
  border: solid 1px #dddd;
  text-align: center;
  background: #fff;
  box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
  transition: all 0.7s;
  position: relative;
  z-index: 450;
  margin: auto;
}
.img_box_2 img {
  width: 100%;
  height: 100%;
}
.imgAnim_1 {
  width: 150px;
  height: 150px;
  border: solid 2px #ed1b2869;
  position: absolute;
  border-radius: 50%;
  bottom: 20px;
  left: 0;
  animation: imgOne 10s infinite;
  transform: translateY(50px);
}
@keyframes imgOne {
  0% {
    transform: translateY(50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.imgAnim_2 {
  width: 100px;
  height: 100px;
  background: #ed1b284f;
  position: absolute;
  border-radius: 50%;
  bottom: 0px;
  left: 0;
  animation: imgTwo 5s infinite;
  transform: translateX(50px);
}
@keyframes imgTwo {
  0% {
    transform: translateX(50px);
  }
  50% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(50px);
  }
}

.InsideMenu {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 8px;
  left: 0px;
  border-radius: 8px;
  z-index: 500;
}
.inMenu {
  visibility: hidden;
  transform: translateY(50px);
  transition: 0.5s;
}
.InsideMenu:hover .inMenu {
  visibility: visible;
  transform: translateY(0px);
}
.inMenu {
  visibility: hidden;
  width: 300px;
}

.positionsCount {
  background: #ddd;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  float: right;
  font-size: 19px;
  text-align: center;
  line-height: 47px;
  cursor: pointer;
}

.positionsCount:hover .inPos {
  visibility: visible;
  transform: translateY(0px);
  box-shadow: 0px 0px 16px 2px rgb(0 0 0 / 20%);
  padding: 30px;
}
.inPos ul {
  padding-left: 10px;
}
.inPos ul li:hover {
  color: var(--clr_1);
}
.inPos ul li {
  font-size: 15px;
  color: #5e7290;
  text-align: left;
  line-height: 22px;
  padding: 0;
  margin: 0;
  margin-top: 18px;
}
.inPos h2 {
  text-align: left;
  font-size: 22px;
}
.inPos {
  visibility: hidden;
  width: 300px;
  background: #f2f5fe;
  right: 0;
  position: absolute;
  z-index: 99;
  transform: translateY(100px);
  transition: all 0.5s;
  border-radius: 10px;
}

.imgAnim_3 {
  width: 100px;
  height: 100px;
  border: solid 2px #ddd;
  position: absolute;
  border-radius: 50%;
  bottom: 20px;
  left: 0;
  animation: imgThree 10s infinite;
  transform: translateY(50px);
}
@keyframes imgThree {
  0% {
    transform: translateY(50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.imgAnim_4 {
  width: 60px;
  height: 60px;
  background: #ddd;
  position: absolute;
  border-radius: 50%;
  bottom: 0px;
  left: 0;
  animation: imgFour 15s infinite;
  transform: translateX(200%);
}
@keyframes imgFour {
  0% {
    transform: translateX(200%);
  }
  50% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(200%);
  }
}
.ul_pointer li {
  cursor: pointer;
}
.justify {
  text-align: justify;
}
ul.foot_UL_iq {
  list-style: none;
  color: #cbcbcb;
  font-size: 13px;
  margin: 0;
  padding: 0;
}
ul.foot_UL_iq li {
  margin-bottom: 15px;
}
ul.foot_UL_iq li a {
  color: #cbcbcb;
}
.social_icone {
  float: right;
}
.social_icone ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 150px;
  margin: auto;
}
.social_icone ul li:nth-child(1) {
  margin-left: 5px;
}
.social_icone ul li a img {
  width: 12px;
}
.social_icone ul li:hover {
  background: var(--clr_1);
  border: solid 1px var(--clr_1);
}
.social_icone ul li {
  margin: 0;
  padding: 0;
  border-radius: 50%;
  width: 27px;
  height: 27px;
  float: left;
  margin-left: 10px;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s;
  background: #365dd7;
}
.shadow_down {
  box-shadow: 0px 11px 25px -16px rgb(0 0 0 / 10%);
}

ul.li_m_b_5 li {
  margin-bottom: 5px;
}
.foot_copy {
  background: #b7b7b7;
}

.helpBox:hover .helpCont {
  visibility: visible;
  transform: translateX(0px);
}
.helpBox {
  position: fixed;
  width: 42px;
  height: 42px;
  background: #ddd;
  bottom: 40px;
  right: 78px;
  border-radius: 50%;
  z-index: 99;
  box-shadow: 0px 0px 24px -1px rgb(0 0 0 / 50%);
  border: solid 3px #fff;
}
.helpCont {
  position: absolute;
  bottom: 50px;
  background: #fff;
  padding: 15px;
  right: -50px;
  width: 350px;
  border-radius: 5px;
  box-shadow: 0px 0px 37px -7px rgb(0 0 0 / 50%);
  visibility: hidden;
  transition: all 0.5s;
  transform: translateX(450px);
}
.helpCont button {
  all: unset;
  background: #007bfc;
  text-align: center;
  float: left;
  font-size: 16px;
  padding: 7px 15px;
  border-radius: 5px;
  margin-top: 12px;
  color: #fff;
  cursor: pointer;
}

#clientImages .swiper-slide a img {
  max-width: 100px;
}
#partnerImages .swiper-slide a img {
  max-width: 200px;
}
#IsoImg .swiper-slide a img {
  padding: 45px;
}
.xs_pad {
  padding: 60px 0px;
}

.mainSize_1024 {
  max-width: 1024px;
  margin: auto;
  padding: 30px;
}
.mainSize_1140 {
  max-width: 1140px;
  margin: auto;
  padding: 0px 30px;
}
.mainSize_1250 {
  max-width: 1250px;
  margin: auto;
  padding: 0px 30px;
}
.wpcf7-form textarea,
.wpcf7-form input {
  border: solid 1px #c1c1c1 !important;
}
.navbar-toggler {
  margin-bottom: -20px;
  margin-right: -5px;
}
.social_icone.float-left {
  width: 72px;
}
header #menu-btn.is-active .line:nth-child(3) {
  margin: 8px auto !important;
}
#listkeyClients li a {
  all: unset;
  cursor: pointer;
  transition: all 0.5s;
}
#listkeyClients li a:hover {
  color: var(--clr_2);
}
.nav-link {
  font-weight: bold;
}
.m_b_0_imp {
  margin-bottom: 0px !important;
}
.hedSdCont {
  margin-bottom: 0;
  font-size: 20px;
  text-align: left;
  color: #565656;
}
.contractsPage h4.slider-title {
  width: 510px;
}
.text-center.cio img {
  width: 230px;
}
html {
  scroll-behavior: smooth;
}

.positionsCount.active {
  position: fixed;
  right: 0;
  top: 100px;
  border-radius: 10px 0px 0px 10px;
  z-index: 99;
}
.select_Loc {
  border: solid 1px #c1c1c1 !important;
}
.demoGet {
  padding: 30px 30px;
  box-shadow: 0px 0px 20px -4px rgb(0 0 0 / 30%);
  border-radius: 9px;
  background: #fff;
}
.waveBg {
  background-image: url("../images/wave.png");
  background-size: cover;
}
.waveBg_1 {
  background-image: url("../images/wave_bg_1.png");
  background-size: cover;
}

.bdr_left {
  border-left: solid 1px #ddd;
}

.col-md-3.imgAdapter:hover .imgCon {
  transform: scale(1.04);
}
.col-md-3.imgAdapter {
  text-align: center;
  margin-bottom: 20px;
}
.col-md-3.imgAdapter .imgCon {
  background: #fff;
  border-radius: 7px;
  box-shadow: 0px 3px 15px -4px rgb(0 0 0 / 20%);
  width: 100%;
  float: left;
  transition: all 0.5s;
}

.col-md-3.imgAdapter .imgName {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}

.imgBOx img {
  max-height: 100%;
}
.imgBOx {
  width: 100px;
  height: 100px;
  margin: auto;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.topHead {
  background: #ececec;
  padding: 5px;
  font-size: 13px;
  width: 100%;
  float: left;
}
.topHead button {
  padding: 3px 8px;
  background: #dddd;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.topHead button.loginTop {
  background: #4e506e;
  color: #fff;
}
.topHead button.rDemo {
  background: #1c51a0;
  color: #fff;
}
ul.ulFilter li input {
  margin: 0px;
  margin-top: 7px;
  margin-right: 7px;
}
ul.ulFilter li:nth-child(1) {
  color: #434343;
  font-weight: bold;
}
ul.ulFilter {
  all: unset;
  list-style: none;
  margin-top: 15px;
  width: 100%;
  float: left;
}

.SRchBox {
  width: 100%;
  float: left;
  background: #fff;
  margin-bottom: 15px;
  border: solid 1px #ddd;
}
ul.ulFilter li label {
  cursor: pointer;
  width: 100%;
  float: left;
}
ul.ulFilter li {
  width: 100%;
  float: left;
  margin-top: 8px;
  font-size: 14px;
}
.pointer {
  cursor: pointer;
}
img.d_img {
  border: solid 7px #ddd;
}
.fd_a:hover {
  background: #fff;
}
.fd_a {
  width: 100%;
  float: left;
  padding: 5px;
  display: flex;
  border-radius: 5px;
  margin-bottom: 15px;
}
.fd_a .head_1Div {
  width: 20%;
  float: left;
  padding: 10px;
}
.fd_a .head_2Div {
  width: calc(100% - 20%);
  float: left;
  padding-right: 8px;
}
.fd_a .head_2Div p {
  color: #08f;
  margin-bottom: 2px;
  display: flex;
}
.fd_a .head_2Div div {
  font-size: 12px;
  white-space: initial;
}
.fd_a:hover .head_2Div div {
  color: #646669;
}
img.menu_right {
  width: 7px;
  margin-top: 0px;
  display: none;
  margin-left: 5px;
  transition: all 0.5s;
  transform: translateX(-35px);
}
.fd_a:hover img.menu_right {
  display: block;
  transform: translateX(0px);
}

span.sideSpan {
  width: 5px;
  height: 26px;
  float: left;
  background: var(--clr_1);
  position: relative;
  margin-right: 8px;
  border-radius: 10px;
}
.top_12 {
  top: 12px;
}
.top_8 {
  top: 8px;
}

.it_text_h {
  margin-top: 25px;
  min-height: 100px;
  transition: 0.7s;
  text-align: center;
}

.it_text_h h3 {
  font-size: 18px;
}
.fd.it_box_1 .it_img.img_cSt img {
  width: 55px !important;
}
.it_img.img_cSt {
  width: 100px !important;
  height: 100px !important;
}
.imgDv {
  width: 40px;
  height: 40px;
  margin: auto;
  overflow: hidden;
}
.imgDv img {
  max-width: 80px;
  transform: translate(-39px, 0px);
  transition: all 0.5s;
}
.fd_a:hover .imgDv img {
  transform: translate(1px, 0px);
}
.footBdr {
  border-top: solid 1px #172d74;
}
.reqBt span {
  background: #08f;
  padding: 9px 5px;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
}
.empBt span {
  background: var(--clr_1);
  padding: 9px 5px;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
}
a.no_pointer {
  cursor: unset;
}
.vidBg {
  box-shadow: 6px 8px 19px -3px rgb(0 0 0 / 50%);
  margin: 20px 0px;
}
/*********************** Media queries started ******************************/

@media only screen and (max-width: 992px) {
  .div_mian_head {
    padding-top: 10px;
  }
  .xs_pad {
    padding: 40px 0px;
  }
  #IsoImg .swiper-slide a img {
    padding: 25px;
  }
  .md_m_t_40 {
    margin-top: 40px;
  }
  .hedSdCont {
    font-size: 16px;
    text-align: justify;
  }
}

@media only screen and (max-width: 764px) {
  .xs_m_t_30 {
    margin-top: 30px;
  }
  #IsoImg .swiper-slide a img {
    padding: 15px;
  }
  .lineSpn {
    font-size: 18px;
  }
}
@media only screen and (min-width: 764px) {
  .lg_m_t_100 {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 575px) {
  .contractsPage h4.slider-title {
    width: auto;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .contractsPage h4.slider-title span {
    display: none;
  }
  .contractsPage .p_lr_30 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .text-center.cio {
    width: 250px;
    margin: auto;
  }
  .contractsPage .cio img:nth-child(3) {
    padding: 0px 24px;
    margin-top: 20px;
  }
  input.SRchBox {
    background: #fff !important;
  }
  .fd_a .head_1Div {
    display: none;
  }
  .fd_a .head_2Div {
    width: calc(100% - 0%) e;
  }
}
/*********************** Media queries end ******************************/

.click_A {
  background: transparent;
  border: none;
  color: #08f;
  cursor: pointer;
}
.oursList h4 {
  background: #ddd;
  width: 100% !important;
  float: left;
  text-align: center;
  padding: 6px;
  font-size: 20px;
}
.oursList .col-md-6 {
  padding: 0px;
  border: solid 1px #ddd;
  border-radius: 15px;
  overflow: hidden;
}
.clr_Repo .sideSpan {
  background: #1c4856;
}
.clr_Repo {
  color: #1c4856;
}
.clr_Eng .sideSpan {
  background: #688794;
}
.clr_Eng {
  color: #688794;
}
.clr_Exe .sideSpan {
  background: #00b379;
}
.clr_Exe {
  color: #00b379;
}
.clr_Plan .sideSpan {
  background: #ffab00;
}
.clr_Plan {
  color: #ffab00;
}
.clientsUL li a {
  list-style: none;
  color: #5e7290;
}
.clientsUL li a:hover {
  text-decoration: none;
}

.fd.nameList {
  font-weight: bold;
  color: var(--clr_2);
  text-align: center;
  padding: 2px 0px;
  margin-top: 10px;
}
.fd.positionNm {
  text-align: center;
  font-size: 14px;
}
.meatTeam {
  all: unset;
  list-style: none;
  display: flex;
  justify-content: center;
}

div.teamMeet {
  padding: 11px;
  background: #dddddd42;
  margin-top: 15px;
}
ul.meatTeam li {
  padding: 10px;
  display: flex;
  flex-grow: 1;
}

.teamMeet span:nth-child(1) {
  color: var(--clr_2);
}
.teamMeet span:nth-child(3) {
  font-size: 12px;
}
img.imgTeam {
  width: 100px;
}
.fd.postContent {
  font-size: 12px;
  color: #797979dd;
  margin-top: 12px;
}

a.KnowMore {
  background: #08f;
  padding: 5px;
  color: #fff;
  border-radius: 2px;
}

a.linkedIcon img {
  width: 25px;
  margin-top: 10px;
}
a.fd.scrollerMarquee {
  padding: 15px;
  float: left;
  width: 100%;
}
.fd.positionNm span {
  /* font-size: 12px; */
  /* color: #b3b3b3; */
}

.fd.priceList {
  color: #333;
}

span.priceTag {
  font-size: 40px;
  font-weight: 700;
}

.fd.priceTop {
  text-align: center;
  line-height: 30px;
  padding-bottom: 10px;
  background: #ffebe6;
}

p.priceHead {
  /* background: linear-gradient(45deg, #c25a75, #b94e6a); */
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 0px;
  font-size: 22px;
  text-shadow: rgba(0, 0, 0, 0.1) 2px 2px 3px;
  /* text-transform: uppercase; */
}

p.priceDesc {
  font-size: 16px;
  margin-bottom: 20px;
  text-shadow: rgba(0, 0, 0, 0.1) 2px 2px 3px;
}

.fd.listBox ul li {
  margin-top: 5px;
}
.fd.listBox ul {
  margin-bottom: 0px;
}
.fd.listBox:nth-last-child(1) {
  margin-bottom: 0px;
}
.fd.listBox {
  background: #fff;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 15px;
}

p.listHed {
  font-weight: 700;
  margin-bottom: 5px;
}

.fd.box {
  border: solid 1px #ddd;
  margin-top: 15px;
}
.priceList li {
  list-style: none;
  color: #333333;
  margin-bottom: 5px;
  font-size: 16px;
  position: relative;
  padding-left: 20px;
}
.priceList li::before {
  content: url(../images/check_ring_round.svg);
  position: absolute;
  top: 3px;
  left: 0px;
}
ul.bulletsTics li::before {
  content: url(../images/check_ring_round.svg);
}
ul.bulletsTics li {
  list-style: none;
  position: relative;
}
ul.bulletsTics {
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
  float: left;
}
ul.bulletsTics li {
  margin-top: 5px;
  display: flex;
  gap: 10px;
  margin: 6px 0px;
}

.implement,
.maintenance {
  position: relative;
  width: 100%;
  float: left;
  background: #ddd;
  border-radius: 10px;
  margin-top: 10px;
  padding: 12px;
}

.fd.maintenance {
  background: #ddd;
}
.containerOfPrice {
  padding: 15px;
  background: #fff;
  border-radius: 10px;
  position: relative;
  width: 100%;
  float: left;
}
span.imp_Amnt {
  float: right;
  font-weight: 600;
  font-size: 17px;
}
span.price_1_txt {
  font-size: 35px;
  font-weight: 700;
  text-shadow: rgba(0, 0, 0, 0.15) 2px 2px 3px;
}
span.price_txt {
  font-size: 25px;
  font-weight: 700;
  text-shadow: rgba(0, 0, 0, 0.15) 2px 2px 3px;
}

.fd.pricesBox {
  background: #fff;
  border: solid 1px #ddd;
  border-radius: 7px;
  overflow: hidden;
}
.outPriceBox {
  width: 100%;
  float: left;
  background: #fff;
  margin-bottom: 15px;
  padding: 15px;
  border-radius: 5px;
}
.titleHead {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.15) 2px 2px 3px;
  border-bottom: solid 1px #ddd;
}
button.getBtn {
  width: 100%;
  float: left;
  border: solid 1px #ddd;
  padding: 10px;
  background: transparent;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 700;
  font-size: 14px;
}

.inPriceBox ul,
.outPriceBox ul {
  padding: 0;
}

p.amount_p {
  margin-bottom: 0px;
  /* margin-top: 30px; */
}

p.titleHead .imp_Amnt {
  float: left;
  width: 100%;
  float: left;
  color: #046fb3;
  margin-bottom: 10px;
}

/************ PILOT *****/
.price_0 .inPriceBox:nth-child(1) {
  margin-bottom: 10px;
}
.price_0 .inPriceBox {
  background: #fff;
  padding: 10px;
  border: solid 1px #0000000f;
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.price_0 .themeClr,
.price_0 .outPriceBox {
  background: #eafff3;
  border-radius: 8px;
  border: solid 2px #b3e6c8;
  overflow: hidden;
}

.price_0 .priceTop,
.price_0 .getBtn {
  border-bottom: solid 3px #75d09b;
  background: #75d09b52;
  color: #000;
}
.price_0 p.titleHead .imp_Amnt {
  color: #12753a;
}
/************ Small *****/
.price_1 .inPriceBox:nth-child(1) {
  margin-bottom: 10px;
}
.price_1 .inPriceBox {
  background: #fff;
  padding: 10px;
  border: solid 1px #0000000f;
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.price_1 .themeClr,
.price_1 .outPriceBox {
  background: #e1f0ff;
  border-radius: 8px;
  border: solid 2px #b8d6f4;
  overflow: hidden;
}
.price_1 .priceTop,
.price_1 .getBtn {
  border-bottom: solid 3px #73afea;
  background: #73afea52;
  color: #000;
}
.price_1 p.titleHead .imp_Amnt {
  color: #17599c;
}
/************ Big *****/
.price_2 .inPriceBox:nth-child(1) {
  margin-bottom: 10px;
}
.price_2 .inPriceBox {
  background: #fff;
  padding: 10px;
  border: solid 1px #b8d6f4;
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.price_2 .themeClr,
.price_2 .outPriceBox {
  background: #f9f7fe;
  border-radius: 8px;
  border: solid 2px #d0c3f6;
  overflow: hidden;
}
.price_2 .priceTop,
.price_2 .getBtn {
  border-bottom: solid 3px #b29df1;
  background: #b29df152;
  color: #000;
}
.price_2 p.titleHead .imp_Amnt {
  color: #5c35ae;
}

/************ Big_1 *****/
.price_3 .inPriceBox:nth-child(1) {
  margin-bottom: 10px;
}
.price_3 .inPriceBox {
  background: #fff;
  padding: 10px;
  border: solid 1px #b8d6f4;
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.price_3 .themeClr,
.price_3 .outPriceBox {
  background: #f5eceb;
  border-radius: 8px;
  border: solid 2px #f2b4a9;
  overflow: hidden;
}
.price_3 .priceTop,
.price_3 .getBtn {
  border-bottom: solid 3px #ea8271;
  background: #ea827152;
  color: #000;
}
.price_3 p.titleHead .imp_Amnt {
  color: #a62d19;
}
/************ Big_2 *****/
.price_4 .inPriceBox:nth-child(1) {
  margin-bottom: 10px;
}
.price_4 .inPriceBox {
  background: #fff;
  padding: 10px;
  border: solid 1px #b8d6f4;
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.price_4 .themeClr,
.price_4 .outPriceBox {
  background: #fff4e6;
  border-radius: 8px;
  border: solid 2px #fca121;
  overflow: hidden;
}
.price_4 .priceTop,
.price_4 .getBtn {
  border-bottom: solid 3px #fdbc60;
  background: #fdbc6052;
  color: #000;
}
.price_4 p.titleHead .imp_Amnt {
  color: #c26700;
}
.mainPriceBox {
  background: #ffffffa3 !important;
  border-radius: 8px;
  border: solid 1px #b2dfdb !important;
  overflow: hidden;
}
.mainPriceBox-2 {
  background: #ffebee8a !important;
  border-radius: 8px;
  border: solid 1px #ef9a9a !important;
  overflow: hidden;
}

.col_5_boxes {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0px 5px;
}
.maxWid_1200 {
  max-width: 1200px;
  margin: auto;
  padding: 0px 15px;
}
.maxWid_700 {
  max-width: 700px;
  margin: auto;
  padding: 0px 15px;
}

/* ul.tabsList{
  border: 2px solid #735f52;
} */

ul.tabsList li.tablinks.active {
  background: #735f52;
  color: #fff;
}
ul.tabsList li {
  font-weight: 700;
  background: #e4edf3;
  padding: 13px 50px;
  cursor: pointer;
  margin-bottom: 15px;
  width: 50%;
}
ul.tabsList li:nth-child(1) {
  border-radius: 40px 0px 0px 0px;
  overflow: hidden;
  border: 2px solid #735f52;
  background: #cde2f1;
}
ul.tabsList li:nth-child(2) {
  overflow: hidden;
  border: 2px solid #735f52;
  border-left: none;
  border-right: none;
  background: #cde2f1;
}
ul.tabsList li:nth-child(3) {
  border-radius: 0px 0px 40px 0px;
  overflow: hidden;
  border: 2px solid #735f52;
  background: #cde2f1;
}
ul.tabsList {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
}
.tabContainer {
  display: none;
  width: 100%;
  margin: auto;
}
#communityHolder {
  display: flex;
}

.outPriceBox ul,
.inPriceBox ul {
  margin: 0;
}
.outOfpricesBox {
  background: #fff;
  padding: 10px;
  border: solid 1px #b8d6f4;
  border-radius: 8px;
}
div#communityMaintainOutOfPrice,
div#businessMaintainOutOfPrice {
  background: #ddd;
}
div#communityImplementOutOfPrice,
div#businessImplementOutOfPrice {
  background: #ddd;
}
#communityMaintainOutOfPrice,
#communityImplementOutOfPrice,
/* #communueBtns, */
/* #businessBtns */
#businessMaintainOutOfPrice,
#businessImplementOutOfPrice {
  padding: 10px;
  /* margin-bottom: 15px; */
  border-radius: 6px;
  gap: 10px;
}

#communueBtns,
#businessBtns {
  gap: 10px;
  margin-bottom: 20px;
}

ul.pricingCheck {
  padding: 0;
  margin: 0;
}

.pricingCheck li {
  list-style: none;
  color: #797979;
  margin-bottom: 5px;
  font-size: 14px;
}
.pricingCheck li::before {
  content: url(../images/check_ring_round.svg);
  position: relative;
  top: 3px;
}
.pricingCheckComesWith li::before {
  content: url(../images/comes_with_icon.svg);
  position: relative;
  top: 3px;
}
#communityContainer,
#businessContainer {
  margin-bottom: 15px;
}
#communueBtns button:nth-child(1),
#businessBtns button:nth-child(1) {
  background: #75d09b;
}
#communueBtns button:nth-child(2),
#businessBtns button:nth-child(2) {
  background: #73afea;
}
#communueBtns button:nth-child(3),
#businessBtns button:nth-child(3) {
  background: #b29df1;
}
#communueBtns button:nth-child(4),
#businessBtns button:nth-child(4) {
  background: #ea8271;
}
#communueBtns button:nth-child(5),
#businessBtns button:nth-child(5) {
  background: #fdbc60;
}

.arrow_btn {
  background: #fff;
  color: gray;
  padding: 0px;
  border-radius: 6px;
  width: fit-content;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  user-select: none;
  font-family: monospace;
  transition: all 0.5s;
}

#serviceDetails,
#serviceDetailsSm,
#maintenanceDetails,
#maintenanceDetailsSm,
#labServiceDetails {
  opacity: 0;
  display: none;
}

#serviceDetails.active,
#serviceDetailsSm.active,
#maintenanceDetails.active,
#maintenanceDetailsSm.active,
#labServiceDetails.active {
  opacity: 1;
  transition: opacity 0.5s;
  display: block;
}

#serviceArrow,
#serviceArrowSm,
#maintenanceArrow,
#maintenanceArrowSm,
#labServiceArrow {
  transform: rotate(0deg);
}

#serviceArrow.active,
#serviceArrowSm.active,
#maintenanceArrow.active,
#maintenanceArrowSm.active,
#labServiceArrow.active {
  transform: rotate(90deg);
}

.priceTop {
  position: relative;
  background: inherit;
  margin: auto;
  padding: 0px 13px;
  border-radius: 8px 0px 0px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* margin-top: 25px; */
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(5px);
  /* border: 1px solid rgba(255, 255, 255, 0.3); */
}

/* .priceTop::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: inherit;
  border-radius: inherit;
  filter: blur(10px);
  z-index: -1;
  background: rgba(255, 255, 255, 0.4);
} */

.maintenance_bg {
  background: #eceff1;
  border-radius: 10px;
  margin-bottom: 20px;
  position: relative;
  border: 2px solid #cfd8dc;
}
.new_bg {
  background: #fff;
  padding: 10px;
  border: solid 1px #0000000f;
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  min-height: 70px;
  margin-bottom: 20px;
}

/* .clr_1 {
  color: #53956e;
} */

.clr_1 {
  /* color: #5f91c1; */
  color: black;
}

.clr_2 {
  /* color: #9d90c5; */
  color: black;
}

.clr_3 {
  /* color: #d58d80; */
  color: black;
}

.clr_4 {
  /* color: #fca121; */
  color: black;
}

.price_0.themeClr,
.price_0 .outPriceBox {
  background: #eafff3;
  border-radius: 8px;
  border: solid 2px #b3e6c8;
  overflow: hidden;
  padding: 5px 8px;
}

.price_1.themeClr,
.price_1 .outPriceBox {
  background: #e1f0ff;
  border-radius: 8px;
  border: solid 2px #b8d6f4;
  overflow: hidden;
  padding: 5px 8px;
}
.price_2.themeClr,
.price_2 .outPriceBox {
  background: #f9f7fe;
  border-radius: 8px;
  border: solid 2px #d0c3f6;
  overflow: hidden;
  padding: 5px 8px;
}

.price_3.themeClr,
.price_3 .outPriceBox {
  background: #f5eceb;
  border-radius: 8px;
  border: solid 2px #f2b4a9;
  overflow: hidden;
  padding: 5px 8px;
}

.price_4.themeClr,
.price_4 .outPriceBox {
  background: #fff4e6;
  border-radius: 8px;
  border: solid 2px #fca121;
  overflow: hidden;
  padding: 5px 8px;
}

.com_maintain_box_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.com_maintain_box_list li {
  margin-top: 5px;
  display: flex;
  gap: 10px;
  margin: 6px 0px;
  font-size: 14px;
}
.com_maintain_box_list li::before {
  content: url(../images/check_ring_round.svg);
  position: relative;
  top: 3px;
}

.com_maintain_box_1,
.com_maintain_box_2,
.imp_box {
  /* width: 100%; */
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px;
  width: fit-content;
  border-radius: 12px;
  margin-bottom: 20px;
  background: #ffffff;
}

.imp_box {
  cursor: pointer;
  background: #ffffff !important;
}

.imp_box.active {
  background: inherit;
  border: 2px solid #797979;
}

/* .com_maintain_box_1,
.com_maintain_box_2 {
  background: #fff;
  padding: 10px;
  border: solid 1px #0000000f;
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
} */

.pricing_tag {
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: white;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px;
  width: fit-content;
  border-radius: 16px;
  margin-bottom: 20px;
}

.full_box {
  border: solid 1px #33333350;
  padding: 10px 30px;
  border-radius: 10px;
  margin-top: 20px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.label_com_container {
  margin-top: 10px;
  font-size: 30px;
  font-weight: 600;
  color: #000000;
  text-shadow: rgba(0, 0, 0, 0.15) 2px 2px 3px;
}

.label_com {
  background: #ffffff63;
  padding: 5px 25px;
  border-radius: 30px;
  border: 2px solid #5e729052;
}

.comBox {
  background: white;
  padding: 10px 10px;
  border: 1px solid gray;
  border-radius: 10px;
}

.head_text {
  font-size: 25px;
  color: black;
  text-shadow: rgba(0, 0, 0, 0.15) 2px 2px 3px;
}

.desc {
  font-size: 16px;
  color: #333333;
  text-justify: distribute;
  text-align: justify;
  text-justify: inter-word;
}

.disable_just {
  text-align: center !important;
}

.outOfSubBox {
  background: #e7e7e7;
  border-radius: 10px;
  margin-bottom: 20px;
  position: relative;
  border: 2px solid #8080805c;
  width: 100%;
}

.outOfSubBoxService {
  background: #dddddd;
  border-radius: 10px;
  margin-bottom: 20px;
  position: relative;
  border: solid 2px #dddddd;
  width: 100%;
  padding-bottom: 20px;
}

.outOfSubBoxService_in_box {
  background: #e7e7e7;
  color: #000;
}

#labServicesPrice {
  display: grid;
  grid-template-columns: repeat(
    auto-fill,
    minmax(200px, 1fr)
  ); /* Creates responsive columns */
  gap: 20px;
  justify-items: center; /* Centers the items within each grid cell */
  padding: 20px;
}

.service-card {
  width: 100%;
  padding: 20px;
  border: 1px solid #75d09b73;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  background-color: #f9f9f9;
  transition: box-shadow 0.3s ease;
}

.service-card h3 {
  font-size: 18px;
  color: #4b4b4b;
  margin-bottom: 10px;
}

.service-card .amount {
  font-size: 30px;
  font-weight: 700;
  text-shadow: rgba(0, 0, 0, 0.15) 2px 2px 3px;
  margin: 0;
  color: black;
}

.service-card:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

@media (min-width: 1200px) {
  #labServicesPrice {
    grid-template-columns: repeat(5, 1fr);
  }
}
