body {
  overflow-x: hidden;
  font-family: "Poppins", sans-serif !important;
  /* overscroll-behavior: none; */
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

:root {
  --primary-color: #2ebec6;
  --dark-cyan-color: #006f7a;
  --secondary-color: #575757;
  /* --accent-color: #e74c3c;
    --background-color: #f4f4f4; */
  --lightgray-color: #b3b3b3;
  --black-color: #000;
  --white-color: #fff;
}

html {
  scroll-behavior: smooth;
}

.clrRed {
  color: #da5d5d !important;
}

.clrBlue {
  color: #00aad5 !important;
}

.clrCyan {
  color: #2ebec6 !important;
}

button:focus {
  box-shadow: none !important;
}

a {
  text-decoration: none;
}

h5 {
  font-size: 20px;
  color: #4d4d4d;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
}

.commonBtn {
  font-size: 18px;
  font-weight: 600;
  color: #2ebec6;
  border: 2px solid #2ebec6;
  background-color: #fff;
  border-radius: 50px;
  padding: 12px 30px;
  text-decoration: none;
  transition: 0.2s;
}

.commonBtn:hover {
  background-color: #2ebec6 !important;
  color: #fff !important;
}

ul {
  padding: 0;
}

/* Recaptcha */
.grecaptcha-badge {
  z-index: 99;
}

/* On scroll animation */
.cluster {
  position: relative;
  width: 100%;
}

.orangeEllipse,
.blueEllipse {
  width: 100%;
  height: auto;
  max-width: 494px;
  max-height: 434px;
  z-index: -1;
}

/* Scroll down animation */

.homeSection {
  animation: scrollDown 2.5s ease;
  animation-delay: 4.5s;
  animation-duration: 2.5s;
}

@keyframes scrollDown {
  0% {
    transform: translateY(0);
  }

  20% {
    transform: translateY(-120px);
  }

  40% {
    transform: translateY(0px);
  }
}

/* Loader CSS */
.videoGridWrapper .loader {
  background-position: center;
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: 0.5s;
}

.visibleOne .loader {
  background-image: url("https://static.evluate.com/img/vedio_Nine.png");
}

.visibleTwo .loader {
  background-image: url("https://static.evluate.com/img/vedio_Ten.png");
}

.visibleThree .loader {
  background-image: url("https://static.evluate.com/img/vedio_Eleven.png");
}

.visibleFour .loader {
  background-image: url("https://static.evluate.com/img/vedio_Second.png");
}

.visibleFive .loader {
  background-image: url("https://static.evluate.com/img/vedio_One.png");
}

.visibleSix .loader {
  background-image: url("https://static.evluate.com/img/vedio_Third.png");
}

.visibleSeven .loader {
  background-image: url("https://static.evluate.com/img/vedio_Sixth.png");
}

.visibleEight .loader {
  background-image: url("https://static.evluate.com/img/vedio_Fourth.png");
}

.visibleNine .loader {
  background-image: url("https://static.evluate.com/img/vedio_Third.png");
}

.videoGridWrapper {
  background-color: #f1f1f1;
  overflow: hidden;
  height: calc(100vh - 85px);
}

.videoGridWrapper .g-1,
.videoGridWrapper .gy-1 {
  --bs-gutter-y: 0.2rem;
}

.videoGridWrapper .container-fluid {
  padding: 0;
  height: 100%;
}

.videoGridWrapper .container-fluid .row {
  height: 100%;
}

.videoGridWrapper .container-fluid .row .col-md-4 {
  padding: 0;
}

.videoGridWrapper .card img,
.videoGridWrapper .card video {
  object-fit: cover;
  height: 100%;
  aspect-ratio: 3 / 1;
  width: 100%;
  position: relative;
}

.videoGridWrapper .card {
  opacity: 0;
  height: 100%;
  border: 0;
  animation: showCard 0.5s forwards;
  scale: 0.5;
  background-color: transparent;
  justify-content: center;
}

.videoGridWrapper .bgDelay {
  animation: bgDelay 2.5s forwards;
  background-color: transparent;
  animation-delay: 2s !important;
  opacity: 0;
  border-radius: 0;
  border: 0;
  scale: 0.8;
  font-size: 52px;
  vertical-align: middle;
  margin: auto;
  padding: 0 20px;
  text-align: center;
  color: #000;
}

.videoGridWrapper .one {
  position: relative;
}

.videoGridWrapper svg.logoDelay {
  width: 100%;
  max-width: 60%;
  margin: auto;
  position: relative !important;
}

.videoGridWrapper img.logoDelay,
.videoGridWrapper svg.logoDelay {
  animation: logoDelay 1.5s forwards;
  animation-delay: 1.8s;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

/* Pair 1 */
.videoGridWrapper .card.visibleOne {
  animation-delay: 1s;
}

.videoGridWrapper .card.visibleEight {
  animation-delay: 1.1s;
}

/* Pair 2 */
.videoGridWrapper .card.visibleThree {
  animation-delay: 1.2s;
}

.videoGridWrapper .card.visibleSix {
  animation-delay: 1.3s;
}

/* Pair 3 */
.videoGridWrapper .card.visibleTwo {
  animation-delay: 1.4s;
}

.videoGridWrapper .card.visibleSeven {
  animation-delay: 1.5s;
}

/* Pair 4 */
.videoGridWrapper .card.visibleFour,
.videoGridWrapper .card.visibleFive {
  animation-delay: 1.6s;
}

@keyframes showCard {
  to {
    opacity: 1;
    scale: 1;
    transform: translateY(0);
  }
}

/* Example First */
@keyframes bgDelay {
  0% {
    background-color: transparent;
    scale: 0.8;
  }

  50% {
    background-color: transparent;
    scale: 1;
    opacity: 1;
  }

  100% {
    background-color: transparent;
    scale: 1;
    opacity: 0;
  }
}

@keyframes logoDelay {
  0% {
    background-color: transparent;
    scale: 0.8;
    opacity: 0;
  }

  100% {
    background-color: transparent;
    scale: 1;
    opacity: 1;
  }
}

.videoGridWrapper .order-first {
  order: unset !important;
}

@keyframes forHeaderDelay {
  0% {
    scale: 0.9;
    opacity: 0;
  }

  100% {
    scale: 1;
    opacity: 1;
  }
}

.webNav.homeNav {
  opacity: 0;
  animation: forHeaderDelay 3s forwards;
  animation-delay: 1.8s;
}

/* Navbar CSS -------------------------------------------------------------------------------------------*/
.webNav {
  border-bottom: 1px solid #dcdcdc;
  padding: 20px 0;
}

.webNav .navbar {
  padding: 0;
}

.webNav .navbar-collapse {
  z-index: 100;
}

.webNav ul.navbar-nav {
  gap: 70px;
  align-items: center;
}

.webNav a.nav-link {
  color: #5a5a5a;
  padding: 0;
  font-size: 20px;
  font-weight: 400;
}

.webNav .hideOnweb a.nav-link svg {
  height: 48px;
  width: 195px;
}

.webNav a.nav-link.active {
  color: #00cccc;
  font-weight: bold;
}

.webNav .nav-link:focus,
.webNav .nav-link:hover {
  color: #00cccc;
}

.webNav .signBtn {
  display: flex;
  gap: 20px;
}

.webNav .signBtn a {
  font-size: 16px;
  font-weight: bold;
  padding: 12px 21px;
  border-radius: 50px;
  border: 2px solid #2ebec6;
  background: #fff;
  line-height: 1;
  text-decoration: none;
  color: #000;
  cursor: pointer;
  transition: 0.2s;

  &:hover {
    background-color: #2ebec6;
    color: #fff;
  }
}

.webNav .signBtn a.active {
  background-color: #2ebec6;
  color: #fff;
}

/*  Website Content ----------------------------------------------------------------------------*/
.whoWeSection {
  margin-bottom: 100px;
  margin-top: 100px;
}

.whoWeSection .homeTitle {
  width: fit-content;
}

.whoWeSection h5 strong {
  color: #2ebec6;
  font-weight: bold;
}

.whoWeSection .hiringCardSection {
  margin-top: 100px;
  display: flex;
  gap: 67px;
}

.whoWeSection .hiringCard {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-direction: column;
  padding: 30px 20px;
  border-radius: 15px;
  width: 100%;
  transform: translateY(60px);
  transition: 0.5s;
}

.whoWeSection .hiringCard:nth-child(1) {
  background: rgba(255, 234, 234, 1);
}

.whoWeSection .hiringCard:nth-child(2) {
  background: rgba(221, 255, 255, 1);
}

.whoWeSection .hiringCard:nth-child(3) {
  background: rgba(217, 241, 255, 1);
}

.whoWeSection .hiringCard:nth-child(4) {
  background: rgba(255, 236, 187, 1);
}

.whoWeSection .hiringCard:nth-child(5) {
  background: rgba(255, 234, 255, 1);
}

.whoWeSection .hiringCard:nth-child(1):hover {
  background: rgba(204, 48, 53, 1);
  color: #fff;
}

.whoWeSection .hiringCard:nth-child(1):hover h5,
.whoWeSection .hiringCard:nth-child(2):hover h5,
.whoWeSection .hiringCard:nth-child(3):hover h5,
.whoWeSection .hiringCard:nth-child(4):hover h5,
.whoWeSection .hiringCard:nth-child(5):hover h5 {
  color: #fff;
  font-weight: 600;
  font-size: 19px;
}

.whoWeSection .hiringCard:nth-child(2):hover {
  background: rgba(46, 190, 198, 1);
}

.whoWeSection .hiringCard:nth-child(3):hover {
  background: rgba(0, 170, 213, 1);
}

.whoWeSection .hiringCard:nth-child(4):hover {
  background: rgba(255, 204, 74, 1);
}

.whoWeSection .hiringCard:nth-child(5):hover {
  background: rgba(176, 76, 178, 1);
}

.whoWeSection .hiringCard.active:nth-child(even) {
  transform: translateY(120px);
}

.whoWeSection .hiringCard.active:nth-child(odd) {
  transform: translateY(0px);
}

.whoWeSection .hiringCard img {
  box-shadow: 0px 0px 20px 0px #0000001a;
  padding: 9px;
  background-color: #fff;
  border-radius: 50%;
  width: 120px;
}

.whoWeSection .hiringCard h5 {
  font-weight: 500;
  text-align: center;
}

.whoWeSection .whoWeContent {
  margin-top: 25px;
}

/* precisionSection CSS -------------------------------------------------------------------------------*/
.precisionSection .container-fluid .col-md-12 {
  padding: 0;
}

.powerContent {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.powerContent h2 {
  color: #006f7a;
  font-size: 48px;
  font-weight: 600;
  text-align: center;
}

.powerContent h2 span {
  color: #2ebec6;
}

.precisionCard {
  padding: 0 50px;
}

.precisionCard h4 {
  color: #00aad5;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  text-align: start;
  margin-bottom: 29px;
}

.precisionCard .clrRed {
  color: #da5d5d;
}

.precisionCard .clrPurple {
  color: #6543ff;
}

.precisionCard .clrRed::after {
  color: #da5d5d;
  background: #f0c1c3;
}

.precisionCard .clrPurple::after {
  color: #2ebec6;
  background: #6543ff4d;
}

.precisionCard h4::after {
  content: "";
  width: 20px;
  height: 2px;
  background: #b3e6f3;
  position: absolute;
  bottom: -9px;
  left: 0;
}

.precisionCard img {
  margin: 20px 0;
  width: 100%;
}

.precisionCard .gifImage {
  max-width: 100px;
}

.precisionCard p {
  color: #4d4d4d;
  font-size: 16px;
  text-align: start;
}

.whoAre {
  margin-top: 100px;
}

.whoAre h5 b {
  font-weight: 600;
  margin-top: 10px;
  display: block;
}

.conpanySec {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 115px;
  margin-top: 83px;
  margin-bottom: 150px;
}

.company-slider {
  margin-bottom: 100px;
  margin-top: 80px;
}

.company-slider .companyImages {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 50px;
  justify-content: center;
}

.company-slider .companyImages img {
  width: auto;
  filter: opacity(0.5);
  transition: 0.3s;
  margin: 0 20px;

  &:hover {
    filter: opacity(1);
  }
}

/* testimonial Css ------------------------------------------------------------------------*/
.testimonialSection {
  margin-bottom: 100px;
}

.objCom .row {
  align-items: center;
}

.objHead {
  display: flex;
  align-items: center;
}

.objCom h4,
.objCom h1 {
  color: rgba(0, 111, 122, 1);
  font-size: 30px;
  font-weight: 600;
  line-height: 39px;
  position: relative;
  margin: 0;
}

.objCom h4::after,
.objCom h1::after {
  content: "";
  width: 30px;
  height: 3px;
  background: #00aad54d;
  position: absolute;
  bottom: -15px;
  left: 0;
}

.testimonialSection .testimonialSlider {
  margin-top: 40px;
}

.testimonialSection .testimonialSlider .slick-list {
  margin-bottom: 50px;
}

.testimonialSection .testimonialSlider .element p {
  color: #5a5a5a;
  font-size: 15px;
  min-height: 250px;
  margin-bottom: 0;
}

.testimonialSection .testimonialSlider .element p span {
  display: inline-flex;
  margin-right: 10px;
}

.testimonialSlider .slick-track {
  padding: 20px 0;
}

.testimonialSection .element {
  border: 2px solid rgba(255, 255, 255, 1);
  background: rgba(255, 255, 255, 1);
  border-radius: 5px;
  display: inline-block;
  margin: 0px 10px;
  font-size: 20px;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 12px;
  padding-bottom: 30px;
}

.testimonialSection .element .userNameSec {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
}

.testimonialSection .element .userNameSec h5 {
  font-size: 15px;
  font-weight: 600;
  color: #5a5a5a;
  margin: 0;
}

.testimonialSection .element .userNameSec h6 {
  font-size: 13px;
  margin: 0;
  color: #5a5a5a;
  min-height: 31px;
}

.testimonialSection .slick-disabled {
  opacity: 0;
  pointer-events: none;
}

.productContent .slick-next:before,
.productContent .slick-prev:before {
  content: "";
}

.productContent .slick-prev,
.testimonialSection .slick-prev {
  width: 50px;
}

.productContent .slick-next,
.productContent .slick-prev {
  top: 40px;
  z-index: 2;
}

.productContent .slick-next,
.productContent .slick-prev,
.testimonialSection .slick-next,
.testimonialSection .slick-prev {
  position: relative;
  border: 0;
  background-color: transparent;
  color: transparent;
  display: inline;
  left: 0;
  right: 0;
}

.productContent .slick-next::after,
.testimonialSection .slick-next::after {
  content: url("https://static.evluate.com/img/nextArrow.png");
  position: absolute;
  top: 0;
  left: 0;
}

.productContent .slick-prev::after,
.testimonialSection .slick-prev::after {
  content: url("https://static.evluate.com/img/prevArrow.png");
  position: absolute;
  top: 0;
  left: 0;
}

/* Product Page -----------------------------------------------------------------------*/
.productContent .gradientImgSec .slick-initialized .slick-slide {
  display: block;
  display: flex;
  justify-content: center;
}

.productBanner {
  font-size: 25px;
  font-weight: 400;
  color: #575757;
}

.askQuestionSection {
  margin-bottom: 150px;
}

.askQuestionSection .faqSec {
  margin-top: 50px;
}

.askQuestionSection .faqSec .faqHeading {
  font-weight: 600;
  color: #2ebec6;
  font-size: 24px;
}

.askQuestionSection .accordion-item {
  border: 0;
  border-bottom: 1px solid rgba(201, 199, 199, 1);
  padding: 20px 0;
  border-radius: 0 !important;
}

.askQuestionSection button.accordion-button {
  background-color: #fff;
  color: #2ebec6;
  box-shadow: none;
  font-weight: 600;
  font-size: 20px;
  padding: 8px 0;
}

.askQuestionSection button.accordion-button::after {
  background-image: url("https://static.evluate.com/img/minusIcon.png");
  background-position: center;
}

.askQuestionSection button.accordion-button.collapsed::after {
  background-image: url("https://static.evluate.com/img/plusIcon.png");
}

.askQuestionSection .accordion-body {
  font-size: 18px;
  font-weight: 400;
  color: #5a5a5a;
  padding: 8px 0;
}

.askQuestionSection button.accordion-button.collapsed {
  color: #5a5a5a;
}

.productWrapper .productContent {
  margin-bottom: 50px;
}

.productWrapper .productContent .col-md-6 {
  padding: 0;
}

.grOneImg {
  background-image: url("https://static.evluate.com/img/gradientEllipse1.png");
  background-position: left;
}

.grTwoImg {
  background-image: url("https://static.evluate.com/img/gradientEllipse2.png");
  background-position: right;
}

.grThrImg {
  background-image: url("https://static.evluate.com/img/gradientEllipse3.png");
  background-position: left;
}

.productContent .grTwoImg .smallEllipse,
.productContent .grThrImg .smallEllipse {
  right: 0;
  left: auto;
}

.productContent .grTwoImg .box1,
.productContent .grThrImg .box1 {
  left: 40px;
  right: auto;
  z-index: -1;
}

.productContent .gradientImgSec {
  background-size: 120%;
  position: relative;
  padding: 100px;
}

.productContent .gradientImgSec .screenImg {
  width: 100%;
  position: relative;
  z-index: 1;
  object-fit: none;
}

.productContent .smallEllipse,
.productContent .box1 {
  position: absolute;
  width: 100%;
  z-index: -1;
}

.productContent .smallEllipse {
  top: 0;
  max-width: 150px;
  left: 0;
}

.productContent .box1 {
  bottom: 30px;
  right: 20px;
  max-width: 40px;
}

.productContent .mrRight {
  margin-right: 150px;
}

.productContent .mlLeft {
  margin-left: 150px;
}

.productContent .productHead h3 {
  font-size: 36px;
  font-weight: 600;
  position: relative;
  color: #2ebec6;
  margin-bottom: 40px;

  &:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 3px;
    bottom: -15px;
    left: 0;
    background-color: #00aad54d;
  }
}

.productContent .productHead h3.clrRed::after {
  background-color: rgba(204, 48, 53, 0.3);
}

.productContent .productHead h3.clrBlue::after {
  background-color: rgba(0, 170, 213, 0.3);
}

.productContent .productHead p {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #4d4d4d;
}

.productContent .productHead p span {
  font-weight: 600;
}

/* No data  */
.noDataAvail {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px;
  width: -webkit-fill-available;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.noDataAvail p {
  font-size: 20px;
}

/* toolboxSection */
div#globalTemplatesSec {
  max-height: 500px;
  min-height: 400px;
  overflow-y: auto;
  padding-right: 10px;

  &::-webkit-scrollbar {
    width: 5px;
  }

  /* Track */
  &::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  /* Handle */
  &::-webkit-scrollbar-thumb {
    background: #888;
  }
}

.toolboxSection {
  margin: 50px 0;
}

.toolboxSection .toolboxHeading {
  font-size: 20px;
  font-weight: 500;
  color: #4d4d4d;
}

.toolboxSearch {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 20px 0;
}

.toolboxSearch .inputSearch,
.toolboxSearch .inputSearch input {
  width: 100%;
  position: relative;

  &:focus {
    outline: none;
  }
}

.toolboxSearch .inputSearch img {
  position: absolute;
  z-index: 1;
  top: 13px;
  left: 20px;
}

.toolboxSearch .inputSearch input {
  padding: 16px 20px;
  border: 2px solid #e9e9e9;
  padding-left: 73px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.5px;
  color: #5a5a5a;
}

/* clears the ‘X’ from Internet Explorer */
.toolboxSearch .inputSearch input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.toolboxSearch .inputSearch input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the ‘X’ from Chrome */
.toolboxSearch .inputSearch input[type="search"]::-webkit-search-decoration,
.toolboxSearch .inputSearch input[type="search"]::-webkit-search-cancel-button,
.toolboxSearch .inputSearch input[type="search"]::-webkit-search-results-button,
.toolboxSearch
  .inputSearch
  input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.toolboxSearch .resetBtn {
  padding: 10px 26px;
  width: max-content;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background-color: #b3b3b3;
  border: 0;
  border-radius: 5px;
}

.toolboxSearch .resetBtn.activeReset {
  background-color: #2ebec6;
}

/*  */
.toolboxSection .toolboxContent {
  border: 1px solid #efefef;
  padding: 20px 15px;
  border-radius: 5px;
  margin-bottom: 20px;
  cursor: pointer;

  &:hover {
    border-color: #2ebec6;
    box-shadow: 0px 0px 25px 0px #dffff7;
  }
}

.toolboxSection .toolboxContent .TBcontentHead {
  display: flex;
  align-items: center;
  text-align: start;
  border-bottom: 1px solid #d9d9d9;
  gap: 15px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.toolboxSection .TBcontentHead svg {
  width: 35px;
  height: 35px;
}

.toolboxSection h5 {
  font-size: 18px;
  color: #5a5a5a;
  font-weight: 600;
  margin-bottom: 5px;
}

.toolboxSection .skillsSet {
  display: flex;
  align-items: center;
  gap: 5px;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 15px;
  margin-bottom: 15px;
  min-height: 57px;
}

.toolboxSection .skillsSet h6 {
  background-color: #35d4ae;
  border-radius: 3px;
  padding: 6px 9px;
  color: #fff;
  font-size: 12px;
  margin: 0;
}

.toolboxSection .TBsubContent {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  flex-direction: column;
}

.toolboxSection .TBsubContent div {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 5px;
}

.toolboxSection .TBsubContent div p {
  flex: 1;
  text-align: start;
}

.toolboxSection .TBsubSec {
  margin-bottom: 30px;
}

.toolboxSection .TBsubSec p {
  margin-bottom: 0;
  color: #5a5a5a;
  font-size: 14px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  display: flex;
  justify-content: space-between;
}

.toolboxSection .TBsubSec p:nth-of-type(2) {
  font-weight: 600;
}

/* .toolboxSection .applyBtnSec {
    color: #000;
    display: flex;
    justify-content: center;
    margin-top: 30px;

    &:hover {
        color: #fff;
        background-color: #2EBEC6;
    }
} */
.toolboxSection .TBCreateBtn {
  margin-bottom: 40px;
  text-align: center;
}

.toolboxSection .applyBtnSec a {
  font-weight: 600;
  color: #000000;
  font-size: 14px;
  text-decoration: none;
  display: block;
  width: 100%;
  text-align: center;
}

.toolboxSection .applyBtnSec:hover a {
  color: #fff;
}

/* PRICING PAGE CSSS _____________________________________ */

/* For only pricing */
.pricingObj .objCom {
  margin-bottom: 0 !important;
}

.pricingObj .askQuestionSection .faqSec {
  margin-top: 20px;
}

.pricingSection .pricingBG h2.clr {
  color: #2ebec6;
}

.pricingSection .pricingBG img {
  /* width: 100%;
      height: calc(100vh - 100px);
      object-fit: cover;
      object-position: left;
      max-width: 1030px; */
}

.pricingSection .pricingBG {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pricingSection .pricingBG .pricingHeading {
  position: relative;
  left: -170px;
}

.pricingSection .pricingBG h2 {
  color: #006f7a;
  font-size: 50px;
  font-weight: 600;
  width: max-content;
}

/* .smartSection CSS */
.smartSection {
  margin-bottom: 80px;
}

.smartSection .smartSec {
  text-align: center;
  margin-bottom: 80px;
}

.smartSection .smartSec p {
  color: #4d4d4d;
  font-size: 24px;
  margin-bottom: 15px;
}

.smartSection .smartSec h3 {
  color: #2ebec6;
  font-weight: 600;
  font-size: 40px;
}

.smartSection .creditSection {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  gap: 253px;
  background-image: url("https://static.evluate.com/img/creditBg.png");
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
}

.smartSection .creditSection .creditContent.brGray:hover,
.smartSection .creditSection .creditContent.brGray.active {
  border: 2px solid gray;
  box-shadow: 0px 0px 30px 0px #00000026;
}

.smartSection .creditSection .creditContent.brGray:hover svg path,
.smartSection .creditSection .creditContent.brGray.active svg path {
  fill: gray;
}

.smartSection .creditSection .creditContent.brGray p {
  color: gray;
}

.smartSection .creditSection .creditContent.brRed:hover,
.smartSection .creditSection .creditContent.brRed.active {
  border: 2px solid #cc3035;
  box-shadow: 0px 0px 30px 0px #00000026;
}

.smartSection .creditSection .creditContent.brRed:hover svg path,
.smartSection .creditSection .creditContent.brRed.active svg path {
  fill: #cc3035;
}

.smartSection .creditSection .creditContent.brRed p {
  color: #cc3035;
}

.smartSection .creditSection .creditContent.brYell:hover,
.smartSection .creditSection .creditContent.brYell.active {
  border: 2px solid #dbb52f;
  box-shadow: 0px 0px 30px 0px #00000026;
}

.smartSection .creditSection .creditContent.brYell:hover svg path,
.smartSection .creditSection .creditContent.brYell.active svg path,
.smartSection .creditSection .creditContent.brYell:hover p,
.smartSection .creditSection .creditContent.brYell.active p {
  color: #dbb52f;
  fill: #dbb52f;
}

.smartSection .creditSection .creditContent.brYell p {
  color: #dbb52f75;
}

.smartSection .creditSection .creditContent.brCyan:hover,
.smartSection .creditSection .creditContent.brCyan.active {
  border: 2px solid #2ebec6;
  box-shadow: 0px 0px 30px 0px #00000026;
}

.smartSection .creditSection .creditContent.brCyan:hover svg path,
.smartSection .creditSection .creditContent.brCyan.active svg path,
.smartSection .creditSection .creditContent.brCyan.active p,
.smartSection .creditSection .creditContent.brCyan:hover p {
  fill: #2ebec6;
  color: #2ebec6;
}

.smartSection .creditSection .creditContent.brCyan p {
  color: #2ebec67d;
}

.smartSection .creditSection .creditContent {
  border: 2px solid #b3b3b3;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 18px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.smartSection .creditSection .creditContent h6 {
  color: #4d4d4d;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 18px;
}

.smartSection .creditSection .creditContent p {
  margin-bottom: 0;
  text-align: right;
  font-size: 14px;
  font-weight: 600;
}

.smartSection .creditSection .creditContent svg,
.smartSection .getFirstHead a svg {
  margin-right: 15px;
  width: 41px;
  height: 41px;
}

.smartSection .creditSection .creditPrice {
  min-width: 480px;
}

.smartSection .creditSection .creditPrice h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #4d4d4d;
}

.smartSection .creditSection .creditPrice div .unBld {
  font-weight: 500;
}

.smartSection .creditSection .creditPrice div span {
  font-size: 22px;
  font-weight: 700;
  vertical-align: middle;
  color: #4d4d4d;
}

.smartSection .getFirstHead {
  max-width: 465px;
  padding: 60px 0;
}

.smartSection .getFirstHead p {
  font-size: 20px;
  color: #4d4d4d;
  margin-bottom: 10px;
}

.smartSection .getFirstHead h3 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 60px;
  color: #4d4d4d;
}

.smartSection .getFirstHead h3 span {
  color: #2ebec6;
}

.smartSection .getFirstHead a {
  color: #b3b3b3;
  border: 3px solid #b3b3b3;
  font-size: 22px;
  font-weight: 600;
  padding: 15px 68px;
  width: fit-content;
  background-color: #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.smartSection .getFirstHead a.brRed {
  color: #cc3035;
  border-color: #cc3035;
  box-shadow: 0px 0px 25px 0px #00000026;
}

.smartSection .getFirstHead a.brRed svg path {
  fill: #cc3035;
}

.smartSection .getFirstHead a.brYell {
  color: #dbb52f;
  border-color: #dbb52f;
  box-shadow: 0px 0px 25px 0px #00000026;
}

.smartSection .getFirstHead a.brYell svg path {
  fill: #dbb52f;
}

.smartSection .getFirstHead a.brCyan {
  color: #2ebec6;
  border-color: #2ebec6;
  box-shadow: 0px 0px 25px 0px #00000026;
}

.smartSection .getFirstHead a.brCyan svg path {
  fill: #2ebec6;
}

.smartSection .getFirstHead a.brGray {
  color: gray;
  border-color: gray;
  box-shadow: 0px 0px 25px 0px #00000026;
}

.smartSection .getFirstHead a.brGray svg path {
  fill: gray;
}

.pricingSection .objCom {
  margin-bottom: 50px;
}

/* COMMON BANNER CSS ------------------------------------------------------------------------ */
.coBanner {
  background-image: url("https://static.evluate.com/img/commonBannerBG.png");
  /* background: #DFFFF7; */
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 100px;
  border-bottom: 1px solid #dcdcdc;
}

.coBanner .coBannerHead {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  width: 100%;
  gap: 64px;
}

.coBanner .coBannerHead img {
  width: 100%;
  max-width: 150px;
  mix-blend-mode: darken;
}

.coBanner .coBannerHead .subHeading {
  font-size: 50px;
  color: #000;
  margin: 0;
}

.coBanner .coBannerHead .mainHeading {
  font-size: 50px;
  font-weight: 600;
  color: #2ebec6;
}

/* Career page CSS ----------------------------------------------------------------------------*/
.careerPage .careerSection {
  margin-bottom: 80px;
}

.careerPage .careerSection .careerHeading h6 {
  color: #4d4d4d;
  font-size: 20px;
  margin-bottom: 40px;
}

.careerPage .careerSection .careerPost {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  margin-top: 20px;
  border: 1px solid #b3b3b3;
  padding: 30px;
  border-radius: 5px;
  cursor: pointer;

  &:hover {
    border-color: #2ebec6;
    box-shadow: 0px 0px 25px 0px #00000040;
  }
}

.careerPage .careerSection .careerPost .commonBtn {
  width: max-content;
  font-size: 16px;
  display: block;
  color: #000;
}

.careerPage .careerSection .careerPost .postDetails {
  display: flex;
  gap: 30px;
  width: 100%;
}

.careerPage .careerSection .careerPost .postDetails h4 {
  color: #5a5a5a;
  font-size: 26px;
  font-weight: 600;
  margin: 8px 0;
}

.careerPage .careerSection .careerPost .postInfo {
  display: flex;
  gap: 50px;
  justify-content: space-between;
  margin-top: 17px;
}

.careerPage .careerSection .careerPost .postInfo h5,
.careerPage .careerSection .careerPost .postInfo h6 {
  color: #5a5a5a;
  font-size: 18px;
  margin: 0;
}

.careerPage .careerSection .careerPost .postInfo h5 {
  color: #5a5a5a;
  font-weight: 600;
  margin-top: 5px;
}

/* Career Page email screen */
.careerPage .shareEmail {
  display: flex;
  justify-content: center;
  min-height: 470px;
}

.careerPage .shareEmail .enterMailID {
  padding: 15px;
}

.careerPage .shareEmail .enterMailID h3 {
  font-size: 30px;
  font-weight: 600;
  color: #4d4d4d;
  margin: 0 30px;
  margin-bottom: 40px;
}

.careerPage .shareEmail .enterMailID label {
  font-size: 14px;
  font-weight: 400;
  color: #b3b3b3;
}

.careerPage .shareEmail input {
  border: 1px solid #b3b3b3;
  margin-bottom: 40px;
  margin-top: 5px;
  padding: 10px 20px;

  &::placeholder {
    color: #b3b3b3;
  }

  &:focus {
    box-shadow: none;
  }
}

.careerPage .shareEmail .subBtn {
  width: 100%;
  text-align: center;
}

.careerPage .shareEmail .subBtn button {
  padding: 10px 107px;
}

/* About Page CSS ____________________---------------------------------------------------------*/

.aboutBanner.coBanner {
  position: relative;
  overflow: hidden;
}

.aboutBanner.coBanner::after {
  content: url("https://static.evluate.com/img/aboutBanStarBG-L.png");
  position: absolute;
  top: 10%;
  left: 55%;
  animation: starBlinkL 5s infinite;
  animation-delay: 0.3;
}

.aboutBanner.coBanner::before {
  content: url("https://static.evluate.com/img/aboutBanStarBG-S.png");
  position: absolute;
  top: 10%;
  left: 50%;
  animation: starBlinkS 8s infinite;
  animation-delay: 0.3;
}

@keyframes starBlinkL {
  0% {
    opacity: 0.5;
    scale: 0.8;
  }

  50% {
    opacity: 1;
    scale: 1;
  }

  100% {
    opacity: 0.5;
    scale: 0.8;
  }
}

@keyframes starBlinkS {
  0% {
    opacity: 0.5;
    scale: 0.8;
    transform: rotate(180deg);
  }

  50% {
    opacity: 1;
    scale: 1;
    transform: rotate(88deg);
  }

  100% {
    opacity: 0.5;
    scale: 0.8;
    transform: rotate(180deg);
  }
}

.aboutBanner.coBanner .coBannerHead {
  gap: 0;
  align-items: center;
}

.aboutBanner.coBanner .coBannerHead img {
  max-width: 200px;
}

.aboutBanner.coBanner .coBannerHead .mainHeading {
  position: relative;
  left: -25px;
  color: #006f7a;
  margin: 0;
}

.howItSection .beganPara {
  margin-top: 38px;
}

.howItSection .beganPara p {
  color: #5a5a5a;
  font-size: 18px;
  margin-top: 21px;
}

.howItSection .visionContent {
  margin-top: 110px;
  justify-content: space-between;
  margin-bottom: 60px;
}

.howItSection .visionContent h2 {
  font-weight: 600;
  margin-top: 5px;
}

.howItSection .visionContent p {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #5a5a5a;
  margin-top: 15px;
}

.meetTeamSection .teamMemberCard {
  box-shadow: 0px 0px 20px 0px #00000026;
  padding: 25px 0 0 25px;
  border-radius: 5px;
  margin-bottom: 40px;
}

.meetTeamSection .teamMemberCard svg {
  padding: 6px;
  background-color: #c7c7c7;
  border-radius: 3px;
}

.meetTeamSection .teamMemberCard svg:hover {
  background-color: #0e76a8;
  color: #fff;
}

.meetTeamSection .teamMemberCard svg:hover path {
  fill: #fff;
}

.meetTeamSection .teamMemberCard h5 {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  color: #000;
}

.meetTeamSection .teamMemberCard h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 36px;
  color: #006f7a;
}

.meetTeamSection .memberImg {
  display: flex;
  justify-content: end;
}

.meetTeamSection .powerContent {
  margin-bottom: 20px;
}

.meetTeamSection .joinTeamBtn {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 120px;
}

.meetTeamSection .joinTeamBtn .commonBtn {
  font-size: 24px;
  padding: 17px 74px;
  color: #000;
  font-weight: 600;
}

.meetTeamSection .joinTeamBtn button {
  color: #000;
  padding: 17px 74px;
  font-size: 24px;
}

/* Request Page CSS ------------------------------------------------------------------------*/
.requestPage {
  background-image: url("https://static.evluate.com/img/gradientEllipseHalf1.png");
  background-repeat: no-repeat;
  background-position: right center;
}

.requestPage .requestSection .requestHeading,
.careerPage .careerHeading {
  margin-bottom: 58px;
}

.requestPage .requestSection .requestHeading h2,
.careerPage .careerHeading h2 {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  color: #006f7a;
}

.commonForm label {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #b3b3b3;
  margin: 0;
}

.commonForm .form-control,
.commonForm select {
  border: 1px solid #b3b3b3;
  color: #4d4d4d;
  margin-bottom: 30px;
  margin-top: 3px;
  font-size: 16px;
  border-radius: 5px;
  padding: 10px 20px !important;
  background-color: #fff;
}

.commonForm select:focus {
  border-color: #b3b3b3;
}

.commonForm .form-select:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.commonForm select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none;
}

.commonForm .selectDiv,
.commonForm .inputField {
  position: relative;
}

.commonForm .inputField .error {
  position: absolute;
  bottom: -21px;
  left: 3px;
}

.commonForm .selectDiv img {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 15px;
}

.commonForm .form-control:focus,
.commonForm select:focus {
  box-shadow: none;
}

.commonForm .form-control::placeholder,
.commonForm select::placeholder {
  color: #b3b3b3;
}

.commonForm .linkUrlSec {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.commonForm .linkUrlSec svg {
  width: 35px;
  min-width: 35px;
  height: 35px;
}

.commonForm .linkUrlSec svg.activeSvg path {
  fill: #0e76a8;
  transition: fill 0.3s ease;
}

.commonForm .linkUrlSec input {
  margin-bottom: 0;
}

.commonForm .bookDemoBtn {
  text-align: center;
  margin-top: 38px;
  margin-bottom: 100px;
}

.commonForm .resumeContent {
  position: relative;
  margin-bottom: 30px;
}

.commonForm .resumeContent input {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 156px;
  opacity: 0;
  margin: 0;
}

.commonForm .resumeContent input:hover + label {
  box-shadow: 0px 2px 5px 0px #00000040;
}

.commonForm .resumeContent label {
  font-size: 14px;
  color: #5a5a5a;
  line-height: 42px;
  border: 1px solid #b3b3b3;
  width: fit-content;
  padding: 0 15px;
  border-radius: 5px;
}

.commonForm .resumeContent .file-name {
  margin-left: 10px;
}

.commonForm .resumeContent svg {
  margin-left: 10px;
  width: 10px;
  height: 19px;
}

/* Terms & Policy */
.policyContent {
  margin-bottom: 100px;
}

.policyContent h5 {
  font-size: 24px;
  margin-bottom: 30px;
}

.policyContent h6 {
  font-size: 18px;
  margin-bottom: 10px;
}

.policyContent h5,
.policyContent h6 {
  font-weight: 600;
  color: #5a5a5a;
}

.privacySection .policyContent p {
  margin-bottom: 60px;
}

.policyContent h2 {
  color: #2ebec6;
  margin-bottom: 12px;
}

.policyContent h4 {
  color: #4d4d4d;
  margin-bottom: 15px;
  font-size: 20px;
}

.policyContent p {
  color: #5a5a5a;
  font-size: 18px;
  margin-bottom: 60px;
}

.policyContent ul {
  margin-bottom: 60px;
}

.policyContent ul li {
  color: #5a5a5a;
  font-size: 18px;
  margin-bottom: 12px;
  list-style: none;
}

.policyContent a {
  color: #2ebec6;
}

/* Footer css ------------------------------------------------------------------------------*/

/* For background animation */

.footer {
  position: relative;
  background-color: #282828;
  overflow: hidden;
}

.footer .footerCoBanner {
  padding-top: 60px;
  position: relative;
  z-index: 2;
}

.footer .coBanner .coBannerHead {
  position: relative;
}

.footer .background {
  position: relative;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(50, 1fr);
  grid-template-rows: repeat(10, 2fr);
  /* Adjust for more or fewer dots */
  position: absolute;
}

.footer .dot {
  width: 5px;
  height: 5px;
  background-color: #1a1a1a;
  border-radius: 50%;
  opacity: 1;
  animation: blinkDots 1.5s infinite ease-in-out;
  position: relative;
  z-index: 1;
  margin: 10px;
}

@keyframes blinkDots {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

.footer .copyright {
  text-align: center;
  color: #fff;
  border-top: 1px solid #525252;
  padding: 20px 0;
  font-size: 16px;
  position: relative;
  z-index: 1;
}

.footer .socialMedia {
  margin-top: 40px;
  margin-bottom: 31px;
  position: relative;
  z-index: 2;
}

.footer ul {
  margin: 0;
}

.footer ul li {
  list-style: none;
}

.footer ul li a {
  color: #fff;
  font-size: 14px;
  display: block;
  padding: 10px 0;
  text-decoration: none;
  font-weight: 500;
}

.footer ul li a img {
  margin: 5px 0;
}

.footer ul li a span {
  display: block;
}

.footer .col-md-4 img,
.footer .col-md-4 svg {
  width: 200px;
  height: 46px;
}

.footer .footerContent h4 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 20px;
}

/* .footer .footerContent p {
    font-size: 14px;
    color: #fff;
    margin-top: 7px;
    font-weight: 400;
    margin-bottom: 0;
} */

.footer .socialMedia p {
  color: #fff;
}

.footer .socialMedia .scocialIcons {
  display: flex;
  gap: 17px;
}

.footer .socialMedia .scocialIcons svg {
  background: rgba(179, 179, 179, 1);
  border-radius: 3px;
  padding: 4px;
  width: 30px;
  height: 30px;
}

.footer .socialMedia .scocialIcons .instaIcon:hover {
  background: linear-gradient(to right, #833ab4, #fd1d1d, #fcb045);
}

.footer .socialMedia .scocialIcons .FBIcon:hover {
  background-color: #3b5998;
}

.footer .socialMedia .scocialIcons .twitterIcon:hover {
  background: #1da1f2;
}

.footer .socialMedia .scocialIcons .linkedIcon:hover {
  background-color: #0e76a8;
}

.footer .socialMedia .scocialIcons .linkedIcon:hover path,
.footer .socialMedia .scocialIcons .twitterIcon:hover path,
.footer .socialMedia .scocialIcons .FBIcon:hover path,
.footer .socialMedia .scocialIcons .instaIcon:hover path {
  fill: #fff;
}

/* on scroll css */
.reveal {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler {
  padding: 0 !important;
  border: 0 !important;
  width: auto;
  height: auto;

  &:focus {
    box-shadow: none !important;
  }
}

.navbar-toggler-icon {
  background-image: url("https://static.evluate.com/img/humburgerIcon.png") !important;
  padding: 15px;
}

/* PAGINATION CSS ____________________________________________________________________________*/

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  align-items: center;
  margin-bottom: 50px;
}

.pagination a,
.pagination button {
  margin: 0 5px;
  padding: 7px 14px;
  border-radius: 160px;
  text-decoration: none;
  border: 1px solid #2ebec6;
  color: #2ebec6;
  transition: 0.3s all;
  background-color: #fff;
}

.pagination button:disabled {
  opacity: 0.8;
  color: gray !important;
  border-color: gray !important;
  background-color: rgb(230, 230, 230) !important;
}

.pagination a.active,
.pagination button.active {
  font-weight: bold;
  background-color: #2ebec6;
  color: white;
  border: 2px solid #2ebec6;
}

.pagination a:hover,
.pagination button:hover {
  background-color: #2ebec6;
  color: #fff;
}

/* Blob Page */
.blogsSection {
  margin-bottom: 60px;
}

.blogsSection .blogSlide {
  margin-top: 50px;
  margin-bottom: 30px;
}

.blogsSection .blogSlide h1 {
  font-size: 54px;
  font-weight: 600;
  color: #2ebec6;
}

.blogDetailSection .blogContent h1 {
  font-size: 36px;
}

.blogsSection .blogs {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin: 20px 0;
}

.blogsSection .blogs .blogImgSec {
  background-color: gray;
}

.blogsSection .blogs .blogImgSec img {
  width: 100%;
  max-height: 250px;
  object-fit: cover;
  object-position: top;
}

.blogsSection .blogs .dateSec {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 10px;
}

.blogsSection .blogs .dateSec h6 {
  margin: 0;
  font-size: 12px;
}

.blogsSection .blogs .blogContent {
  padding: 20px;
  color: #4d4d4d;
  padding-bottom: 40px;
}

.blogsSection .blogs .blogContent .blogHeading {
  display: flex;
  align-items: center;
  min-height: 48px;
}

.blogsSection .blogs .blogContent h2 {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 20px;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blogsSection .blogs .blogContent h6 {
  font-weight: 600;
}

.blogsSection .blogs .blogContent p {
  margin: 20px 0;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 73px;
  margin-bottom: 50px;
}

.blogsSection .blogs .blogContent .commonBtn {
  padding: 10px 20px;
  font-size: 14px;
}

/* Blog Details page */
.blogDetailSection {
  margin-bottom: 90px;
  position: relative;
}

.blogDetailSection .previousPage {
  position: absolute;
  left: 0;
}

.blogDetailSection strong {
  font-weight: 700;
}

.blogDetailSection .blogMainImg {
  text-align: center;
  margin-bottom: 60px;
  margin-top: 30px;
}

.blogDetailSection .blogMainImg img {
  max-width: 80%;
  width: 100%;
}

.blogDetailSection h2 {
  font-weight: 500;
  margin-bottom: 15px;
  color: #000;
}

.blogDetailSection h3 {
  font-weight: 500;
  margin-bottom: 15px;
}

.blogDetailSection p,
.blogDetailSection ul li,
.blogDetailSection ol li {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 400;
  color: #4d4d4d;
}

.blogDetailSection .blogContent {
  margin-bottom: 30px;
}

/* Coolies and error CSS */

.error,
.failed {
  color: red;
  font-size: 12px;
  margin-top: 1px;
  position: absolute;
}

.pos-container {
  position: relative;
}

.success {
  color: green;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Spinner Styles */
.requestSection .spinner {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #2ebec6;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  animation: spin 1s linear infinite;
  position: absolute;
  left: 50%;
  top: 21%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.bookDemoBtn .spinner-border {
  display: none;
}

#formMessage {
  display: none;
  color: green;
}

#loadingSpinner {
  display: none;
}

#cookiePolicyBanner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  margin: 0;
  width: 100%;
  background-color: #eafffa;
  border: 0;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  color: #006f7a;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  padding-top: 60px;
}

#cookiePolicyBanner a {
  color: #006f7a;
}

#cookiePolicyBanner button.btn.btn-primary,
#cookiePolicyBanner button.btn.btn-secondary {
  font-size: 13px;
  font-weight: 600;
  color: #2ebec6;
  border: 2px solid #2ebec6;
  background-color: #fff;
  border-radius: 50px;
  padding: 7px 17px;
  text-decoration: none;
  margin-left: 15px;
}

#cookiePolicyBanner button.btn.btn-primary {
  margin-left: 0;
}

div#formMessage {
  margin-top: 25px;
}

/* Company terms and conditions CSS */
.termsCondition {
  margin-bottom: 100px;
}

.termsCondition h2 {
  color: #2ebec6;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 26px;
}

.termsCondition p {
  margin-bottom: 40px;
  font-size: 18px;
  color: #5a5a5a;
}

.termsCondition ul {
  margin-bottom: 40px;
}

.termsCondition li {
  color: #5a5a5a;
}

.termsCondition .mailContent {
  margin-top: 60px;
  margin-bottom: 30px;
}

.termsCondition .mailContent h6 {
  color: #5a5a5a;
}

.termsCondition .mailContent a {
  text-decoration: none;
  color: #2ebec6;
}

/* Only For Mobile View Header CSS */
@media (max-width: 350px) {
  .webNav .signBtn a {
    font-size: 14px;
    padding: 10px !important;
  }
}

@media (max-width: 767px) {
  h5 {
    font-size: 16px;
  }

  .commonBtn {
    padding: 6px 30px;
    font-size: 16px;
  }

  .orangeEllipse {
    max-width: 274px;
    left: 0;
    top: 45px;
  }

  .videoGridWrapper .container-fluid .row .col-md-4 {
    margin: 0;
    padding: 0.5px;
  }

  .videoGridWrapper .order-first {
    order: 0 !important;
  }

  .videoGridWrapper .g-2,
  .videoGridWrapper .gy-2 {
    --bs-gutter-y: 0rem;
  }

  .videoGridWrapper .card.one {
    background-color: #fff;
  }

  .videoGridWrapper .card.one img {
    max-width: 100%;
    margin: auto;
  }

  .videoGridWrapper .card {
    min-height: 120px;
  }

  .videoGridWrapper .card img,
  .videoGridWrapper .card video {
    height: 100%;
  }

  .videoGridWrapper {
    height: calc(100vh - 0px);
  }

  .videoGridWrapper .blobalHeading {
    font-size: 32px;
  }

  .company-slider .companyImages {
    gap: 15px;
  }

  .company-slider .companyImages img {
    width: 85px;
    margin: 0 10px;
  }

  .webNav .signBtn {
    gap: 10px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .webNav .signBtn a {
    padding: 10px 15px;
  }

  .whoWeSection {
    margin-top: 50px;
  }

  .whoWeSection .objHead .col-lg-9 {
    margin-top: 20px;
  }

  .whoWeSection .hiringCardSection {
    flex-wrap: wrap;
    margin-top: 60px;
    gap: 15px;
    justify-content: center;
  }

  .whoWeSection .hiringCard:nth-child(1):hover h5,
  .whoWeSection .hiringCard:nth-child(2):hover h5,
  .whoWeSection .hiringCard:nth-child(3):hover h5,
  .whoWeSection .hiringCard:nth-child(4):hover h5,
  .whoWeSection .hiringCard:nth-child(5):hover h5 {
    font-size: 16px;
  }

  .whoWeSection .hiringCard img {
    width: 70%;
  }

  .whoWeSection .hiringCard h5 {
    font-size: 16px;
  }

  .precisionSection .powerContent {
    margin-bottom: 40px;
  }

  .powerContent img {
    width: 45px;
  }

  .powerContent h2 {
    font-size: 24px;
  }

  .precisionCard {
    padding: 0 20px;
    margin-bottom: 30px;
  }

  .precisionCard h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .precisionCard p {
    font-size: 15px;
    margin-top: 10px;
  }

  .objCom .objHead img {
    max-width: 35%;
  }

  .objCom h4,
  .objCom h1 {
    font-size: 24px;
    line-height: 28px;
  }

  .whoAre {
    margin-top: 20px;
  }

  .company-slider {
    margin: 40px 0;
    margin-bottom: 60px;
  }

  .testimonialSection .slick-prev,
  .testimonialSection .slick-next {
    display: inline !important;
    width: 50%;
  }

  .productContent .slick-prev,
  .testimonialSection .slick-prev {
    left: -10px;
  }

  .productContent .slick-next,
  .testimonialSection .slick-next {
    right: -10px;
  }

  .productContent .slick-prev::after,
  .testimonialSection .slick-prev::after {
    right: 10px;
    left: auto;
  }

  .objCom .objHead img {
    max-width: 35%;
  }

  /* Product css */

  .productContent .productHead h3 {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .toolboxSection .TBsubSec p {
    font-size: 14px;
  }

  /* Toolboc CSS */
  .toolboxSection .TBcontentHead .skillsSet {
    flex-wrap: wrap;
  }

  .toolboxSection .toolboxContent {
    padding: 25px 15px;
  }

  .toolboxSearch {
    gap: 10px;
  }

  .toolboxSection {
    margin: 30px 0;
  }

  .toolboxSection .toolboxContent .TBcontentHead {
    gap: 15px;
  }

  .toolboxSection .toolboxHeading {
    font-size: 18px;
  }

  .toolboxSection .TBsubSec .TBsubContent,
  .toolboxSection .TBsubSec {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }

  .toolboxSection .TBcontentHead h5 {
    font-size: 18px;
  }

  /* .toolboxSection .toolboxSelect select {
        font-size: 14px;
        padding: 8px;
    } */

  /* .toolboxSection .toolboxSelect .toolboxSec img {
        top: 17px;
        right: 8px;
        width: 10px;
    } */

  div#globalTemplatesSec {
    max-height: 370px;
    min-height: 370px;
  }

  .toolboxSection .TBCreateBtn a {
    font-weight: 600;
    font-size: 16px;
    padding: 6px 20px;
  }

  /* FAQs CSS */

  .askQuestionSection .accordion-item {
    padding: 15px 0;
  }

  .askQuestionSection button.accordion-button {
    font-size: 18px;
    gap: 25px;
  }

  .askQuestionSection .accordion-body {
    font-size: 16px;
  }

  .askQuestionSection button.accordion-button::after {
    background-size: 12px;
  }

  .flexReverse {
    flex-direction: column-reverse;
  }

  .productWrapper .productContent {
    margin-top: 0;
  }

  .pricingSection .pricingBG img {
    width: 100%;
  }

  .pricingSection .pricingBG h2 {
    font-size: 26px;
    margin: 5px auto;
  }

  /* COMMON BANNER */
  .coBanner .coBannerHead {
    min-height: 300px;
    gap: 20px;
    flex-direction: column;
    padding-top: 110px;
    padding-bottom: 60px;
    align-items: center;
  }

  .coBanner .coBannerHead img {
    width: 100%;
    max-width: 100px;
  }

  .coBanner .coBannerHead .mainHeading,
  .coBanner .coBannerHead .subHeading {
    font-size: 26px;
    text-align: center;
  }

  .coBanner {
    margin-bottom: 50px;
    background-position: center;
  }

  /* Pricing Page */
  .pricingSection .pricingBG h2,
  .smartSection .smartSec h3 {
    font-size: 26px;
    margin: 5px auto;
  }

  .smartSection .smartSec p {
    font-size: 18px;
  }

  .smartSection .smartSec {
    margin-bottom: 40px;
  }

  .smartSection .creditSection .creditPrice {
    min-width: 100%;
  }

  .smartSection .creditSection .creditPrice h5 {
    font-size: 18px;
  }

  .smartSection .creditSection .creditContent {
    padding: 12px 15px;
  }

  .smartSection .creditSection .creditContent h6 {
    font-size: 16px;
  }

  .smartSection .creditSection .creditPrice div span {
    font-size: 16px;
  }

  .smartSection .creditSection .creditContent p {
    font-size: 12px;
  }

  .smartSection .creditSection {
    flex-direction: column;
    gap: 30px;
  }

  .smartSection .getFirstHead h3 {
    line-height: 40px;
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: 20px;
  }

  .smartSection .getFirstHead a {
    width: 100%;
    font-size: 18px;
    padding: 12px 15px;
  }

  .pricingSection .objCom {
    margin-bottom: 20px;
  }

  .smartSection .getFirstHead {
    padding: 30px 0 0;
  }

  /* Career Page */
  .careerPage .careerSection .careerHeading h6 {
    margin-bottom: 25px;
  }

  .careerPage .careerSection .careerPost {
    align-items: flex-start;
    gap: 10px;
    padding: 20px 10px;
    flex-direction: column;
  }

  .careerPage .careerSection .careerPost .postDetails h4 {
    font-size: 24px;
    margin: 0;
  }

  .careerPage .careerSection .careerPost .postInfo {
    gap: 20px;
    flex-direction: column;
  }

  .careerPage .careerSection .careerPost .postDetails {
    margin-bottom: 30px;
    gap: 20px;
  }

  .careerPage .careerSection .careerPost .postInfo h5,
  .careerPage .careerSection .careerPost .postInfo h6 {
    margin: 0;
  }

  .careerPage .careerSection .careerPost .applySec {
    width: 100%;
    text-align: center;
  }

  .careerPage .shareEmail .enterMailID h3 {
    font-size: 20px;
    margin: 0 15px;
    margin-bottom: 30px;
    text-align: center;
  }

  .commonForm .resumeContent {
    position: relative;
    margin-bottom: 20px;
  }

  .commonForm .mb-3 {
    margin-bottom: 0 !important;
  }

  .commonForm .linkUrlSec {
    margin-top: 3px;
  }

  .commonForm .linkUrlSec input {
    margin-top: 0;
  }

  /* About Page */
  .aboutBanner.coBanner .coBannerHead {
    flex-direction: row;
  }

  .aboutBanner.coBanner .coBannerHead img {
    max-width: 85px;
  }

  .aboutBanner.coBanner .coBannerHead .mainHeading {
    font-size: 26px;
    left: -10px;
  }

  .howItSection .beganPara p,
  .howItSection .visionContent p {
    font-size: 16px;
    margin-top: 30px;
  }

  .howItSection .visionContent {
    margin-top: 30px;
    gap: 60px;
  }

  .meetTeamSection .memberImg img {
    width: 70%;
  }

  .meetTeamSection .memberImg img {
    width: 70%;
  }

  .meetTeamSection .joinTeamBtn button {
    padding: 12px 64px;
    font-size: 18px;
  }

  .meetTeamSection .teamMemberCard {
    margin-bottom: 30px;
    position: relative;
    min-height: 175px;
  }

  .meetTeamSection .memberImg {
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .meetTeamSection .joinTeamBtn {
    margin-bottom: 60px;
    margin-top: 40px;
  }

  .meetTeamSection .joinTeamBtn .commonBtn {
    font-size: 18px;
    padding: 12px 30px;
  }

  .meetTeamSection .teamMemberCard h5 {
    font-size: 20px;
  }

  .meetTeamSection .teamMemberCard h6 {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
  }

  /* Request page */
  .requestPage .requestBanner {
    margin-bottom: 50px;
    background-position: center;
  }

  .requestPage .requestBanner .reqtBannerHead h2 {
    font-size: 35px;
  }

  .requestPage .requestBanner .reqtBannerHead {
    min-height: 250px;
  }

  .requestPage .requestSection .requestHeading,
  .careerPage .careerHeading {
    margin-bottom: 30px;
  }

  .commonForm .form-control,
  .commonForm select {
    margin-bottom: 25px;
    font-size: 14px;
    padding: 8px 15px;
  }

  /* Blog Page */
  .blogsSection .blogSlide {
    margin: 10px 0;
    margin-top: 100px;
  }

  .blogsSection .blogSlide h1 {
    font-size: 40px;
  }

  .blogsSection .blogs .blogContent {
    padding: 15px;
    padding-bottom: 40px;
  }

  /* Blog Detail */
  .blogDetailSection h2 {
    font-size: 20px;
  }

  .blogDetailSection ul {
    padding-left: 15px;
  }

  .blogDetailSection p,
  .blogDetailSection ul li,
  .blogDetailSection ol li {
    font-size: 16px;
  }

  /* Pagination */
  .pagination a,
  .pagination button {
    font-size: 13px;
    margin: 0 5px;
    padding: 2px 8px;
  }

  /* .footer css */
  .footer .footerCoBanner {
    padding-top: 40px;
  }

  .footer .background {
    grid-template-columns: repeat(12, 1fr);
  }

  .footer .col-md-4 img,
  .footer .col-md-4 svg {
    max-width: 180px;
  }

  .footer .col-md-4 .footerContent {
    text-align: center;
  }

  .footer ul {
    margin: 0 auto;
    text-align: center;
    padding: 0;
    max-width: 60%;
  }

  .footer ul.forBor {
    border-top: 1px solid #525252;
    border-bottom: 1px solid #525252;
    padding: 15px 0;
    margin: 15px auto;
  }

  .footer .socialMedia {
    margin-top: 0px;
    margin-bottom: 30px;
  }

  .footer .socialMedia {
    text-align: center;
  }

  .footer .socialMedia .scocialIcons {
    justify-content: center;
  }

  .footer .copyright {
    font-size: 14px;
  }

  .scroller[data-animated="true"] .scroller__inner {
    align-items: center;
    gap: 35px !important;
  }

  .scroller[data-speed="fast"] {
    --_animation-duration: 3s !important;
  }

  #cookiePolicyBanner button.btn.btn-primary,
  #cookiePolicyBanner button.btn.btn-secondary {
    font-size: 12px;
    padding: 7px 12px;
  }
}

@media (min-width: 992px) {
  .toggleMV,
  .hideOnweb {
    display: none;
  }

  .dropdown .dropdown-menu[data-bs-popper] {
    left: -40px;
  }
}

@media (max-width: 992px) {
  .dropdown .dropdown-menu[data-bs-popper] {
    left: -50px;
    min-width: 120px;
  }

  .orangeEllipse {
    max-width: 340px;
    left: 0;
    top: 56px;
  }

  .productContent .box1 {
    bottom: auto;
  }

  .webNav.homeNav .container {
    justify-content: end;
  }

  .webNav .toggleMV {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    /* padding: 15px 10px; */
  }

  .webNav .hideOnMv {
    display: none;
  }

  .webNav {
    border: 0;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    padding: 0;
  }

  .webNav .navbar > .container {
    padding: 20px;
  }

  .webNav .navbar-toggler {
    position: relative;
    z-index: 101;
  }

  .webNav .navbar-collapse {
    background-color: #fff;
    padding: 0 15px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: 0.5s ease;
  }

  .webNav ul.navbar-nav {
    gap: 20px;
    margin-top: 90px !important;
    margin-bottom: 40px !important;
  }

  .webNav a.nav-link {
    font-size: 24px;
  }

  .webNav .signBtn {
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .objCom .testinomial_img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
  }

  .whoWeSection .objHead {
    justify-content: center;
    flex-wrap: wrap;
  }

  .whoWeSection .objHead .col-xxl-3 {
    justify-content: center;
  }

  .whoWeSection .objHead h5 {
    margin-top: 30px;
  }

  .whoWeSection .hiringCardSection {
    flex-wrap: wrap;
    margin-top: 60px;
    gap: 15px;
    justify-content: center;
  }

  .whoWeSection .hiringCard {
    width: 47%;
    padding: 20px 15px;
    gap: 20px;
    text-align: center;
  }

  .whoWeSection .hiringCard.active:nth-child(even) {
    transform: translateY(0px);
  }

  .productBanner p {
    font-size: 15px;
    padding: 0 15px;
    text-align: center;
    margin-bottom: 0;
  }

  .askQuestionSection {
    margin-bottom: 80px;
  }

  .toolboxSearch .inputSearch input {
    padding: 12px 15px;
    border: 2px solid #e9e9e9;
    font-size: 14px;
    padding-left: 50px;
  }

  .toolboxSearch .inputSearch img {
    width: 22px;
  }

  .toolboxSearch .resetBtn {
    padding: 8px 20px;
    font-size: 14px;
  }

  .productWrapper .productContent .col-md-6 {
    padding: 20px;
  }

  .toolboxSection .toolboxContent {
    flex-direction: column;
    gap: 25px;
  }

  .productContent .mlLeft,
  .productContent .mrRight {
    margin-left: 0px;
    margin-right: 0;
  }

  .productContent .productHead p {
    font-size: 16px;
  }

  .productContent .gradientImgSec {
    padding: 15px;
  }

  .productContent .gradientImgSec .screenImg {
    object-fit: cover;
  }

  .askQuestionSection .accordion-body {
    font-size: 16px;
  }

  .askQuestionSection button.accordion-button {
    font-size: 18px;
    gap: 25px;
  }

  .pricingSection .pricingBG {
    flex-direction: column-reverse;
  }

  .pricingSection .pricingBG .pricingHeading {
    margin-top: 40px;
    left: auto;
    top: 50px;
  }

  /* Career page */
  .careerPage .careerSection .careerPost .postInfo h5,
  .careerPage .careerSection .careerPost .postInfo h6 {
    font-size: 16px;
  }

  /* Pricing Page */
  .smartSection {
    margin-bottom: 60px;
  }

  .smartSection .creditSection .creditContent svg,
  .smartSection .getFirstHead a svg {
    margin-right: 10px;
    width: 35px;
  }

  .smartSection .creditSection .creditContent h6 {
    font-size: 18px;
  }

  .smartSection .getFirstHead {
    max-width: 100%;
  }

  .smartSection .getFirstHead p {
    font-size: 18px;
  }

  /* Blog page  */
  .blogsSection .blogs .blogContent p {
    margin-top: 10px;
  }

  /* Blog Detail */
  .blogDetailSection .blogMainImg {
    margin-top: 90px;
    margin-bottom: 40px;
  }

  .blogDetailSection .blogContent h1 {
    font-size: 24px;
  }

  .blogDetailSection .blogMainImg.blogSubImg {
    margin: 40px 0;
  }

  /* Terms & Policy */
  .policyContent h6 {
    margin-bottom: 10px;
  }

  .policyContent p {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .policyContent ul {
    margin-bottom: 20px;
  }

  .policyContent ul li {
    font-size: 16px;
  }

  .policyContent h5 {
    margin-bottom: 15px;
  }

  .privacySection .policyContent p {
    margin-bottom: 30px;
  }

  #cookiePolicyBanner {
    flex-direction: column;
  }
}

@media (min-width: 767px) and (max-width: 992px) {
  .videoGridWrapper {
    height: calc(100vh - 60vh);
  }

  .videoGridWrapper .blobalHeading {
    font-size: 26px;
  }

  .whoWeSection {
    margin-bottom: 100px;
    margin-top: 75px;
  }

  .powerContent img {
    width: 10%;
  }

  .powerContent {
    margin-bottom: 30px;
  }

  .precisionCard {
    padding: 0;
  }

  .whoAre {
    margin-top: 80px;
  }

  .company-slider {
    margin-bottom: 60px;
    margin-top: 50px;
  }

  .company-slider .companyImages {
    gap: 25px;
  }

  .company-slider .companyImages img {
    width: 125px;
    margin: 0 5px;
  }

  .productContent .slick-prev,
  .productContent .slick-next,
  .testimonialSection .slick-prev,
  .testimonialSection .slick-next {
    display: inline !important;
    width: 50%;
  }

  .productContent .slick-prev,
  .testimonialSection .slick-prev {
    left: -10px;
  }

  .productContent .slick-next,
  .testimonialSection .slick-next {
    right: -10px;
  }

  .productContent .slick-prev::after,
  .testimonialSection .slick-prev::after {
    right: 10px;
    left: auto;
  }

  /* Product CSS */
  .productContent .productHead h3 {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .productWrapper .productContent {
    margin-bottom: 30px;
  }

  /* Toolbox CSS */
  .toolboxSection .toolboxContent {
    padding: 16px 25px;
  }

  .toolboxSection .TBsubContent {
    gap: 20px;
  }

  .toolboxSection .TBcontentHead h5 {
    font-size: 21px;
  }

  .toolboxSection .TBcontentHead svg {
    width: 40px;
  }

  .toolboxSection .toolboxContent .TBcontentHead,
  .toolboxSection .TBsubSec {
    gap: 15px;
  }

  .toolboxSection .TBsubSec p {
    font-size: 15px;
  }

  .toolboxSection .TBCreateBtn a {
    font-weight: 700;
    font-size: 18px;
    padding: 12px 35px;
  }

  /* FAQs CSS */

  .askQuestionSection button.accordion-button::after {
    background-size: 15px;
  }

  /* COMMON BANNER  */
  .coBanner {
    margin-bottom: 60px;
    background-position: center;
  }

  .coBanner .coBannerHead {
    min-height: 400px;
    gap: 25px;
  }

  .coBanner .coBannerHead .subHeading,
  .coBanner .coBannerHead .mainHeading {
    font-size: 36px;
  }

  /* Pricing Page  */
  .smartSection .smartSec {
    margin-bottom: 60px;
  }

  .smartSection .smartSec h3 {
    font-size: 30px;
  }

  .smartSection .smartSec p {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .smartSection .creditSection {
    gap: 60px;
  }

  .smartSection .creditSection .creditPrice {
    min-width: 300px;
  }

  .smartSection .creditSection .creditContent {
    padding: 15px 12px;
  }

  .smartSection .creditSection .creditPrice div span {
    font-size: 18px;
  }

  .smartSection .getFirstHead h3 {
    font-size: 30px;
    line-height: 40px;
  }

  .smartSection .getFirstHead a {
    font-size: 20px;
    padding: 10px 55px;
  }

  /* Career Page */

  .careerPage .careerSection .careerPost {
    flex-direction: column;
    padding: 20px;
    gap: 40px;
  }

  .careerPage .careerSection .careerPost .postDetails {
    gap: 20px;
  }

  .careerPage .careerSection .careerPost .postDetails h4 {
    font-size: 24px;
  }

  .careerPage .careerSection .careerPost .postInfo {
    gap: 20px;
  }

  .careerPage .careerSection .careerPost .commonBtn {
    padding: 7px 30px;
  }

  .careerPage .careerSection .careerHeading h6 {
    margin-bottom: 30px;
  }

  .commonForm .linkUrlSec,
  .commonForm .resumeContent,
  .commonForm .form-control,
  .commonForm select {
    margin-bottom: 20px;
  }

  /* About Page */
  .aboutBanner.coBanner .coBannerHead img {
    max-width: 160px;
  }

  .howItSection .visionContent {
    margin-top: 50px;
    --bs-gutter-x: 3.5rem;
  }

  .meetTeamSection .memberImg img {
    width: 100%;
  }

  .meetTeamSection .joinTeamBtn {
    margin-bottom: 60px;
    margin-top: 30px;
  }

  .meetTeamSection .teamMemberCard h5 {
    font-size: 18px;
  }

  .meetTeamSection .teamMemberCard h6 {
    font-size: 14px;
    line-height: 15px;
  }

  .meetTeamSection .joinTeamBtn button {
    padding: 14px 64px;
    font-size: 20px;
  }

  .meetTeamSection .teamMemberCard {
    padding: 25px 10px 0 15px;
    margin-bottom: 25px;
  }

  /* Request Page */
  .requestPage .requestBanner {
    margin-bottom: 60px;
    background-position: center;
  }

  .requestPage .requestBanner .reqtBannerHead {
    min-height: 300px;
  }

  .requestPage .requestBanner .reqtBannerHead h2 {
    padding: 0 60px;
    font-size: 40px;
  }

  .requestPage .requestSection .requestHeading,
  .careerPage .careerHeading {
    margin-bottom: 40px;
  }

  /* Blog Page */
  .blogsSection .blogSlide {
    margin: 10px 0;
    margin-top: 100px;
  }

  .blogsSection .blogs .blogContent h2 {
    font-size: 17px;
  }

  .blogsSection .blogs .blogContent p {
    font-size: 15px;
    min-height: 65px;
    margin-bottom: 40px;
  }

  .blogsSection .blogs .blogContent .commonBtn {
    padding: 8px 20px;
    font-size: 12px;
  }

  .blogsSection .blogSlide h1 {
    font-size: 45px;
  }

  /* Footer */
  .footer .socialMedia {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .footer .copyright {
    padding: 14px 0;
    font-size: 14px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .videoGridWrapper {
    height: calc(100vh - 37vh);
  }

  .videoGridWrapper .blobalHeading {
    font-size: 32px;
  }

  .whoWeSection {
    margin-bottom: 150px;
  }

  .webNav ul.navbar-nav {
    gap: 40px;
  }

  .webNav a.nav-link img {
    max-width: 160px;
  }

  .webNav .signBtn a {
    font-size: 14px;
    padding: 10px 15px;
  }

  .webNav a.nav-link {
    font-size: 18px;
  }

  .whoWeSection {
    margin-top: 75px;
  }

  .whoWeSection .objHead {
    justify-content: center;
    flex-wrap: wrap;
  }

  .whoWeSection .objHead h5 {
    margin-top: 30px;
  }

  .powerContent h2 {
    font-size: 38px;
  }

  .powerContent img {
    width: 8%;
  }

  .objCom .testinomial_img img {
    width: 100%;
  }

  .whoWeSection .hiringCardSection {
    gap: 30px;
  }

  .whoWeSection .hiringCard {
    padding: 30px 8px;
  }

  .whoWeSection .hiringCardImg {
    margin: 0 auto;
  }

  .whoWeSection .hiringCardImg img {
    max-width: 100px;
  }

  .whoWeSection .hiringCard h5,
  .whoWeSection .hiringCard:nth-child(1):hover h5,
  .whoWeSection .hiringCard:nth-child(2):hover h5,
  .whoWeSection .hiringCard:nth-child(3):hover h5,
  .whoWeSection .hiringCard:nth-child(4):hover h5,
  .whoWeSection .hiringCard:nth-child(5):hover h5 {
    font-size: 18px;
  }

  .precisionCard {
    padding: 0 20px;
  }

  .toolboxSection .toolboxContent {
    flex-direction: column;
    gap: 25px;
  }

  /* COMMON BANNER */
  .coBanner {
    margin-bottom: 50px;
  }

  /* Career Page */
  .careerPage .careerSection .careerPost .postInfo {
    gap: 30px;
  }

  .careerPage .careerSection .careerPost .postDetails {
    gap: 20px;
  }

  .careerPage .careerSection .careerPost .commonBtn {
    padding: 8px 30px;
  }

  .careerPage .careerSection .careerPost .postInfo h5,
  .careerPage .careerSection .careerPost .postInfo h6 {
    font-size: 16px;
  }

  /* About page */
  .meetTeamSection .joinTeamBtn {
    margin-top: 30px;
    margin-bottom: 80px;
  }

  .meetTeamSection .teamMemberCard h5 {
    padding-right: 10px;
    font-size: 18px;
    line-height: normal;
  }

  .meetTeamSection .teamMemberCard h6 {
    line-height: 27px;
    font-size: 16px;
  }

  .meetTeamSection .joinTeamBtn button {
    padding: 14px 64px;
    font-size: 20px;
  }

  /* Blog Page */
  .blogsSection .blogSlide {
    margin: 30px 0;
  }
}

@media (min-width: 992px) and (max-width: 1300px) {
  /* For pricing page only Navbar css */
  .pricingSection .objCom {
    margin-bottom: 40px;
  }

  .webNav ul.navbar-nav {
    gap: 25px !important;
  }

  .smartSection {
    margin-bottom: 70px;
  }

  .smartSection .creditSection {
    gap: 85px;
  }

  .smartSection .creditSection .creditPrice {
    min-width: 400px;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .webNav ul.navbar-nav {
    gap: 40px;
  }

  .videoGridWrapper .blobalHeading {
    font-size: 42px;
  }

  .webNav .signBtn a {
    padding: 10px 15px;
  }

  .webNav a.nav-link {
    font-size: 18px;
  }

  .whoWeSection .objCom .objHead {
    flex-wrap: wrap;
    justify-content: center;
  }

  .whoWeSection .objCom .objHead h5 {
    margin-top: 30px;
  }

  .powerContent {
    gap: 15px;
  }

  .objCom .testinomial_img img {
    width: 100%;
  }

  .whoWeSection .hiringCardSection {
    gap: 30px;
  }

  /* Blog Page */
  .blogsSection .blogSlide {
    margin: 30px 0;
  }
}

@media (min-width: 767px) {
  .mrLeft {
    margin: 0 0.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1400px) {
  .productContent .mlLeft {
    margin-left: 60px;
  }

  .productContent .mrRight {
    margin-right: 60px;
  }

  /* Product CSS */
  .productContent .gradientImgSec {
    padding: 50px;
  }

  .productContent .gradientImgSec .screenImg {
    object-fit: cover;
  }

  .productContent .productHead p {
    font-size: 18px;
  }

  .productContent .productHead h3 {
    margin-bottom: 30px;
  }

  .company-slider .companyImages {
    gap: 30px;
  }

  .company-slider .companyImages img {
    margin: 0 25px;
  }

  /* Toolbox CSS */
  .toolboxSection .toolboxContent {
    padding: 16px 15px;
  }

  .toolboxSection .toolboxContent .TBcontentHead,
  .toolboxSection .TBsubSec {
    gap: 15px;
  }

  .toolboxSection .TBcontentHead h5 {
    font-size: 16px;
  }

  .toolboxSection .TBCreateBtn a {
    font-weight: 700;
    font-size: 18px;
    padding: 12px 35px;
  }

  .askQuestionSection button.accordion-button::after {
    background-size: 16px;
  }

  .pricingSection .pricingBG h2 {
    font-size: 40px;
  }

  .pricingSection .pricingBG .pricingHeading {
    left: -250px;
  }
}

@media (min-width: 1022px) and (max-width: 1026px) {
  .videoGridWrapper img.logoDelay {
    object-fit: contain;
  }
}

@media (max-width: 1200px) {
  .toolboxSection .toolboxContent .applyBtnSec a {
    display: block;
    font-size: 14px;
    padding: 10px 15px;
  }

  .toolboxSection .TBsubContent {
    gap: 25px;
  }

  /* Blog Detail */
  .blogDetailSection .blogMainImg img {
    width: 100%;
    max-width: 75%;
  }

  .productContent .slick-dots {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .membersDetails .row {
    --bs-gutter-x: 2.5rem;
  }

  /* .toolboxSection .toolboxContent .applyBtnSec a {
        display: none;
    } */

  /* .videoGridWrapper .card img,
    .videoGridWrapper .card video {
        object-fit: unset;
    } */
}

@media (min-width: 1400px) {
  .blogsSection .blogs .blogImgSec img {
    min-height: 235px;
  }
}

@media (min-width: 1600px) {
  .productContent .gradientImgSec .screenImg {
    object-fit: fill;
  }
}

/* Language Select button */

.language-selector .btn {
  padding: 10px 20px;
  font-size: 12px;
}

.language-selector .btn.show {
  background-color: #2ebec6;
  border-color: #2ebec6;
}

.language-selector .btn.show:hover,
.language-selector .btn:hover {
  border-color: #2ebec6;
}

/* Home page css for language changing  */
.lang-fr .whoWeSection .hiringCard:nth-child(1):hover h5,
.lang-fr .whoWeSection .hiringCard:nth-child(2):hover h5,
.lang-fr .whoWeSection .hiringCard:nth-child(3):hover h5,
.lang-fr .whoWeSection .hiringCard:nth-child(4):hover h5,
.lang-fr .whoWeSection .hiringCard:nth-child(5):hover h5,
.lang-es .whoWeSection .hiringCard:nth-child(1):hover h5,
.lang-es .whoWeSection .hiringCard:nth-child(2):hover h5,
.lang-es .whoWeSection .hiringCard:nth-child(3):hover h5,
.lang-es .whoWeSection .hiringCard:nth-child(4):hover h5,
.lang-es .whoWeSection .hiringCard:nth-child(5):hover h5 {
  font-size: 20px;
}

.lang-fr .testimonialSection .testimonialSlider .element p,
.lang-es .testimonialSection .testimonialSlider .element p {
  min-height: 316px;
}

.lang-ar.rtl {
  text-align: end;
}

/* .lang-ar.rtl .testimonialSection .testimonialSlider .element p {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
    gap: 10px;
} */

.lang-ar.rtl .footerContent {
  text-align: center;
}

.lang-ar.rtl .objCom h4::after,
.lang-ar.rtl .objCom h1::after,
.lang-ar.rtl .precisionCard h4::after,
.lang-ar.rtl .objCom h4::after,
.lang-ar.rtl .objCom h1::after {
  left: auto;
  right: 0;
}

.lang-ar.rtl .objCom h4,
.lang-ar.rtl .objCom h1,
.lang-ar.rtl .precisionCard h4,
.lang-ar.rtl .precisionCard p {
  text-align: end;
  width: 100%;
}

/* .lang-ar.rtl .testimonialSection .element .userNameSec {
    flex-direction: row-reverse;
} */

.lang-ar.rtl .footer .socialMedia .scocialIcons {
  justify-content: end;
}

.lang-ar.rtl .testimonial-slider {
  text-align: initial;
}

.lang-ar.rtl .whoWeSection .homeTitle {
  z-index: -1;
}

/* Product page language CSS */

.lang-ar.rtl .coBanner .coBannerHead {
  flex-direction: row-reverse;
}

.lang-ar.rtl .productContent .productHead h3::after {
  left: auto;
  right: 0;
}

.lang-ar.rtl .accordion-button::after {
  margin-right: auto;
  margin-left: unset;
}

.lang-ar.rtl .faqSec .accordion-button {
  flex-direction: row-reverse;
}

/* Pricing Page Language CSS */
.lang-es .webNav ul.navbar-nav {
  gap: 55px;
}

/* About Page Language CSS */
.lang-ar.rtl .aboutBanner.coBanner .coBannerHead img {
  transform: rotateZ(180deg);
}

.lang-ar.rtl .aboutBanner.coBanner .coBannerHead .mainHeading {
  left: auto;
  right: -25px;
}

.lang-ar.rtl .commonForm .form-control,
.lang-ar.rtl .commonForm select {
  text-align: end;
}

.lang-ar.rtl .commonForm .linkUrlSec {
  flex-direction: row-reverse;
}

.lang-ar.rtl .commonForm .inputField .error {
  left: auto;
  right: 3px;
}

.lang-ar.rtl .commonForm .resumeContent input {
  left: auto;
  right: 0;
}

/* Request Page Language CSS  */
.lang-ar.rtl .commonForm .selectDiv img {
  right: auto;
  left: 15px;
}

/* Blog page language CSS */
.lang-ar.rtl .blogsSection .blogs {
  text-align: start;
}

.dropdown .dropdown-menu {
  min-width: 140px;
  padding: 0 10px;
  background: rgba(255, 255, 255);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.dropdown .dropdown-menu a.dropdown-item {
  font-size: 13px !important;
  padding: 7px 15px !important;
  margin: 5px 0;
  max-width: 100%;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.dropdown .dropdown-menu a.dropdown-item img {
  width: 18px;
}
/* 10/06/2025 */
.skillName h6 {
  display: inline-block;
  background: #f1f1f1;
  padding: 4px 8px;
  border-radius: 4px;
  margin: 2px;
  font-size: 13px;
}

.skillsSet .dropdownWrapper {
  display: inline-block;
  position: relative;
}

.skillsSet .showMore {
  display: inline-block;
  background: #e5e5e5;
  padding: 4px 8px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 10px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.skillsSet .dropdownMenu {
  position: absolute;
  top: 24px;
  left: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 6px;
  z-index: 10;
  min-width: 130px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.skillsSet .dropdownMenu .dropdownItem:not(:last-child) {
  margin-bottom: 5px;
}
.skillsSet .dropdownItem h6 {
  margin: 0;
  padding: 4px 6px;
  font-size: 13px;
  width: fit-content;
}
