@font-face {
  font-family: poppins-semibold;
  font-display: swap;
  src: url(../ttf/poppins-semibold-3.ttf);
}
html,
body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-size: 14px !important;
  font-weight: 400;
  font-family: "Poppins";
  background: #ffffff;
}
ol,
ul {
  margin: 0;
  padding: 0;
  font-family: "Poppins" !important;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  font-family: "Poppins" !important;
}img{height:auto;width:auto;}
* {
  font-family: "Poppins";
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
p {
  font-family: "Poppins" !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins";
}
#touchsec {
  overflow-x: hidden;
}

.slide_wapper {
  background-image: url(../jpg/healthcare-app-development-agency.jpg);
  background-size: cover;
  padding: 35px 0;
}

.header_menu {
  display: flex;
  align-items: center;
}
.brand-logo {
  width: 20%;
}
.responsive_logo {
  display: none;
}
.topmenu {
  width: 80%;
  display: flex;
  justify-content: right;
}
#cssmenu ul {
  display: flex;
  align-items: center;
}
#cssmenu ul li {
  padding: 0;
}
#cssmenu ul li:last-child a {
  background-color: #0091ff;
  border-radius: 8px;
}
.slider_wp {
  padding-top: 220px;
  padding-bottom: 228px;
}
.slide_inner {
  text-align: center;
  color: #ffffff;
  width: 85%;
  margin: 0 auto;
}
.text_effect {
  position: relative;
}
.slide_inner .title_one {
  font-size: 64px;
  font-weight: bold;
  margin-bottom: 12px;
  line-height: 84px;
}
.slide_inner .title_two {
  font-size: 64px;
  font-weight: bold;
  margin-bottom: 12px;
  line-height: 84px;
  /*opacity:0.08;*/
  position: absolute;
  top: 3px;
  left: 3px;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.08);
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.2);
 
}
.slide_inner p {
  margin-bottom: 26px;
  font-size: 18px;
  opacity: 0.6;
  font-weight: 400;
  width: 100%;
  margin: 0 auto;
  display: inline-block;
  margin-bottom: 26px;
  line-height: 33px;
}
.slide_inner a {
  color: #ffffff;
  font-size: 18px;
  background-color: #0091ff;
  font-weight: 600;
  padding: 23px;
  display: inline-block;
  border-radius: 2px;
  position: relative;
}
.slide_inner a:hover:after {
  background: rgba(255, 255, 255, 0.7);
  top: 60%;
  bottom: 60%;
}
.slide_inner a:hover:before {
  background: rgba(255, 255, 255, 0.7);
  left: 60%;
  right: 60%;
}
.slide_inner a:after,
.slide_inner a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: all 0.5s ease 0s;
}
.slide_inner a img {
  margin-left: 15px;
}

.globle_brands {
  background-color: #f6f8fc;
  padding: 55px 0;
  overflow: hidden;
}
.brand_title h5 {
  margin: 0;
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 45px;
}
.hidedecstop {
  display: none;
}
.brand_slider_wp .owl-stage {
  padding: 0px !important;
}
.barand_logo {
  text-align: center;
  min-height: 95px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.brand_slider_wp .owl-carousel .owl-item .barand_logo img {
  width: auto;
  display: inline-block;
}

.app_idea {
  background-image: url(../jpg/healthcare-app-development-services.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 52px;
  padding-bottom: 50px;
}

#regForm {
  width: 50%;
}
/* Hide all steps by default: */
.tab {
  display: none;
}
#nextBtn {
  background-color: #212121;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  padding: 14px 30px;
  width: 200px;
  text-align: center;
  border: 2px solid #212121;
  position: relative;
}
#nextBtn:hover:after {
  background: rgba(255, 255, 255, 0.7);
  top: 60%;
  bottom: 60%;
}
#nextBtn:hover:before {
  background: rgba(255, 255, 255, 0.7);
  left: 60%;
  right: 60%;
}
#nextBtn:after,
#nextBtn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: all 0.5s ease 0s;
}
#nextBtn img {
  padding-left: 10px;
}
#prevBtn {
  background-color: transparent;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  padding: 18px 30px;
  width: 200px;
  text-align: center;
  border: 2px solid #ffffff;
  position: relative;
}
#prevBtn:hover:after {
  background: rgba(255, 255, 255, 0.7);
  top: 60%;
  bottom: 60%;
}
#prevBtn:hover:before {
  background: rgba(255, 255, 255, 0.7);
  left: 60%;
  right: 60%;
}
#prevBtn:after,
#prevBtn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: all 0.5s ease 0s;
}
#prevBtn img {
  padding-right: 10px;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}
.step.active {
  opacity: 1;
}
/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #04aa6d;
}

.brainstorm h2 {
  color: #ffffff;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 600;
  line-height: 51px;
}
.brainstorm_wapper .tab .first_input {
  float: left;
  width: 50%;
  margin-bottom: 25px;
  position: relative;
}
.brainstorm_wapper .tab .first_input span.red {
  position: absolute;
  bottom: -20px;
  left: 0;
}
.brainstorm_wapper .tab .first_input:nth-child(1) {
  padding-right: 7px;
}
.brainstorm_wapper .tab .first_input:nth-child(2) {
  padding-left: 7px;
}
.brainstorm_wapper .tab .first_input input {
  border-radius: 0;
  height: 55px;
  border: none;
  padding-left: 20px;
  font-size: 18px;
  width: 100%;
}
.stepbtn {
  text-align: left;
  overflow: auto;
  width: 100%;
}
.brainstorm_wapper .tab .tabfullwidth .first_input {
  width: 100%;
  float: inherit;
  padding: 0;
}
.brainstorm_wapper .tab .tabfullwidth .first_input textarea {
  height: auto;
  padding-top: 15px;
  border-radius: inherit;
  font-size: 18px;
  width: 100%;
  border: none;
  padding: 15px 10px 10px;
}
.brainstorm_wapper .tab .first_input input#phone {
  padding-left: 52px;
}
.iti__hide {
  display: none;
}
.iti {
  width: 100%;
}
.tabfullwidth {
  display: flex;
}
.tabfullwidth .stepbtn {
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: end;
  margin-left: 15px;
}
.tabfullwidth .stepbtn #prevBtn {
  margin-bottom: 15px;
}
.brainstorm_wapper .tab .tabfullwidth .first_input:last-child {
  margin-bottom: 0;
}
.tabfullwidth .wizard_btn_respon {
  display: none;
}
.mobile_section {
  display: none;
}
.twopart {
  width: 65%;
}
.brainstorm_wapper .tab .first_input .red {
  font-size: 14px;
  color: #ca2929;
}
.brainstorm_wapper .tab .first_input input.invalid {
  background-color: #ffebeb;
  border: 1px solid #ff0404;
}
.brainstorm_wapper .tab .first_input input,
.brainstorm_wapper .tab .first_input input:hover,
.brainstorm_wapper .tab .first_input input:focus,
.brainstorm_wapper .tab .first_input input:active {
  box-shadow: none;
  border: none;
  outline: none;
}

.actions ul {
  display: flex;
}
.actions ul.actions-next {
  justify-content: space-between;
}
.actions li a {
  padding: 0;
  border: none;
  display: inline-flex;
  height: 46px;
  width: 146px;
  align-items: center;
  background: #aac1f0;
  cursor: pointer;
  position: relative;
  padding-left: 33px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 23px;
  margin-top: 10px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.actions li a:before {
  content: "\f2ee";
  position: absolute;
  top: 17px;
  right: 32px;
  font-family: Material-Design-Iconic-Font;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-size: 13px;
}
.actions li a:hover {
  background: #98add6;
}
.actions li a:hover:before {
  -webkit-animation-name: hvr-icon-wobble-horizontal;
  animation-name: hvr-icon-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.actions li[aria-disabled="true"] a {
  display: none;
}
.actions li:first-child a {
  background: #f6c2ec;
  padding-left: 65px;
}
.actions li:first-child a:before {
  content: "\f2ea";
  left: 48px;
}
.actions li:first-child a:hover {
  background: #dbadd2;
}
.actions li:last-child a {
  padding-left: 46px;
  font-weight: 400;
}
.actions li:last-child a:before {
  right: 44px;
}

@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@media (max-width: 767px) {
  #wizard {
    width: auto;
    height: auto;
    padding: 30px 20px;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
  }
  .actions ul {
    flex-direction: column;
    align-items: flex-end;
  }
  .steps {
    display: none;
  }
}

.app_wizzard #wizard .form-control {
  height: 60px;
  border-radius: 0;
  font-size: 18px;
  padding-left: 24px;
}

.needs_hide_decstop {
  display: none;
}
.needs_diverse {
  padding-top: 67px;
}
.needs_title {
  text-align: center;
}
.needs_title h2 {
  font-size: 42px;
  margin-bottom: 61px;
  color: #000000;
  font-weight: 400;
}
.needs_title h2 b {
  font-weight: 600;
  position: relative;
}
.needs_title h2 b::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 4px;
  width: 100%;
  animation: 5s linear infinite alternate forwards border_anim5;
  background: linear-gradient(90deg, #ff4995 65%, #0091ff 35%) top/100% 3px
    no-repeat;
}
@keyframes border_anim5 {
  0% {
    width: 0%;
  }

  100% {
    width: 100;
  }
}

.needs_title h2 b .needs {
  /*border-bottom:4px solid #FF4995;*/
  line-height: 40px;
  display: inline-block;
}
.needs_title h2 b .verticals {
  /*border-bottom:4px solid #0091FF;*/
  line-height: 40px;
  display: inline-block;
  margin-left: -11px;
}
.needs_diverse .col-md-4:nth-child(1) .needs_diverse_box {
  background-color: #eef6ff;
  padding: 35px 21px;
}
.needs_diverse .col-md-4:nth-child(2) .needs_diverse_box {
  background-color: #fff7ee;
  padding: 35px 25px;
}
.needs_diverse .col-md-4:nth-child(3) .needs_diverse_box {
  background-color: #f7eeff;
  padding: 35px 25px;
}
.needs_diverse .col-md-4:nth-child(4) .needs_diverse_box {
  background-color: #ffeef5;
  padding: 35px 21px;
}
.needs_diverse .col-md-4:nth-child(5) .needs_diverse_box {
  background-color: #eefff9;
  padding: 35px 23px;
}
.needs_diverse .col-md-4:nth-child(6) .needs_diverse_box {
  background-color: #f8fff0;
  padding: 35px 23px;
}
.needs_diverse_box {
  display: flex;
  align-items: center;
  padding: 35px 30px;
  border-radius: 6px;
  margin-bottom: 20px;
  min-height: 131px;
}
.needs_name {
  margin-left: 24px;
}
.needs_name h5 {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 0;
}

.healthcare {
  margin-top: 56px;
}
.healthcare .needs_title h2 {
  margin-bottom: 64px;
  line-height: 70px;
}

.healthcare_box {
  padding-top: 21px;
  padding-bottom: 45px;
  min-height: 656px;
  margin-bottom: 24px;
}
.healthcare .healthcare_box.color-one {
  padding-top: 21px;
}
.healthcare .healthcare_box.color-two {
  padding-top: 15px;
}
.healthcare .healthcare_box.color-three {
  padding-top: 11px;
}
.healthcare .healthcare_box.color-four {
  padding-top: 0;
}
.healthcare .healthcare_box.color-fives {
  padding-top: 5px;
}
.healthcare .healthcare_box.color-six {
  padding-top: 15px;
}
.healthcare .healthcare_box.color-sevan {
  padding-top: 17px;
}
.healthcare .healthcare_box.color-eight {
  padding-top: 20px;
}
.healthcare .healthcare_box.color-nine {
  padding-top: 21px;
}

.color-one {
  background-color: #fff4ef;
  color: #af7e6a;
}
.color-two {
  background-color: #fdf2ff;
  color: #af53be;
}
.color-three {
  background-color: #fffeef;
  color: #aa9365;
}
.color-four {
  background-color: #edfaff;
  color: #559fbb;
}
.color-five {
  background-color: #f5f8f0;
  color: #96a877;
}
.color-six {
  background-color: #e3fffa;
  color: #609d92;
}
.color-sevan {
  background-color: #fff5fa;
  color: #a26181;
}
.color-eight {
  background-color: #eefbff;
  color: #679197;
}
.color-nine {
  background-color: #eaffe4;
  color: #669462;
}
.healthcare_icon {
  margin-bottom: 14px;
  text-align: right;
}
.healthcare_name {
  padding: 0 25px;
}
.healthcare_name h4 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 42px;
}
.healthcare .healthcare_box.color-one .healthcare_name h4 {
  font-size: 27px;
  line-height: 41px;
  margin-bottom: 8px;
}
.healthcare .healthcare_box.color-two .healthcare_name h4 {
  font-size: 28px;
  margin-top: 3px;
}
.healthcare .healthcare_box.color-three .healthcare_name h4 {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 4px;
  margin-top: 3px;
}
.healthcare .healthcare_box.color-four .healthcare_name h4 {
  margin-top: 0;
}
.healthcare .healthcare_box.color-fives .healthcare_name h4 {
  margin-top: -16px;
}
.healthcare .healthcare_box.color-six .healthcare_name h4 {
  margin-top: -14px;
}
.healthcare .healthcare_box.color-sevan .healthcare_name h4 {
  margin-top: -12px;
}
.healthcare .healthcare_box.color-eight .healthcare_name h4 {
  margin-top: 16px;
}
.healthcare .healthcare_box.color-nine .healthcare_name h4 {
  margin-top: 16px;
}

.healthcare_name p {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
}

.recent_work {
  margin-top: 68px;
  margin-bottom: 90px;
}
.recent_work .needs_title h2 {
  margin-bottom: 85px;
}
.recent_work .needs_title h2 b .needs {
  line-height: 60px;
}
.recent_work .needs_title h2 b .verticals {
  line-height: 60px;
}
.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
  display: none;
}
.recent_work .hiderespo .owl-carousel .owl-nav button.owl-next {
  width: 30px;
  height: 30px;
  margin: 0;
  background: url(../png/newright.png);
  background-repeat: no-repeat;
  background-size: 30px 30px;
}

.recent_work .hiderespo .owl-carousel .owl-nav button.owl-prev {
  width: 30px;
  height: 30px;
  margin: 0;
  background: url(../png/newleft.png);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  margin-right: 7px;
}
.owl-carousel .owl-nav button.owl-next {
  width: 50px;
  height: 50px;
  margin: 0;
  /* background: url(https://d2yq1wt6p3tg8m.cloudfront.net/assets/images/healthcare-app-development/blue-left.png); */
  background-repeat: no-repeat;
  background-size: 47px 47px;
  margin-right: 7px;
  border-radius: 50%;
  background: #f2f2f2;
}
.owl-carousel .owl-nav button.owl-prev {
  width: 50px;
  height: 50px;
  margin: 0;
  /* background: url(https://d2yq1wt6p3tg8m.cloudfront.net/assets/images/healthcare-app-development/blue-left.png); */
  background-repeat: no-repeat;
  background-size: 47px 47px;
  margin-right: 7px;
  border-radius: 50%;
  background: #f2f2f2;
}

.owl-carousel .owl-nav button.owl-next.disabled {
  background: url(../png/grey-right.png);
}
.owl-carousel .owl-nav button.owl-prev.disabled {
  background: url(../png/grey-left.png);
}
/*.recent_work .owl-stage{
	padding-left:80px !important;
}*/
.owl-theme .owl-nav {
  margin-top: 50px;
  text-align: left;
  padding-left: 20px;
}

.recent_work .hiderespo .owl-theme .owl-nav {
  margin: 0;
}
.recent_work .hiderespo .owl-theme .owl-nav .owl-next {
  position: absolute;
  right: 90px;
  top: 45%;
}
.recent_work .hiderespo .owl-theme .owl-nav .owl-prev {
  position: absolute;
  left: 90px;
  top: 45%;
}
.recent_work .recent_work_one.owl-carousel .owl-item .work_img {
  overflow: hidden;
}
.recent_work .recent_work_one.owl-carousel .owl-item .work_img img {
  transform: scale(1.3);
  transition: transform 1s ease-out, opacity 0s linear;
}
.recent_work .recent_work_one.owl-carousel .owl-item.active .work_img img {
  transform: scale(1);
  transition: transform 1s ease-out, opacity 0s linear;
}
.recent_work .recent_work_one.owl-carousel .owl-item .work_text {
  opacity: 0;
  transform: translateY(10rem);
  transition: opacity 0.3s ease-in-out 0.3s, transform 0.8s ease-in-out 0.3s;
}
.recent_work .recent_work_one.owl-carousel .owl-item.active .work_text {
  opacity: 1;
  transform: translateY(0rem);
  transition: opacity 0.3s ease-in-out 0.3s, transform 0.8s ease-in-out 0.3s;
}

.recent_slider_wp .item .work_inner .work_text {
  position: absolute;
  top: 10%;
  left: 20px;
  width: 25%;
  color: #ffffff;
}
.recent_slider_wp .item .work_inner .work_text h3 {
  font-size: 48px;
  font-weight: 600;
}
.recent_slider_wp .item .work_inner .work_text p {
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  color: #ffffff;
  opacity: 0.85;
}
.recent_slider_wp .item .work_inner .work_text ul {
  padding: 0;
  margin: 0;
}
.recent_slider_wp .item .work_inner .work_text li {
  list-style: none;
  display: inline-block;
}
.recent_slider_wp .item .work_inner .work_text li img {
  height: 50px;
}

/*--tracker--*/
.recent_slider_wp .item.tracker {
  border: 2px solid #502dcc;
}
.recent_slider_wp .item.tracker .work_inner .work_text {
  top: 24%;
  left: 30px;
  width: 35%;
}
.recent_slider_wp .item.tracker .work_inner .work_text h3 {
  font-size: 42px;
  font-weight: 600;
}
.recent_slider_wp .item.tracker .work_inner .work_text p {
  font-size: 18px;
  line-height: 30px;
}
/*--tracker--*/

/*--wsps--*/
.recent_slider_wp .item.wsps .work_inner .work_text {
  top: 8%;
  left: 30px;
  width: 38%;
}
.recent_slider_wp .item.wsps .work_inner .work_text h3 {
  font-size: 42px;
  font-weight: 600;
}
.recent_slider_wp .item.wsps .work_inner .work_text p {
  font-size: 18px;
  line-height: 30px;
}
/*--wsps--*/

/*--virtual--*/
.recent_slider_wp .item.virtual .work_inner .work_text {
  top: 8%;
  left: 30px;
  width: 38%;
  color: #000000;
}
.recent_slider_wp .item.virtual .work_inner .work_text h3 {
  font-size: 38px;
  font-weight: 600;
}
.recent_slider_wp .item.virtual .work_inner .work_text p {
  font-size: 16px;
  line-height: 26px;
  color: #000000;
}
/*--virtual--*/

/*--protein--*/
.recent_slider_wp .item.protein .work_inner .work_text {
  top: 18%;
  left: 30px;
  width: 40%;
  color: #ffffff;
}
.recent_slider_wp .item.protein .work_inner .work_text h3 {
  font-size: 38px;
  font-weight: 600;
}
.recent_slider_wp .item.protein .work_inner .work_text p {
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
}
.active_users {
  position: absolute;
  bottom: 0;
  left: 30px;
}
.active_users ul {
  padding: 0;
  margin: 0;
}
.active_users li {
  display: inline-block;
  color: #ffffff;
}
.active_users li:first-child {
  margin-right: 40px;
}
.active_users li h3 {
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 10px;
}
.active_users li h3 span {
  font-size: 28px;
  font-weight: 500;
}
.active_users li p {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}
/*--protein--*/

/*--scheduling--*/
.recent_slider_wp .item.scheduling .work_inner .work_text {
  top: 6%;
  left: 30px;
  width: 36%;
  color: #ffffff;
}
.recent_slider_wp .item.scheduling .work_inner .work_text h3 {
  font-size: 38px;
  font-weight: 600;
}
.recent_slider_wp .item.scheduling .work_inner .work_text p {
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
}
/*--scheduling--*/

/*--idealprotein--*/
.recent_slider_wp .item.idealprotein .work_inner .work_text {
  top: 16%;
  left: 30px;
  width: 36%;
  color: #ffffff;
}
.recent_slider_wp .item.idealprotein .work_inner .work_text h3 {
  font-size: 38px;
  font-weight: 600;
}
.recent_slider_wp .item.idealprotein .work_inner .work_text p {
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
}
/*--idealprotein--*/

/*--publicservices--*/
.recent_slider_wp .item.publicservices .work_inner .work_text {
  top: 8%;
  left: 30px;
  width: 38%;
  color: #ffffff;
}
.recent_slider_wp .item.publicservices .work_inner .work_text h3 {
  font-size: 38px;
  font-weight: 600;
}
.recent_slider_wp .item.publicservices .work_inner .work_text p {
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
}
/*--publicservices--*/

/*--wspssave--*/
.recent_slider_wp .item.wspssave .work_inner .work_text {
  top: 24%;
  left: 30px;
  width: 35%;
}
.recent_slider_wp .item.wspssave .work_inner .work_text h3 {
  font-size: 42px;
  font-weight: 600;
}
.recent_slider_wp .item.wspssave .work_inner .work_text p {
  font-size: 18px;
  line-height: 30px;
}
/*--wspssave--*/

/*--wecare--*/
.recent_slider_wp .item.wecare .work_inner .work_text {
  top: 24%;
  left: 30px;
  width: 35%;
}
.recent_slider_wp .item.wecare .work_inner .work_text h3 {
  font-size: 42px;
  font-weight: 600;
}
.recent_slider_wp .item.wecare .work_inner .work_text p {
  font-size: 18px;
  line-height: 30px;
}
.recent_slider_wp .item.wecare .work_inner .work_text h5 {
  font-size: 20px;
  font-weight: 600;
  text-decoration: underline;
}
/*--wecare--*/

.defthealthcare_wp {
  background-image: url(../png/defthealthcare-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 61px;
  padding-bottom: 61px;
}
.healthcareapp {
  width: 50%;
}
.healthcareapp h2 {
  font-size: 40px;
  color: #ffffff;
  line-height: 49px;
  font-weight: 400;
  margin-bottom: 9px;
}
.healthcareapp h2 b {
  color: #01abff;
  font-weight: 600;
}
.healthcareapp p {
  color: #ffffff;
  opacity: 0.6;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 22px;
}
.healthcareapp a {
  background-image: linear-gradient(to right, #0191ff, #01c1fe);
  padding: 16px 32px 16px 32px;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  display: inline-block;
  position: relative;
}
.healthcareapp a:hover:after {
  background: rgba(255, 255, 255, 0.7);
  top: 60%;
  bottom: 60%;
}
.healthcareapp a:hover:before {
  background: rgba(255, 255, 255, 0.7);
  left: 60%;
  right: 60%;
}
.healthcareapp a:after,
.healthcareapp a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: all 0.5s ease 0s;
}
.healthcareapp a img {
  padding-left: 6px;
}

.hold_immense.healthcare {
  margin-top: 53px;
}
.color-ten {
  background-color: #fdf2ff;
  color: #af53be;
}
.color-eleven {
  background-color: #fffeef;
  color: #aa9365;
}
.color-twelve {
  background-color: #edfaff;
  color: #5096b1;
}
.color-thirteen {
  background-color: #f5f8f0;
  color: #96a877;
}
.color-fourteen {
  background-color: #e3fffa;
  color: #609d92;
}
.color-fifteen {
  background-color: #fff5fa;
  color: #a26181;
}
.color-sixteen {
  background-color: #eafaff;
  color: #679197;
}
.color-seventeen {
  background-color: #eaffec;
  color: #74a679;
}
.color-eighteen {
  background-color: #f1f2ff;
  color: #6d6bab;
}

.hold_immense.healthcare .needs_title h2 {
  margin-bottom: 46px;
}
.hold_immense .healthcare_name h4 {
  font-size: 28px;
  font-weight: 600;
  line-height: 42px;
}
.hold_immense .color-ten .healthcare_name h4 {
  margin-bottom: 4px;
  margin-top: -34px;
}
.hold_immense .color-eleven .healthcare_name h4 {
  margin-bottom: 5px;
  margin-top: -34px;
}
.hold_immense .color-twelve .healthcare_name h4 {
  margin-bottom: 5px;
  margin-top: -31px;
}
.hold_immense .color-thirteen .healthcare_name h4 {
  margin-bottom: 3px;
}
.hold_immense .color-fourteen .healthcare_name h4 {
  margin-bottom: 5px;
  margin-top: -16px;
}
.hold_immense .color-fifteen .healthcare_name h4 {
  margin-bottom: 4px;
  margin-top: -34px;
}
.hold_immense .color-sixteen .healthcare_name h4 {
  margin-bottom: 4px;
  margin-top: -34px;
}
.hold_immense .color-seventeen .healthcare_name h4 {
  margin-bottom: 9px;
  margin-top: -31px;
}
.hold_immense .color-eighteen .healthcare_name h4 {
  margin-bottom: 3px;
  margin-top: -16px;
}
.hold_immense .color-sixteen .healthcare_name p {
  line-height: 28px;
}
.hold_immense .healthcare_name p {
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
}
.hold_immense .healthcare_icon {
  margin-bottom: 0;
  margin-top: 0;
}
.hold_immense .healthcare_box {
  min-height: 577px;
  padding-bottom: 0;
}

.apart_wp {
  margin-top: 60px;
}
.apart_wp .needs_title h2 {
  margin-bottom: 50px;
}
.color-nineteen {
  background-color: #fdfff1;
}
.color-twenty {
  background-color: #fff7f5;
}
.color-twentyone {
  background-color: #fff5f9;
}
.color-twentytwo {
  background-color: #f5f8ff;
}
.color-twentythree {
  background-color: #fbf3ff;
}
.color-twentyfore {
  background-color: #f2ffee;
}
.color-twentyfive {
  background-color: #fff5f5;
}
.color-twentysix {
  background-color: #eeffff;
}
.color-twentysevan {
  background-color: #ebfff3;
}
.apart_box {
  min-height: 627px;
  padding: 52px 26px 0;
  margin-bottom: 24px;
}
.apart_icon {
  margin-bottom: 15px;
}
.apart_name {
  padding-right: 9px;
}
.apart_name h4 {
  font-size: 22px;
  font-weight: 600;
  color: #212121;
  margin-bottom: 4px;
  width: 70%;
  text-transform: capitalize;
  line-height: 36px;
}
.apart_name p {
  color: #767676;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.faq_wp {
  margin-top: 96px;
  margin-bottom: 72px;
}
.faq_wp .needs_title h2 b .needs {
  line-height: 70px;
}
.faq_wp .needs_title h2 b .verticals {
  line-height: 70px;
}
.faq_inner_wp {
  padding: 0 20px 0 35px;
}
.faq_inner_wp .accordion-button {
  background: transparent;
  border: none;
  border-radius: 0;
  font-size: 22px;
  font-weight: 400;
  color: #363d48;
  box-shadow: inherit;
  padding-top: 42px;
  padding-bottom: 42px;
  padding-left: 0;
}
.faq_inner_wp .accordion-button::after {
  background-image: url(../png/faq_plus.png);
  background-repeat: no-repeat;
}
.accordion-button:not(.collapsed)::after {
  transform: rotate(-45deg);
}
.faq_inner_wp .accordion-item {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #e2e2e2;
}
.faq_inner_wp .accordion-body {
  padding: 0 0 17px 0;
}
.faq_inner_wp .accordion-body p {
  line-height: 30px;
  font-size: 16px;
  font-weight: 400;
  color: #3f3f3f;
  opacity: 0.7;
}

.aap_web_develop {
  padding-bottom: 30px;
}
.develop_box_left {
  background-color: #effded;
  padding: 45px 55px;
  text-align: left;
  display: flex;
  height: 100%;
  margin-right: 11px;
}
.develop_box_left .title_icon_develop {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
  justify-content: left;
}
.develop_box_left .title_icon_develop img {
  padding-right: 20px;
  height: 58px;
}
.title_icon_develop h3 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 400;
  color: #000000;
  width: 78%;
}
.title_icon_develop h3 b {
  font-weight: 600;
}
.develop_box_left p {
  font-size: 19px;
  font-weight: 400;
  line-height: 32px;
  color: #485463;
  margin-bottom: 32px;
}
.develop_box_left a {
  font-size: 16px;
  font-weight: 600;
  color: #232d39;
  transition: all 0.5s ease 0s;
}
.develop_box_left a img.hover_arrow {
  display: none;
}
.develop_box_left a img.static_arrow {
  display: inline-block;
}
.develop_box_left a:hover img.hover_arrow {
  display: inline-block;
}
.develop_box_left a:hover img.static_arrow {
  display: none;
}

.develop_box_right a img.hover_arrow {
  display: none;
}
.develop_box_right a img.static_arrow {
  display: inline-block;
}
.develop_box_right a:hover img.hover_arrow {
  display: inline-block;
}
.develop_box_right a:hover img.static_arrow {
  display: none;
}
.develop_box_left a img {
  padding-right: 8px;
}

.develop_box_right {
  background-color: #e3f7ff;
  padding: 55px 45px;
  text-align: right;
  display: flex;
  height: 100%;
  margin-left: 11px;
}
.develop_box_right .title_icon_develop {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
  justify-content: right;
}
.develop_box_right .title_icon_develop img {
  padding-left: 20px;
  height: 58px;
}
.develop_box_right p {
  font-size: 19px;
  font-weight: 400;
  line-height: 32px;
  color: #485463;
  margin-bottom: 32px;
}
.develop_box_right a {
  font-size: 16px;
  font-weight: 600;
  color: #232d39;
}
.develop_box_right a img {
  padding-left: 8px;
}
.develop_box_right .aap_responsive {
  display: none;
}
.develop_box_left .aap_responsive {
  display: none;
}

/*.needs_title h2 b{
	position:relative;
}
.needs_title h2 b:after{
	position:absolute;
	bottom:6px;
	left:0;
	content:"";
	width:100%;
	height:4px;
	z-index:-1;
	background-image:url(https://d2yq1wt6p3tg8m.cloudfront.net/assets/images/healthcare-app-development/line-long.svg);
	animation: infiniteScrollBg 3s linear infinite;
	
}
@keyframes infiniteScrollBg {
  0% {
    background-position: 50% 0;
  }
  100%{
    background-position: 50% (-404 * 2);
  }
}*/

.faq_wp .needs_title h2 {
  font-weight: 600;
  margin-bottom: 41px;
}
.faq_wp .needs_title h2 b::after {
  bottom: -23px;
}
body,
html {
  overflow-x: initial;
}
.scrolltop img {
  display: none;
}
a {
  text-decoration: none !important;
}

.app_idea label {
  position: absolute;
  top: 1vh;
  left: 1vw;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
}
.danger {
  color: red !important;
  cursor: default;
}
.app_idea input:focus::target-text {
  display: none;
}
/* New Code for form */
/* Brainstrom Form */
.healthcare-cta.brainstorm .healthcarectabg {
  background-image: url(../jpg/healthcare-app-development-services.jpg);
  background-size: cover;
  background-position: top;
  width: 100%;
  height: 47vh;
  padding: 34px 0 0px 72px;
  image-rendering: -webkit-optimize-contrast;
}
.healthcare-cta.brainstorm .form-group {
  margin: 0px 10px;
}
.form-group {
  margin-bottom: 2rem !important;
}
.healthcare-cta.brainstorm .form-control {
  width: 289px;
}
.healthcare-cta.brainstorm .text-danger {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  position: absolute;
  bottom: 28% !important;
  padding-bottom: 20px;
  display: inherit;
  font-size: 13px;
  line-height: 22px;
  color: #ca2929 !important;
}
.healthcare-cta.brainstorm input {
  border-radius: 0px !important;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  width: 305px;
  height: 59px;
  background: #ffffff;
  color: #5a029d;
  border-radius: 0;
}
.healthcare-cta .ctaBtn {
  margin-bottom: 38px;
}
#btn1 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
  line-height: 27px;
  padding: 15px 48px;
  color: #ffffff;
  margin-left: -4px;
  color: #ffffff;
}
.healthcare-cta.brainstorm .ctaBtn a {
  background-color: #2d0050 !important;
  color: #ffffff;
}
.healthcare-cta .ctaBtn a:after,
.healthcare-cta .ctaBtn a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.5s;
}
img {
  image-rendering: -webkit-optimize-contrast;
}
.healthcare-cta.brainstorm input::placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #7a7a7a;
}
section {
  overflow-x: hidden;
  overflow-y: hidden;
}
/* #healthcarepoliceForm{
    display: none !important;
}
#healthcarecitizenForm{
    display: block !important;
} */
#healthcarecitizenForm .iti--allow-dropdown .iti__flag-container,
#healthcarecitizenForm .iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 9px;
}
.healthcare-cta.brainstorm input {
  border-radius: 0px !important;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  width: 305px;
  height: 59px;
  background: #ffffff;
  color: #5a029d;
  border-radius: 0;
}
#healthcarecitizenForm input {
  padding-left: 117px !important;
}
#healthcarecitizenForm .form-control {
  width: 445px;
  /* margin-left: 6px; */
}
.healthcare-cta.brainstorm input {
  border-radius: 0px !important;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  width: 305px;
  height: 59px;
  background: #ffffff;
  color: #212121;
  border-radius: 0;
}
.healthcare-cta.brainstorm #mobileno-dem {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  position: absolute;
  bottom: 58% !important;
  right: 31%;
  padding-bottom: 20px;
  display: inherit;
  font-size: 15px;
  line-height: 22px;
  color: #ffd7d6 !important;
}
.healthcare-cta .ctaBtn a {
  background-color: #fff;
  padding: 17px 17px;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  text-transform: none;
  color: #000000;
}
.healthcare-cta.brainstorm .ctaBtn a {
  background-color: #212121 !important;
  color: #ffffff;
}

.healthcare-cta.brainstorm .form-group {
  margin: 0px;
}
.healthcare-cta.brainstorm textarea {
  height: 150px;
  border-radius: 0;
  resize: none;
}
#healthcarecitizenForm textarea {
  width: 445px;
  height: 150px;
}
#healthcarecitizenForm .form-control {
  width: 445px;
  /* margin-left: 6px; */
}
/* .submtbutn-healthcare {
    transform: translate(35vw, -26vh);
    -webkit-transform: translate(35vw, -26vh);
    -moz-transform: translate(35vw, -26vh);
    -ms-transform: translate(35vw, -26vh);
    -o-transform: translate(35vw, -26vh);
} */
.healthcare-cta .ctaBtn {
  margin-bottom: 38px;
}
#healthcaresubbtn {
  padding: 14px 53px;
}
#healthcaregoback {
  /* width: 195px;
height: 59px;
background-color: transparent !important;
border: 2px solid #FFFFFF;
padding: 11px 40px; */
  background-color: transparent !important;
  color: #ffffff;
  font-size: 19px;
  font-weight: 600;
  padding: 10px 30px;
  width: 200px;
  text-align: center;
  border: 2px solid #ffffff;
  position: relative;
}
#healthcareproject-dem {
  padding: 10px 15px;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #212121;
  font-family: "Poppins";
}
@media screen and (min-width: 1500px) and (max-width: 1600px) {
  .submtbutn-healthcare {
    transform: translate(35vw, -26vh);
    -webkit-transform: translate(30vw, -22vh);
    -moz-transform: translate(35vw, -26vh);
    -ms-transform: translate(35vw, -26vh);
    -o-transform: translate(35vw, -26vh);
  }
  .color-sevan .healthcare_icon {
    margin-bottom: 28px;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1700px) {
  .slider_wp {
    padding-top: 244px;
  }
  .submtbutn-healthcare {
    transform: translate(35vw, -26vh);
    -webkit-transform: translate(28vw, -18vh);
    -moz-transform: translate(35vw, -26vh);
    -ms-transform: translate(35vw, -26vh);
    -o-transform: translate(35vw, -26vh);
  }
  .healthcare-cta.brainstorm .healthcarectabg {
    height: 43vh;
  }
  #healthcare-mobileno-dem {
    right: 46% !important;
  }
  #healthcare-mobileno-dem {
    left: 45%;
  }
}
.slider_wp {
  padding-top: 35vh;
}
@media screen and (min-width: 1700px) {
  .slide_inner .title_two {
    top: 4px;
  }
  .healthcare-cta.brainstorm .healthcarectabg {
    height: 37vh;
  }
  .submtbutn-healthcare {
    transform: translate(26vw, -14vh);
    -webkit-transform: translate(26vw, -14vh);
    -moz-transform: translate(26vw, -14vh);
    -ms-transform: translate(26vw, -14vh);
    -o-transform: translate(26vw, -14vh);
  }
  #healthcare-mobileno-dem {
    right: 50% !important;
  }
}
@media screen and (min-width: 1800px) {
  .slide_inner .title_two {
    top: 4px;
  }
  .healthcare-cta.brainstorm .healthcarectabg {
    height: 37vh;
  }
  .submtbutn-healthcare {
    transform: translate(25vw, -15vh);
    -webkit-transform: translate(25vw, -15vh);
    -moz-transform: translate(25vw, -15vh);
    -ms-transform: translate(25vw, -15vh);
    -o-transform: translate(25vw, -15vh);
  }
  #healthcare-mobileno-dem {
    right: 53% !important;
  }
}
#healthcarepoliceForm .row > * {
  width: unset;
}
#healthcarepoliceForm input.error {
  border: 1.5px solid #ff0404;
}
#healthcarepoliceForm .error {
  background-color: #ffebeb;
}

#healthcarecitizenForm .iti--separate-dial-code .iti__selected-flag {
  margin-top: 0.4rem;
}
#healthcarecitizenForm .row > * {
  width: unset;
}
.submtbutn-healthcare {
  transform: translate(0, 41%);
}
#healthcare-mobileno-dem {
  right: 33%;
  top: 26%;
}
@media screen and (min-device-width: 1000px) and (max-device-width: 1300px) {
  #healthcare-mobileno-dem {
    right: 25%;
  }
  #healthcaregoback {
    font-size: 18px;
  }
  #healthcaresubbtn {
    padding: 14px 52px;
  }
}
@media screen and (min-device-width: 1400px) and (max-device-width: 1500px) {
  .slide_inner .title_two {
    left: 2px;
  }
  .apart_box {
    min-height: 503px;
    padding: 52px 26px 0;
    margin-bottom: 24px;
  }
  #healthcare-mobileno-dem {
    right: 34% !important;
  }
}
@media screen and (min-device-width: 1000px) and (max-device-width: 1200px) {
  .healthcare-cta.brainstorm .healthcarectabg {
    height: 49vh !important;
  }
  /* .submtbutn-healthcare {
    transform: translate(232%, -104%);
} */
  #healthcarecitizenForm .form-control {
    width: 326px;
  }
  #healthcarecitizenForm textarea {
    height: 128px;
  }
  #healthcaresubbtn {
    padding: 7px 35px;
  }
  #healthcaregoback {
    padding: 7px 13.5px;
  }
  .healthcare-cta .ctaBtn {
    margin-bottom: 21px;
  }
  .submtbutn-healthcare {
    transform: translate(0%, 45%);
    -webkit-transform: translate(0%, 45%);
    -moz-transform: translate(0%, 45%);
    -ms-transform: translate(0%, 45%);
    -o-transform: translate(0%, 45%);
  }
  .healthcare-cta.brainstorm .healthcarectabg {
    padding: 34px 0 0px 14px;
  }
  .healthcare-cta.brainstorm .form-control {
    width: 237px;
  }
  .slide_inner p br {
    display: none;
  }
}
.plusminus {
  display: none;
}
.megamenu {
  display: inherit;
  transform: scaleY(0);
  transform-origin: top;
}

.dropdown-menu {
  border: none !important;
}
@media screen and (max-width: 799px) {
  #healthcare-mobileno-dem {
    right: 1% !important;
    top: 18% !important;
  }
}
/* Responsivness */

@media screen and (min-device-width: 1200px) and (max-device-width: 1400px) {
  .remote-box {
    transform: translate(0px, 20px);
    -webkit-transform: translate(0px, 20px);
    -moz-transform: translate(0px, 20px);
    -ms-transform: translate(0px, 20px);
    -o-transform: translate(0px, 20px);
  }
  #healthcare-mobileno-dem {
    right: 28%;
    top: 26%;
  }

  .brand-logo {
    width: 15%;
  }
  .topmenu {
    width: 85%;
  }
  .needs_diverse_box {
    padding: 40px 24px;
  }
  .needs_name h5 {
    font-size: 18px;
  }
  .healthcare_name h4 {
    font-size: 24px;
  }
  .healthcare_name p {
    font-size: 15px;
    line-height: 24px;
  }
  .healthcare_icon img {
    height: 103px;
  }
  .slider_wp {
    padding-top: 199px;
    padding-bottom: 50px;
  }
  .slide_inner .title_one,
  .slide_inner .title_two {
    font-size: 55px;
    line-height: 64px;
  }

  .recent_slider_wp .item .work_inner .work_text li img {
    height: 40px;
  }
  /*--tracker--*/
  .recent_slider_wp .item.tracker {
    border: 2px solid #502dcc;
  }
  .recent_slider_wp .item.tracker .work_inner .work_text {
    top: 24%;
    left: 30px;
    width: 35%;
  }
  .recent_slider_wp .item.tracker .work_inner .work_text h3 {
    font-size: 28px;
    font-weight: 600;
  }
  .recent_slider_wp .item.tracker .work_inner .work_text p {
    font-size: 15px;
    line-height: 24px;
  }
  /*--tracker--*/

  /*--wsps--*/
  .recent_slider_wp .item.wsps .work_inner .work_text {
    top: 8%;
    left: 30px;
    width: 38%;
  }
  .recent_slider_wp .item.wsps .work_inner .work_text h3 {
    font-size: 28px;
    font-weight: 600;
  }
  .recent_slider_wp .item.wsps .work_inner .work_text p {
    font-size: 15px;
    line-height: 24px;
  }
  /*--wsps--*/

  /*--virtual--*/
  .recent_slider_wp .item.virtual .work_inner .work_text {
    top: 5%;
    left: 30px;
    width: 38%;
    color: #000000;
  }
  .recent_slider_wp .item.virtual .work_inner .work_text h3 {
    font-size: 26px;
    font-weight: 600;
  }
  .recent_slider_wp .item.virtual .work_inner .work_text p {
    font-size: 15px;
    line-height: 24px;
    color: #000000;
  }
  /*--virtual--*/

  /*--protein--*/
  .recent_slider_wp .item.protein .work_inner .work_text {
    top: 18%;
    left: 30px;
    width: 40%;
    color: #ffffff;
  }
  .recent_slider_wp .item.protein .work_inner .work_text h3 {
    font-size: 26px;
    font-weight: 600;
  }
  .recent_slider_wp .item.protein .work_inner .work_text p {
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
  }
  .active_users {
    position: absolute;
    bottom: 0;
    left: 20px;
  }
  .active_users ul {
    padding: 0;
    margin: 0;
  }
  .active_users li {
    display: inline-block;
    color: #ffffff;
  }
  .active_users li:first-child {
    margin-right: 40px;
  }
  .active_users li h3 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 0;
  }
  .active_users li h3 span {
    font-size: 28px;
    font-weight: 500;
  }
  .active_users li p {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
  }
  /*--protein--*/

  /*--scheduling--*/
  .recent_slider_wp .item.scheduling .work_inner .work_text {
    top: 6%;
    left: 30px;
    width: 36%;
    color: #ffffff;
  }
  .recent_slider_wp .item.scheduling .work_inner .work_text h3 {
    font-size: 26px;
    font-weight: 600;
  }
  .recent_slider_wp .item.scheduling .work_inner .work_text p {
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
  }
  /*--scheduling--*/

  /*--idealprotein--*/
  .recent_slider_wp .item.idealprotein .work_inner .work_text {
    top: 16%;
    left: 30px;
    width: 36%;
    color: #ffffff;
  }
  .recent_slider_wp .item.idealprotein .work_inner .work_text h3 {
    font-size: 26px;
    font-weight: 600;
  }
  .recent_slider_wp .item.idealprotein .work_inner .work_text p {
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
  }
  /*--idealprotein--*/

  /*--publicservices--*/
  .recent_slider_wp .item.publicservices .work_inner .work_text {
    top: 8%;
    left: 30px;
    width: 38%;
    color: #ffffff;
  }
  .recent_slider_wp .item.publicservices .work_inner .work_text h3 {
    font-size: 26px;
    font-weight: 600;
  }
  .recent_slider_wp .item.publicservices .work_inner .work_text p {
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
  }
  /*--publicservices--*/

  /*--wspssave--*/
  .recent_slider_wp .item.wspssave .work_inner .work_text {
    top: 24%;
    left: 30px;
    width: 35%;
  }
  .recent_slider_wp .item.wspssave .work_inner .work_text h3 {
    font-size: 26px;
    font-weight: 600;
  }
  .recent_slider_wp .item.wspssave .work_inner .work_text p {
    font-size: 15px;
    line-height: 24px;
  }
  /*--wspssave--*/

  /*--wecare--*/
  .recent_slider_wp .item.wecare .work_inner .work_text {
    top: 24%;
    left: 30px;
    width: 35%;
  }
  .recent_slider_wp .item.wecare .work_inner .work_text h3 {
    font-size: 26px;
    font-weight: 600;
  }
  .recent_slider_wp .item.wecare .work_inner .work_text p {
    font-size: 15px;
    line-height: 24px;
  }
  .recent_slider_wp .item.wecare .work_inner .work_text h5 {
    font-size: 18px;
    font-weight: 600;
    text-decoration: underline;
  }
  /*--wecare--*/
  .apart_box {
    min-height: 546px;
  }

  .defthealthcare_wp {
    padding: 45px 0;
  }
  .healthcareapp h2 {
    font-size: 38px;
  }
  .healthcareapp p {
    font-size: 15px;
    line-height: 22px;
  }
  .healthcareapp a {
    padding: 16px 30px 16px 28px;
    font-size: 16px;
  }
  .healthcareapp {
    width: 52%;
  }
  .hold_immense .healthcare_name h4 {
    font-size: 26px;
  }
  .hold_immense .healthcare_box {
    min-height: 561px;
  }
  .hold_immense .healthcare_name p {
    font-size: 16px;
    line-height: 28px;
  }
  .apart_name {
    padding: 0;
  }
  .apart_box {
    padding: 42px 22px 0;
  }
  .apart_icon {
    margin-bottom: 20px;
  }
  .apart_name p {
    line-height: 26px;
  }
  .faq_inner_wp .accordion-button {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .develop_box_left {
    padding: 40px 30px;
  }
  .develop_box_right {
    padding: 40px 30px;
  }
  .title_icon_develop h3 {
    font-size: 23px;
  }
  .develop_box_left .title_icon_develop {
    margin-bottom: 20px;
  }
  .develop_box_right .title_icon_develop {
    margin-bottom: 20px;
  }
  .develop_box_left p {
    font-size: 15px;
    line-height: 28px;
  }
  .develop_box_right p {
    font-size: 15px;
    line-height: 28px;
  }
  .faq_inner_wp .accordion-button {
    font-size: 20px;
  }
  .brainstorm h2 {
    font-size: 30px;
  }
  .tabfullwidth .twopart {
    width: 60%;
  }
  .tabfullwidth .stepbtn {
    width: 40%;
  }
  #prevBtn {
    width: auto;
  }
  #nextBtn {
    width: auto;
  }
  .healthcare_name h4 {
    font-size: 24px !important;
    line-height: 38px !important;
  }
}

@media screen and (max-width: 1199px) {
  .brand-logo {
    width: 11%;
  }
  .topmenu {
    width: 89%;
  }
  #cssmenu > ul > li > a {
    padding: 10px 12px;
  }
  .needs_title h2 {
    font-size: 38px;
  }
  .needs_diverse_box {
    padding: 30px 24px;
    min-height: 150px;
  }
  .needs_name h5 {
    font-size: 18px;
  }
  .healthcare_icon img {
    height: 110px;
  }
  .healthcare_name {
    padding: 0 20px;
  }
  .healthcare_name h4 {
    font-size: 22px;
  }
  .healthcare_name p {
    font-size: 15px;
    line-height: 24px;
  }

  /*--tracker--*/
  .recent_slider_wp .item.tracker {
    border: 2px solid #502dcc;
  }
  .recent_slider_wp .item.tracker .work_inner .work_text {
    top: 20px;
    left: 20px;
    width: 35%;
  }
  .recent_slider_wp .item.tracker .work_inner .work_text h3 {
    font-size: 23px;
    font-weight: 600;
  }
  .recent_slider_wp .item.tracker .work_inner .work_text p {
    font-size: 14px;
    line-height: 24px;
  }
  /*--tracker--*/

  /*--wsps--*/
  .recent_slider_wp .item.wsps .work_inner .work_text {
    top: 20px;
    left: 20px;
    width: 38%;
  }
  .recent_slider_wp .item.wsps .work_inner .work_text h3 {
    font-size: 23px;
    font-weight: 600;
  }
  .recent_slider_wp .item.wsps .work_inner .work_text p {
    font-size: 14px;
    line-height: 24px;
  }
  /*--wsps--*/

  /*--virtual--*/
  .recent_slider_wp .item.virtual .work_inner .work_text {
    top: 20px;
    left: 20px;
    width: 38%;
    color: #000000;
  }
  .recent_slider_wp .item.virtual .work_inner .work_text h3 {
    font-size: 23px;
    font-weight: 600;
  }
  .recent_slider_wp .item.virtual .work_inner .work_text p {
    font-size: 14px;
    line-height: 24px;
    color: #000000;
  }
  /*--virtual--*/

  /*--protein--*/
  .recent_slider_wp .item.protein .work_inner .work_text {
    top: 35px;
    left: 20px;
    width: 40%;
    color: #ffffff;
  }
  .recent_slider_wp .item.protein .work_inner .work_text h3 {
    font-size: 23px;
    font-weight: 600;
  }
  .recent_slider_wp .item.protein .work_inner .work_text p {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
  }
  .active_users {
    position: absolute;
    bottom: 0;
    left: 20px;
  }
  .active_users ul {
    padding: 0;
    margin: 0;
  }
  .active_users li {
    display: inline-block;
    color: #ffffff;
  }
  .active_users li:first-child {
    margin-right: 40px;
  }
  .active_users li h3 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 0;
  }
  .active_users li h3 span {
    font-size: 28px;
    font-weight: 500;
  }
  .active_users li p {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
  }
  /*--protein--*/

  /*--scheduling--*/
  .recent_slider_wp .item.scheduling .work_inner .work_text {
    top: 20px;
    left: 20px;
    width: 36%;
    color: #ffffff;
  }
  .recent_slider_wp .item.scheduling .work_inner .work_text h3 {
    font-size: 23px;
    font-weight: 600;
  }
  .recent_slider_wp .item.scheduling .work_inner .work_text p {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
  }
  /*--scheduling--*/

  /*--idealprotein--*/
  .recent_slider_wp .item.idealprotein .work_inner .work_text {
    top: 20px;
    left: 20px;
    width: 36%;
    color: #ffffff;
  }
  .recent_slider_wp .item.idealprotein .work_inner .work_text h3 {
    font-size: 23px;
    font-weight: 600;
  }
  .recent_slider_wp .item.idealprotein .work_inner .work_text p {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
  }
  /*--idealprotein--*/

  /*--publicservices--*/
  .recent_slider_wp .item.publicservices .work_inner .work_text {
    top: 20px;
    left: 20px;
    width: 38%;
    color: #ffffff;
  }
  .recent_slider_wp .item.publicservices .work_inner .work_text h3 {
    font-size: 23px;
    font-weight: 600;
  }
  .recent_slider_wp .item.publicservices .work_inner .work_text p {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
  }
  /*--publicservices--*/

  /*--wspssave--*/
  .recent_slider_wp .item.wspssave .work_inner .work_text {
    top: 20px;
    left: 20px;
    width: 35%;
  }
  .recent_slider_wp .item.wspssave .work_inner .work_text h3 {
    font-size: 23px;
    font-weight: 600;
  }
  .recent_slider_wp .item.wspssave .work_inner .work_text p {
    font-size: 14px;
    line-height: 24px;
  }
  /*--wspssave--*/

  /*--wecare--*/
  .recent_slider_wp .item.wecare .work_inner .work_text {
    top: 20px;
    left: 20px;
    width: 35%;
  }
  .recent_slider_wp .item.wecare .work_inner .work_text h3 {
    font-size: 23px;
    font-weight: 600;
  }
  .recent_slider_wp .item.wecare .work_inner .work_text p {
    font-size: 14px;
    line-height: 24px;
  }
  .recent_slider_wp .item.wecare .work_inner .work_text h5 {
    font-size: 20px;
    font-weight: 600;
    text-decoration: underline;
  }
  /*--wecare--*/
  .recent_slider_wp .item .work_inner .work_text li img {
    height: 30px;
  }

  .defthealthcare_wp {
    padding: 45px 0;
  }
  .healthcareapp h2 {
    font-size: 40px;
  }
  .healthcareapp p {
    font-size: 15px;
    line-height: 22px;
  }
  .healthcareapp a {
    padding: 16px 30px 16px 28px;
    font-size: 16px;
  }
  .healthcareapp {
    width: 52%;
  }
  .faq_inner_wp .accordion-button {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .develop_box_left {
    padding: 40px 30px;
  }
  .develop_box_right {
    padding: 40px 30px;
  }
  .title_icon_develop h3 {
    font-size: 23px;
  }
  .develop_box_left .title_icon_develop {
    margin-bottom: 20px;
  }
  .develop_box_right .title_icon_develop {
    margin-bottom: 20px;
  }
  .develop_box_left p {
    font-size: 15px;
    line-height: 28px;
  }
  .develop_box_right p {
    font-size: 15px;
    line-height: 28px;
  }
  .faq_inner_wp .accordion-button {
    font-size: 20px;
  }
  .brainstorm h2 {
    font-size: 30px;
  }
  .tabfullwidth .twopart {
    width: 60%;
  }
  .tabfullwidth .stepbtn {
    width: 40%;
  }
  #prevBtn {
    width: auto;
  }
  #nextBtn {
    width: auto;
  }
}
.healthcare-cta.brainstorm .healthcarectabg {
  height: auto !important;
}

@media screen and (max-width: 991px) {
  #cssmenu ul {
    display: none;
  }
  .slide_wapper {
    background-image: inherit;
    background-size: inherit;
    padding: 0;
  }
  .slider_wp {
    background-image: url(../jpg/top_bg.jpg);
    background-size: cover;
  }
  .responsive_logo {
    display: block;
  }
  .decstop_logo {
    display: none;
  }
  .brand-logo img {
    width: auto;
  }
  .brand-logo {
    margin: 0;
  }
  #cssmenu ul li:first-child {
    border-top: 0;
  }
  #cssmenu > ul > li.active > a {
    color: #000000;
  }
  #cssmenu ul li a,
  #cssmenu ul li a:hover {
    color: #000000;
  }
  .header_top {
    padding: 15px 0;
  }
  .header_menu {
    position: relative;
    display: inherit;
    align-items: inherit;
  }
  .topmenu {
    width: 100%;
    display: inherit;
    align-items: inherit;
  }
  #cssmenu #menu-button {
    top: -29px;
    right: 0;
    position: absolute;
    height: 35px;
    width: 35px;
    border-radius: 9px;
    border: 1px solid #000000;
  }
  #cssmenu ul {
    padding-top: 20px;
  }
  #cssmenu {
    position: relative;
  }
  #cssmenu ul li:last-child a {
    width: auto;
    display: inline-block;
    padding: 12px 16px;
    margin-top: 10px;
    border-radius: 5px;
    color: #ffffff;
  }
  #cssmenu ul li:last-child a:hover {
    color: #ffffff;
  }
  #cssmenu #menu-button::before {
    top: 16px;
    right: 9px;
  }
  #cssmenu #menu-button::after {
    top: 11px;
    right: 9px;
  }
  .slide_inner {
    width: 100%;
  }
  .slide_inner p {
    width: 100%;
  }
  .hiderespo {
    display: none;
  }
  .hidedecstop {
    display: block;
  }
  .globle_brands .hidedecstop {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .barand_logo {
    margin-bottom: 0;
    padding: 10px 0;
    min-height: inherit;
  }
  .brand_title h5 {
    text-align: center;
  }
  .needs_diverse_box {
    padding: 15px;
    min-height: 115px;
  }
  .needs_name {
    margin-left: 15px;
  }
  .needs_name h5 {
    font-size: 16px;
  }
  .needs_icon img {
    width: 30px;
  }
  .needs_title h2 {
    font-size: 30px;
    line-height: 48px;
  }
  .owl-carousel .healthcare_icon img {
    width: 112px;
    display: inline-block;
  }
  .healthcare_box {
    min-height: 495px;
    margin-bottom: 0;
  }
  .healthcare_slider .owl-stage {
    padding-left: 0px !important;
  }
  .hold_immense .healthcare_box {
    min-height: 495px;
    margin-bottom: 0;
  }
  .hold_immense .owl-stage {
    padding-left: 0px !important;
  }
  .apart_wp {
    margin-top: 100px;
  }
  .owl-carousel .apart_icon img {
    width: 80px;
    display: inline-block;
  }
  .apart_slider_wp .owl-stage {
    padding-left: 0px !important;
  }
  .apart_slider_wp .apart_box {
    min-height: 480px;
  }
  .faq_inner_wp .accordion-button {
    /* padding-top:22px; */
    padding-bottom: 32px;
    font-size: 20px;
  }
  .develop_box_left {
    margin: 0 0 30px 0;
    height: auto;
  }
  .develop_box_right {
    margin: 0 0 30px 0;
    height: auto;
    text-align: left;
  }
  .develop_box_right .title_icon_develop {
    display: inline-block;
  }
  .develop_box_right .title_icon_develop h3 {
    width: 86%;
  }
  .develop_box_right .title_icon_develop img {
    padding-left: 0;
    margin-bottom: 20px;
  }
 
  .develop_box_left .title_icon_develop img {
    margin-bottom: 20px;
  }
  .healthcareapp {
    width: 100%;
    text-align: center;
  }
  .defthealthcare_wp {
    background-image: url(../jpg/cta-btn-m.jpg);
    padding-bottom: 400px;
  }
  .develop_box_right .aap_decstop {
    display: none;
  }
  .develop_box_right .aap_responsive {
    display: block;
  }
  .develop_box_left .aap_decstop {
    display: none;
  }
  .develop_box_left .aap_responsive {
    display: block;
  }
  .develop_box_left .title_icon_develop {
    display: inherit;
  }
  .develop_box_left a img {
    padding-left: 8px;
  }

  /*--tracker--*/
  .recent_slider_wp .item.tracker {
    border: 2px solid #502dcc;
  }
  .recent_slider_wp .item.tracker .work_inner .work_text {
    top: 40px;
    left: 0;
    width: 100%;
    padding: 0 30px;
  }
  .recent_slider_wp .item.tracker .work_inner .work_text h3 {
    font-size: 32px;
    font-weight: 600;
  }
  .recent_slider_wp .item.tracker .work_inner .work_text p {
    font-size: 16px;
    line-height: 24px;
    padding-right: 20px;
  }
  /*--tracker--*/

  /*--wsps--*/
  .recent_slider_wp .item.wsps .work_inner .work_text {
    top: 40px;
    left: 0;
    width: 100%;
    padding: 0 30px;
  }
  .recent_slider_wp .item.wsps .work_inner .work_text h3 {
    font-size: 32px;
    font-weight: 600;
  }
  .recent_slider_wp .item.wsps .work_inner .work_text p {
    font-size: 16px;
    line-height: 24px;
  }
  /*--wsps--*/

  /*--virtual--*/
  .recent_slider_wp .item.virtual .work_inner .work_text {
    top: 40px;
    left: 0;
    width: 100%;
    padding: 0 30px;
  }
  .recent_slider_wp .item.virtual .work_inner .work_text h3 {
    font-size: 32px;
    font-weight: 600;
  }
  .recent_slider_wp .item.virtual .work_inner .work_text p {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
  }
  /*--virtual--*/

  /*--protein--*/
  .recent_slider_wp .item.protein .work_inner .work_text {
    top: 150px;
    left: 0;
    width: 100%;
    padding: 0 30px;
  }
  .recent_slider_wp .item.protein .work_inner .work_text h3 {
    font-size: 32px;
    font-weight: 600;
  }
  .recent_slider_wp .item.protein .work_inner .work_text p {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
  }
  .active_users {
    position: absolute;
    bottom: inherit;
    top: 40px;
    left: 30px;
  }
  .active_users ul {
    padding: 0;
    margin: 0;
  }
  .active_users li {
    display: inline-block;
    color: #ffffff;
  }
  .active_users li:first-child {
    margin-right: 40px;
  }
  .active_users li h3 {
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .active_users li h3 span {
    font-size: 32px;
    font-weight: 500;
  }
  .active_users li p {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
  }
  /*--protein--*/

  /*--scheduling--*/
  .recent_slider_wp .item.scheduling .work_inner .work_text {
    top: 40px;
    left: 0;
    width: 100%;
    padding: 0 30px;
  }
  .recent_slider_wp .item.scheduling .work_inner .work_text h3 {
    font-size: 32px;
    font-weight: 600;
  }
  .recent_slider_wp .item.scheduling .work_inner .work_text p {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
  }
  /*--scheduling--*/

  /*--idealprotein--*/
  .recent_slider_wp .item.idealprotein .work_inner .work_text {
    top: 40px;
    left: 0;
    width: 100%;
    padding: 0 30px;
  }
  .recent_slider_wp .item.idealprotein .work_inner .work_text h3 {
    font-size: 32px;
    font-weight: 600;
  }
  .recent_slider_wp .item.idealprotein .work_inner .work_text p {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
  }
  /*--idealprotein--*/

  /*--publicservices--*/
  .recent_slider_wp .item.publicservices .work_inner .work_text {
    top: 40px;
    left: 0;
    width: 100%;
    padding: 0 30px;
  }
  .recent_slider_wp .item.publicservices .work_inner .work_text h3 {
    font-size: 32px;
    font-weight: 600;
  }
  .recent_slider_wp .item.publicservices .work_inner .work_text p {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
  }
  /*--publicservices--*/

  /*--wspssave--*/
  .recent_slider_wp .item.wspssave .work_inner .work_text {
    top: 40px;
    left: 0;
    width: 100%;
    padding: 0 30px;
  }
  .recent_slider_wp .item.wspssave .work_inner .work_text h3 {
    font-size: 42px;
    font-weight: 600;
  }
  .recent_slider_wp .item.wspssave .work_inner .work_text p {
    font-size: 16px;
    line-height: 24px;
  }
  /*--wspssave--*/

  /*--wecare--*/
  .recent_slider_wp .item.wecare .work_inner .work_text {
    top: 40px;
    left: 0;
    width: 100%;
    padding: 0 30px;
  }
  .recent_slider_wp .item.wecare .work_inner .work_text h3 {
    font-size: 42px;
    font-weight: 600;
  }
  .recent_slider_wp .item.wecare .work_inner .work_text p {
    font-size: 16px;
    line-height: 24px;
  }
  .recent_slider_wp .item.wecare .work_inner .work_text h5 {
    font-size: 20px;
    font-weight: 600;
    text-decoration: underline;
  }
  /*--wecare--*/

  .app_idea {
    background-image: url(../png/mobile-form-1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .brainstorm_wapper .tab .first_input {
    width: 100%;
  }
  .brainstorm_wapper .tab .first_input:nth-child(1) {
    padding-right: 0;
  }
  .brainstorm_wapper .tab .first_input:nth-child(2) {
    padding-left: 0;
  }
  #regForm {
    width: 100%;
    /*padding-bottom:100px;*/
  }
  .tabfullwidth {
    display: block;
  }
  .tabfullwidth .twopart {
    width: 100%;
  }
  .tabfullwidth .stepbtn {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
    flex-direction: inherit;
    justify-content: start;
  }
  .tabfullwidth .stepbtn #prevBtn {
    width: 200px;
    margin-bottom: 0;
    margin-right: 10px;
  }
  .tabfullwidth .stepbtn #nextBtn {
    width: 200px;
  }
  .tabfullwidth .stepbtn #prevBtn.wizard_btn_respon {
    display: block;
    border: none;
    padding: 0;
    width: auto;
  }
  .tabfullwidth .wizard_btn_decs {
    display: none;
  }

  .needs_title h2 b::after {
    position: inherit;
    bottom: inherit;
    left: inherit;
    content: inherit;
    width: inherit;
    height: inherit;
    z-index: inherit;
    background-image: inherit;
    animation: inherit;
  }

  .needs_title .needs_hide_decstop::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    height: 4px;
    width: 196px;
    animation: 5s linear infinite alternate forwards border_anim5;
    background: linear-gradient(90deg, #ff4995 65%, #0091ff 35%) top/100% 3px
      no-repeat;
    margin: 0 auto;
  }
  @keyframes border_anim5 {
    0% {
      width: 0%;
    }

    100% {
      width: 196px;
    }
  }

  .app_idea {
    padding-bottom: 100px;
  }
  .globle_brands,
  .needs_diverse,
  .healthcare {
    overflow-x: hidden;
  }

  #healthcareemaillocationdem {
    bottom: 21% !important;
  }
  #healthcarenamelocationdem {
    bottom: 48% !important;
  }
  .submtbutn-healthcare {
    transform: translate(0, 0%);
  }
  #healthcarecitizenForm .form-control {
    width: 330px !important;
  }
  .submtbutn-healthcare {
    transform: translate(0, 0%) !important;
    -webkit-transform: translate(0, 0%) !important;
    -moz-transform: translate(0, 0%) !important;
    -ms-transform: translate(0, 0%) !important;
    -o-transform: translate(0, 0%) !important;
  }
  #healthcare-mobileno-dem {
    right: 7% !important;
    top: 18% !important;
  }
}

@media screen and (max-width: 768px) {
  .slide_inner .title_one {
    font-size: 52px;
    line-height: 72px;
  }
  .slide_inner .title_two {
    font-size: 52px;
    line-height: 72px;
  }
}

@media screen and (max-width: 576px) {
  .megamenu-li:hover .megamenu {
    transform: none;
    display: none;
    transition: none;
  }
  #budgeterror-brainstrome {
    top: 243px !important;
    left: 3% !important;
  }
  .dropdown-menu.show {
    display: block !important;
    transform: scaleY(1) !important;
    padding: 0;
  }
  #new-nav .dropdown-menu {
    height: 91%;
  }
  #new-nav .services-more-about span:last-child a:after {
    right: 176px;
  }
  .iti--separate-dial-code .iti__selected-flag {
    background-color: #fff !important;
  }

  .slide_inner .title_one {
    font-size: 42px;
    line-height: 62px;
  }
  .slide_inner .title_two {
    font-size: 42px;
    line-height: 62px;
  }
  .slider_wp {
    background-image: url(../png/top_bg_respo.png);
    height: 100vh;
    background-size: cover;
    padding-bottom: 54px;
    padding-top: 30vh !important;
  }
  .slide_inner p {
    font-size: 14px;
    line-height: 25.9px;
    margin-bottom: 16px;
  }
  .faq_inner_wp .accordion-button {
    /* padding-top:10px;
         padding-bottom:10px;
          margin-top:16px;  */
    font-size: 16px;
    line-height: 27px;
    width: 85vw;
  }
  .slide_inner a {
    display: flex;
    font-size: 14px;
    align-items: center;
    padding-top: 21px;
    padding-bottom: 21px;
  }
  .slide_inner a img {
    height: 14px;
  }
  .globle_brands {
    padding-top: 30px;
    padding-bottom: 8px;
  }
  .brand_title h5 {
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 600;
    color: #212121;
  }
  .healthcare_name {
    padding: 0 15px;
  }
  .healthcare .healthcare_box.color-one .healthcare_name h4 {
    font-size: 25px;
    line-height: 38px;
  }
  .healthcare .healthcare_box.color-one .healthcare_name h4 {
    font-size: 25.57px;
    line-height: 38px;
  }
  .healthcare .healthcare_box.color-two .healthcare_name h4 {
    font-size: 25.57px;
    line-height: 38px;
  }
  .healthcare .healthcare_box.color-three .healthcare_name h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .healthcare .healthcare_box.color-four .healthcare_name h4 {
    font-size: 25.57px;
    line-height: 38px;
  }
  .healthcare .healthcare_box.color-six .healthcare_name h4 {
    font-size: 24px;
    line-height: 38px;
  }
  .healthcare .healthcare_box.color-five .healthcare_name h4 {
    font-size: 25.57px;
    line-height: 38px;
  }
  .healthcare .healthcare_box.color-sevan .healthcare_name h4 {
    font-size: 25.57px;
    line-height: 38px;
  }
  .healthcare .healthcare_box.color-eight .healthcare_name h4 {
    font-size: 25.57px;
    line-height: 38px;
  }
  .healthcare .healthcare_box.color-nine .healthcare_name h4 {
    font-size: 25.57px;
    line-height: 38px;
  }
  .healthcare_name p {
    font-size: 15px;
    line-height: 25px;
  }
  .owl-carousel .healthcare_icon img {
    width: auto;
    height: auto;
  }
  .healthcare_box {
    padding-bottom: 20px;
    min-height: 600px;
  }
  .healthcare .healthcare_box {
    padding-bottom: 20px;
    min-height: 600px;
  }
  .hold_immense .healthcare_name h4 {
    font-size: 23.34px;
    line-height: 35px;
  }
  .hold_immense .color-ten .healthcare_name h4 {
    margin-bottom: 3px;
    margin-top: -40px;
  }
  .hold_immense .color-eleven .healthcare_name h4 {
    margin-bottom: 4px;
    margin-top: -10px;
  }
  .hold_immense .color-twelve .healthcare_name h4 {
    margin-bottom: 4px;
    margin-top: -10px;
  }
  .hold_immense .color-thirteen .healthcare_name h4 {
    margin-bottom: 3px;
  }
  .hold_immense .color-fourteen .healthcare_name h4 {
    margin-bottom: 4px;
  }
  .hold_immense .color-fifteen .healthcare_name h4 {
    margin-bottom: 3px;
  }
  .hold_immense .color-sixteen .healthcare_name h4 {
    margin-bottom: 4px;
  }
  .hold_immense .color-seventeen .healthcare_name h4 {
    margin-bottom: 4px;
  }
  .hold_immense .color-eighteen .healthcare_name h4 {
    margin-bottom: 0px;
  }
  .hold_immense .color-sixteen .healthcare_name p {
    line-height: 23.3px;
  }
  .hold_immense .healthcare_box {
    min-height: 468px;
  }
  .hold_immense .healthcare_name p {
    font-size: 14.17px;
    line-height: 25px;
  }
  .apart_box {
    padding: 32px 26px 0;
    margin-bottom: 0;
  }
  .apart_name h4 {
    width: 100%;
  }
  .apart_icon {
    margin-bottom: 20px;
  }
  .apart_name p {
    font-size: 14px;
    line-height: 24px;
  }
  .color-twentyfive .apart_name p {
    font-size: 13px;
  }
  .owl-theme .owl-nav {
    margin-top: 24px;
  }
  .apart_slider_wp .apart_box {
    min-height: 414px;
  }
  .apart_name {
    padding-right: 0;
  }
  .apart_wp .apart_name h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .faq_inner_wp {
    padding: 0 5px;
  }
  .faq_wp .needs_title .needs_hide_decstop {
    margin-bottom: 20px;
  }
  .develop_box_left {
    padding: 45px 20px;
    border-radius: 12px;
  }
  .develop_box_right {
    padding: 45px 20px;
    border-radius: 12px;
  }
  .develop_box_right .title_icon_develop h3 {
    width: 100%;
    font-size: 28px;
  }
  .develop_box_right .title_icon_develop img {
    padding-left: 0;
    margin-bottom: 20px;
  }
  .develop_box_left .title_icon_develop h3 {
    width: 100%;
    font-size: 28px;
  }
  .develop_box_left .title_icon_develop img {
    margin-bottom: 20px;
  }
  .develop_box_left p {
    font-size: 14px;
    line-height: 24px;
  }
  .develop_box_right p {
    font-size: 14px;
    line-height: 24px;
  }
  .defthealthcare_wp {
    padding-bottom: 358px;
  }
  .healthcareapp a {
    font-size: 16px;
  }
  .healthcareapp h2 {
    font-size: 32px;
    line-height: 49px;
    margin-bottom: 6px;
  }
  .defthealthcare_wp {
    padding-top: 18px;
  }
  .healthcareapp p {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 16px;
  }
  .needs_diverse_box {
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .needs_name {
    margin: 0;
  }
  .needs_icon {
    margin-bottom: 20px;
  }
  .needs_icon img {
    width: 48px;
  }
  .needs_name h5 {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
  }
  .needs_title h2 {
    margin-bottom: 40px;
  }
  .needs_diverse_box {
    min-height: 170px;
  }

  /*--tracker--*/
  .recent_slider_wp .item.tracker {
    border: 0;
  }
  .recent_slider_wp .item.tracker .work_inner .work_text {
    top: 47px;
    left: 0;
    width: 100%;
    padding: 0 15px;
  }
  .recent_slider_wp .item.tracker .work_inner .work_text h3 {
    font-size: 24px;
    font-weight: 600;
  }
  .recent_slider_wp .item.tracker .work_inner .work_text p {
    font-size: 13px;
    line-height: inherit;
    padding-right: 20px;
  }
  /*--tracker--*/

  /*--wsps--*/
  .recent_slider_wp .item.wsps .work_inner .work_text {
    top: 39px;
    left: 0;
    width: 100%;
    padding: 0 15px;
  }
  .recent_slider_wp .item.wsps .work_inner .work_text h3 {
    font-size: 24px;
    font-weight: 600;
  }
  .recent_slider_wp .item.wsps .work_inner .work_text p {
    font-size: 13px;
    line-height: inherit;
  }
  /*--wsps--*/

  /*--virtual--*/
  .recent_slider_wp .item.virtual .work_inner .work_text {
    top: 15px;
    left: 0;
    width: 100%;
    padding: 0 15px;
  }
  .recent_slider_wp .item.virtual .work_inner .work_text h3 {
    font-size: 24px;
    font-weight: 600;
  }
  .recent_slider_wp .item.virtual .work_inner .work_text p {
    font-size: 13px;
    line-height: inherit;
    color: #000000;
  }
  /*--virtual--*/

  /*--protein--*/
  .padding_respon_576 {
    padding: 0;
  }
  .recent_slider_wp .item.protein .work_inner .work_text {
    top: 75px;
    left: 0;
    width: 100%;
    padding: 0 15px;
  }
  .recent_slider_wp .item.protein .work_inner .work_text h3 {
    font-size: 24px;
    font-weight: 600;
  }
  .recent_slider_wp .item.protein .work_inner .work_text p {
    font-size: 13px;
    line-height: inherit;
    color: #ffffff;
  }
  .active_users {
    position: absolute;
    bottom: inherit;
    top: 10px;
    left: 0;
    padding: 0 15px;
  }
  .active_users ul {
    padding: 0;
    margin: 0;
  }
  .active_users li {
    display: inline-block;
    color: #ffffff;
  }
  .active_users li:first-child {
    margin-right: 0;
  }
  .active_users li h3 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 0;
  }
  .active_users li h3 span {
    font-size: 18px;
    font-weight: 500;
  }
  .active_users li p {
    font-size: 13px;
    font-weight: 500;
    line-height: inherit;
    margin-bottom: 5px;
  }
  /*--protein--*/

  /*--scheduling--*/
  .recent_slider_wp .item.scheduling .work_inner .work_text {
    top: 15px;
    left: 0;
    width: 100%;
    padding: 0 15px;
  }
  .recent_slider_wp .item.scheduling .work_inner .work_text h3 {
    font-size: 24px;
    font-weight: 600;
  }
  .recent_slider_wp .item.scheduling .work_inner .work_text p {
    font-size: 13px;
    line-height: inherit;
    color: #ffffff;
  }
  /*--scheduling--*/

  /*--idealprotein--*/
  .recent_slider_wp .item.idealprotein .work_inner .work_text {
    top: 15px;
    left: 0;
    width: 100%;
    padding: 0 15px;
  }
  .recent_slider_wp .item.idealprotein .work_inner .work_text h3 {
    font-size: 24px;
    font-weight: 600;
  }
  .recent_slider_wp .item.idealprotein .work_inner .work_text p {
    font-size: 13px;
    line-height: inherit;
    color: #ffffff;
  }
  /*--idealprotein--*/

  /*--publicservices--*/
  .recent_slider_wp .item.publicservices .work_inner .work_text {
    top: 15px;
    left: 0;
    width: 100%;
    padding: 0 15px;
  }
  .recent_slider_wp .item.publicservices .work_inner .work_text h3 {
    font-size: 24px;
    font-weight: 600;
  }
  .recent_slider_wp .item.publicservices .work_inner .work_text p {
    font-size: 13px;
    line-height: inherit;
    color: #ffffff;
  }
  /*--publicservices--*/

  /*--wspssave--*/
  .recent_slider_wp .item.wspssave .work_inner .work_text {
    top: 15px;
    left: 0;
    width: 100%;
    padding: 0 15px;
  }
  .recent_slider_wp .item.wspssave .work_inner .work_text h3 {
    font-size: 24px;
    font-weight: 600;
  }
  .recent_slider_wp .item.wspssave .work_inner .work_text p {
    font-size: 13px;
    line-height: inherit;
  }
  /*--wspssave--*/

  /*--wecare--*/
  .recent_slider_wp .item.wecare .work_inner .work_text {
    top: 15px;
    left: 0;
    width: 100%;
    padding: 0 15px;
  }
  .recent_slider_wp .item.wecare .work_inner .work_text h3 {
    font-size: 24px;
    font-weight: 600;
  }
  .recent_slider_wp .item.wecare .work_inner .work_text p {
    font-size: 13px;
    line-height: inherit;
  }
  .recent_slider_wp .item.wecare .work_inner .work_text h5 {
    font-size: 20px;
    font-weight: 600;
    text-decoration: underline;
  }
  /*--wecare--*/
  .recent_slider_wp .item .work_inner .work_text li img {
    height: 30px;
  }
  .brainstorm h2 {
    font-size: 36px;
  }
  .hidedecstop .col-md-12 {
    padding: 0;
  }
  .needs_diverse {
    padding-top: 40px;
  }
  .healthcare {
    margin-top: 20px;
  }
  .healthcare .needs_title h2 {
    margin-bottom: 50px;
  }
  .recent_work {
    margin-top: 48px;
  }
  .recent_work .needs_title h2 {
    margin-bottom: 32px;
  }
  .recent_work {
    margin-bottom: 51px;
  }
  .recent_work .owl-theme .owl-nav {
    margin-top: 35px;
  }
  .hold_immense.healthcare {
    margin-top: 49px;
  }
  .hold_immense.healthcare .needs_title h2 {
    margin-bottom: 48px;
  }
  .apart_wp {
    margin-top: 52px;
  }
  .apart_wp .needs_title h2 {
    margin-bottom: 18px;
  }
  .faq_wp {
    margin-top: 32px;
    margin-bottom: 37px;
  }
  .needs_title .needs_hide_decstop {
    font-size: 32px;
    line-height: 48px;
    font-weight: 500;
  }
  .healthcare .needs_title h2.needs_hide_decstop {
    font-size: 28px;
    line-height: 42px;
    font-weight: 400;
  }
  .healthcare .needs_title h2.needs_hide_decstop b {
    font-weight: 600;
  }
  .hold_immense.healthcare .needs_title h2.needs_hide_decstop {
    font-size: 28px;
    line-height: 42px;
    font-weight: 400;
  }
  .hold_immense.healthcare .needs_title h2.needs_hide_decstop b {
    font-weight: 600;
  }
  .needs_diverse .needs_title .needs_hide_decstop {
    font-size: 28px;
    font-weight: 600;
    line-height: 42px;
  }
  .develop_box_left {
    margin-bottom: 32px;
  }
  .barand_logo.text_right_res {
    justify-content: right;
  }
  .barand_logo.text_left_res {
    justify-content: left;
  }
  .faq_inner_wp .accordion-button {
    font-weight: 600;
    text-align: inherit;
  }
  .needs_diverse .col-md-4:nth-child(2) .needs_diverse_box {
    padding: 46px 25px;
  }
  .needs_diverse .col-md-4:nth-child(6) .needs_diverse_box {
    padding: 46px 23px;
  }
  .healthcare-cta.brainstorm .healthcarectabg {
    background-image: url(../jpg/healthcare-app-development-firm.jpg) !important;
    background-position: bottom !important;
    padding: 26px 0 0px 25px !important;
  }
  .healthcare-cta.brainstorm .healthcarectabg.bgchange {
    background-image: url(../jpg/healthcare-form-bg.jpg) !important;
    background-position: initial !important;
    padding: 103px 0 0px 25px !important;
    height: 40rem !important;
  }
  .brainstorm h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 42px;
    color: #ffffff;
    width: 80%;
  }
  #healthcarecitizenForm .iti--separate-dial-code .iti__selected-flag {
    top: 10px !important;
    width: 96px !important;
    margin-top: 2px !important;
  }
  .healthcare-cta.brainstorm .form-control {
    width: 396px !important;
  }
  .healthcare-cta.brainstorm .healthcarectabg {
    height: 60vh !important;
  }
  /* .form-group {
        margin-bottom: 0.8rem !important;
    } */
  #healthcarenamelocationdem {
    bottom: 37% !important;
  }
  #healthcareemaillocationdem {
    bottom: 10% !important;
  }
  .healthcare-cta.brainstorm .form-control {
    width: 90vw !important;
  }
}
@media screen and (max-width: 480px) {
  #admodal11 .row {
    --bs-gutter-x: -0.5rem;
  }
  .dropdown-item:focus,
  .dropdown-item:hover {
    background-color: initial;
  }

  .slide_inner .title_one {
    font-size: 37.76px;
    line-height: 48.77px;
  }
  .slide_inner .title_two {
    font-size: 37.76px;
    line-height: 48.77px;
  }
  .needs_title h2 {
    font-size: 22px;
  }
  .needs_title .needs_hide_decstop {
    display: block;
    line-height: inherit;
    position: relative;
    padding-bottom: 11px;
  }
  .needs_title .needs_hide_decstop b {
    font-weight: 600;
  }
  .needs_title .needs_hide_respo {
    display: none;
  }
 
  .owl-carousel .owl-nav button.owl-next:hover {
    background: linear-gradient(92.73deg, #0091ff 1.57%, #00c2ff 98.39%);
  }
  .owl-carousel .owl-nav button.owl-prev:hover {
    background: linear-gradient(92.73deg, #0091ff 1.57%, #00c2ff 98.39%);
  }
  .first_input input:not(:placeholder-shown) + label {
    opacity: unset;
  }
  body {
    overflow-x: hidden;
  }
  .healthcare-cta.brainstorm .healthcarectabg.bgchange {
    height: 45rem !important;
  }
  .healthcare-cta.brainstorm .iti__country-list {
    top: 59px !important;
    left: -9px !important;
  }
  .dropdown-toggle::after {
    display: none;
  }
  .slide_inner p br {
    display: none;
  }
  .faq_inner_wp .accordion-button::after {
    transform: translate(36px);
  }
  .navbar {
    position: absolute;
  }
}

@media screen and (min-width: 1024px) {
  .hold_immense .color-eighteen .healthcare_icon {
    margin-bottom: 15px;
    margin-top: 0;
  }
  .navbar-light .navbar-nav .show > .nav-link {
    color: #ffffff;
    opacity: 0.7;
  }
  .megamenu-li:hover .megamenu {
    transition: all 0.5s ease-in-out;
    transform: scaleY(1);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
  }
  .owl-stage {
    transition: all 2s ease 0s !important;
    -webkit-transition: all 2s ease 0s !important;
    -moz-transition: all 2s ease 0s !important;
    -ms-transition: all 2s ease 0s !important;
    -o-transition: all 2s ease 0s !important;
  }
  .dropdown-item:focus,
  .dropdown-item:hover {
    background-color: initial;
  }
  .call_and_contact .nav-link {
    opacity: unset !important;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
  }
  #healthcare-mobileno-dem br {
    display: none;
  }
  #healthcare-mobileno-dem {
    left: 53%;
    top: 18%;
  }
  .dropdown-toggle::after {
    display: none;
  }
  .slide_wapper {
    height: 103vh;
  }
  .navbar-light .navbar-nav .nav-link {
    color: #ffffff;
    opacity: 0.7;
  }
  .recent_slider_wp .work_text h3 {
    font-family: "Poppins";
    font-weight: 600 !important;
    font-size: 35.2289px !important;
    line-height: 126% !important;
    letter-spacing: -0.858379px;
    color: #ffffff;
  }
  .app_idea label {
    left: 1.5vw;
  }
  #emaillableh {
    left: 1.9vw;
  }

  .plusminus {
    float: right;
    margin-top: -71px;
    font-size: 30px;
    cursor: pointer;
  }
  .color-six {
    padding-top: 26px !important;
  }
  .color-six .healthcare_icon {
    margin-bottom: 21px;
  }
  .color-sevan .healthcare_icon {
    margin-bottom: 35px;
  }
  .hold_immense .healthcare_icon {
    margin-bottom: 29px;
    margin-top: 0;
  }
  .hold_immense .color-thirteen .healthcare_icon {
    margin-bottom: 12px;
    margin-top: 0;
  }
  .hold_immense .color-fifteen .healthcare_icon {
    margin-bottom: 38px;
    margin-top: 0;
  }
  .healthcare-cta.brainstorm .iti__country-list {
    position: absolute;
    width: 273px;
    height: 266px;
    top: 59px;
    left: -11px;
    background: #ffffff;
    border-radius: 8px;
    overflow-x: hidden;
  }
  .healthcare-cta.brainstorm .healthcarectabg.bgchange {
    padding: 34px 0 0px 52px;
  }
  #healthcarecitizenForm .iti--separate-dial-code .iti__selected-flag {
    height: 36px;
    margin-top: 12px;
    /* background-color: transparent !important; */
  }
  .healthcare .healthcare_box.color-three h5 {
    font-size: 22px !important;
  }

  #admodal11 .modal-body .row {
    margin: auto;
  }
}
@media screen and (max-width: 450px) {
  .footersec .owl-carousel .owl-nav button.owl-next:hover {
    background: initial;
  }
  .footersec .owl-carousel .owl-nav button.owl-prev:hover {
    background: initial;
  }
  .bgchange {
    background-image: url(../jpg/healthcare-form-bg.jpg) !important;
  }
  #healthcaregoback {
    background-color: initial !important;
    color: initial;
    padding: 0px;
    width: auto;
    border: none !important;
  }
  .healthcare-cta .ctaBtn {
    margin-bottom: 0px;
  }
  #healthcaregoback span {
    display: none;
  }
  .briefdesc {
    margin-bottom: 1rem !important;
  }
  .submtbutn-healthcare {
    display: inline-flex;
  }
  #healthcaresubbtn {
    margin-left: 10px;
  }
  #healthcare-mobileno-dem br {
    display: none;
  }
  #healthcare-mobileno-dem {
    right: -2% !important;
    top: 32% !important;
    pointer-events: none;
  }
  #healthcarecitizenForm .form-control {
    width: 381px !important;
  }
  .healthcare-cta.brainstorm .text-danger {
    width: 100%;
  }
  #healthcareemaillocationdem {
    width: 100%;
  }
  .healthcare-cta .ctaBtn a:after,
  .healthcare-cta .ctaBtn a:before {
    display: none;
  }
  .needs_diverse .col-md-4:nth-child(1) .needs_diverse_box {
    background-color: #eef6ff;
    padding: 45px 21px;
  }
  .needs_diverse .col-md-4:nth-child(3) .needs_diverse_box {
    background-color: #f7eeff;
    padding: 45px 25px;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .footersec .addresslidernew .owl-nav button.owl-next,
  .footersec .addresslidernew .owl-nav button.owl-prev {
    margin: -2px;
  }
  #touchsec .sum-captcha-l #operation {
    font-size: 15px !important;
  }
  .recent_slider_wp .work_text p {
    font-size: 14px !important;
  }
  .recent_slider_wp .work_text h3 {
    font-size: 25px !important;
  }
  .accordion-button:not(.collapsed)::after {
    transform: translate(36px);
    background-image: url(../svg/minus.svg);
    -webkit-transform: translate(36px);
    -moz-transform: translate(36px);
    -ms-transform: translate(36px);
    -o-transform: translate(36px);
  }
}

@media screen and (max-width: 415px) {
  .needs_diverse .col-md-4:nth-child(6) .needs_diverse_box {
    padding: 56px 23px;
  }
  .healthcare-cta.brainstorm .healthcarectabg {
    padding: 26px 0 0px 18px !important;
  }
}
@media screen and (max-width: 400px) {
  .needs_diverse .col-md-4:nth-child(6) .needs_diverse_box {
    padding: 56px 23px;
  }
  .slider_wp {
    padding-bottom: 22px;
    padding-top: 25vh !important;
  }
  .healthcare-cta.brainstorm .form-control {
    width: 90vw !important;
  }
  .brainstorm h2 {
    font-size: 32px;
  }
  .focuslabel {
    height: auto !important;
  }
  .needs_diverse .col-md-4:nth-child(3) .needs_diverse_box {
    background-color: #f7eeff;
    padding: 56px 25px;
  }
  .needs_diverse .col-md-4:nth-child(5) .needs_diverse_box {
    background-color: #eefff9;
    padding: 45px 23px;
  }
  .healthcare-cta.brainstorm .healthcarectabg.bgchange {
    padding: 103px 0 0px 5px !important;
  }
  .apart_slider_wp .apart_box {
    min-height: 430px;
  }
}
@media screen and (max-width: 380px) {
  .slider_wp {
    padding-bottom: 39px;
    padding-top: 14rem !important;
    background-repeat: no-repeat;
  }
  .needs_diverse .col-md-4:nth-child(2) .needs_diverse_box {
    padding: 57px 25px;
  }
  .healthcare-cta.brainstorm .form-control {
    width: 90vw !important;
  }
  .needs_diverse .col-md-4:nth-child(2) .needs_diverse_box {
    padding: 45px 25px;
  }
  .healthcare-cta.brainstorm .healthcarectabg {
    background-position: right !important;
  }
  .healthcare_slider_wp .healthcare_box {
    /* min-height: 647px; */
    height: 724px;
  }
  .recent_work {
    margin-top: 29px;
  }
  .hold_immense .healthcare_box {
    min-height: 485px;
  }
  .recent_slider_wp .item.tracker .work_inner .work_text {
    top: 12px;
  }
  .recent_slider_wp .work_text p {
    font-size: 13px !important;
  }
}
@media screen and (max-width: 360px) {
  #admodal11 form .sub-button {
    width: 100%;
    margin-top: -12px;
    margin-left: 0;
  }
  #admodal11 h5 {
    width: 66%;
  }

  .healthcare .healthcare_box {
    padding-bottom: 20px;
    min-height: 673px;
  }
  .hold_immense .healthcare_box {
    padding-bottom: 20px;
    min-height: 497px;
  }
  .slide_inner .title_one {
    font-size: 29.76px;
    line-height: 48.77px;
  }
  .slide_inner .title_two {
    font-size: 29.76px;
    line-height: 48.77px;
  }
  .healthcare-cta.brainstorm .form-control {
    width: 90vw !important;
  }
  .healthcare-cta.brainstorm .healthcarectabg.bgchange {
    padding: 103px 0 0px 16px !important;
  }
  .healthcare-cta.brainstorm .text-danger {
    width: 100%;
  }
  .needs_diverse .col-md-4:nth-child(1) .needs_diverse_box {
    background-color: #eef6ff;
    padding: 26px 21px;
  }
  .needs_diverse .col-md-4:nth-child(2) .needs_diverse_box {
    padding: 36px 25px;
  }
  #healthcarecitizenForm .form-control {
    width: 331px !important;
  }
  .apart_slider_wp .apart_box {
    min-height: 448px;
  }
  .slide_inner p {
    font-size: 12px;
  }
  .healthcare_slider_wp .healthcare_box {
    height: 742px;
  }
}

@media screen and (max-width: 320px) {
  #admodal11 h5 {
    padding-top: 81px;
  }
  .hold_immense.healthcare .needs_title h2.needs_hide_decstop {
    font-size: 25px;
    line-height: 42px;
    font-weight: 400;
  }
  .slider_wp {
    padding-top: 55px;
    padding-bottom: 23px;
  }
  .slide_inner a {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .needs_diverse .col-md-4:nth-child(2) .needs_diverse_box {
    padding: 37px 25px;
  }
  .healthcare .healthcare_box {
    min-height: 726px;
  }
  .healthcareapp a {
    font-size: 13px;
  }
  .hold_immense .healthcare_box {
    min-height: 542px;
  }
  .apart_slider_wp .apart_box {
    min-height: 500px;
  }
  .faq_inner_wp .accordion-button {
    width: 82vw;
  }
  .healthcare-cta.brainstorm .form-control {
    width: 90vw !important;
  }
  #healthcarenamelocationdem {
    bottom: 37% !important;
  }
  #healthcareemaillocationdem {
    bottom: 9% !important;
  }
  .healthcare-cta.brainstorm .healthcarectabg.bgchange {
    background-position: center !important;
    padding: 103px 0 0px 16px !important;
    height: 45rem !important;
  }
  .brainstorm h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 42px;
    color: #ffffff;
    width: 100%;
  }
  #healthcarecitizenForm .form-control {
    width: 290px !important;
  }
  .healthcare-cta.brainstorm .text-danger {
    width: 100%;
  }
  #healthcare-mobileno-dem {
    right: -3% !important;
    top: 33% !important;
  }
  .healthcare-cta.brainstorm .healthcarectabg {
    height: 36rem !important;
  }
  .healthcare-cta.brainstorm .text-danger {
    font-size: 13px;
  }
  .recent_slider_wp .work_text h3 {
    font-size: 21px !important;
  }
  .recent_slider_wp .work_text p {
    font-size: 11px !important;
  }
  .recent_slider_wp .work_text h3 {
    font-size: 21px !important;
  }
  .recent_slider_wp .work_text h5 {
    font-size: 14px;
  }
  .recent_slider_wp .item.wsps .work_inner .work_text {
    top: 16px;
  }
  .work_img img {
    height: 132vh !important;
  }
  .slider_wp {
    padding-top: 15vh !important;
    height: auto;
  }
  .healthcare_slider_wp .healthcare_box {
    height: 788px;
  }
}
.twopart .iti--separate-dial-code .iti__selected-flag {
  margin-top: 0.5vh;
}

body {
  max-width: 100vw;
  overflow-x: hidden;
}
.owl-theme .owl-nav .disabled {
  display: none !important;
}
@media screen and (min-width: 1400px) {
  #healthcare-mobileno-dem {
    right: 37% !important;
  }
  .color-six .healthcare_icon {
    margin-bottom: 32px;
  }
  #healthcare-mobileno-dem {
    left: 50%;
  }

  .healthcare_box {
    min-height: 680px;
  }
}
@media screen and (min-width: 1480px) {
  .slider_wp {
    padding-top: 35vh;
  }
  .healthcare_box {
    min-height: 545px;
  }
  .hold_immense .healthcare_box {
    min-height: 472px;
  }
  #healthcare-mobileno-dem {
    left: 47% !important;
  }
}
.book-now-btn {
  right: -108px;
}

@media screen and (min-width: 1500px) {
  .healthcare_box {
    height: 653px;
  }
  .hold_immense .healthcare_box {
    height: 576px;
  }
  .apart_box {
    height: 524px;
    min-height: unset;
  }
  .slide_inner .title_two {
    left: 0px;
  }
 
  .color-six .healthcare_icon {
    margin-bottom: 39px;
  }
  .hold_immense .color-eighteen .healthcare_icon {
    margin-bottom: 15px;
    margin-top: 0;
  }
}
.recent_slider_wp .owl-carousel .owl-item img {
  width: 100%;
  height: 91vh;
  object-fit: fill;
}

@media screen and (min-width: 1000px) and (max-width: 1200px) {
  .slider_wp {
    padding-top: 20vh !important;
    padding-bottom: 228px;
  }
  .healthcare_box {
    min-height: unset;
    height: 718px;
  }
  .apart_box {
    min-height: 697px;
    padding: 52px 26px 0;
    margin-bottom: 24px;
  }
  .slide_inner .title_one {
    font-size: 60px;
  }
  .slide_inner .title_two {
    font-size: 60px;
  }
  .healthcare-cta.brainstorm .text-danger {
    bottom: 26% !important;
  }
}
@media screen and (min-width: 750px) and (max-width: 900px) {
  .slide_inner a {
    font-size: 22px;
  }
  .app_idea label {
    left: 3vw;
  }
  .needs_diverse_box {
    min-height: 191px;
  }
}
.rotimg {
  transform: rotate(179deg);
  display: inline;
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1300px) {
  .slider_wp {
    padding-top: 249px;
    padding-bottom: 50px;
  }

  #healthcare-mobileno-dem {
    left: 56% !important;
  }
  .healthcare-cta.brainstorm .healthcarectabg {
    padding: 34px 0 0px 38px;
  }
  .healthcare-cta.brainstorm .healthcarectabg.bgchange {
    padding: 34px 0 0px 25px;
  }
  .recent_slider_wp .work_text h3 {
    font-size: 34.2289px !important;
  }
}
.recent_slider_wp .work_text h5 {
  font-size: 18px;
  font-weight: 600;
  text-decoration: underline;
}
@media screen and (min-width: 750px) and (max-width: 790px) {
  #healthcare-mobileno-dem {
    right: -2% !important;
    top: 16% !important;
  }
}
@media screen and (min-width: 1600px) {
  #healthcare-mobileno-dem {
    left: 45% !important;
  }
}
@media screen and (min-width: 1679px) {
  #healthcare-mobileno-dem {
    left: 43% !important;
    right: 43% !important;
  }
}
@media screen and (min-width: 1700px) {
  #healthcare-mobileno-dem {
    left: 40% !important;
  }
}
@media screen and (min-device-width: 1300px) and (max-device-width: 1400px) {
  .color-four .healthcare_icon {
    margin-bottom: 39px;
  }
  .modal .modal-content {
    top: -24px;
  }
}
.brainstorm a {
  cursor: pointer;
}
@media screen and (min-width: 411px) and (max-width: 413px) {
  .slider_wp {
    padding-top: 28vh !important;
    height: 88vh;
  }
}
.healthcare-cta.brainstorm .healthcarectabg.bgchange {
  background-image: url(../jpg/bg-2.jpg);
}

@media screen and (min-width: 424px) and (max-width: 426px) {
  .slider_wp {
    height: 93vh;
  }
}
@media screen and (min-width: 1368px) and (max-width: 1370px) {
  .slider_wp {
    padding-top: 275px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1900px) and (max-width: 1950px) {
  .slide_inner a {
    font-size: 20px;
  }
  .slide_inner .title_two,
  .slide_inner .title_one {
    font-size: 74px;
  }
  .slide_inner p {
    font-size: 20px;
  }
  .defthealthcare_wp {
    background-size: cover;
  }
  #healthcare-mobileno-dem {
    left: 38% !important;
    right: 51% !important;
  }
}
@media screen and (min-width: 1250px) and (max-width: 1290px) {
  .slider_wp {
    padding-top: 240px;
  }
  .slide_wapper {
    height: 105vh;
  }
}
@media screen and (min-device-width: 1400px) and (max-device-width: 1500px) {
  #healthcare-mobileno-dem {
    right: 34% !important;
  }
}
@media screen and (min-width: 700px) and (max-width: 999px) {
  .healthcare-cta.brainstorm .healthcarectabg.bgchange {
    background-image: url(../jpg/healthcare-app-development-services.jpg) !important;
  }
  .slide_inner p br {
    display: none;
  }
  .tabvieww .row > * {
    width: unset;
    padding-right: unset;
  }
  .submtbutn-healthcare {
    transform: translate(0, 55%) !important;
    -webkit-transform: translate(0, 55%) !important;
    -moz-transform: translate(0, 55%) !important;
    -ms-transform: translate(0, 55%) !important;
    -o-transform: translate(0, 55%) !important;
  }
}

@media (min-height: 790px) and (max-width: 360px) {
  .slider_wp {
    padding-top: 33vh !important;
  }
}
@-moz-document url-prefix() {
  h1 {
    font-family: "poppins-semibold";
  }
}

@media screen and (min-width: 490px) and (max-width: 510px) {
  #healthcarenamelocationdem {
    bottom: 28% !important;
  }
  #healthcareemaillocationdem {
    padding-bottom: 19px !important;
  }
}
@media screen and (min-width: 1000px) {
  .recent_work .needs_title .needs_hide_respo {
    margin-bottom: 35px;
  }
  .recent_work {
    margin-top: 37px;
  }
  .faq_wp {
    margin-top: 38px;
    margin-bottom: 28px;
  }
}
.submtbutn-healthcare {
  transform: translate(0, 55%);
}
/* addbudget */
.budget-select {
  margin-bottom: 20px;
}
.budget-select #budget-value-brainstrome {
  border: 1px solid #3278ff !important;
  border-radius: 0px !important;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  width: 100%;
  height: 59px;
  color: #212121;
  padding: 0.375rem 0.75rem;
  cursor: pointer;
  outline: none;
}

.budget-select #budget-value-brainstrome option {
  color: #929292;
}

#budgeterror-brainstrome {
  top: 169px;
  left: 53%;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 22px;
  color: #ca2929 !important;
}
@media screen and (min-width: 1400px) {
  #budgeterror-brainstrome {
    left: unset;
    right: 328px;
  }
}
@media screen and (min-width: 1500px) {
  #budgeterror-brainstrome {
    right: unset;
    left: 47%;
  }
}
@media screen and (min-width: 1600px) {
  #budgeterror-brainstrome {
    right: unset;
    left: 45%;
  }
}
@media screen and (min-width: 1680px) {
  #budgeterror-brainstrome {
    left: 43%;
  }
}
@media screen and (min-width: 1700px) {
  #budgeterror-brainstrome {
    left: 41%;
  }
}
@media screen and (min-width: 1900px) {
  #budgeterror-brainstrome {
    left: 38%;
  }
}
@media screen and (min-width: 1030px) and (max-width: 1300px) {
  #budgeterror-brainstrome {
    left: 55%;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1030px) {
  .ios-cta.brainstorm #mobileno-dem {
    top: 138px;
  }
}

@media screen and (min-width: 700px) and (max-width: 999px) {
  .ios-cta.brainstorm #mobileno-dem {
    top: 122px;
    left: 3%;
  }
  #healthcare-mobileno-dem {
    right: 6% !important;
    top: 13% !important;
  }
  #budgeterror-brainstrome {
    top: 151px;
    left: 73%;
  }
}
@media screen and (min-width: 800px) and (max-width: 999px) {
  #budgeterror-brainstrome {
    top: 155px;
    left: 66%;
  }
}
@media screen and (max-width: 999px) {
  body::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .ios-cta.brainstorm .ctabg {
    height: auto;
  }
}

/* End */
@media screen and (max-width: 999px) { .slider_wp { background-image: url(../png/top_bg_respo.png); height: auto; background-size: cover; padding-bottom: 54px; padding-top: 100px !important; } }