* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

main,
body {
  overflow-x: hidden;
}

body {
  background: #fffefe;
}

a {
  text-decoration: none;
}
a:focus {
  color: #36b7a5;
}

.nav-link:focus, .nav-link:hover {
  color: #fff;
}

select:focus,
textarea:focus {
  outline: none;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

input:focus,
button:focus {
  outline: none;
  box-shadow: none;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: linear-gradient(45deg, #62e0c3, #36b7a5) !important;
  border: 1px solid #fff;
}

::-webkit-scrollbar-track {
  background-color: #ebebeb;
  border-radius: 10px;
}

.pc-wrap {
  padding: 0 6rem;
  overflow: hidden;
}

.submitButton {
  --c: #222121;
  color: var(--c);
  font-size: 17px;
  width: 12em;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 3em;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
  margin: 1em;
  font-family: "Glancyr-Medium";
  padding: 5px 0;
  border: none;
  width: 97%;
}
.submitButton.dark {
  --c: #12260E;
}
.submitButton.wht {
  --c: #FFF;
}
.submitButton:hover {
  color: #FFF;
}
.submitButton:hover span {
  transform: translateY(0) scale(2);
}
.submitButton span {
  position: absolute;
  width: 25%;
  height: 100%;
  background-color: var(--c);
  transform: translateY(150%);
  border-radius: 50%;
  left: calc((var(--n) - 1) * 25%);
  transition: 0.5s;
  transition-delay: calc((var(--n) - 1) * 0.1s);
  z-index: -1;
}
.submitButton span:nth-child(1) {
  --n: 1;
}
.submitButton span:nth-child(2) {
  --n: 2;
}
.submitButton span:nth-child(3) {
  --n: 3;
}
.submitButton span:nth-child(4) {
  --n: 4;
}

@font-face {
  font-family: "Glancyr-Thin";
  src: url(../font/Glancyr-Thin.otf);
}
@font-face {
  font-family: "Glancyr-Bold";
  src: url(../font/Glancyr-Bold.otf);
}
@font-face {
  font-family: "Glancyr-Medium";
  src: url(../font/Glancyr-Medium.otf);
}
@font-face {
  font-family: "Glancyr-Regular";
  src: url(../font/Glancyr-Regular.otf);
}
@font-face {
  font-family: "Glancyr-SemiBold";
  src: url(../font/Glancyr-SemiBold.otf);
}
@font-face {
  font-family: "Glancyr-Light";
  src: url(../font/Glancyr-Light.otf);
}
@font-face {
  font-family: "Sf-Bold";
  src: url(../font/sf-bold.OTF);
}
@font-face {
  font-family: "Sf-Regular";
  src: url(../font/sf-regular.OTF);
}
@font-face {
  font-family: "Sf-Medium";
  src: url(../font/sf-medium.OTF);
}
@font-face {
  font-family: "Golam";
  src: url(../font/golam.otf);
}
.head_area h3 {
  font-family: "Glancyr-Medium";
  font-size: 50px;
  text-align: center;
  color: #12260E;
  text-transform: uppercase;
}
.head_area p {
  font-family: "Sf-Regular";
  font-size: 20px;
  text-align: center;
  color: #12260E;
}

.accordion-button:not(.collapsed)::after {
  filter: brightness(0) saturate(100%);
}

header.sticky nav .navbar-collapse ul li a.nav-link {
  color: white !important;
}

header {
  font-family: "Glancyr-Regular";
  padding: 0 5rem;
  position: fixed;
  z-index: 5;
  width: 100%;
  transition: all 0.4s ease-in;
  background: transparent;
}
header.sticky {
  position: fixed;
  background: #082d34;
}
header.sticky nav .navbar-brand img {
  width: 200px;
}
header.sticky nav .header-nav-flx .header-btn button {
  font-size: 15px;
  line-height: 22px;
  padding: 10px;
}
header.sticky nav .navbar-collapse ul li a {
  font-size: 18px;
}
header nav {
  border-bottom: 1px solid #ffffff;
}
header nav .navbar-brand img {
  width: 250px;
  transition: all 0.4s ease-in;
}
header nav .header-nav-flx {
  display: flex;
  align-items: center;
  gap: 70px;
}
header nav .header-nav-flx .header-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
header nav .header-nav-flx button {
  margin: 0;
  width: auto;
  background: #47dfc1;
  color: #fff;
  padding: 15px 15px;
  font-size: 17px;
  font-weight: 300;
  line-height: 24px;
  border-radius: 5px;
}
header nav .header-nav-flx button:hover {
  color: #000;
}

.healthcare-banner-main {
  background: url("../banner-image.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 220px 0px 100px;
  height: 1120px;
  position: relative;
  z-index: 1;
}
.healthcare-banner-main::before {
  content: "";
  background: black;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
  z-index: -1;
}
.healthcare-banner-main .health-banner-content h1 {
  font-size: 60px;
  color: #fff;
  font-family: "Glancyr-Medium";
  line-height: 67px;
  margin-bottom: 50px;
}
.healthcare-banner-main .health-banner-content p {
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
  color: #fff;
  font-family: "Sf-Regular";
  margin-bottom: 50px;
}
.healthcare-banner-main .health-banner-content .banner-brand-logo {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  row-gap: 30px;
  margin-top: 100px;
}
.healthcare-banner-main .health-banner-content .banner-brand-logo img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.healthcare-banner-main .banner-form form {
  opacity: 0.9;
  background: #FFF;
  padding: 70px 62px;
  border-radius: 45px;
}
.healthcare-banner-main .banner-form form .banner-form-heading {
  margin-bottom: 15px;
}
.healthcare-banner-main .banner-form form .banner-form-heading h2 {
  font-size: 40px;
  color: #000;
  font-family: "Glancyr-Medium";
  line-height: 47px;
}
.healthcare-banner-main .banner-form form .form-group input {
  color: #000;
  font-family: "Sf-Regular";
  font-size: 20px;
  font-weight: 300;
  line-height: 27px;
  border: none;
  border-bottom: 1px solid #000;
  width: 100%;
  margin-bottom: 30px;
  height: 80px;
  background: transparent;
}
.healthcare-banner-main .banner-form form .form-group input::placeholder {
  color: #000;
}
.healthcare-banner-main .banner-form form .form-group textarea {
  color: #000;
  font-family: "Sf-Regular";
  font-size: 20px;
  font-weight: 300;
  line-height: 27px;
  border: none;
  border-bottom: 1px solid #000;
  width: 100%;
  margin-bottom: 20px;
  height: 150px;
  resize: none;
  background: transparent;
}
.healthcare-banner-main .banner-form form .form-group textarea::placeholder {
  color: #000;
}
.healthcare-banner-main .banner-form form .buttton-submit button {
  margin: 20px 0px 0px;
  background: #47dfc1;
  color: #fff;
  padding: 15px 15px;
  font-size: 17px;
  font-weight: 300;
  line-height: 24px;
  width: 100%;
}
.healthcare-banner-main .banner-form form .buttton-submit button:hover {
  color: #fff;
}

.industry-serv-sec-main {
  background: url("../service-sec-bg.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 80px 0px;
}
.industry-serv-sec-main .desktop .services-sec-content-flx {
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-columns: 25% 75%;
}
.industry-serv-sec-main .desktop .services-sec-content-flx .services-sec-lft-content h3 {
  font-family: "Glancyr-Medium";
  font-size: 55px;
  line-height: 65px;
  color: #1F1F1F;
  text-transform: capitalize;
}
.industry-serv-sec-main .desktop .services_wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3rem 0 0;
}
.industry-serv-sec-main .desktop .services_wrap .service_one {
  width: 119px;
  background: #F4F4F4;
  padding: 33px;
  border-radius: 20px;
  display: block;
  cursor: pointer;
  height: 307px;
  transition: all 2s ease-in-out;
  margin: 0 1rem;
  position: relative;
}
.industry-serv-sec-main .desktop .services_wrap .service_one .txt h4 {
  font-family: "Glancyr-Medium";
  transform: rotate(-90deg);
  position: relative;
  top: 7rem;
  left: -68px;
  font-size: 20px;
  width: 188px;
  color: #000;
  transition: all 2s ease-in-out;
  text-transform: capitalize;
}
.industry-serv-sec-main .desktop .services_wrap .service_one .txt p {
  font-family: "Sf-Regular";
  opacity: 0;
  padding: 2rem 0 0 0;
}
.industry-serv-sec-main .desktop .services_wrap .service_one img {
  width: 45px;
  height: 45px;
  object-fit: contain;
  transition: all 2s ease-in-out;
  position: absolute;
  top: 21px;
  left: 0;
  right: 0;
  margin: 0 auto;
  filter: brightness(0) saturate(100%) invert(0%) sepia(96%) saturate(30%) hue-rotate(54deg) brightness(102%) contrast(99%);
}
.industry-serv-sec-main .desktop .services_wrap .service_one.active {
  width: 500px;
  background: #000;
  padding: 33px;
  border-radius: 30px;
  display: flex;
  align-items: start;
  justify-content: center;
  cursor: pointer;
  transition: all 2s ease-in-out;
}
.industry-serv-sec-main .desktop .services_wrap .service_one.active .txt h4 {
  font-size: 34px;
  color: #fff;
  transform: rotate(0deg);
  padding: 0 0 9px;
  left: 3px;
  top: 0;
  width: 70%;
  transition: all 2s ease-in-out;
}
.industry-serv-sec-main .desktop .services_wrap .service_one.active .txt p {
  font-size: 17px;
  color: #e7e7e7;
  font-weight: 100;
  transition: all 2s ease-in-out;
  opacity: 1;
  display: block;
}
.industry-serv-sec-main .desktop .services_wrap .service_one.active img {
  width: 97px;
  height: 109px;
  object-fit: contain;
  filter: none;
  right: -49%;
  transform: translateX(43%);
  filter: brightness(0) saturate(100%) invert(89%) sepia(10%) saturate(16%) hue-rotate(315deg) brightness(87%) contrast(88%);
  opacity: 0.5;
}

.mobile {
  display: none;
}
.mobile .services-sec-content-flx .services-sec-lft-content {
  margin-bottom: 20px;
  text-align: center;
}
.mobile .services-sec-content-flx .services-sec-lft-content h3 {
  font-family: "Glancyr-Medium";
  font-size: 30px;
  line-height: 40px;
  color: #1F1F1F;
  text-transform: capitalize;
}
.mobile .services_mb {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-content: center;
}
.mobile .services_mb .service_one {
  display: flex;
  align-items: center;
  background: #F4F4F4;
  justify-content: space-between;
  margin: 23px 2rem;
  padding: 31px;
  border-radius: 28px;
}
.mobile .services_mb .service_one h4 {
  font-family: "Glancyr-Medium";
  font-size: 24px;
}
.mobile .services_mb .service_one img {
  width: 40px;
}

.count-content-sec-main {
  background: url("../healthcare-counter-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 122px 0px;
}
.count-content-sec-main .count-content-inner {
  text-align: end;
}
.count-content-sec-main .count-content-inner h3 {
  font-size: 50px;
  color: #fff;
  font-family: "Glancyr-Medium";
  line-height: 60px;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.count-content-sec-main .count-content-inner p {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  color: #fff;
  font-family: "Sf-Regular";
}
.count-content-sec-main .count-content-inner ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  text-align: center;
  margin: 4rem 0 0;
}
.count-content-sec-main .count-content-inner ul li {
  font-family: "Glancyr-Medium";
  font-size: 30px;
}
.count-content-sec-main .count-content-inner ul li span {
  display: block;
  font-size: 16px;
  font-family: "sf-regular";
  line-height: 1px;
  letter-spacing: 1px;
}

.industry-content-sec-main {
  background: url("../healthcare-content-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 122px 0px;
}
.industry-content-sec-main .industry-content-inner h3 {
  font-size: 58px;
  color: #343434;
  font-family: "Glancyr-Medium";
  line-height: 65px;
  margin-bottom: 40px;
  text-transform: capitalize;
}
.industry-content-sec-main .industry-content-inner p {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  color: #343434;
  font-family: "Sf-Regular";
  margin-bottom: 6px;
}
.industry-content-sec-main .industry-content-inner .website-buttons {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 30px;
}
.industry-content-sec-main .industry-content-inner .website-buttons a {
  width: 200px;
}
.industry-content-sec-main .industry-content-inner .website-buttons a button {
  background: transparent;
  color: #12260E;
  border: 1px solid #12260E;
  border-radius: 18px;
  color: #12260E;
}
.industry-content-sec-main .industry-content-inner .website-buttons a button:hover {
  color: #12260E;
}
.industry-content-sec-main .industry-content-inner .website-buttons button {
  margin: 30px 0px 0px;
  width: 305px;
  background: #47dfc1;
  color: #fff;
  padding: 13px 0;
  font-size: 17px;
  font-weight: 300;
}
.industry-content-sec-main .industry-content-inner .website-buttons button:hover {
  color: #000;
}

.second-content-sec-main {
  background: url("../healthcare-second-content-bg.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.second-content-sec-main h3 {
  color: #fff !important;
}
.second-content-sec-main p {
  color: #fff !important;
}
.second-content-sec-main .website-buttons {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 30px;
}
.second-content-sec-main .website-buttons a {
  width: 200px;
}
.second-content-sec-main .website-buttons a button {
  background: transparent;
  color: #fff !important;
  border: 1px solid #fff !important;
  border-radius: 18px;
  color: #fff !important;
}
.second-content-sec-main .website-buttons a button:hover {
  color: #12260E !important;
}

.content-sec-second-main {
  background: url(../content-sec-banner-bg.webp) no-repeat center center;
  padding: 70px 0px;
  height: 950px;
}
.content-sec-second-main .content-sec-second-inner {
  text-align: center;
}
.content-sec-second-main .content-sec-second-inner h3 {
  font-size: 60px;
  color: #3B3F42;
  font-family: "Glancyr-Medium";
  line-height: 67px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.content-sec-second-main .content-sec-second-inner p {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  color: #3B3F42;
  font-family: "Sf-Regular";
  width: 55%;
  margin: 0 auto;
}
.content-sec-second-main .content-sec-second-inner .website-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
  gap: 50px;
}
.content-sec-second-main .content-sec-second-inner .website-buttons button {
  margin: 30px 0px 0px;
  width: 305px;
  background: #47dfc1;
  color: #fff;
  padding: 13px 0;
  font-size: 17px;
  font-weight: 300;
}
.content-sec-second-main .content-sec-second-inner .website-buttons button:hover {
  color: #000;
}
.content-sec-second-main .content-sec-second-inner .website-buttons a button {
  background: transparent;
  color: #000;
  border: 1px solid #000000;
  border-radius: 18px;
  color: #000000;
}
.content-sec-second-main .content-sec-second-inner .website-buttons a button:hover {
  color: #000;
}

.calender-sec {
  background: #072a33;
  /* height: 800px; */
  padding: 4rem 0;
}

.calender-main-content .calender-content h2 {
  font-family: "Poppins", sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 62px;
  letter-spacing: -0.04em;
  color: #fff;
}
.calender-main-content .calender-content h2 span {
  color: #02dfbf;
  font-size: 54px;
  line-height: 62px;
  display: inline;
}
.calender-main-content .calender-content p {
  line-height: 29px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  margin: 17px 0 9px;
}
.calender-main-content .calender-content span {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: -0.04em;
  color: #02dfbf;
  margin: 0 0 20px 0;
  display: block;
}
.calender-main-content .calender-content ul {
  padding: 0 16px;
}
.calender-main-content .calender-content ul li {
  list-style: circle;
  margin: 0 0 14px 0;
}
.calender-main-content .calender-content ul li p {
  margin: 0;
  font-size: 18px;
  line-height: 34px;
}

li::marker {
  color: #4db8a6;
}

.indus-prtfolio-main {
  padding: 77px 0px 62px;
}
.indus-prtfolio-main .portfolio-head-wrap {
  text-align: center;
  width: 50%;
  margin: 0 auto;
}
.indus-prtfolio-main .portfolio-head-wrap h3 {
  font-size: 60px;
  color: #000;
  font-family: "Glancyr-Medium";
  line-height: 70px;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.indus-prtfolio-main .portfolio-head-wrap p {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  color: #000;
  font-family: "Sf-Regular";
}
.indus-prtfolio-main .industry-portfolio-slider {
  margin-top: 50px;
  height: 869px;
  overflow: hidden;
}
.indus-prtfolio-main .industry-portfolio-slider .owl-item {
  margin: 0px 20px;
}
.indus-prtfolio-main .industry-portfolio-slider .owl-item .item .industry-slide-inner {
  padding: 50px 50px 0px;
  height: 869px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}
.indus-prtfolio-main .industry-portfolio-slider .owl-item .item .industry-slide-inner h4 {
  font-size: 48px;
  color: #fff;
  font-family: "Glancyr-Medium";
  line-height: 55px;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.indus-prtfolio-main .industry-portfolio-slider .owl-item .item .industry-slide-inner p {
  font-size: 20px;
  line-height: 27px;
  font-weight: 200;
  color: #fff;
  font-family: "Sf-Regular";
}

.indus-process-sec-main {
  padding: 100px 0px;
}
.indus-process-sec-main .indus-process-head {
  text-align: center;
  margin-bottom: 80px;
}
.indus-process-sec-main .indus-process-head h3 {
  font-size: 60px;
  color: #000;
  font-family: "Glancyr-Medium";
  line-height: 67px;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.indus-process-sec-main .indus-process-head p {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  color: #000;
  font-family: "Sf-Regular";
}
.indus-process-sec-main .indus-process-card {
  background: url("../process-card.webp");
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  width: 100%;
  padding: 75px 26px 28px 26px;
}
.indus-process-sec-main .indus-process-card span {
  position: absolute;
  left: 19%;
  background-color: #E4E4E4;
  color: #000;
  border: none;
  border-radius: 25px;
  width: 85px;
  height: 85px;
  cursor: pointer;
  position: absolute;
  top: -31px;
  right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  font-family: "Glancyr-Medium";
  line-height: 33px;
  text-transform: capitalize;
}
.indus-process-sec-main .indus-process-card h5 {
  font-size: 26px;
  color: #000;
  font-family: "Glancyr-Medium";
  line-height: 33px;
  margin-bottom: 5px;
  text-transform: capitalize;
  margin-top: 10px;
}
.indus-process-sec-main .indus-process-card p {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  color: #000;
  font-family: "Sf-Regular";
  min-height: 130px;
  height: 130px;
  max-height: 130px;
  overflow-x: auto;
}

.book_call {
  background: #111111;
  padding: 5rem 0;
}
.book_call h4 {
  color: #fff;
  font-size: 60px;
  font-family: "Glancyr-Medium";
}
.book_call form input,
.book_call form textarea {
  width: 100%;
  font-family: "Sf-Medium";
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 16px 5px;
  margin: 16px 0;
  transition: all 0.5s ease-in-out;
  color: #fff;
}
.book_call form input:focus,
.book_call form textarea:focus {
  border-bottom: 1px solid #36b7a5;
}
.book_call form input::placeholder,
.book_call form textarea::placeholder {
  color: #fff;
}
.book_call form textarea {
  height: 141px;
}
.book_call form button {
  background: #48e0c1;
  color: #fff;
}
.book_call form button:hover {
  color: #48e0c1;
}
.book_call .img_area {
  position: relative;
}
.book_call .img_area img {
  width: 80%;
  margin: 0 auto;
  display: block;
}
.book_call .img_area .txt {
  width: 66%;
  margin: 0 auto;
  position: absolute;
  top: 8%;
  bottom: auto;
  right: 0;
  left: 0;
}
.book_call .img_area .txt h5 {
  color: #fff;
  font-size: 40px;
  line-height: 47px;
  font-family: "Glancyr-Medium";
  text-transform: capitalize;
}
.book_call .img_area .txt p {
  color: #fff;
  font-family: "Sf-Regular";
  font-size: 20px;
  line-height: 27px;
}

.form-check-new {
  margin: 10px 0;
  display: flex;
  align-items: start;
}

.form-check-new .form-check-check {
  border: 1px solid #E9E7E7;
  padding: 8px;
  border-radius: 3px;
  outline: none;
  box-shadow: none;
  margin: 5px 8px 0 0;
  cursor: pointer;
  width: auto;
}

.form-check-new .form-check-label {
  color: #000;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  cursor: pointer;
  font-family: "Sf-Regular";
  opacity: 0.5;
}
.form-check-new .form-check-label a {
  color: #48e0c1;
}

.mrq {
  font-family: "Glancyr-SemiBold";
  background: #1F1F1F;
  padding: 2rem 0;
}
.mrq.mrq2 {
  background: #02DFBF;
  padding: 0;
  font-family: "Golam";
}
.mrq.mrq2 ul {
  padding: 0;
}
.mrq.mrq2 ul li {
  padding: 39px 3rem;
  transform: skew(-8deg, -4deg);
}
.mrq marquee ul {
  font-size: 4rem;
  text-transform: uppercase;
  display: flex;
  color: #fff;
}
.mrq marquee ul img {
  width: 74px;
  margin: 0 19px;
  filter: brightness(0) saturate(100%) invert(99%) sepia(99%) saturate(0%) hue-rotate(356deg) brightness(110%) contrast(101%);
}

.testimonial_wrap {
  position: relative;
  padding: 8rem 0;
}
.testimonial_wrap .crd {
  padding: 21px;
  border-radius: 45px;
  margin: 10px 3px;
}
.testimonial_wrap .crd.bg-1 {
  background: linear-gradient(228deg, #FCFF92, #F2F80F);
  box-shadow: 2px 9px 25px #f5fc4d;
}
.testimonial_wrap .crd.bg-2 {
  background: linear-gradient(228deg, rgba(128, 108, 255, 0.6509803922), rgba(122, 101, 253, 0.4588235294));
  box-shadow: 2px 9px 15px rgba(122, 101, 253, 0.4784313725);
  border: 3px solid #C6BDFF;
}
.testimonial_wrap .crd.bg-3 {
  background: linear-gradient(228deg, #4DFDE3, #3AFFE3);
  box-shadow: 2px 9px 15px rgba(58, 255, 227, 0.6196078431);
  border: 3px solid #9DFFF1;
}
.testimonial_wrap .crd.bg-4 {
  background: linear-gradient(228deg, #FF7B3D, #C05726);
  box-shadow: 2px 9px 15px rgba(255, 123, 61, 0.4784313725);
  border: 3px solid #FFB592;
}
.testimonial_wrap .crd.bg-5 {
  background: linear-gradient(228deg, #CBFF58, #B0FE08);
  box-shadow: 2px 9px 15px rgba(176, 254, 8, 0.7019607843);
  border: 3px solid #D9FF88;
}
.testimonial_wrap .crd.bg-6 {
  background: linear-gradient(228deg, #50FF81, #1DFF5D);
  box-shadow: 2px 9px 15px rgba(29, 255, 93, 0.568627451);
  border: 3px solid #77FF9E;
}
.testimonial_wrap .crd .client {
  display: flex;
  align-items: center;
}
.testimonial_wrap .crd .client img {
  width: 55px;
}
.testimonial_wrap .crd .client div {
  margin: 0 19px;
}
.testimonial_wrap .crd .client div h4 {
  font-family: "Glancyr-Medium";
  font-size: 20px;
  color: #111111;
}
.testimonial_wrap .crd .client div p {
  font-family: "Sf-Regular";
  font-size: 12px;
  color: #111111;
}
.testimonial_wrap .crd .comment {
  font-family: "Sf-Regular";
}
.testimonial_wrap .crd .comment p {
  font-size: 18px;
  color: #111111;
  padding: 20px 0;
  min-height: 260px;
  max-height: 260px;
  overflow-y: auto;
}
.testimonial_wrap .crd .comment img {
  width: 268px;
  margin: 10px auto 0;
}
.testimonial_wrap .crd .comment img:nth-child(2) {
  margin: 0;
  display: block;
  width: 138px;
}
.testimonial_wrap .item {
  margin: 0 14px;
}
.testimonial_wrap .owl-carousel .owl-stage {
  padding: 20px 0;
}
.testimonial_wrap .owl-carousel__nav {
  position: absolute;
  left: 50%;
  z-index: 3;
  transform: translateX(-50%);
  display: flex;
  bottom: 8%;
  justify-content: space-between;
}
.testimonial_wrap .owl-carousel__nav button {
  width: 161px;
  background: #F6F6F6;
  margin: 0 4px;
  border-radius: 9px;
  font-size: 17px;
}
.testimonial_wrap .frame {
  position: absolute;
  right: 0;
  left: 50%;
  top: 39%;
  bottom: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  z-index: 2;
  transform: translate(-50%, -50%);
}
.testimonial_wrap .frame img {
  height: 803px;
  object-fit: contain;
}

.faq_wrap {
  padding: 3rem 0;
}
.faq_wrap .accordion {
  margin-top: 2rem;
}
.faq_wrap .accordion .accordion-item {
  border: none;
}
.faq_wrap .accordion .accordion-item button {
  font-family: "Sf-Bold";
  font-size: 20px;
  background: transparent;
  border-bottom: 1px solid #A1A1A1;
  padding: 27px 2px;
  color: #12260E;
}
.faq_wrap .accordion .accordion-item button:focus {
  box-shadow: none;
}
.faq_wrap .accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 20px;
  background: rgba(15, 15, 15, 0.0509803922);
}
.faq_wrap .accordion .accordion-item .accordion-collapse .accordion-body p {
  font-family: "Sf-Regular";
  font-size: 18px;
  margin: 0;
}
.faq_wrap .accordion .accordion-item .accordion-button:not(.collapsed) {
  color: #36b7a5;
}

footer {
  padding: 20px 5rem;
  background: #0F0F0F;
}
footer .footer-bottom {
  padding-bottom: 0;
}
footer .footer-bottom .footer-logo img {
  width: 171px;
  height: 47px;
}
footer .footer-bottom .ft-btm-content {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 50px;
}
footer .ft-btm-details p {
  color: #D9D9D9;
  font-family: "Sf-Regular";
}
footer ul.condition-links {
  display: flex;
  align-items: center;
}
footer ul.condition-links li a {
  padding-right: 10px;
  font-size: 17px;
  font-family: "Sf-Regular";
  color: #D9D9D9;
}
footer ul.condition-links li a:hover {
  color: #36b7a5;
}

@media only screen and (min-width: 1025px) and (max-width: 1711px) {
  .service-sec-main .desktop .services-sec-content-flx {
    display: block;
  }
  .service-sec-main .desktop .services-sec-content-flx .services-sec-lft-content {
    margin-bottom: 20px;
    text-align: center;
  }
}
@media only screen and (min-width: 1445px) and (max-width: 1599px) {
  /* header{
    background-color: green;
  } */
}
@media only screen and (min-width: 1366px) and (max-width: 1444px) {
  /* header{
    background-color: yellow;
  } */
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner .content h4 {
    font-size: 44px !important;
  }
  .content-sec-second-main .content-sec-second-inner p {
    width: 100%;
  }
}
@media only screen and (min-width: 1401px) and (max-width: 1800px) {
  .indus-prtfolio-main .industry-portfolio-slider .owl-item .item .industry-slide-inner h4 {
    font-size: 30px;
    line-height: 37px;
  }
  .indus-prtfolio-main .industry-portfolio-slider .owl-item .item .industry-slide-inner p {
    font-size: 18px;
    line-height: 25px;
  }
  .services_wrap {
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .service-banner-main {
    height: 1400px;
  }
  .service-banner-main .col-xl-12 {
    padding: 0px 80px;
  }
  .service-banner-main .col-xl-12 .services-banner-flx {
    padding: 0px 40px 30px;
    gap: 50px;
  }
  .service-banner-main .col-xl-12 .services-banner-flx h1 {
    font-size: 70px;
    line-height: 77px;
  }
  .service-banner-main .col-xl-12 .serv-banner-main-content {
    padding: 40px 0px 0px 40px;
  }
  .service-banner-main .col-xl-12 .serv-banner-main-content h2 {
    font-size: 65px;
    line-height: 72px;
  }
  .service-banner-main .col-xl-12 .serv-banner-text-flx {
    width: 75%;
    gap: 8%;
  }
  .service-banner-main .col-xl-12 .serv-banner-text-flx .serv-banner-text-content h3 {
    font-size: 37px;
    line-height: 44px;
  }
  .service-banner-main .col-xl-12 .serv-banner-mobile-img {
    right: 7%;
    top: 35%;
    display: flex;
    justify-content: end;
  }
  .service-banner-main .col-xl-12 .serv-banner-mobile-img img {
    width: 65%;
  }
  .service-banner-main .col-xl-12 .banner-brand-logo {
    width: 550px;
  }
  .service-content-sec {
    padding: 50px 0px 0px 15px !important;
    margin-top: 80px !important;
  }
  .service-content-sec .img_area img {
    width: 800px !important;
  }
  .industry-serv-sec-main .desktop {
    padding: 0px 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .industry-serv-sec-main .desktop .services-sec-content-flx {
    display: block;
  }
  .industry-serv-sec-main .desktop .services-sec-content-flx .services-sec-lft-content {
    margin-bottom: 20px;
    text-align: center;
  }
  .indus-process-sec-main .indus-process-card span {
    left: 19.5% !important;
    top: -39px !important;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  .content-sec-second-main .content-sec-second-inner h3 {
    font-size: 40px;
    line-height: 47px;
    margin-top: 10px;
  }
  .content-sec-second-main .content-sec-second-inner p {
    width: 80%;
  }
  .content-sec-second-main .content-sec-second-inner .website-buttons {
    margin: 0px;
  }
  .content-sec-second-main .content-sec-second-inner .website-buttons button {
    width: 280px;
    height: 70px;
  }
  .indus-prtfolio-main .industry-portfolio-slider .owl-item .item .industry-slide-inner h4 {
    font-size: 30px;
    line-height: 37px;
  }
  .indus-prtfolio-main .industry-portfolio-slider .owl-item .item .industry-slide-inner p {
    font-size: 18px;
    line-height: 25px;
  }
  .industry-serv-sec-main .desktop .services-sec-content-flx {
    display: block;
  }
  .industry-serv-sec-main .desktop .services-sec-content-flx .services-sec-lft-content {
    text-align: center;
  }
  .industry-serv-sec-main .desktop .services-sec-content-flx .services-sec-lft-content h3 {
    font-size: 35px;
    line-height: 42px;
  }
  .industry-content-sec-main .industry-content-inner .website-buttons button {
    width: 250px;
    height: 70px;
  }
  .indus-process-sec-main .indus-process-card h5 {
    font-size: 20px;
    line-height: 27px;
  }
  .pc-wrap {
    padding: 0 3rem;
  }
  .healthcare-banner-main {
    height: auto;
    padding-top: 150px;
  }
  .banner .content h4 {
    font-size: 34px;
  }
  .banner .content p {
    font-size: 14px;
    margin: 16px 0;
  }
  .banner .content button {
    width: 188px;
    padding: 7px 0;
    font-size: 14px;
  }
  .banner .app_btn a img {
    width: 113px;
    margin: 0 9px 0 0;
  }
  .services_wrap {
    flex-wrap: wrap;
    justify-content: start;
    row-gap: 30px;
  }
  .services_wrap .service_one {
    margin: 10px 22px;
    width: 15%;
  }
  .services_wrap .service_one .txt h4 {
    left: -40px;
    font-size: 23px;
    width: 188px;
  }
  .service-sec-main .desktop {
    padding: 0px 6px;
  }
  .book_appoointment .pc-wrap {
    padding: 2rem 5rem;
  }
  .book_appoointment .pc-wrap .vd_area video {
    margin: 3rem auto 0;
  }
  .book_appoointment .pc-wrap .txt h4 {
    font-size: 40px;
    line-height: 47px;
  }
  .book_call h4 {
    font-size: 48px;
  }
  footer {
    padding: 3rem 0rem 14px;
  }
  .cta {
    padding: 3rem 0;
  }
  .cta .content h4 {
    font-size: 40px;
  }
  .portfolio_wrap {
    height: 724px !important;
    padding: 3rem 0 !important;
  }
  .portfolio_wrap .crd h4 {
    font-size: 26px;
  }
  .portfolio_wrap .crd p {
    font-size: 12px;
    margin: 10px 0;
  }
  .portfolio_wrap .crd a {
    display: none;
  }
  .portfolio_wrap .txt p {
    width: 70%;
    padding: 9px 0 28px;
  }
  .companies_wrap .icons {
    grid-template-columns: repeat(4, 1fr);
  }
  .testimonial_wrap .owl-carousel__nav {
    bottom: 5%;
  }
  .testimonial_wrap .owl-carousel__nav button {
    width: 138px;
    margin: 20px 4px;
    font-size: 15px;
  }
  header {
    padding: 0 2rem;
  }
  header nav .navbar-collapse ul li {
    margin: 0;
  }
  header nav .navbar-collapse ul li a {
    font-size: 14px;
  }
  header nav .navbar-brand img {
    width: 200px;
  }
  .banner .content {
    transform: translate(0, -58%);
  }
  .book_call .img_area .txt h5 {
    font-size: 30px;
    line-height: 37px;
  }
  .service-banner-main {
    height: 1400px;
  }
  .service-banner-main .col-xl-12 {
    padding: 0px 0px;
  }
  .service-banner-main .col-xl-12 .services-banner-flx {
    padding: 0px 40px 30px;
    gap: 50px;
  }
  .service-banner-main .col-xl-12 .services-banner-flx h1 {
    font-size: 70px;
    line-height: 77px;
  }
  .service-banner-main .col-xl-12 .serv-banner-main-content {
    padding: 40px 0px 0px 40px;
  }
  .service-banner-main .col-xl-12 .serv-banner-main-content h2 {
    font-size: 65px;
    line-height: 72px;
  }
  .service-banner-main .col-xl-12 .serv-banner-text-flx {
    width: 75%;
    gap: 8%;
  }
  .service-banner-main .col-xl-12 .serv-banner-text-flx .serv-banner-text-content {
    padding-left: 30px;
  }
  .service-banner-main .col-xl-12 .serv-banner-text-flx .serv-banner-text-content h3 {
    font-size: 37px;
    line-height: 44px;
  }
  .service-banner-main .col-xl-12 .serv-banner-mobile-img {
    right: 7%;
    top: 35%;
    display: flex;
    justify-content: end;
  }
  .service-banner-main .col-xl-12 .serv-banner-mobile-img img {
    width: 65%;
  }
  .service-banner-main .col-xl-12 .banner-brand-logo {
    width: 50%;
    padding-left: 30px;
  }
  .android-banner-main {
    padding: 150px 15px 0px 15px !important;
  }
  .android-banner-main .android-banner-content {
    padding: 0px !important;
  }
  .android-banner-main .android-banner-content span {
    font-size: 15px !important;
    padding: 12px !important;
    line-height: 24px !important;
  }
  .android-banner-main .android-banner-content h1 {
    font-size: 45px !important;
    line-height: 52px !important;
  }
  .android-banner-main .android-banner-content button {
    padding: 15px 30px !important;
    margin: 30px 0px 0px !important;
  }
  .android-banner-main .android-banner-image .serv-counter-sec {
    right: 20px;
  }
  .service-content-sec {
    padding: 50px 0px 0px 15px !important;
    margin-top: 0px !important;
  }
  .service-content-sec .service-content-sec-wrap h4 {
    font-size: 35px !important;
    line-height: 42px !important;
  }
  .service-content-sec .service-content-sec-wrap p {
    font-size: 16px !important;
    line-height: 23px !important;
    margin-bottom: 0px !important;
  }
  .service-content-sec .service-content-sec-wrap button {
    padding: 15px 30px !important;
    margin: 20px auto 0px !important;
  }
  .service-content-sec .service-content-sec-wrap .img_area img {
    position: relative !important;
  }
  .ios-banner-second-main {
    margin-top: -25%;
  }
  .ios-banner-second-main .ios-banner-second-content {
    padding: 25px 10px;
    height: 600px;
    position: relative;
    z-index: 1;
  }
  .ios-banner-second-main .ios-banner-second-content::after {
    content: "";
    background: #000000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 25px;
    opacity: 0.5;
  }
  .ios-banner-second-main .ios-banner-second-content .ios-banner-second-content-inner {
    width: 70%;
    margin: 0 auto;
  }
  .ios-banner-second-main .ios-banner-second-content .ios-banner-second-content-inner h2 {
    font-size: 45px;
    line-height: 52px;
  }
  .ios-banner-second-main .ios-banner-second-content .ios-banner-second-content-inner p {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 20px;
  }
  .ios-banner-second-main .ios-banner-second-content .ios-banner-second-content-inner button {
    width: auto;
    padding: 10px 12px !important;
  }
  .contact-us-banner-main {
    height: auto;
    padding: 100px 0px 0px;
  }
  .contact-us-banner-main .contact-us-banner-main-content {
    padding: 0px 10px;
  }
  .contact-us-banner-main .contact-us-banner-main-content .contact-us-banner-flx {
    padding: 0;
    text-align: center;
    gap: 0px;
  }
  .contact-us-banner-main .contact-us-banner-main-content .contact-us-banner-flx h1 {
    font-size: 55px;
    line-height: 62px;
  }
  .contact-us-banner-main .contact-us-banner-main-content .contact-us-banner-flx button {
    margin-top: 20px;
    width: auto;
    padding: 10px;
    margin-bottom: 30px;
  }
  .contact-us-banner-main .contact-us-banner-main-content .contact-us-banner-img-main img {
    width: 100%;
  }
  .indus-process-sec-main {
    padding: 100px 0px 0px;
  }
  .indus-process-sec-main .indus-process-head h3 {
    font-size: 40px;
    line-height: 47px;
  }
  .indus-process-sec-main .indus-process-card {
    margin-bottom: 50px;
    padding-top: 60px;
  }
  .indus-process-sec-main .indus-process-card span {
    left: 17.5%;
    top: -39px;
  }
  .indus-prtfolio-main .portfolio-head-wrap {
    width: 80%;
  }
  .count-content-sec-main .count-content-inner h3 {
    font-size: 40px !important;
    line-height: 47px !important;
  }
  .count-content-sec-main .count-content-inner ul {
    margin: 2rem 0px 0px;
  }
  .count-content-sec-main .count-content-inner ul li {
    font-size: 35px !important;
    line-height: 42px !important;
  }
  .count-content-sec-main .count-content-inner ul li span {
    font-size: 16px !important;
    line-height: 23px !important;
  }
  .industry-serv-sec-main .desktop {
    padding: 0px;
  }
  .healthcare-banner-main .health-banner-content h1 {
    font-size: 45px;
    line-height: 52px;
    margin-bottom: 20px;
  }
  .healthcare-banner-main .banner-form form {
    padding: 25px;
  }
  .healthcare-banner-main .banner-form form .banner-form-heading h2 {
    font-size: 35px;
    line-height: 42px;
  }
  .indus-prtfolio-main .industry-portfolio-slider .owl-item .item .industry-slide-inner h4 {
    font-size: 35px;
    line-height: 42px;
    margin-bottom: 10px;
  }
  .industry-content-sec-main .industry-content-inner h3 {
    font-size: 40px !important;
    line-height: 47px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .healthcare-banner-main {
    height: auto;
    padding-top: 150px;
  }
  .healthcare-banner-main .health-banner-content h1 {
    font-size: 45px;
    line-height: 52px;
    margin-bottom: 20px;
  }
  .healthcare-banner-main .banner-form form {
    padding: 25px;
  }
  .healthcare-banner-main .banner-form form .banner-form-heading h2 {
    font-size: 35px;
    line-height: 42px;
  }
  .industry-serv-sec-main .desktop .services-sec-content-flx {
    display: block;
  }
  .industry-serv-sec-main .desktop .services-sec-content-flx .services-sec-lft-content {
    text-align: center;
  }
  .industry-serv-sec-main .desktop .services-sec-content-flx .services-sec-lft-content h3 {
    font-size: 35px;
    line-height: 42px;
  }
  .count-content-sec-main .count-content-inner ul li {
    font-size: 30px;
    line-height: 37px;
  }
  .count-content-sec-main .count-content-inner ul li span {
    font-size: 14px;
    line-height: 21px;
  }
  .content-sec-second-main .content-sec-second-inner h3 {
    font-size: 40px;
    line-height: 47px;
    margin-top: 10px;
  }
  .content-sec-second-main .content-sec-second-inner p {
    width: 90%;
  }
  .content-sec-second-main .content-sec-second-inner .website-buttons {
    margin: 0px;
  }
  .content-sec-second-main .content-sec-second-inner .website-buttons button {
    width: 280px;
    height: 70px;
  }
  .indus-prtfolio-main .portfolio-head-wrap {
    width: 80%;
  }
  .indus-prtfolio-main .industry-portfolio-slider .owl-item .item .industry-slide-inner h4 {
    font-size: 30px;
    line-height: 37px;
  }
  .indus-prtfolio-main .industry-portfolio-slider .owl-item .item .industry-slide-inner p {
    font-size: 18px;
    line-height: 25px;
  }
  .indus-process-sec-main .indus-process-head h3 {
    font-size: 40px;
    line-height: 47px;
  }
  .industry-content-sec-main .industry-content-inner h3 {
    font-size: 40px;
    line-height: 47px;
  }
  .industry-content-sec-main .industry-content-inner .website-buttons button {
    width: 250px;
    height: 70px;
  }
  .pc-wrap {
    padding: 0 1rem;
  }
  .navbar-toggler {
    display: none;
  }
  .banner .content {
    width: 59%;
  }
  .banner .content h4 {
    font-size: 34px;
  }
  .banner .content p {
    font-size: 14px;
    margin: 16px 0;
  }
  .banner .content button {
    width: 188px;
    padding: 7px 0;
    font-size: 14px;
  }
  .banner .app_btn a img {
    width: 113px;
    margin: 0 9px 0 0;
  }
  .banner video {
    height: 668px;
    object-position: 72% 100%;
  }
  .banner .arrow-next {
    bottom: 7%;
  }
  .services_wrap {
    flex-wrap: wrap;
    justify-content: start;
    row-gap: 30px;
  }
  .services_wrap .service_one {
    margin: 10px 2px;
    width: 15%;
  }
  .book_appoointment {
    margin: 2rem 0 0;
  }
  .book_appoointment .vd_area video {
    margin: 3rem auto 0;
  }
  .book_appoointment .txt {
    padding: 5rem 0 0;
  }
  .book_appoointment .txt h4 {
    font-size: 49px;
  }
  .book_call {
    padding: 3rem 0;
    margin: 1rem 0 0 0;
  }
  .book_call h4 {
    font-size: 37px;
  }
  .book_call .img_area img {
    width: 100%;
  }
  .book_call .img_area .txt {
    width: 80%;
  }
  footer {
    padding: 3rem 0rem 14px;
  }
  .cta {
    padding: 3rem 0 0;
  }
  .cta .content h4 {
    font-size: 40px;
  }
  .portfolio_wrap {
    height: 647px;
    padding: 3rem 0;
  }
  .portfolio_wrap .crd h4 {
    font-size: 26px;
  }
  .portfolio_wrap .crd p {
    font-size: 12px;
    margin: 10px 0;
  }
  .portfolio_wrap .crd a {
    display: none;
  }
  .portfolio_wrap .txt h4 {
    font-size: 50px;
  }
  .portfolio_wrap .txt p {
    width: 70%;
    padding: 9px 0 28px;
  }
  .portfolio_wrap .portfolio-next {
    font-size: 12px;
  }
  .testimonial_wrap .owl-carousel__nav button {
    width: 138px;
    margin: 25px 4px 0;
    font-size: 14px;
  }
  .head_area h3 {
    font-size: 35px;
  }
  header {
    padding: 0px 0px;
  }
  header .navbar {
    flex-wrap: nowrap;
  }
  header .navbar .navbar-brand img {
    width: 200px;
  }
  header .navbar .header-nav-flx {
    gap: 10px;
  }
  header .navbar .header-nav-flx .header-btn {
    gap: 8px;
  }
  header .navbar .header-nav-flx button {
    padding: 10px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  header nav .navbar-collapse ul li {
    margin: 0px 7px;
  }
  header nav .navbar-collapse ul li .nav-link {
    padding-right: 0.1rem !important;
    padding-left: 0.1rem !important;
  }
  header .dropdown-toggle::after {
    display: none;
  }
  .service-banner-main {
    height: 1100px;
    padding: 130px 0px 70px;
  }
  .service-banner-main .col-xl-12 {
    padding: 0px 80px;
  }
  .service-banner-main .col-xl-12 .services-banner-flx {
    padding: 0;
    gap: 40px;
  }
  .service-banner-main .col-xl-12 .services-banner-flx h1 {
    font-size: 55px;
    line-height: 62px;
  }
  .service-banner-main .col-xl-12 .serv-banner-main-content {
    padding: 40px 0px 0px 40px;
  }
  .service-banner-main .col-xl-12 .serv-banner-main-content h2 {
    font-size: 50px;
    line-height: 62px;
  }
  .service-banner-main .col-xl-12 .serv-banner-text-flx {
    margin-top: 15px;
    gap: 7%;
    width: 75%;
  }
  .service-banner-main .col-xl-12 .serv-banner-text-flx .serv-banner-text-content {
    width: 100%;
  }
  .service-banner-main .col-xl-12 .serv-banner-text-flx .serv-banner-text-content h3 {
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 30px;
  }
  .service-banner-main .col-xl-12 .serv-banner-mobile-img {
    right: -30%;
    top: 35%;
  }
  .service-banner-main .col-xl-12 .serv-banner-mobile-img img {
    width: 50%;
  }
  .service-banner-main .col-xl-12 .banner-brand-logo {
    width: 50%;
    gap: 15px;
  }
  .service-sec-main .desktop .services-sec-content-flx {
    display: block;
  }
  .service-sec-main .desktop .services-sec-content-flx .services-sec-lft-content {
    margin-bottom: 30px;
    text-align: center;
  }
  .count-serv-sec-main {
    height: auto;
    padding: 60px 0px;
  }
  .service-content-sec {
    padding: 50px 0px 0px 15px !important;
    margin-top: 0px !important;
  }
  .service-content-sec .service-content-sec-wrap h4 {
    font-size: 35px !important;
    line-height: 42px !important;
  }
  .service-content-sec .service-content-sec-wrap p {
    font-size: 16px !important;
    line-height: 23px !important;
    margin-bottom: 0px !important;
  }
  .service-content-sec .service-content-sec-wrap button {
    padding: 15px 30px !important;
    margin: 20px auto 0px !important;
  }
  .service-content-sec .service-content-sec-wrap .img_area img {
    position: relative !important;
  }
  .second-counter-sec .serv-counter-sec-img img {
    width: 100%;
    height: auto;
  }
  .ios-banner-second-main {
    margin-top: -25%;
  }
  .ios-banner-second-main .ios-banner-second-content {
    padding: 25px 10px;
    height: 600px;
    position: relative;
    z-index: 1;
  }
  .ios-banner-second-main .ios-banner-second-content::after {
    content: "";
    background: #000000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 25px;
    opacity: 0.5;
  }
  .ios-banner-second-main .ios-banner-second-content .ios-banner-second-content-inner {
    width: 100%;
    margin: 0 auto;
  }
  .ios-banner-second-main .ios-banner-second-content .ios-banner-second-content-inner h2 {
    font-size: 45px;
    line-height: 52px;
  }
  .ios-banner-second-main .ios-banner-second-content .ios-banner-second-content-inner p {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 20px;
  }
  .ios-banner-second-main .ios-banner-second-content .ios-banner-second-content-inner button {
    width: auto;
    padding: 10px 12px !important;
  }
  .contact-us-banner-main {
    height: auto;
    padding: 100px 0px 0px;
  }
  .contact-us-banner-main .contact-us-banner-main-content {
    padding: 0px 10px;
  }
  .contact-us-banner-main .contact-us-banner-main-content .contact-us-banner-flx {
    padding: 0;
    text-align: center;
    gap: 0px;
  }
  .contact-us-banner-main .contact-us-banner-main-content .contact-us-banner-flx h1 {
    font-size: 55px;
    line-height: 62px;
  }
  .contact-us-banner-main .contact-us-banner-main-content .contact-us-banner-flx button {
    margin-top: 20px;
    width: auto;
    padding: 10px;
    margin-bottom: 30px;
  }
  .contact-us-banner-main .contact-us-banner-main-content .contact-us-banner-img-main img {
    width: 100%;
  }
  .indus-process-sec-main .indus-process-card {
    padding: 95px 15px 28px 15px;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .content-sec-second-main .content-sec-second-inner p {
    width: 80%;
  }
  .content-sec-second-main .content-sec-second-inner button {
    padding: 15px 30px;
    margin: 20px auto;
  }
  .industry-serv-sec-main .desktop .services-sec-content-flx {
    display: block;
  }
  .industry-serv-sec-main .desktop .services-sec-content-flx .services-sec-lft-content {
    margin-bottom: 20px;
    text-align: center;
  }
  .industry-content-sec-main {
    position: relative;
    z-index: 1;
  }
  .industry-content-sec-main::before {
    content: "";
    background: black;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.6;
  }
  .industry-content-sec-main .industry-content-inner h3 {
    color: #fff;
  }
  .industry-content-sec-main .industry-content-inner p {
    color: #fff;
  }
  .industry-content-sec-main .industry-content-inner .website-buttons a button {
    border-color: #fff;
    color: #fff;
  }
  .indus-process-sec-main .indus-process-card p {
    min-height: 70px;
    height: 70px;
    max-height: 70px;
  }
  .service-banner-main {
    height: 1100px;
    padding: 130px 0px 70px;
  }
  .service-banner-main .col-xl-12 {
    padding: 0px 50px;
  }
  .service-banner-main .col-xl-12 .services-banner-flx {
    padding: 0;
    gap: 40px;
  }
  .service-banner-main .col-xl-12 .services-banner-flx h1 {
    font-size: 55px;
    line-height: 62px;
  }
  .service-banner-main .col-xl-12 .serv-banner-main-content {
    padding: 40px 0px 0px 40px;
  }
  .service-banner-main .col-xl-12 .serv-banner-main-content h2 {
    font-size: 50px;
    line-height: 62px;
  }
  .service-banner-main .col-xl-12 .serv-banner-text-flx {
    margin-top: 15px;
    gap: 7%;
    width: 75%;
  }
  .service-banner-main .col-xl-12 .serv-banner-text-flx .serv-banner-text-content {
    width: 100%;
    padding-left: 0px;
  }
  .service-banner-main .col-xl-12 .serv-banner-text-flx .serv-banner-text-content h3 {
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 30px;
  }
  .service-banner-main .col-xl-12 .serv-banner-mobile-img {
    right: -42%;
    top: 35%;
  }
  .service-banner-main .col-xl-12 .serv-banner-mobile-img img {
    width: 50%;
  }
  .service-banner-main .col-xl-12 .banner-brand-logo {
    width: 50%;
    gap: 15px;
    padding-left: 0px;
  }
  .service-banner-main .col-xl-12 .banner-brand-logo a img {
    width: 100px;
  }
  .service-sec-main .desktop .services-sec-content-flx {
    display: block;
  }
  .service-sec-main .desktop .services-sec-content-flx .services-sec-lft-content {
    margin-bottom: 30px;
    text-align: center;
  }
  .count-serv-sec-main {
    height: auto;
    padding: 60px 0px;
  }
  .service-content-sec {
    margin-top: 0px !important;
    padding: 50px 15px 0px 15px !important;
    z-index: 1;
  }
  .service-content-sec::before {
    content: "";
    background: black;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.6;
  }
  .service-content-sec .service-content-sec-wrap h4 {
    font-size: 45px !important;
    line-height: 52px !important;
    text-align: center !important;
    margin-bottom: 30px !important;
  }
  .service-content-sec .service-content-sec-wrap p {
    font-size: 16px;
    text-align: center;
    line-height: 23px;
    margin-bottom: 0px !important;
    width: 100% !important;
  }
  .service-content-sec .service-content-sec-wrap button {
    padding: 15px 30px !important;
    margin: 20px auto;
    display: flex;
  }
  .service-content-sec .service-content-sec-wrap .img_area img {
    position: relative !important;
  }
  .second-counter-sec {
    height: auto !important;
    margin: 0px auto !important;
    padding: 30px 0px;
  }
  .contact-us-banner-main {
    height: auto;
    padding: 100px 0px 0px;
  }
  .contact-us-banner-main .contact-us-banner-main-content {
    padding: 0px 10px;
  }
  .contact-us-banner-main .contact-us-banner-main-content .contact-us-banner-flx {
    padding: 0;
    text-align: center;
    gap: 0px;
  }
  .contact-us-banner-main .contact-us-banner-main-content .contact-us-banner-flx h1 {
    font-size: 55px;
    line-height: 62px;
  }
  .contact-us-banner-main .contact-us-banner-main-content .contact-us-banner-flx button {
    margin-top: 20px;
    width: auto;
    padding: 10px;
    margin-bottom: 30px;
  }
  .contact-us-banner-main .contact-us-banner-main-content .contact-us-banner-img-main img {
    width: 100%;
  }
  .healthcare-banner-main {
    padding: 150px 0px 80px;
    height: auto;
  }
  .healthcare-banner-main .health-banner-content {
    text-align: center;
  }
  .healthcare-banner-main .health-banner-content h1 {
    font-size: 50px;
    line-height: 57px;
    margin-bottom: 15px;
  }
  .healthcare-banner-main .health-banner-content .banner-brand-logo {
    gap: 35px;
    justify-content: center;
    margin-bottom: 30px;
  }
  .industry-serv-sec-main .desktop {
    padding: 0px;
  }
  .count-content-sec-main {
    padding: 50px 0px;
    position: relative;
    z-index: 1;
  }
  .count-content-sec-main::before {
    content: "";
    background: black;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.6;
  }
  .count-content-sec-main .count-content-inner h3 {
    color: #fff;
  }
  .count-content-sec-main .count-content-inner p {
    color: #fff;
  }
  .count-content-sec-main .count-content-inner ul {
    color: #fff;
  }
  .count-content-sec-main.counter-content-sec-main-second .count-content-inner {
    text-align: center;
    padding: 50px;
  }
  .count-content-sec-main.counter-content-sec-main-second .count-content-inner h3 {
    color: #000;
  }
  .count-content-sec-main.counter-content-sec-main-second .count-content-inner p {
    color: #000;
  }
  .count-content-sec-main.counter-content-sec-main-second .count-content-inner ul {
    color: #000;
  }
  .indus-prtfolio-main .portfolio-head-wrap {
    width: 100%;
  }
  .indus-prtfolio-main .industry-portfolio-slider .owl-item {
    margin: 0px;
  }
  .indus-prtfolio-main .industry-portfolio-slider .owl-item .industry-slide-inner {
    padding: 50px 20px 0px 20px !important;
    text-align: center;
  }
  .indus-prtfolio-main .industry-portfolio-slider .owl-item .industry-slide-inner h4 {
    font-size: 45px !important;
    line-height: 52px !important;
  }
  .indus-prtfolio-main .industry-portfolio-slider .owl-item .industry-slide-inner p {
    font-size: 18px !important;
    line-height: 25px !important;
  }
  .indus-process-sec-main .indus-process-card {
    padding: 45px 15px 28px 15px;
    margin-bottom: 30px;
  }
  .indus-process-sec-main .indus-process-card span {
    width: 65px;
    height: 65px;
  }
}
@media only screen and (min-width: 520px) and (max-width: 767px) {
  .calender-main-content .calender-content {
    text-align: center;
  }
  .calender-main-content .calender-content h2 {
    font-size: 30px;
    line-height: 37px;
  }
  .indus-prtfolio-main .industry-portfolio-slider .owl-item .item .industry-slide-inner {
    height: 650px;
  }
  .content-sec-second-main {
    height: auto;
  }
  .content-sec-second-main .content-sec-second-inner h3 {
    font-size: 30px;
    line-height: 37px;
  }
  .content-sec-second-main .content-sec-second-inner p {
    width: 100%;
  }
  .content-sec-second-main .content-sec-second-inner .website-buttons {
    display: block;
  }
  .content-sec-second-main .content-sec-second-inner button {
    padding: 15px 30px;
    margin: 20px auto;
  }
  .industry-serv-sec-main .desktop .services-sec-content-flx {
    display: block;
  }
  .industry-serv-sec-main .desktop .services-sec-content-flx .services-sec-lft-content {
    margin-bottom: 20px;
    text-align: center;
  }
  .industry-content-sec-main {
    position: relative;
    z-index: 1;
  }
  .industry-content-sec-main::before {
    content: "";
    background: black;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.6;
  }
  .industry-content-sec-main .industry-content-inner h3 {
    color: #fff;
  }
  .industry-content-sec-main .industry-content-inner p {
    color: #fff;
  }
  .navbar-toggler {
    display: none;
  }
  .pc-wrap {
    padding: 0 1rem;
  }
  header {
    padding: 0 0;
  }
  header .offcanvas-start {
    width: 300px;
  }
  header .offcanvas-start .offcanvas-header .offcanvas-title img {
    width: 180px;
  }
  header nav {
    border: none;
  }
  header nav .navbar-brand img {
    width: 150px;
  }
  header .offcanvas_menu img {
    width: 18px;
  }
  header nav .header-nav-flx {
    display: block;
  }
  header nav .header-nav-flx .header-btn {
    display: none;
  }
  .banner .content .review-brand-flx {
    width: 100%;
    gap: 5px;
  }
  .banner .content .review-brand-flx a img {
    width: 100px;
  }
  .book_appoointment {
    margin: 2rem 0 0;
    padding: 2rem 0 2rem;
  }
  .book_appoointment .txt h4 {
    font-size: 42px;
  }
  .book_appoointment .txt p {
    font-size: 14px;
  }
  .book_appoointment .txt ul {
    margin: 2rem 0 3rem;
  }
  .book_appoointment .txt ul li {
    font-size: 26px;
  }
  .book_appoointment .txt ul li span {
    font-size: 9px;
  }
  .book_appoointment .vd_area video {
    width: 100%;
  }
  .book_appoointment .vd_area .bpm_img {
    display: none;
  }
  .book_appoointment .vd_area .caledner_img {
    display: none;
  }
  .portfolio_wrap {
    padding: 2rem 0 0;
    height: 560px;
  }
  .portfolio_wrap .txt h4 {
    font-size: 38px;
  }
  .portfolio_wrap .txt p {
    font-size: 15px;
    width: 100%;
    padding: 9px 0;
  }
  .portfolio_wrap .owl-carousel .owl-stage-outer {
    height: 472px;
  }
  .portfolio_wrap .portfolio-next {
    font-size: 12px;
    background: #48e0c2;
    top: -3%;
    padding: 10px;
    border-radius: 10px;
  }
  .portfolio_wrap .portfolio-next img {
    width: 25px;
    margin: 0 2px;
  }
  .portfolio_wrap .crd h4 {
    font-size: 20px;
  }
  .cta .content h4 {
    font-size: 28px;
  }
  .cta .content p {
    font-size: 16px;
    margin: 7px 0 18px;
  }
  .cta .content button {
    width: 159px;
    padding: 4px 0;
    font-size: 13px;
  }
  footer {
    padding: 2rem 12px 11px;
  }
  footer .condition-links {
    justify-content: center !important;
  }
  footer .footer-bottom {
    text-align: center;
  }
  .head_area h3 {
    font-size: 27px;
  }
  .head_area p {
    font-size: 16px;
    padding: 20px 0 !important;
  }
  .faq_wrap {
    padding: 3rem 1rem;
  }
  .faq_wrap .accordion .accordion-item button {
    font-size: 18px;
  }
  .book_call {
    padding: 2rem 0;
    margin: 1rem 0 0 0;
  }
  .book_call h4 {
    font-size: 40px;
  }
  .book_call .img_area img {
    width: 100%;
  }
  .book_call .img_area .txt {
    width: 90%;
  }
  .book_call form button {
    background: #48e0c1;
    color: #fff;
    width: 92%;
  }
  .testimonial_wrap {
    padding: 6rem 0;
  }
  .testimonial_wrap .frame img {
    height: 670px;
  }
  .testimonial_wrap .item {
    width: 96%;
    margin: 0 auto;
  }
  .testimonial_wrap .item .crd .comment p {
    font-size: 14px;
  }
  .testimonial_wrap .item .crd .comment img {
    width: 183px;
  }
  .testimonial_wrap .owl-carousel__nav button {
    width: 118px;
    font-size: 12px;
  }
  .banner video {
    height: 557px;
    object-position: 80% 100%;
  }
  .banner .content {
    width: 90%;
    bottom: 0;
    transform: translateY(89%);
  }
  .banner .content p {
    font-size: 14px;
    margin: 18px 0;
  }
  .banner .content h4 {
    font-size: 34px;
  }
  .banner .content button {
    width: 190px;
    padding: 3px 0;
    font-size: 14px;
  }
  .banner .content::after {
    content: "";
    position: absolute;
    width: 114%;
    height: 100%;
    background: linear-gradient(357deg, #000000, rgb(30, 27, 28));
    bottom: 28px;
    left: -25px;
    z-index: -1;
    padding: 20px 0;
  }
  .banner .app_btn,
  .banner .arrow-next {
    display: none;
  }
  .banner .owl-carousel .owl-stage-outer {
    overflow: visible;
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  .mobile .services_mb .service_one {
    margin: 5px 6px;
    padding: 14px 11px;
    border-radius: 9px;
  }
  .mobile .services_mb .service_one h4 {
    font-size: 16px;
  }
  .mobile .services_mb .service_one img {
    width: 18px;
  }
  .service-banner-main {
    height: auto;
    padding: 100px 0px 50px;
  }
  .service-banner-main .col-xl-12 {
    padding: 0px 50px;
  }
  .service-banner-main .col-xl-12 .services-banner-flx {
    display: block;
    padding: 0;
    text-align: center;
  }
  .service-banner-main .col-xl-12 .services-banner-flx h1 {
    font-size: 55px;
    line-height: 62px;
  }
  .service-banner-main .col-xl-12 .services-banner-flx button {
    margin-top: 20px;
  }
  .service-banner-main .col-xl-12 .serv-banner-main-content {
    padding: 40px 0px 0px;
  }
  .service-banner-main .col-xl-12 .serv-banner-main-content h2 {
    font-size: 30px;
    line-height: 37px;
    text-align: center;
  }
  .service-banner-main .col-xl-12 .serv-banner-text-flx {
    display: block;
    width: 100%;
    margin-top: 30px;
    text-align: center;
  }
  .service-banner-main .col-xl-12 .serv-banner-text-flx .serv-banner-text-content {
    width: 100%;
    margin-bottom: 15px;
    padding-left: 0px;
  }
  .service-banner-main .col-xl-12 .serv-banner-text-flx .serv-banner-text-content h3 {
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 20px;
  }
  .service-banner-main .col-xl-12 .serv-banner-mobile-img {
    display: none;
  }
  .service-banner-main .col-xl-12 .banner-brand-logo {
    width: 100%;
    position: relative;
    bottom: 0;
    justify-content: center;
    margin-top: 30px;
    padding-left: 0px;
  }
  .service-banner-main .col-xl-12 .banner-brand-logo a img {
    width: auto;
  }
  .service-sec-main {
    padding: 40px 0px;
  }
  .service-sec-main .mobile .services-sec-content-flx {
    display: block;
  }
  .service-sec-main .mobile .services-sec-content-flx .services-sec-lft-content {
    text-align: center;
    margin-bottom: 15px;
  }
  .service-sec-main .mobile .services-sec-content-flx h3 {
    font-family: "Glancyr-Medium";
    font-size: 22px;
    line-height: 32px;
    color: #1F1F1F;
  }
  .count-serv-sec-main .serv-counter-sec ul {
    display: block;
    margin: 0;
  }
  .service-content-sec {
    margin-top: 0px !important;
    padding: 50px 15px 0px 15px !important;
    z-index: 1;
  }
  .service-content-sec::before {
    content: "";
    background: black;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.6;
  }
  .service-content-sec .service-content-sec-wrap h4 {
    font-size: 45px !important;
    line-height: 52px !important;
    text-align: center !important;
    margin-bottom: 30px !important;
  }
  .service-content-sec .service-content-sec-wrap p {
    font-size: 16px;
    text-align: center;
    line-height: 23px;
    margin-bottom: 0px !important;
    width: 100% !important;
  }
  .service-content-sec .service-content-sec-wrap button {
    padding: 15px 30px !important;
    margin: 20px auto;
    display: flex;
  }
  .service-content-sec .service-content-sec-wrap .img_area img {
    position: relative !important;
  }
  .second-counter-sec {
    height: auto !important;
    margin: 0px auto !important;
    padding: 30px 0px;
  }
  .healthcare-banner-main {
    padding: 100px 0px 0px 0px !important;
    height: auto;
  }
  .healthcare-banner-main .health-banner-content {
    padding: 0px !important;
    margin: 0px auto !important;
    width: 100%;
    text-align: center;
  }
  .healthcare-banner-main .health-banner-content h1 {
    font-size: 35px !important;
    line-height: 45px !important;
    margin-bottom: 10px;
  }
  .healthcare-banner-main .health-banner-content p {
    margin-bottom: 20px;
  }
  .healthcare-banner-main .health-banner-content .banner-brand-logo {
    margin-top: 0px;
    gap: 25px;
    flex-wrap: nowrap;
    margin-bottom: 30px;
    justify-content: center;
  }
  .healthcare-banner-main .banner-form form {
    padding: 25px;
  }
  .healthcare-banner-main .banner-form form .banner-form-heading {
    text-align: center;
  }
  .healthcare-banner-main .banner-form form .banner-form-heading h2 {
    font-size: 45px;
    line-height: 52px;
  }
  .count-content-sec-main {
    padding: 50px 0px 50px;
    position: relative;
    z-index: 1;
  }
  .count-content-sec-main::before {
    content: "";
    background: black;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.6;
  }
  .count-content-sec-main .count-content-inner {
    text-align: center;
  }
  .count-content-sec-main .count-content-inner h3 {
    font-size: 40px;
    line-height: 47px;
    color: #fff;
  }
  .count-content-sec-main .count-content-inner p {
    color: #fff;
  }
  .count-content-sec-main .count-content-inner ul {
    margin-top: 30px;
    gap: 20px;
    color: #fff;
  }
  .count-content-sec-main .count-content-inner ul li {
    margin-bottom: 15px;
    font-size: 35px;
    line-height: 42px;
  }
  .count-content-sec-main .count-content-inner ul li span {
    font-size: 16px;
    line-height: 23px;
  }
  .count-content-sec-main.counter-content-sec-main-second .count-content-inner {
    text-align: center;
    padding: 50px;
  }
  .count-content-sec-main.counter-content-sec-main-second .count-content-inner h3 {
    color: #000;
  }
  .count-content-sec-main.counter-content-sec-main-second .count-content-inner p {
    color: #000;
  }
  .count-content-sec-main.counter-content-sec-main-second .count-content-inner ul {
    color: #000;
  }
  .indus-prtfolio-main {
    padding: 50px 0px;
  }
  .indus-prtfolio-main .portfolio-head-wrap {
    width: 100%;
    padding: 0px 15px;
  }
  .indus-prtfolio-main .portfolio-head-wrap h3 {
    font-size: 45px;
    line-height: 52px;
  }
  .indus-prtfolio-main .industry-portfolio-slider {
    height: auto;
  }
  .indus-prtfolio-main .industry-portfolio-slider .owl-item {
    margin: 0px;
  }
  .indus-prtfolio-main .industry-portfolio-slider .owl-item .industry-slide-inner {
    padding: 50px 20px 0px 20px !important;
    text-align: center;
  }
  .indus-prtfolio-main .industry-portfolio-slider .owl-item .industry-slide-inner h4 {
    font-size: 30px !important;
    line-height: 37px !important;
  }
  .indus-prtfolio-main .industry-portfolio-slider .owl-item .industry-slide-inner p {
    font-size: 17px !important;
    line-height: 22px !important;
  }
  .industry-content-sec-main {
    padding: 50px 0px 50px;
  }
  .industry-content-sec-main .industry-content-inner {
    text-align: center;
  }
  .industry-content-sec-main .industry-content-inner h3 {
    font-size: 40px;
    line-height: 47px;
    margin-bottom: 15px;
    color: #fff;
  }
  .industry-content-sec-main .industry-content-inner p {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 5px;
    color: #fff;
  }
  .industry-content-sec-main .industry-content-inner .website-buttons {
    display: block;
  }
  .industry-content-sec-main .industry-content-inner .website-buttons a button {
    border-color: #fff;
    color: #fff;
  }
  .indus-process-sec-main {
    padding: 50px 0px 0px;
  }
  .indus-process-sec-main .indus-process-head {
    text-align: center;
  }
  .indus-process-sec-main .indus-process-head h3 {
    font-size: 40px;
    line-height: 47px;
  }
  .indus-process-sec-main .indus-process-head p {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 15px;
  }
  .indus-process-sec-main .indus-process-card {
    background-size: cover;
    margin-bottom: 60px;
    text-align: center;
    padding: 90px 25px 25px 25px;
  }
  .indus-process-sec-main .indus-process-card span {
    left: 20%;
  }
  .indus-process-sec-main .indus-process-card h5 {
    font-size: 25px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 300px) and (max-width: 519px) {
  .calender-main-content .calender-content {
    text-align: center;
  }
  .calender-main-content .calender-content h2 {
    font-size: 30px;
    line-height: 37px;
  }
  .calender-main-content .calender-content h2 span {
    font-size: 30px;
    line-height: 37px;
  }
  .indus-prtfolio-main .industry-portfolio-slider {
    height: auto;
  }
  .indus-prtfolio-main .industry-portfolio-slider .owl-item .item .industry-slide-inner {
    height: 650px;
  }
  .content-sec-second-main {
    height: auto;
  }
  .content-sec-second-main .content-sec-second-inner h3 {
    font-size: 30px;
    line-height: 37px;
  }
  .content-sec-second-main .content-sec-second-inner p {
    width: 100%;
  }
  .content-sec-second-main .content-sec-second-inner .website-buttons {
    display: block;
  }
  .content-sec-second-main .content-sec-second-inner button {
    padding: 15px 30px;
    margin: 20px auto;
  }
  .industry-serv-sec-main .desktop .services-sec-content-flx {
    display: block;
  }
  .industry-serv-sec-main .desktop .services-sec-content-flx .services-sec-lft-content {
    margin-bottom: 20px;
    text-align: center;
  }
  .industry-content-sec-main {
    position: relative;
    z-index: 1;
  }
  .industry-content-sec-main::before {
    content: "";
    background: black;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.6;
  }
  .industry-content-sec-main .industry-content-inner h3 {
    color: #fff;
  }
  .industry-content-sec-main .industry-content-inner p {
    color: #fff;
  }
  .service-content-length-sec .service-content-length-sec-wrap {
    text-align: center;
    padding: 15px;
  }
  .service-content-length-sec .service-content-length-sec-wrap h2 {
    font-size: 22px;
    line-height: 29px;
  }
  .service-content-length-sec .service-content-length-sec-wrap p {
    font-size: 16px;
  }
  .navbar-toggler {
    display: none;
  }
  .pc-wrap {
    padding: 0 1rem;
  }
  header {
    padding: 0 0;
  }
  header .offcanvas-start {
    width: 300px;
  }
  header .offcanvas-start .offcanvas-header .offcanvas-title img {
    width: 180px;
  }
  header nav {
    border: none;
  }
  header nav .navbar-brand img {
    width: 150px;
  }
  header .offcanvas_menu img {
    width: 18px;
  }
  header nav .header-nav-flx {
    display: block;
  }
  header nav .header-nav-flx .header-btn {
    display: none;
  }
  .banner .content .review-brand-flx {
    width: 100%;
    gap: 5px;
  }
  .banner .content .review-brand-flx a img {
    width: 100px;
  }
  .companies_wrap .icons {
    margin: 1rem 0 0 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
  }
  .companies_wrap .icons .crd {
    padding: 12px 17px;
  }
  .companies_wrap .icons .crd img {
    width: 40px;
  }
  .book_appoointment {
    margin: 2rem 0 0;
    padding: 2rem 0 2rem;
  }
  .book_appoointment .txt h4 {
    font-size: 31px;
  }
  .book_appoointment .txt p {
    font-size: 14px;
  }
  .book_appoointment .txt ul {
    margin: 2rem 0 3rem;
  }
  .book_appoointment .txt ul li {
    font-size: 26px;
  }
  .book_appoointment .txt ul li span {
    font-size: 9px;
  }
  .book_appoointment .vd_area video {
    width: 100%;
  }
  .book_appoointment .vd_area .bpm_img {
    display: none;
  }
  .book_appoointment .vd_area .caledner_img {
    display: none;
  }
  .portfolio_wrap {
    padding: 2rem 0 0;
  }
  .portfolio_wrap .txt {
    text-align: center;
  }
  .portfolio_wrap .txt h4 {
    font-size: 33px;
    line-height: 40px;
  }
  .portfolio_wrap .txt p {
    font-size: 15px;
    width: 100%;
    padding: 9px 0;
  }
  .portfolio_wrap .owl-carousel .owl-stage-outer {
    height: 472px;
  }
  .portfolio_wrap .portfolio-next {
    font-size: 12px;
    background: #48e0c2;
    top: -3%;
    padding: 10px;
    border-radius: 10px;
  }
  .portfolio_wrap .portfolio-next img {
    width: 25px;
    margin: 0 2px;
  }
  .portfolio_wrap .crd h4 {
    font-size: 20px;
  }
  .cta .content h4 {
    font-size: 28px;
  }
  .cta .content p {
    font-size: 16px;
    margin: 7px 0 18px;
  }
  .cta .content button {
    width: 159px;
    padding: 4px 0;
    font-size: 13px;
  }
  footer {
    padding: 2rem 12px 11px;
  }
  footer .condition-links {
    justify-content: center !important;
  }
  footer .footer-bottom {
    text-align: center;
  }
  footer .footer-bottom .ft-btm-content {
    display: block;
  }
  .head_area h3 {
    font-size: 26px;
    line-height: 33px;
  }
  .head_area p {
    font-size: 16px;
    padding: 20px 0 !important;
  }
  .faq_wrap {
    padding: 3rem 1rem;
  }
  .faq_wrap .accordion .accordion-item button {
    font-size: 18px;
  }
  .book_call {
    padding: 2rem 0;
    margin: 1rem 0 0 0;
  }
  .book_call h4 {
    font-size: 40px;
  }
  .book_call .img_area img {
    width: 100%;
  }
  .book_call .img_area .txt {
    width: 90%;
  }
  .book_call form button {
    background: #48e0c1;
    color: #fff;
    width: 92%;
  }
  .testimonial_wrap {
    padding: 6rem 0;
  }
  .testimonial_wrap .frame {
    bottom: -30px;
  }
  .testimonial_wrap .frame img {
    height: 670px;
  }
  .testimonial_wrap .item {
    margin: 0 61px;
  }
  .testimonial_wrap .item .crd .comment p {
    font-size: 14px;
    height: 190px;
    min-height: 190px;
    max-height: 190px;
  }
  .testimonial_wrap .item .crd .comment img {
    width: 183px;
  }
  .testimonial_wrap .owl-carousel__nav button {
    width: 118px;
    font-size: 12px;
  }
  .banner video {
    height: 619px;
    object-position: 80% 100%;
  }
  .banner .content {
    width: 90%;
    bottom: 0;
    transform: translateY(89%);
  }
  .banner .content p {
    font-size: 14px;
    margin: 18px 0;
  }
  .banner .content h4 {
    font-size: 34px;
  }
  .banner .content button {
    width: 190px;
    padding: 3px 0;
    font-size: 14px;
  }
  .banner .content::after {
    content: "";
    position: absolute;
    width: 114%;
    height: 100%;
    background: linear-gradient(357deg, #000000, rgb(30, 27, 28));
    bottom: 28px;
    left: -25px;
    z-index: -1;
    padding: 20px 0;
  }
  .banner .app_btn,
  .banner .arrow-next {
    display: none;
  }
  .banner .owl-carousel .owl-stage-outer {
    overflow: visible;
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  .mobile .services_mb .service_one {
    margin: 5px 6px;
    padding: 14px 11px;
    border-radius: 9px;
  }
  .mobile .services_mb .service_one h4 {
    font-size: 12px;
  }
  .mobile .services_mb .service_one img {
    width: 18px;
  }
  .service-banner-main {
    height: auto;
    padding: 100px 0px 50px;
  }
  .service-banner-main .col-xl-12 {
    padding: 0px 25px;
  }
  .service-banner-main .col-xl-12 .services-banner-flx {
    display: block;
    padding: 0;
    text-align: center;
  }
  .service-banner-main .col-xl-12 .services-banner-flx h1 {
    font-size: 55px;
    line-height: 62px;
  }
  .service-banner-main .col-xl-12 .services-banner-flx button {
    margin-top: 20px;
  }
  .service-banner-main .col-xl-12 .serv-banner-main-content {
    padding: 40px 0px 0px;
  }
  .service-banner-main .col-xl-12 .serv-banner-main-content h2 {
    font-size: 30px;
    line-height: 37px;
    text-align: center;
  }
  .service-banner-main .col-xl-12 .serv-banner-text-flx {
    display: block;
    width: 100%;
    margin-top: 30px;
    text-align: center;
  }
  .service-banner-main .col-xl-12 .serv-banner-text-flx .serv-banner-text-content {
    width: 100%;
    margin-bottom: 15px;
    padding-left: 0px;
  }
  .service-banner-main .col-xl-12 .serv-banner-text-flx .serv-banner-text-content h3 {
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 20px;
  }
  .service-banner-main .col-xl-12 .serv-banner-mobile-img {
    display: none;
  }
  .service-banner-main .col-xl-12 .banner-brand-logo {
    width: 100%;
    position: relative;
    bottom: 0;
    display: grid;
    grid-template-columns: 45% 45%;
    row-gap: 15px;
    margin-top: 15px;
    padding-left: 0px;
  }
  .service-banner-main .col-xl-12 .banner-brand-logo a img {
    width: 120px;
  }
  .service-sec-main {
    padding: 40px 0px;
  }
  .service-sec-main .mobile .services-sec-content-flx {
    display: block;
  }
  .service-sec-main .mobile .services-sec-content-flx .services-sec-lft-content {
    text-align: center;
    margin-bottom: 15px;
  }
  .service-sec-main .mobile .services-sec-content-flx h3 {
    font-family: "Glancyr-Medium";
    font-size: 22px;
    line-height: 32px;
    color: #1F1F1F;
  }
  .count-serv-sec-main .serv-counter-sec ul {
    display: block;
    margin: 0;
  }
  .second-counter-sec {
    height: auto !important;
    margin: 0px auto !important;
    padding: 30px 0px;
  }
  .healthcare-banner-main {
    padding: 100px 0px 0px 0px !important;
    height: auto;
  }
  .healthcare-banner-main .health-banner-content {
    padding: 0px !important;
    margin: 0px auto !important;
    width: 100%;
    text-align: center;
  }
  .healthcare-banner-main .health-banner-content h1 {
    font-size: 30px !important;
    line-height: 37px !important;
    margin-bottom: 10px;
  }
  .healthcare-banner-main .health-banner-content p {
    margin-bottom: 20px;
  }
  .healthcare-banner-main .health-banner-content .banner-brand-logo {
    margin-top: 0px;
    gap: 10px;
    flex-wrap: nowrap;
    margin-bottom: 30px;
    justify-content: center;
  }
  .healthcare-banner-main .banner-form form {
    padding: 25px;
  }
  .healthcare-banner-main .banner-form form .banner-form-heading {
    text-align: center;
  }
  .healthcare-banner-main .banner-form form .banner-form-heading h2 {
    font-size: 35px;
    line-height: 42px;
  }
  .count-content-sec-main {
    padding: 50px 0px 50px;
    position: relative;
    z-index: 1;
  }
  .count-content-sec-main::before {
    content: "";
    background: black;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.6;
  }
  .count-content-sec-main .count-content-inner {
    text-align: center;
  }
  .count-content-sec-main .count-content-inner h3 {
    font-size: 30px;
    line-height: 37px;
    color: #fff;
  }
  .count-content-sec-main .count-content-inner p {
    color: #fff;
  }
  .count-content-sec-main .count-content-inner ul {
    display: block;
    margin-top: 30px;
    color: #fff;
  }
  .count-content-sec-main .count-content-inner ul li {
    margin-bottom: 15px;
    font-size: 35px;
    line-height: 42px;
  }
  .count-content-sec-main .count-content-inner ul li span {
    font-size: 16px;
    line-height: 23px;
  }
  .count-content-sec-main.counter-content-sec-main-second .count-content-inner {
    text-align: center;
    padding: 50px;
  }
  .count-content-sec-main.counter-content-sec-main-second .count-content-inner h3 {
    color: #000;
  }
  .count-content-sec-main.counter-content-sec-main-second .count-content-inner p {
    color: #000;
  }
  .count-content-sec-main.counter-content-sec-main-second .count-content-inner ul {
    color: #000;
  }
  .indus-prtfolio-main {
    padding: 50px 0px;
  }
  .indus-prtfolio-main .portfolio-head-wrap {
    width: 100%;
    padding: 0px 15px;
  }
  .indus-prtfolio-main .portfolio-head-wrap h3 {
    font-size: 30px;
    line-height: 37px;
  }
  .indus-prtfolio-main .industry-portfolio-slider .owl-item {
    margin: 0px;
  }
  .indus-prtfolio-main .industry-portfolio-slider .owl-item .industry-slide-inner {
    padding: 50px 20px 0px 20px !important;
    text-align: center;
  }
  .indus-prtfolio-main .industry-portfolio-slider .owl-item .industry-slide-inner h4 {
    font-size: 30px !important;
    line-height: 37px !important;
  }
  .indus-prtfolio-main .industry-portfolio-slider .owl-item .industry-slide-inner p {
    font-size: 16px !important;
    line-height: 23px !important;
  }
  .industry-content-sec-main {
    padding: 50px 0px 50px;
  }
  .industry-content-sec-main .industry-content-inner {
    text-align: center;
  }
  .industry-content-sec-main .industry-content-inner h3 {
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 15px;
    color: #fff;
  }
  .industry-content-sec-main .industry-content-inner p {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 5px;
    color: #fff;
  }
  .industry-content-sec-main .industry-content-inner .website-buttons {
    display: block;
  }
  .industry-content-sec-main .industry-content-inner .website-buttons a button {
    border-color: #fff;
    color: #fff;
  }
  .indus-process-sec-main {
    padding: 50px 0px 50px;
  }
  .indus-process-sec-main .indus-process-head {
    text-align: center;
  }
  .indus-process-sec-main .indus-process-head h3 {
    font-size: 30px;
    line-height: 37px;
  }
  .indus-process-sec-main .indus-process-head p {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 15px;
  }
  .indus-process-sec-main .indus-process-card {
    background-size: cover;
    margin-bottom: 60px;
    text-align: center;
    padding: 75px 25px 25px 25px;
  }
  .indus-process-sec-main .indus-process-card span {
    left: 19%;
  }
  .indus-process-sec-main .indus-process-card h5 {
    font-size: 20px;
    line-height: 27px;
  }
}

/*# sourceMappingURL=styles.css.map */
