/* body.news-updates #loader{
  display: none;
} */

/* life@Genetech video Section */

.life-at-genetech  .header-banner .mm-content h1{line-height: 1.2em !important;}
.iframe-video{width: 80%;height: 700px;margin-top: 30px;}
.announcement {background: var(--blue);display: flex;align-items: center;justify-content: center;padding: 6.5px;color: #fff;font-family: "Poppins";font-size: 18px;}
.announcement .bold {font-weight: 700;}
.announcement a {color: #fff;text-decoration: none;}
.announcement img {margin-right: 10px;}
.announcement .annoucment-content {display: flex;align-items: start;text-align: center;padding: 0px 15px;}
.announcement .annoucment-content p {text-align: left;color: #fff;}
.file-input input#inpfile {padding-left: 81px;}
.file-input input#inpfile:before {position: absolute;background: #fff;left: 0;width: 100%;padding: 0 20px;}
.gt_popup {overflow-x: auto;}
body .grecaptcha-badge {z-index: +9999;}
body.contact .grecaptcha-badge {display: block !important;}
body.customer-feedback .grecaptcha-badge {display: block !important;}
body.jobs .grecaptcha-badge {display: block !important;}
.orange {color: #c53b27;font-weight: 600;}
.red {color: var(--red);}
.contact-form .privacy-policy .red a {color: var(--red);}
.orange:hover {color: var(--blue);}
.main-payment .form-btn.submit {background: var(--red) !important;}

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

:root {
  --blue: #07205f;
  --red: #c53b27;
  --white: #ffffff;
  --grey: rgba(7, 32, 95, 0.02);
}

.grey {
  background-color: var(--grey);
}

h2 {
  font-weight: 600;
  font-size: 50px;
  line-height: 4rem;
}

a.red-btn {
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  background-color: #c53b27;
  text-decoration: none;
  padding: 15px 40px;
}

#loader {
  font-family: "Poppins";
  font-size: 18px !important;
}

a.red-btn:hover {
  background-color: var(--blue);
}

.mm-work-btns a:hover {
  color: var(--red);
  border: 1px solid var(--red);
}

#loader {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

#loader:hover {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

#loader:hover:after {
  height: 190%;
  width: 100%;
  overflow-y: hidden !important;
  bottom: 0px;
}

#loader:after {
  content: "";
  background: var(--blue);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 50%;
  bottom: -60px;
  transform: translate(-50%, 0%);
  border-radius: 100% 100% 0% 0%;
  -webkit-transition: 0.5s;
  transition: 0.5s ease-in-out;
}

button#submitbtn {
  text-transform: capitalize;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

button#submitbtn:hover {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

button#submitbtn:hover:after {
  height: 190%;
  width: 100%;
  overflow-y: hidden !important;
  bottom: 0px;
}

button#submitbtn:after {
  content: "";
  background: var(--blue);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 50%;
  bottom: -60px;
  transform: translate(-50%, 0%);
  border-radius: 100% 100% 0% 0%;
  -webkit-transition: 0.5s;
  transition: 0.5s ease-in-out;
}

a.red-btn {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  display: inline-block;
}

a.red-btn:hover {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

a.red-btn:hover:after {
  height: 190%;
  width: 100%;
  overflow-y: hidden !important;
  bottom: 0px;
}

a.red-btn:after {
  content: "";
  background: var(--blue);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 50%;
  bottom: -60px;
  transform: translate(-50%, 0%);
  border-radius: 100% 100% 0% 0%;
  -webkit-transition: 0.5s;
  transition: 0.5s ease-in-out;
}

.pi_plan_btn.pi_first_btn a {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  display: inline-block;
}

.pi_plan_btn.pi_first_btn a:hover {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

.pi_plan_btn.pi_first_btn a:hover:after {
  height: 190%;
  width: 100%;
  overflow-y: hidden !important;
  bottom: 0px;
}

.pi_plan_btn.pi_first_btn a:after {
  content: "";
  background: var(--blue);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 50%;
  bottom: -60px;
  transform: translate(-50%, 0%);
  border-radius: 100% 100% 0% 0%;
  -webkit-transition: 0.5s;
  transition: 0.5s ease-in-out;
}

.pi_plan_btn.pi_second_btn a {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  display: inline-block;
}

.pi_plan_btn.pi_second_btn a:hover {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

.pi_plan_btn.pi_second_btn a:hover:after {
  height: 190%;
  width: 100%;
  overflow-y: hidden !important;
  bottom: 0px;
}

.pi_plan_btn.pi_second_btn a:after {
  content: "";
  background: var(--red);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 50%;
  bottom: -60px;
  transform: translate(-50%, 0%);
  border-radius: 100% 100% 0% 0%;
  -webkit-transition: 0.5s;
  transition: 0.5s ease-in-out;
}

.pi_plan_btn a {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  display: inline-block;
}

.pi_plan_btn a:hover {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

.pi_plan_btn a:hover:after {
  height: 190%;
  width: 100%;
  overflow-y: hidden !important;
  bottom: 0px;
}

.pi_plan_btn a:after {
  content: "";
  background: var(--red);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 50%;
  bottom: -60px;
  transform: translate(-50%, 0%);
  border-radius: 100% 100% 0% 0%;
  -webkit-transition: 0.5s;
  transition: 0.5s ease-in-out;
}

body .pi_first_btn a {
  background-color: var(--red) !important;
}

/* PAYMENT FORM  */

.mm-payment-form {
  margin-bottom: 0 !important;
}

.mm-payment-form .threeColumn .col-sm-4 {
  max-width: calc((100% / 3) - 7px);
}

/* New Payment css */
.mm-payment-form .twoColumn.paying-row{
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.mm-payment-form .twoColumn.paying-row .form-section:nth-child(1){
  width: 100%;
  margin: 0px 0px 10px 0px!important;
  max-width: 100%;
}

/* ADNAN CSS */
body .mm-payment-form .twoColumn.paying-row:first-child .form-section:nth-child(1) {
  width: 100%;
  margin-right: 0 !important;
}


.mm-payment-form .twoColumn.paying-row .form-section:nth-child(2){
  width: 65px;
  margin: 0px 0px 0px 0px;
}
.mm-payment-form .twoColumn.paying-row .form-section:nth-child(3){
  margin: 0px 5px 0px 0px;
  width: calc(100% - 165px);
  max-width: calc(100% - 110px);
}
.mm-payment-form .twoColumn.paying-row .form-section:nth-child(3)::before{
  display: none;
}

div#select_payment_method div#credit_card .twoColumn.paying-row .form-section.pay-amount-div:nth-child(3) input.pay-amount{
  padding-left: 18px !important;
}

.mm-payment-form .twoColumn.paying-row .form-section:nth-child(4){
  width: 100%;
  margin: 0px;
  max-width: 95px;
}
/* New Payment css */
/* New PayPal css */
.paypal-new .sub-tab-content select{float: left; width: 65px; margin-right: 0px;}
.paypal-new .paypal-amount-div.pay-amount-div{float: left; width: calc(100% - 170px); margin-right: 5px!important;}
.paypal-new .paypal-amount-div.pay-amount-div::before{display: none;}
.paypal-new .paypal-amount-div.pay-amount-div input{margin-bottom: 0px;padding: 0px 18px 0 18px !important;font-family: 'Poppins';}
.paypal-new .form-section.rePayment{float: left; width: 100px;}
.paypal-new .form-section.rePayment select{width: 100%;margin: 0px;}
/* New PayPal css */



.mm-payment-form .twoColumn {
  display: flex;
}

.mm-payment-form .twoColumn .form-section:first-child {
  margin-right: 10px;
}

.mm-payment-form input.pay-email {
  margin-left: 0 !important;
}

.mm-payment-form .name-on-card {
  max-width: 100%;
}

.mm-payment-form .main-payment .make-payment-box {
  padding: 0;
}

.mm-payment-form .threeColumn {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.mm-payment-form .threeColumn .card-number {
  width: calc(100% - 42%);
}

.mm-payment-form .threeColumn .twoColumnWrap {
  width: calc(100% - 58%);
}

.mm-payment-form .twoColumnWrap .form-section {
  width: calc(100% - 50% - 10px) !important;
}

.mm-payment-form .threeColumn .month-year {
  width: calc(100% - 83%);
  margin: 0 10px !important;
}

.mm-payment-form .threeColumn .cvc-code {
  width: calc(100% - 80%);
}

.mm-payment-form .threeColumn .cvc-code input.cvc-img {
  margin-left: 0;
}

.mm-payment-form .threeColumn input,
.mm-payment-form .twoColumn input {
  margin: 0;
}

.main-payment {
  padding: 0px 30px 0px !important;
}

.mm-payment-form .col-sm-4.statess {
  margin: 0 10px !important;
}

.mm-payment-form h2 {
  font-size: 18px;
}

.mm-payment-form .payment-title .mm-payment-form .payment-title p {
  font-size: 14px;
  margin: 10px 0;
}

/* img { margin-bottom: 10px; } */

.mm-payment-form .col-wrap {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  padding-top: 20px;
}

.mm-payment-form .col-wrap input.form-btn.pull-right.submit {
  margin: 0;
}

.mm-payment-form .form-section textarea,
.mm-payment-form .form-section input {
  border: 1px solid #e2e2e2;
}

body .mm-payment-form .main-payment {
  max-width: 650px;
  min-height: 450px;
  /* display: flex;
    align-items: center; */
}
.payment-card{
  display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 10px;
}
.mm-payment-form .payment-title p {
  margin: 0px 0px 10px 1px;
}

/* SERVICE PAGE  */

section.header-banner.service-banner {
  background-image: url(../images/service-background.png);
  background-size: cover;
}

section.our-service {
  padding: 0 0 2% 0;
  margin-top: 0;
}

section.our-service .mm-container {
  max-width: 1600px;
}

body.about-us section.header-banner.service-banner .mm-content {
  text-align: center;
  padding: 15% 0 2% 17.5%;
  max-width: 100%;
  margin: auto;
}

.our-service .my-application {
  display: flex;
  flex-wrap: wrap;
}

.our-service .my-application .apps:nth-child(odd) {
  margin-right: 4%;
}

.our-service .my-application .apps {
  width: 48%;
  display: flex;
  align-items: center;
  margin-bottom: 12.6%;
}

.our-service .my-application .apps .app-image {
  margin-right: 8%;
}

.our-service .my-application .apps .app p {
  font-size: 18px;
  line-height: 2rem;
  padding: 7% 0;
  max-width: 441px;
}

.our-service .my-application .apps .app h2 {
  font-weight: 600;
  font-size: 50px;
  line-height: 4rem;
  max-width: 500px;
}

.our-service .my-application .apps:nth-child(2n + 2) {
  transform: translate(0px, 202px);
}
.our-service .my-application .apps:nth-child(odd):last-child {
  margin-bottom: 0;
}

/* SERVICE DETAIL PAGE */
/* narjis yawar  */
.tab-switch-mq {
  max-width: inherit;
  width: calc(50% - 16px);
  color: #024d6e;
  border-radius: 0px !important;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: center;
  padding: 30px 10px;
  background-color: #fff;
  box-shadow: 0px 0px 12px 5px rgb(0 0 0 / 5%);
}
.tab-switch-mq a {
  color: #07205f;
  text-decoration: none;
  font-family: "Poppins";
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: -0.025em;
  text-align: center;
}
.tab-switch-mq a:hover {
  color: #c53b27;
}
.tab-switch-mq .img-icon {
  color: transparent;
  background: url(../images/host-icon-shared.png) no-repeat center / contain;
  filter: contrast(0.7);
  height: 200px;
  margin: 85px 0px 40px;
  position: relative;
}
.tab-switch-mq .img-icon::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: url(../images/host-icon-shared.png) no-repeat center / contain;
}
.tab-switch-mq .img-icon-cloud {
  color: transparent;
  background: url(../images/host-icon-cloud.png) no-repeat center / contain;
  filter: contrast(0.7);
  height: 200px;
  margin: 85px 0px 40px;
  position: relative;
}
.tab-switch-mq .img-icon-cloud::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: url(../images/host-icon-cloud.png) no-repeat center / contain;
}
section.header-banner.service-banner.detailed ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.services.service-detail {
  background-image: none;
}
section.header-banner.service-banner.detailed, body .header-banner.thankyou {
  background-image: linear-gradient(45deg, rgba(255,255,255, 0.50), rgba(255,255,1255, 0.50)),url(../images/service-background.png) !important;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  animation: header-banner 8s ease-in-out 0s infinite;
  animation-duration: 8s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: header-banner;
  padding-bottom:80px;
  padding-top:40px;
}
/* narjis yawar */

section.client-reviews-section.service-detail-clients .slick-next:before {
  content: "" !important;
  border: none !important;
  background-image: url(../images/rightArrow.png);
  width: 42px;
  height: 50px;
  position: absolute;
  top: -4px;
  left: 0;
  opacity: 1;
}

.test-slider-inner-main .slick-next:before {
  content: "" !important;
  border: none !important;
  background-image: url(../images/rightArrow.png);
  width: 42px;
  height: 50px;
  position: absolute;
  top: -4px;
  left: 0;
  opacity: 1;
}

section.client-reviews-section.service-detail-clients .slick-prev::before {
  content: "" !important;
  /* border: none !important;
  background-image: url(../images/rightArrow.png);
  width: 53px;
  height: 53px;
  position: absolute;
  opacity: 1;
  transform: rotate(180deg); */
  background: url(../images/arrow-red.svg)no-repeat center /contain;
  width: 31px;
  height: 14px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translate(0px,-50%)scale(-1);
  opacity: .5;
  filter: grayscale(1);
  transition: .3s ease-in-out;

}
section.client-reviews-section.service-detail-clients .slick-prev:hover::before{
  opacity: 1;
  filter: grayscale(0);
}

.test-slider-inner-main .slick-prev::before {
  content: "" !important;
  background: url(../images/arrow-red.svg)no-repeat center /contain;
  width: 31px;
  height: 14px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translate(0px,-50%)scale(-1);
  opacity: .5;
  filter: grayscale(1);
  transition: .3s ease-in-out;

}
.test-slider-inner-main .slick-prev:hover::before{
  opacity: 1;
  filter: grayscale(0);
}

section.client-reviews-section.service-detail-clients .slick-prev::after{
  content: "";
  background: url(../images/Intersect-curve.svg)no-repeat center / contain;
  width: 24px;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  transform: scale(-1);
  opacity: 0;
  transition: .3s ease-in-out;
}
section.client-reviews-section.service-detail-clients .slick-prev:hover::after{
  opacity: 1;
}

.test-slider-inner-main .slick-prev::after{
  content: "";
  background: url(../images/Intersect-curve.svg)no-repeat center / contain;
  width: 24px;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  transform: scale(-1);
  opacity: 0;
  transition: .3s ease-in-out;
}
.test-slider-inner-main .slick-prev:hover::after{
  opacity: 1;
}

section.our-focus-section {
  padding: 80px 0;
  text-align: center;
  background: rgba(7, 32, 95, 0.02);
}

section.header-banner.service-banner.detailed .mm-content {
  max-width: calc(100% - 572px) !important;
  width: 100%;
  padding: 1% 50px 0% 0!important;
}

.managed-hosting-services section.header-banner.service-banner.detailed .mm-content{
  width: 100%;
  max-width: 100%!important;
  padding: 1% 8% 0% 8%!important;
}

.managed-hosting-services section.header-banner.service-banner.detailed .mm-content h1{
  text-align: center;
}


section.header-banner.service-banner.detailed .mm-content p {
  padding-bottom: 2%;
}
section.header-banner.service-banner.detailed .mm-content li {
  font-size: 20px;
  line-height: 2.5rem;
}

section.client-reviews-section.service-detail-clients .mm-client-review {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
/* .services section.client-reviews-section.service-detail-clients .slick-track,
.services section.client-reviews-section.service-detail-clients .mm-client-review{display: block;} */

.service-detailed .client-review-article {
  min-height: auto;
  background-color: #ffffff;
}

section.client-reviews-section.service-detail-clients .client-review-article {
  box-shadow: none;
}

section.client-reviews-section.service-detail-clients .slick-slide {
  margin-right: 50px;
}

/* section.client-reviews-section.service-detail-clients { background: rgba(7, 32, 95, 0.02); } */

.service-detailed .client-review-article {
  min-height: auto;
  background-color: #ffffff;
}

.our-focus-section .our-focus .services-focus {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}

.our-focus-section .our-focus .services-focus .our-focus-section {
  margin: 0 2% 2% 0;
  width: calc(100% / 4 - 25px);
  text-align: center;
  /* box-shadow: 0px 9px 85px rgb(16 48 61 / 5%); */
  background-color: #ffffff;
  padding: 50px 25px;
  transition: 0.5s ease-in-out all;

}
.our-focus-section .our-focus .services-focus .our-focus-section:hover {
  box-shadow: 0px 9px 85px 0 rgba(7, 32, 95, 0.05);
}

.our-focus-section .our-focus .services-focus .our-focus-section:last-child {
  margin-right: 0;
}

/* .our-focus-section
  .our-focus
  .services-focus
  .our-focus-section:nth-child(3n + 3) {
  margin: 0 0 2% 0;
} */

.our-focus-section h2 {
  padding-bottom: 40px;
}

.our-focus-section .our-focus .services-focus .our-focus-section h3 {
  font-weight: 600;
  font-size: 25px;
  padding: 40px 0 16px 0;
  line-height: 35px;
}

.our-focus-section .our-focus .services-focus .our-focus-section p {
  max-width: 380px;
  margin: auto;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.7rem;
}

body.services.tech-talent .our-focus-section {
  background-color: #FFF;
}

body .our-focus-section .our-focus .services-focus .our-focus-section .focus-image-cont { border: 2px solid #07205F; width: 151px; height: 151px; border-radius: 50%; /* padding: 37px; */ object-fit: contain; margin: auto; display: flex; justify-content: center; align-items: center; }
.our-focus-section .our-focus .services-focus .our-focus-section:nth-child(4n) { margin-right: 0; }
section.industry-expertise-section {
  background: rgba(7, 32, 95, 0.02);
  padding: 5% 0;
  text-align: center;
}

.expertise-in-industry {
  display: flex;
  justify-content: center;
  padding: 5% 0 0 0;
}

.expertise-in-industry .expertise {
  background-color: #ffffff;
  box-shadow: 0px 9px 85px rgb(16 48 61 / 3%);
  padding: 35px 50px;
  margin-right: 35px;
  max-width: 291px;
  width: 100%;
}

.expertise-in-industry .expertise:last-child {
  margin-right: 0;
}

.expertise-in-industry .expertise h4 {
  font-weight: 600;
  font-size: 20px;
  padding-top: 10px;
  color: var(--blue);
}

.services-work-delivered .all-portfolios {
  display: flex;
  justify-content: center;
  padding: 5% 0 4% 0;
}

.services-work-delivered .all-portfolios .mm-portfolio {
  max-width: 673px;
  margin-right: 5%;
  text-align: left;
  width: 100%;
}

.services-work-delivered .all-portfolios .mm-portfolio:last-child {
  margin-right: 0;
}

.services-work-delivered {
  padding: 5% 0 80px 0;
}

.services-work-delivered .mm-container {
  text-align: center;
}

.services-work-delivered .all-portfolios .mm-portfolio a img, .all-portfolios .mm-portfolio img, .all-portfolios .mm-portfolio a img{
  width: 100%;
  max-width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: 0px 80%;
}
.services-work-delivered .all-portfolios .mm-portfolio a img{height: 430px;}

.services-work-delivered h2 {
  padding-bottom: 1%;
}

.services-work-delivered .mm-portfolio h2 {
  font-weight: 600;
  font-size: 30px;
  color: rgba(7, 32, 95, 1);
}
.services-work-delivered .mm-portfolio h2 a {
  color: rgba(7, 32, 95, 1);
  text-decoration: none;
}
.services-work-delivered .mm-portfolio h2 a:hover {
  color: var(--red);
}

.services-work-delivered .mm-portfolio p {
  font-size: 18px;
  line-height: 2.2rem;
  /* min-height: 145px; */
  /* margin-bottom: 25px; */
}

.services-work-delivered p {
  font-size: 20px;
}

section.technology-worked-on {
  text-align: center;
  padding: 5% 0;
}

.technology-worked-on .our-tech {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 3%;
  flex-wrap: wrap;
}

.technology-worked-on .our-tech .tech-image {
  max-width: 175px;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 9px 85px rgb(16 48 61 / 3%);
  padding: 40px 20px;
  margin-right: 3%;
}

.technology-worked-on .our-tech .technology-box :last-child {
  margin-right: 0;
}

.technology-worked-on .our-tech .technology-box {
  box-shadow: 0px 14px 54px rgb(7 32 95 / 3%);
  background-color: #ffffff;
  /* width: calc(100% / 8 - 2%); */
  width: calc(100% / 8 - 26px);
  margin-right: 13.5px;
  margin-left: 13.5px;
  margin-bottom: 41px;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 85px;padding: 18px;
}
.technology-worked-on .our-tech .technology-box:nth-child(8n) { margin-right: 13.5px;margin-left: 13.5px; }
.technology-worked-on .our-tech .technology-box img {
  /* transform: scale(0.7); */
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* .technology-worked-on .our-tech .technology-box:last-child img {transform: scale(1.5);} */
.mi-client-review-section-heading h2 {
  text-align: center;
  padding-bottom: 40px;
}
.technology-worked-on .our-tech img:last-child {
  margin-right: 0;
}

section.client-reviews-section.service-detail-clients .slick-next::before {
  content: "";
  background: url(../images/arrow-red.svg)no-repeat center /contain;
  width: 31px;
  height: 14px;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translate(0px,-50%);
  opacity: .5;
  filter: grayscale(1);
  transition: .3s ease-in-out;
}

section.client-reviews-section.service-detail-clients .slick-next:hover::before{
  opacity: 1;
  filter: grayscale(0);
}
.test-slider-inner-main .slick-next::before {
  content: "";
  background: url(../images/arrow-red.svg)no-repeat center /contain;
  width: 31px;
  height: 14px;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translate(0px,-50%);
  opacity: .5;
  filter: grayscale(1);
  transition: .3s ease-in-out;
}

.test-slider-inner-main .slick-next:hover::before{
  opacity: 1;
  filter: grayscale(0);
}


section.client-reviews-section.service-detail-clients .slick-next::after{
  content: "";
  background: url(../images/Intersect-curve.svg)no-repeat center / contain;
  width: 24px;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  opacity: 0;
  transition: .3s ease-in-out;

}

section.client-reviews-section.service-detail-clients .slick-next:hover::after{
  opacity: 1;
}

.test-slider-inner-main .slick-next::after{
  content: "";
  background: url(../images/Intersect-curve.svg)no-repeat center / contain;
  width: 24px;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  opacity: 0;
  transition: .3s ease-in-out;

}

.test-slider-inner-main .slick-next:hover::after{
  opacity: 1;
}


section.client-reviews-section.service-detail-clients .slick-next {
  /* right: 0;
  top: auto !important;
  bottom: 0; */
  position: absolute;
  top: inherit;
  bottom: -40px;
  right: 0;
  left: inherit;
  outline: auto;
  width: 52px;
  height: 50px;
}

.test-slider-inner-main .slick-next {
  /* right: 0;
  top: auto !important;
  bottom: 0; */
  position: absolute;
  top: inherit;
  bottom: -40px;
  right: 0;
  left: inherit;
  outline: auto;
  width: 52px;
  height: 50px;
}


section.client-reviews-section.service-detail-clients .slick-prev {
  /* position: absolute;
  top: auto;
  bottom: 14px;
  margin-left: auto;
  right: 85px;
  left: 0;
  z-index: 9999999; */
  position: absolute;
  bottom: -40px;
  top: inherit;
  right: 85px;
  left: inherit;
  width: 52px;
  height: 50px;
  z-index: 9;
}

section.client-reviews-section.service-detail-clients .slick-prev::before {
  content: "â†";
  font-size: 39px;
}

.test-slider-inner-main .slick-prev {
  position: absolute;
  bottom: -40px;
  top: inherit;
  right: 85px;
  left: inherit;
  width: 52px;
  height: 50px;
  z-index: 9;
}


.test-slider-inner-main .slick-prev::before {
  content: "â†";
  font-size: 39px;
}

section.client-reviews-section.service-detail-clients .slick-track {
  display: flex;
  justify-content: center;
  padding-top: 0px;
  padding-bottom: 100px;
}

section.client-reviews-section.service-detail-clients .slick-slide:last-child {
  margin-right: 0;
}

section.client-reviews-section.service-detail-clients .author-content {
  max-width: 100%;
  width: 100%;
  padding-top: 30px;
}

.mi-our-focus-section-btn a {
  font-weight: 600;
  background-color: var(--red);
  text-decoration: none;
  color: var(--white);
  font-size: 16px;
  padding: 11px 40px;
  display: inline-block;
}

section.header-banner.service-banner.detailed ul {
  list-style: none;
}

section.client-reviews-section.service-detail-clients .author-content img {
  width: 62px;
  height: 62px;
  object-fit: cover;
  border-radius: 50%;
}

/* PORFOLIOS  */

section.portfolio-divs {
  overflow: hidden;
}

.porfolio-listing-image:hover .portfolio-inner-btn-wrp {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s ease;
}

.porfolio-listing-image:hover:before {
  content: "";
  background-color: #00000057;
  width: 100%;
  height: 99%;
  position: absolute;
}

.portfolio-inner-btn-wrp {
  visibility: hidden;
  opacity: 0;
}

.work-img:hover .portfolio-inner-btn-wrp {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s ease;
}

.work-img:hover:before {
  content: "";
  background-color: #00000057;
  width: 100%;
  height: 100%;
  position: absolute;
}

.current-cat {
  color: var(--red) !important;
  border: 1px solid rgba(197, 59, 39, 0.15) !important;
  background-color: #fff !important;
  font-weight: 600 !important;
}

section.portfolio-banner.header-banner .work-content.mm-content {
  max-width: 100%;
  position: relative;
  width: 100%;
  text-align: center;
}

.portfolio-banner .work-content.mm-content {
  padding: 0;
}

.portfolio-divs .all-portfolios {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.portfolio-banner {
  padding-top: 200px;
  background-image: url(../images/service-background.png);
  background-size: cover;
  padding-bottom: 35px;
}

.portfolio-banner h1 span span{color: var(--blue);}

.portfolio-banner .work-content .mm-work-btns {
  padding: 0;
  justify-content: center;
  padding-top: 40px;
}

.portfolio-banner .work-content .mm-work-btns a {
  padding: 0px 15px;
  font-weight: 400;
  border-radius: 50px;
  font-size: 12px;
  line-height: 2em;
  border: 1px solid rgba(7, 32, 95, 0.15);
  background-color: #fff;
  margin-bottom: 25px;
}

.portfolio-banner .work-content {
  text-align: center;
  padding: 0;
  max-width: 100%;
}

/* .portfolio-banner .work-content h1{font-size: 80px;color: var(--blue);} */

.portfolio-banner .work-content p {
  font-size: 20px;
  color: var(--blue);
  padding: 25px 80px 40px;
  line-height: 2.5rem;
}

.portfolio-banner .work-content a {
  text-decoration: none;
}

/* Portfolio Search */
.portfolio-banner .work-content form{ width: 600px; margin: auto; position: relative; }
.portfolio-banner .work-content form input{width: 100%; border: 1px solid rgba(7, 32, 95, 0.17); font-size: 16px; font-family: 'Poppins'; line-height: 2em; padding: 9px 50px 9px 25px; border-radius: 50px; color: var(--blue);}
.portfolio-banner .work-content form input::placeholder,.contact-form .row input::placeholder{color: rgba(7, 32, 95, .30);}
.porfolio-banner .work-content form input:focus-visible{outline: var(--blue);}
.portfolio-banner .work-content form button{width: 45px; height: 100%; position: absolute; font-size: 0px; right: 5px; background: transparent; border: none; cursor: pointer;}
.portfolio-banner .work-content form button::before{content: ""; background-image: url("../images/portfolio-search.svg");background-repeat: no-repeat; background-size: 20px 20px; background-position: center; position: absolute; width: 100%; height: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%);}


.all-portfolios .mm-portfolio .mm-work-btns {
  padding: 0;
  display: flex;
}

.all-portfolios .mm-portfolio .mm-work-btns a{padding: 0px 15px; font-weight: 400; border-radius: 50px; font-size: 12px; line-height: 2em; border: 1px solid rgba(7, 32, 95, 0.15); background-color: #fff;}

.portfolio-divs .all-portfolios .mm-portfolio h2 {
  padding: 4% 0;
  font-size: 30px;
  line-height: 1;
}
.portfolio-divs .all-portfolios .mm-portfolio h2 a {
  color: rgba(7, 32, 95, 1);
}

.all-portfolios .mm-portfolio p {
  font-weight: 400;
  font-size: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  padding: 0px;
  line-height: 2em;
  margin-bottom: 25px;
  
}

.portfolio-divs .all-portfolios .mm-portfolio p.portfolio_location{
  font-size: 18px;
  color: var(--red);
  font-weight: 500;
  line-height: 2em;
  margin-bottom: 20px;
  position: relative;
  padding-left: 22px;
  min-height: auto!important;
}

.portfolio-divs .all-portfolios .mm-portfolio p.portfolio_location::before{
  content: "";
  position: absolute;
  width: 11px;
  height: 15px;
  background: url("../images/locationVector.svg")no-repeat center / contain;
  left: 0px;
  top: 50%;
  transform: translate(0%, -50%);
}

.portfolio-divs .all-portfolios .mm-portfolio p span{overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3;line-clamp: 3; -webkit-box-orient: vertical; padding: 0px; line-height: 2em; font-size: 18px;}

.portfolio-divs .all-portfolios .mm-portfolio {
  width: calc(50% - 56px);
  margin: 0px 0px 96px;
}

.portfolio-divs .all-portfolios .mm-portfolio img {
  width: 100%;
  max-width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: 0px 80%;
}

.portfolio-divs .all-portfolios .mm-portfolio:nth-child(2n + 2) {
  margin-left: 112px !important;
}

/* .portfolio-divs .all-portfolios .mm-portfolio:nth-child(2n+2) {margin: 0 0 5% 0; } */

.portfolio-divs .all-portfolios .mm-portfolio a {
  text-decoration: none;
}

.portfolio-divs .all-portfolios .mm-portfolio h2 a:hover {
  color: var(--red);
}

.porfolio-listing-image {
  position: relative;
}

.mobile-category {
  display: none;
}

/* CASESTUDIES  */

section.case-study.portfolio-banner.header-banner .work-content a {
  color: var(--red);
}
section.case-study.portfolio-banner.header-banner .work-content a:hover{
  color: var(--blue);
}


section.mm-light-blue-desc-sec.opportunityAndChallenges.dearingChallenge {
  max-height: 889px;
}

section.mm-light-blue-desc-sec.opportunityAndChallenges.dearingChallenge
  .left-image {
  max-height: 889px;
}

section.mm-light-blue-desc-sec.opportunityAndChallenges.dearingChallenge
  .left-image
  img {
  min-height: 889px;
}

section.mm-light-blue-desc-sec.nationalCenter {
  max-height: 840px;
  background: rgba(7, 32, 95, 0.02);
}

section.mm-light-blue-desc-sec.nationalCenter .left-image {
  max-height: 840px;
}

section.mm-light-blue-desc-sec.nationalCenter .left-image img {
  min-height: 840px;
}

section.mm-light-blue-desc-sec.pieForms .left-image {
  max-height: 976px;
  background-color: #f3f4f7;
}

section.mm-light-blue-desc-sec.pieForms .left-image img {
  min-height: 976px;
  object-fit: cover;
}

section.mm-light-blue-desc-sec.pieForms {
  background: rgba(7, 32, 95, 0.02);
  max-height: 976px;
}

section.mm-light-blue-desc-sec.opportunityAndChallenges {
  background: rgba(7, 32, 95, 0.02);
  max-height: 695px;
}

section.mm-light-blue-desc-sec.opportunityAndChallenges .left-image {
  max-height: 695px;
}

section.mm-light-blue-desc-sec.opportunityAndChallenges .left-image img {
  min-height: 695px;
}

section.casestudies-sec.casestudies-sec {
  padding: 6% 0;
}

.casestudies-sec .mm-casestudies {
  display: flex;
  align-items: center;
}

.casestudies-sec .mm-casestudies .casestudies-content,
.casestudies-sec .mm-casestudies .case-study-image {
  width: 50%;
}

.casestudies-sec .mm-casestudies .case-study-image img {
  width: 100%;
}

.casestudies-sec .mm-casestudies .casestudies-content h2 {
  line-height: 39px;
  font-weight: 600;
  font-size: 30px;
  padding: 3% 0;
}

.casestudies-sec .mm-casestudies .casestudies-content h4 {
  font-weight: 500;
  font-size: 18px;
  color: #c53b27;
  overflow-wrap: break-word;
}

.casestudies-sec .mm-casestudies .casestudies-content p {
  font-size: 18px;
  padding: 3% 0 7% 0;
  color: #07205f;
  line-height: 37px;
}

.casestudies-sec .mm-casestudies .casestudies-content {
  max-width: 645px;
  margin-left: 5%;
}

.casestudies-sec.grey .mm-casestudies .casestudies-content {
  margin-right: 0;
}

section.casestudies-sec.grey .case-study-image {
  margin-right: 7%;
}

section.casestudies-sec.grey.mm-casestudies .casestudies-content {
  margin-right: 0 !important;
}

.casestudies-sec .mm-casestudies .tob-content h2 {
  padding: 4% 0;
  font-weight: 600;
  font-size: 30px;
  line-height: 2.6rem;
}

.casestudies-sec .mm-casestudies .tob-content p {
  font-size: 18px;
  padding: 5% 0;
  line-height: 2.2rem;
}

.casestudies-sec .mm-casestudies .tob-content a {
  display: inline-block;
}

.casestudies-sec .mm-casestudies .tob-content h4 {
  font-weight: 500;
  font-size: 18px;
}

.casestudies-sec .mm-casestudies .tob-image {
  width: 50%;
  margin-right: 5%;
}

.tob-content {
  max-width: 585px;
}

.casestudies-content img,
.case-study-image img {
  box-shadow: 0px 9px 85px rgb(16 48 61 / 5%);
}

.case-study .work-content.mm-content {
  padding: 0;
}

.tob-image.tablet {
  display: none;
}

section.mm-light-blue-desc-sec.tasteOfBlue {
  max-height: 722px;
  background: rgba(7, 32, 95, 0.02);
}
section.mm-light-blue-desc-sec.tasteOfBlue.aiConsult {
  max-height: 100%;
  align-items: normal;
}

section.mm-light-blue-desc-sec.tasteOfBlue.aiConsult .left-image img{
  min-height: 100%;
}

section.mm-light-blue-desc-sec.tasteOfBlue .left-image img {
  min-height: 722px;
}

section.mm-light-blue-desc-sec.tasteOfBlue.aiConsult .left-image{
  min-height: 100%;
}

section.mm-light-blue-desc-sec.tasteOfBlue .left-image {
  max-height: 722px;
}
section.mm-light-blue-desc-sec.tasteOfBlue.aiConsult .left-image {
  max-height: 100%;
}

section.mm-light-blue-desc-sec.opportunityAndChallenges.taleemOpportunity {
  max-height: 959px;
}

section.mm-light-blue-desc-sec.opportunityAndChallenges.taleemOpportunity
  .left-image {
  max-height: 959px;
}

section.mm-light-blue-desc-sec.opportunityAndChallenges.taleemOpportunity
  .left-image
  img {
  min-height: 959px;
}

/* ABOUT US  */
.genetech-red{color: #c53b27; font-weight: 600;}

.mm_contact_popup.mm_contact_banner .work-content.mm-content h1{text-align: left;}

.about:last-child .about-content h2:first-child {
  display: none;
}

section.About-us.header-banner.service-banner .work-content.mm-content {
  padding: 0% 0 2% 0%!important;
}

.about-us-content-sec .mm-container {
  position: relative;
}

/* .about-us-content-sec .mm-container::before{content: "";    height: 100%; width: 2.5px; left: calc(50% - 70px); position: absolute; border-right: 2.5px dashed rgba(7, 32, 95, 0.5); top: 0px; transform: translate(-50%, 0%);} */

section.About-us.header-banner.service-banner {
  padding: 200px 0 90px 0;
}

.About-us .work-content {
  text-align: center;
}

/* .About-us .work-content h1  { font-weight: 600; font-size: 70px; } */

.About-us .work-content p {
  font-weight: 400;
  font-size: 20px;
  line-height: 2.2rem;
  padding: 2% 3% 0 3%;
}

.about-us-content-sec .about {
  display: flex;
}

/* .about-us-content-sec .about .dot{position: absolute; height: 66px; width: 16px; background: #fff; left: calc(50% - 69px); top: 0px; transform: translate(-50%, 0%);} .about-us-content-sec .about .dot::before{content: "";    width: 14px; height: 14px; background-color:var(--red) ; position: absolute; border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%, -50%);} */

.about.even {
  flex-direction: row-reverse;
}

.about {
  position: relative;
  padding-bottom: 200px;
}
.about.even:last-child {
  padding-bottom: 0;
}

.about-content h2 {
  font-weight: 600;
  font-size: 50px;
  color: #c53b27;
}

.about-content p {
  font-family: "Poppins";
  font-size: 20px;
  font-weight: 400;
  line-height: 41px;
  letter-spacing: 0em;
  text-align: left;
}

.about-content p a,
.skills-acquired .mm-container a {
  text-decoration: none;
  color: var(--red);
}

.about-content {
  width: 100%;
  position: relative;
  text-align: left;
}

.about-image:not(.about-image.aos-init) {
  width: 100%;
  position: relative;
  display: flex;
  right: 0;
} /*justify-content: flex-end;*/

.about:first-child .about-content {
  padding-top: 0;
}

.about-image img:not(.about-image.aos-init img) {
  width: 65%;
  height: auto;
  display: block;
  object-fit: contain;
  right: 155px;
  position: relative;
}

/* .about.even .about-image { margin-left: 7%;} */

.skills-acquired {
  text-align: center;
}

.skills-acquired h1 {
  font-weight: 600;
  font-size: 50px;
  padding-bottom: 2%;
}

.skills-acquired p {
  font-weight: 400;
  font-size: 20px;
  color: var(--blue);
  line-height: 2.2rem;
  padding-bottom: 3%;
}

.skills .list-skills-aquired ul.list-skills {
  display: flex;
  justify-content: center;
  flex-wrap:wrap;
}

section.skills .list-skills-aquired ul.list-skills li {
  max-width: 200px;
  max-height: 100px;
  background: #ffffff;
  box-shadow: 0px 14px 54px rgb(7 32 95 / 5%);
  margin-right: 30px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

section.skills .list-skills-aquired ul.list-skills li:last-child {
  margin-right: 0;
}

section.skills {
  padding-bottom: 100px;
}

.skills .list-skills-aquired ul.list-skills li {
  list-style-type: none;
  width: 14%;
}

.about:first-child .about-image img {
  padding-top: 0;
}

.about:first-child .about-content h2 {
  padding-top: 0;
}

.about:last-child .dot {
  display: none;
}

body.about-us section.about-us-content-sec .mm-container .about:last-child {
  opacity: 0;
  pointer-events: none;
  height: 10px!important;
  overflow: hidden;
}

/* about us new narjis yawar */
body.about-us section.about-us-content-sec {
  margin-left: 400px;
}
body.about-us section.about-us-content-sec h3 {
  font-family: "Poppins";
  font-size: 30px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -0.025em;
  text-align: left;
  max-width: calc(100% - 50px);
  padding-bottom: 40px;
}

body.about-us section.about-us-content-sec p {
  max-width: calc(100% - 40px);
  padding-bottom: 40px;
}
body.about-us section.about-us-content-sec p:last-child {
  padding-bottom: 0;
}
.group-mneuwork .side-menu ul {
  position: relative;
}

.group-mneuwork .side-menu ul li {
  list-style-type: none;
}

.side-menu.side-menu-stiky {
  position: fixed;
}
.group-mneuwork .side-menu.fixed {
  position: fixed;
  top: 0px !important;
}
.about .about-image {
  background-attachment: fixed;
  background-size: 35%;
  background-repeat: no-repeat;
  background-position: 93% 40%;
}
.about .about-image img:not(.about .about-image.aos-init img) {
  display: none !important;
}
.about .about-image.aos-animate {
  visibility: visible;
}
.about .about-image.aos-init {
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding-top: 150px;
}

.about .about-image.aos-init img {
  width: 100%;
}
/* .about .about-image.fixed{
  position: fixed;
  top: 0px!important;
} */
.group-mneuwork .side-menu {
  position: absolute;
  top: 680px !important;
  float: left;
}

.group-mneuwork .side-menu ul li a.year-active {
  color: #c53b27;
  padding-left: 15px;
  position: relative;
}
.group-mneuwork .side-menu ul li a.year-active:before {
  content: "";
  width: 80px;
  height: 1px;
  background: #c53b27;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -100px;
}
.group-mneuwork .side-menu ul li a {
  font-family: "Poppins";
  font-size: 20px;
  font-weight: 400;
  line-height: 68px;
  letter-spacing: 0em;
  text-align: left;
  color: #07205f;
  text-decoration: none;
}

/* THE GENETECH PEOPLE  */
.our-values .work-content p{padding: 0px;}
.our-values .work-content .our-value-content{padding: 35px 0px;}
.our-values .work-content .our-value-content p{padding: 0px; max-width: 1112px; margin: 0px auto 35px;}
.our-values .work-content .our-value-content .bottom-content{max-width: 1368px; margin: 50px auto 0px; padding: 0px; font-weight: 700; font-size: 24px;}
.our-values .work-content .our-value-content .our-value-icon img{max-width: 1230px; width: 100%;}
.our-values .work-content .our-value-content .our-value-icon img.res-icon{display: none;}

section.about-company-culture {
  padding: 60px 0 6% 0;
}

section.portfolio-banner.case-study.genetech-people-banner p {
  line-height: 2.5rem;
}

section.flashback-2019 {
  text-align: center;
  padding-bottom: 140px;
   display: none;
}
.about-company-culture .mm-company-benefits {
  display: flex;
  justify-content: center;
}

.about-company-culture .mm-company-benefits .mm-content h2 {
  font-weight: 600;
  font-size: 50px;
  line-height: 62px;
  padding-bottom: 3%;
}

.about-company-culture .mm-company-benefits .mm-content p {
  padding-bottom: 5%;
  font-size: 18px;
  line-height: 2.2rem;
}

.about-company-culture .mm-company-benefits .mm-content,
.about-company-culture .mm-company-benefits .mm-image {
  width: 50%;
}

.about-company-culture .mm-company-benefits .mm-image {
  text-align: center;
}

.about-company-culture .mm-company-benefits .mm-image img {
  width: 75%;
}

section.about-company-culture.odd .mm-company-benefits {
  align-items: flex-start;
}

.about-company-culture .mm-company-benefits .mm-content p a.orange {
  text-decoration: none;
}

/* section.genetech-blogs { margin-top: -130px; } */

.genetech-blogs .all-blogs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.genetech-blogs .all-blogs .blog {
  width: 45%;
  margin: 0 6% 6% 0;
  box-shadow: 0px 2px 25px rgb(16 48 61 / 3%);
}

.genetech-blogs .all-blogs .blog:nth-child(2n + 2) {
  margin: 0 0 6% 0;
}

.genetech-blogs .all-blogs .blog .blog-image img {
  width: 100%;
  object-fit: cover;
  max-height: 405px;
  min-height: 400px;
  height: 100%;
}

.news-updates .genetech-blogs .all-blogs .blog .blog-content h2{
  margin-bottom: 30px;
}

.genetech-blogs .all-blogs .blog .blog-content h2 {
  font-weight: 600;
  font-size: 34px;
  line-height: 1.3em;
}

.genetech-blogs .all-blogs .blog .blog-content h4 {
  padding: 3% 0;
  font-weight: 500;
  font-size: 18px;
  color: var(--red);
}

.news-updates .genetech-blogs .all-blogs .blog .blog-content p{
  display: none;
}

.genetech-blogs .all-blogs .blog .blog-content p {
  margin-bottom: 5%;
  font-size: 18px;
  line-height: 2.5rem;
}

.genetech-blogs .all-blogs .blog .blog-content {
  padding: 50px;
}

.iframe-box iframe {
  width: 100%;
  box-shadow: 0px 14px 54px rgb(7 32 95 / 5%),
    inset 0px 0px 35px rgb(0 0 0 / 8%);
}

.iframe-box {
  border: 15px solid #ffffff;
  margin: auto;
  max-width: 1011px;
}

/* OUR PRODUCTS  */

.about-company-culture:nth-child(even) {
  background-color: var(--grey);
}

.about-company-culture:nth-child(odd) .mm-company-benefits {
  flex-direction: row-reverse;
}

/* .products:nth-child(3) { margin-top: -200px; } */

section.about-company-culture.odd.grey.products .mm-image {
  margin-right: 30px;
}

section.about-company-culture.products .mm-content {
  margin-right: 60px;
}

section.about-company-culture.products h2 {
  max-width: 630px;
}

section.portfolio-banner.case-study.products p {
  padding: 0;
}

section.about-company-culture.products .mm-image img {
  width: 90%;
}

section.about-company-culture.products .mm-company-benefits {
  align-items: center;
}

section.about-company-culture.odd.grey.products .mm-content {

  margin-right: 0;
}

/* GENETECHS BLOGS  */

.genetech-blogs.blogs .all-blogs .blog .blog-content h2 {
  font-size: 30px;
}

.genetech-blogs.blogs .all-blogs .blog .blog-content H4 {
  font-weight: 600;
}

section.genetech-blogs.blogs {
  padding: 5% 0;
}

.genetech-blogs.blogs .all-blogs .blog:nth-child(2n + 2) {
  transform: translate(0px, 45px);
}

section.our-authors .author-content p {
  font-size: 18px;
  padding: 3% 0 5% 0;
}

.our-authors .author-content {
  text-align: center;
}

.our-authors .author-content {
  text-align: center;
  max-width: 900px;
  margin: auto;
  line-height: 2.4rem;
}

section.our-authors {
  padding: 4% 0 10% 0;
}

.our-authors .authors .mm-author {
  background-color: #ffffff;
  text-align: center;
  margin-right: 25px;
  box-shadow: 0px 14px 54px rgb(7 32 95 / 5%);
  min-height: 304px;
  max-width: 243px;
}

.our-authors .authors .mm-author:last-child {
  margin-right: 0;
}

section.our-authors.grey .authors {
  display: flex;
  justify-content: center;
  margin-top: 3%;
}

.our-authors .authors .mm-author .author-name {
  padding: 6% 0;
}

.our-authors .authors .mm-author .social-icon {
  padding-bottom: 10%;
  display: flex;
  justify-content: center;
}

.our-authors .authors .mm-author .social-icon img {
  margin-right: 5%;
}

.our-authors .authors .mm-author .social-icon img:last-child {
  margin-right: 0;
}

/* AUTHOR SLIDER  */

.authors .slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  color: var(--blue);
}

.authors .slick-next {
  position: absolute;
  bottom: -55px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.authors .slick-prev:before {
  content: "â†";
  font-size: 39px;
}

.authors .slick-next:before {
  content: "â†’";
  padding: 0 12px 0 0;
  font-size: 39px;
  border: 3px solid var(--blue);
  border-left: 0;
  border-bottom: 0;
  border-top: 0;
  border-radius: 50px;
}

.authors .slick-next {
  top: auto !important;
  bottom: -55px;
  margin: 0 auto;
  left: 55px;
  right: 0;
}

.authors .slick-prev {
  margin: 0 auto;
  left: 0;
  right: 75px;
}

.authors .author-image img {
  width: 100%;
}

.authors .slick-slide {
  margin-right: 25px;
}

.authors .slick-prev {
  top: auto !important;
  bottom: -55px;
}

/* CONTACT US FORM  */

/* .file-input input[type="file"] { font-size: 0; } */

.file-input input#inpfile {
  padding-top: 15px;
  position: relative;
}

.file-input input#inpfile:before {
  content: attr(data-upladname);
  font-family: "Poppins";
  text-transform: capitalize;
  color: var(--blue);
  font-weight: 600;
  font-size: 14px;
}

.file-input input[type="file"] {
  height: 50px;
}
.file-input input#inpfile {
  height: 50px;
}
.file-input input[type="file"]::-webkit-file-upload-button {
  border: none;
  background-color: transparent;
}

section.contact-form {
  padding-bottom: 2%;
}

.contact-form .row {
  display: flex;
  align-items: center;
}

.ratings-group .ratings {
  padding-top: 20px;
}

.contact-form .feild {
  display: flex;
  flex-direction: column-reverse;
}

.contact-form .partial {
  width: 50%;
  margin-right: 30px;
}

.contact-form .fullwidth {
  width: 100%;
}

.contact-form form label {
  font-weight: 600;
  font-size: 15px;
  padding-bottom: 2%;
  padding: 2% 0;
  order: 3;
}

.contact-form form label.error{
  order: 1;
}

.contact-form .row input,
select {
  padding-left: 20px;
  border: 1px solid rgba(7, 32, 95, 0.1);
  order: 2;
}

.subscribe-to-blog input[type="checkbox"] {
  width: 17px;
  height: 17px;
  margin-right: 10px;
}

.contact-form textarea#services {
  height: 256px;
  resize: none;
  border: 1px solid rgba(7, 32, 95, 0.1);
  padding: 20px 0 0 20px;
  order: 2;
}

.contact-form .budget .budget-val {
  display: flex;
}

.contact-form .inputfeild {
  min-height: 50px;
  font-family: "Poppins";
}

.contact-form input#budget {
  width: 100%;
}

.contact-form textarea#services {
  width: 98.2%;
  font-family: "Poppins";
}

.contact-form .subscribe-to-blog input#Subscribe {
  height: 17px;
  width: 17px;
  margin-right: 10px;
}

.contact-form .subscribe-to-blog {
  display: flex;
  padding: 30px 0;
}

.contact-form .subscribe-to-blog label {
  padding: 0;
  font-weight: 400 !important;
  font-size: 14px !important;
}

.contact-form .privacy-policy .privacy-text p {
  font-weight: 600;
  font-size: 14px;
}

.contact-form .privacy-policy {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.contact-form .privacy-policy button:hover {
  background-color: var(--blue);
}

.contact-form .privacy-policy button {
  margin-left: 20px;
  background-color: var(--red);
  text-decoration: none;
  color: var(--white);
  font-size: 20px;
  padding: 11px 60px;
  border: none;
  margin-right: 40px;
}

.contact-form .budget .bugdet-label {
  padding: 4% 0 2% 0;
}

section.privacy-content {
  border-top: 1px solid rgba(7, 32, 95, 0.1);
  padding: 3% 0;
}

.privacy-content h3 {
  font-weight: 600;
  font-size: 25px;
}

.privacy-content p {
  font-size: 14px;
  line-height: 1.8rem;
}

select#Budget\ {
  font-weight: 600;
  font-size: 16px;
  color: var(--blue);
  padding: 10px 140px 10px 10px;
  font-family: "Poppins";
}

.contact-form input:focus,body.tech-talent .contact-form select:focus {
  border: 1px solid var(--red);
  outline: var(--red);
}

.contact-form textarea:focus {
  border-color: var(--red) !important;
  outline: var(--red);
}

/* JOBS  */

body .ui-datepicker .ui-datepicker-prev span {
  position: relative;
}
body .ui-datepicker .ui-datepicker-prev span::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 5px;
  top: 0;
  background-image: url("../images/arrow-next.png");
}

.requirement-apply .applynow .testtt img {
  margin-bottom: 0;
}

section.job-specs-section {
  margin-bottom: 3%;
}

.recruitment-process .five-steps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.recruitment-process .five-steps .recruitment-step .process-heading h4 {
  padding: 12% 0;
  font-weight: 600;
  font-size: 16px;
  color: var(--blue);
  max-width: 130px;
  line-height: 1.3rem;
}

.recruitment-process .five-steps .recruitment-step .process-num h5 {
  font-weight: 700;
  font-size: 16px;
  color: var(--red);
}

.recruitment-process .five-steps .recruitment-step {
  position: relative;
}

.recruitment-process .recruitment-step::after {
  content: "";
  background-image: url("../images/recruitment-line.png");
  width: 197px;
  position: absolute;
  height: 2px;
  left: 140px;
  bottom: 11px;
}

.recruitment-process .recruitment-step:first-child:before {
  content: "";
  background-image: url("../images/recruitment-last-line.png");
  width: 65px;
  position: absolute;
  height: 2px;
  bottom: 0;
  bottom: 11px;
  left: -90px;
}

.recruitment-process .recruitment-step:last-child:after {
  content: "";
  background-image: url("../images/recruitment-last-line.png");
  width: 65px;
  position: absolute;
  height: 2px;
  bottom: 7px;
  bottom: 7px;
  left: 90px;
}

.recruitment-process .five-steps .recruitment-step:nth-child(5) h4 {
  padding-inline: 10%;
}

section.jobs-opening {
  padding: 5% 0;
}

.jobs-opening .all-jobs-opening .job-opened:hover {
  background-color: #fafbfc;
  /* margin-top: 1%;  */
}

.jobs-opening .all-jobs-opening {
  display: flex;
  justify-content: center;
  text-align: left;
  flex-wrap: wrap;
}

.jobs-opening .all-jobs-opening .job-opened {
  box-shadow: 0px 2px 25px rgb(16 48 61 / 3%);
  background-color: #ffffff;
  padding: 50px;
  margin-right: 3%;
  cursor: pointer;
  position: relative;
  margin-bottom: 3%;
  width: 31.13%;
}

.jobs-opening .all-jobs-opening .job-opened:last-child {
  margin-right: 0;
}

.jobs-opening .all-jobs-opening .job-opened .share-icon {
  display: flex;
  justify-content: space-between;
}

.jobs-opening .all-jobs-opening .job-opened .mq-share-icon-job {
  background-image: url(https://www.genetechsolutions.com/static/frontend/css/../images/mq-share-dark.png);
  width: 20px;
  height: 20px;
  background-size: auto;
  background-position: center;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  color: var(--blue);
}
/* narjis yawar */
.jobs-opening .all-jobs-opening .job-opened .mq-share-icon-job {
  margin-right: 0;
  position: absolute;
  right: 50px;
}
.jobs-opening .all-jobs-opening .job-opened div#mqIcon {
  margin-top: 25px !important;
}
/* narjis yawar */

.jobs-opening .all-jobs-opening .job-opened:nth-child(3n + 3) {
  margin-right: 0;
}

.jobs-opening .all-jobs-opening .job-opened h3 {
  font-weight: 600;
  font-size: 25px;
  padding: 12% 0 2% 0;
}

.jobs-opening .all-jobs-opening .job-opened p {
  padding-bottom: 2%;
  font-weight: 400;
  font-size: 13px;
}

.requirements-list h4 {
  color: var(--blue);
}

.jobs-opening .all-jobs-opening .job-opened h4 {
  padding-left: 5%;
  font-weight: 400;
  font-size: 13px;
  position: relative;
  color: var(--blue);
}

.jobs-opening .all-jobs-opening .job-opened h4::before {
  content: "";
  background-image: url("../images/location-icon.png");
  width: 10px;
  height: 15px;
  position: absolute;
  left: 0;
}

.job-specs-section .job-requirements .reqirement-appllication {
  display: flex;
  align-items: baseline;
  font-family: "poppins";
}

.job-specs-section
  .job-requirements
  .reqirement-appllication
  .requirement-skills
  .skills
  ul {
  display: flex;
  flex-wrap: wrap;
}

.job-specs-section
  .job-requirements
  .reqirement-appllication
  .requirement-skills
  .skills
  ul
  li {
  margin-bottom: 5%;
  font-size: 18px;
  width: 48%;
  position: relative;
  list-style-type: none;
  margin-right: 2%;
  padding-left: 20px;
}

.job-specs-section
  .job-requirements
  .reqirement-appllication
  .requirement-skills
  .skills
  ul
  li:before {
  content: "\2022";
  color: var(--red);
  font-weight: bold;
  position: absolute;
  left: 0;
}

.requirement-apply .applynow {
  display: flex;
  position: relative;
  align-items: center;
}

.requirement-apply .applynow .testtt {
  border-radius: 4px;
  padding: 5px 10px;
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  cursor: pointer!important;
}

.requirement-apply .applynow .testtt #mqIcon {
  background-color: #ffffff;
  position: absolute;
  bottom: -145%;
  left: -68px;
}

.job-specs-section
  .job-requirements
  .reqirement-appllication
  .requirement-skills {
  margin-right: 5%;
  width: 70%;
}

.job-specs-section .job-requirements.grey {
  padding: 100px;
}

.job-specs-section .job-requirements.grey p {
  font-size: 18px;
  line-height: 2.3rem;
}

.job-specs-section
  .job-requirements
  .reqirement-appllication
  .requirement-skills
  .skills
  h3 {
  padding: 7% 0 3% 0;
  font-weight: 600;
  font-size: 25px;
}

.left-box-content h2 {
  font-weight: 600;
  font-size: 25px;
}

.requirement-apply .applynow a.mm-home-btn {
  font-weight: 600;
  font-size: 16px;
  padding: 12px 0;
  margin-right: 66px;
  width: 100%;
  text-align: center;
  display: inline-block;
}

.job-specs-section .job-requirements .reqirement-apply h4 {
  font-weight: 600;
  font-size: 16px;
}

.job-specs-section .job-requirements .reqirement-apply .requirements-list p {
  font-size: 14px;
}

.job-specs-section .job-requirements.grey h2 {
  padding-bottom: 2%;
}

.mm-requirement {
  margin: 10% 0;
}

.requirements-list {
  margin-bottom: 5%;
}

div#colorbox {
  max-height: 920px;
}

.job-specs-section
  .job-requirements
  .reqirement-appllication
  .requirement-apply {
  padding-left: 3%;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  width: 30%;
}

/* CUSTOMER REVIEWS POPUP  */

.iframe-popup-testi {
  position: fixed;
  height: 100vh;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.iframe-popup-testi iframe {
  max-width: 640px;
  max-height: 360px;
}

/* JOBS POPUP  */

.skills_popup_inner::-webkit-scrollbar {
  background: rgba(7, 32, 95, 0.05);
  width: 8px !important;
}

.skills_popup_inner::-webkit-scrollbar-thumb {
  background: rgba(7, 32, 95, 0.2);
  border-radius: 10px;
  width: 4px !important;
}

.your_skills_head.submit_btn {
  display: flex;
  justify-content: space-between;
  padding: 45px 0 0 0;
  align-items: center;
}

.your_skills_head.submit_btn a.jobs_popup {
  background: #c53b27;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  padding: 7px 45px;
}

div#colorbox {
  max-width: 967px !important;
  height: 1030px !important;
  width: 100% !important;
  left: 506px !important;
}

textarea.uploadresumetext.skill_managed {
  padding-right: 25% !important;
}

div#colorbox input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.skills_popup_inner {
  height: 534px !important;
}

.skills_popup_inner::-webkit-scrollbar {
  background: rgba(7, 32, 95, 0.05);
  width: 8px !important;
}

.skills_popup_inner::-webkit-scrollbar-thumb {
  background: rgba(7, 32, 95, 0.2);
  border-radius: 10px;
  width: 4px !important;
  height: 126px;
}

.your_skills_head.submit_btn {
  display: flex;
  justify-content: space-between;
  padding: 45px 0 0 0;
  align-items: center;
}

.your_skills_head.submit_btn a.jobs_popup {
  background: #c53b27;
  color: #ffffff !important;
  font-weight: 600;
  font-size: 16px;
  padding: 7px 45px;
}

.your_skills_head.submit_btn a.jobs_cancel {
  color: #c53b27;
  text-decoration-line: underline;
  font-weight: 600;
  font-size: 16px;
}

.jop_upForm.skills_popup .skills_tab input[type="radio"] {
  accent-color: #c53b27 !important;
  width: 18px;
  height: 18px;
}

body .jop_upForm {
  font-family: "Poppins";
}

.your_skills_head a img {
  display: none;
}

.your_skills_head {
  background-color: transparent !important;
  text-align: center;
}

.your_skills_head span {
  font-size: 24px !important;
  line-height: 36px;
  font-weight: 600;
  color: #134563 !important;
}

.your_skills_head h3 span {
  color: #c53b27 !important;
  font-weight: 600;
  font-size: 30px !important;
}

.your_skills_head h3 {
  text-align: center;
  color: var(--blue);
  font-weight: 600;
  font-size: 30px;
  padding-bottom: 30px;
}

select.positionList {
  -webkit-appearance: none;
  appearance: none;
}

.resume {
  margin-bottom: 0 !important;
}

p.select-skills {
  color: rgba(7, 32, 95, 0.4) !important;
  font-weight: 400;
  font-size: 11px !important;
  text-align: right;
}

body .jop_upForm {
  padding: 3% 4% 10% 4% !important;
}

div#cboxLoadedContent,
div#cboxContent,
div#cboxWrapper {
  width: 100% !important;
  overflow-y: auto !important;
  height: 100% !important;
}

.employ-benefits-close-btn {
  background-image: url("../images/close-btn.png");
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  position: absolute;
  right: 25px;
  top: 25px;
}

.job-popup .mm-popup {
  position: relative;
  padding: 50px;
  max-width: 1314px;
  width: 100%;
  margin: auto;
  background-color: #fff;
  box-shadow: 0px 9px 85px rgb(16 48 61 / 5%);
}

.job-popup .mm-popup h3 {
  padding-bottom: 40px;
  font-weight: 600;
  font-size: 30px;
  text-align: center;
}

.job-popup .mm-popup ul li {
  margin-bottom: 25px;
  list-style-type: none;
  width: 33%;
  position: relative;
  padding-left: 40px;
}

.job-popup .mm-popup ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.job-popup .mm-popup ul li:first-child:before {
  content: "";
  background-image: url(../images/benefit-icon2.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}

.job-popup .mm-popup ul li:nth-child(2):before {
  content: "";
  background-image: url(../images/benefit-icon3.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}

.job-popup .mm-popup ul li:nth-child(3):before {
  content: "";
  background-image: url(../images/benefit-icon4.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}

.job-popup .mm-popup ul li:nth-child(4):before {
  content: "";
  background-image: url(../images/benefit-icon5.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}

.job-popup .mm-popup ul li:nth-child(5):before {
  content: "";
  background-image: url(../images/benefit-icon7.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}

.job-popup .mm-popup ul li:nth-child(6):before {
  content: "";
  background-image: url(../images/benefit-icon6.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}

.job-popup .mm-popup ul li:nth-child(7):before {
  content: "";
  background-image: url(../images/benefit-icon8.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}

.job-popup .mm-popup ul li:nth-child(8):before {
  content: "";
  background-image: url(../images/benefit-icon9.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}

.job-popup .mm-popup ul li:nth-child(9):before {
  content: "";
  background-image: url(../images/benefit-icon11.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}

.job-popup .mm-popup ul li:nth-child(10):before {
  content: "";
  background-image: url(../images/benefit-icon12.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}

.job-popup .mm-popup ul li:nth-child(11):before {
  content: "";
  background-image: url(../images/benefit-icon13.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}

.job-popup .mm-popup ul li:nth-child(12):before {
  content: "";
  background-image: url(../images/benefit-icon14.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}

.job-popup .mm-popup ul li:nth-child(13):before {
  content: "";
  background-image: url(../images/benefit-icon15.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}

.job-popup .mm-popup ul li:nth-child(14):before {
  content: "";
  background-image: url(../images/benefit-icon16.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}

.job-popup .mm-popup ul li:nth-child(15):before {
  content: "";
  background-image: url(../images/benefit-icon17.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}

.job-popup .mm-popup ul li:nth-child(16):before {
  content: "";
  background-image: url(../images/benefit-icon_18.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}

.job-popup .mm-popup ul li:nth-child(17):before {
  content: "";
  background-image: url(../images/benefit-icon19.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}

.job-popup .mm-popup ul li:nth-child(18):before {
  content: "";
  background-image: url(../images/benefit-icon19.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}

.twoColRow,
.oneColRow {
  width: 100%;
  display: flex;
  margin-bottom: 25px;
}

.skills-set {
  margin-bottom: 25px;
}

.twoColRow ::file-selector-button {
  display: none;
}

.fourColRow p {
  width: calc(100% / 2);
  margin-right: 20px;
}

.fourColRow p:nth-child(2) {
  margin-right: 0px;
}

.skills {
  position: relative;
}

.skills .manage_skills_btn:hover {
  background-color: var(--red);
}

.skills .manage_skills_btn {
  right: 4%;
  bottom: 19% !important;
  position: absolute;
}

textarea.uploadresumetext.skill_managed {
  padding-right: 22% !important;
}

.apply-job-popup form input,
.apply-job-popup form select,
.apply-job-popup form textarea {
  padding: 12px 8px !important;
  border: 1px solid rgb(25 18 18 / 10%) !important;
  background-color: #fff;
  border-radius: 0;
  min-height: 40px;
}

div#cboxContent {
  border-radius: 10px;
  background-color: #fff;
  max-height: 100%;
}

div#cboxContent {
  border-radius: 0px;
  background-color: #fff;
}

.jop_upForm.skills_popup .skills_tab {
  padding: 20px 15px !important;
}

.skills_tab.header {
  background-color: #07205f;
}

.skills_tab.header div p {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
}

.skills_tab.bg_color {
  background-color: rgba(7, 32, 95, 0.02);
}

.skills_tab.bg_color div {
  color: #07205f;
  font-weight: 400;
  font-size: 16px;
}

.twoColRow p {
  margin-right: 25px;
}

.twoColRow p:nth-child(2) {
  margin-right: 0;
}

select.positionList {
  margin-right: 25px;
}

.job-pop-form h3 {
  text-align: center;
  color: var(--blue);
  font-weight: 600;
  font-size: 30px;
  padding-bottom: 30px;
}

body .job-pop-form p,
.skills-label span {
  color: var(--blue);
  font-weight: 600;
  font-size: 15px;
  font-family: "Poppins";
}

.job-pop-form p.personal-para20px {
  text-align: center;
  font-weight: 600 !important;
  font-size: 12px !important;
  font-family: "Poppins" !important;
  color: var(--blue) !important;
  padding-top: 30px;
}

.jop_upForm .uploadresumeupload {
  padding: 12px 50px !important;
  margin: auto;
  display: flex;
  color: #ffffff;
  background-color: var(--red);
  font-weight: 600;
  font-size: 16px;
  font-family: "Poppins";
  margin-top: 30px;
}

/* CLIENT REVIEWS  */

.jop_upForm.skills_popup .skills_tab {
  padding: 20px 15px;
}

div#colorbox {
  max-height: 100%;
  max-width: 967px;
  width: 100% !important;
  margin: 0 auto;
  left: 0 !important;
  right: 0;
  height: 100% !important;
  position: fixed !important;
  top: 0 !important;
  overflow-y: auto !important;
}

div#cboxContent {
  background-color: #fff;
  border-radius: 0;
}

section.valued-client-popup {
  position: fixed;
  height: 100vh;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
}

.mm-client-popup-wrapper {
  position: relative;
  padding: 15px 0 !important;
  display: flex;
  align-items: center;
  height: 100%;
  overflow-x: auto;
}

section.ourValuedclients {
  padding-bottom: 200px;
}

.ourValuedclients .clientss .mm-client {
  display: flex;
  align-items: center;
  box-shadow: 0px 2px 25px rgb(16 48 61 / 5%);
  padding: 40px;
  margin: 0 0px 50px 0;
  width: 31%;
  background-color: #ffffff;
}

.ourValuedclients .clientss .mm-client:nth-child(3n + 3) {
  margin-right: 0;
}

.ourValuedclients .clientss .mm-client .client-logo {
  margin-right: 7%;
  background: #ffffff;
  border: 1px solid rgba(7, 32, 95, 0.1);
  max-width: 172px;
  min-height: 112px;
  padding: 15px;
  display: flex;
  align-items: center;
}

.ourValuedclients
  .clientss
  .mm-client
  .client-description
  .pop-review-btn
  .client-popup-btn {
  background-image: url(../images/popup-icon.png);
  width: 35px;
  background-position: center;
  height: 32px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.ourValuedclients
  .clientss
  .mm-client
  .client-description
  .pop-review-btn
  .client-review-btn {
  background-image: url(../images/review-icon.png);
  width: 35px;
  background-position: center;
  height: 32px;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-left: 16px;
}

.ourValuedclients .clientss .mm-client .client-description .pop-review-btn {
  display: flex;
}

.ourValuedclients .clientss {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.client-title h3 {
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2em;
}

.load-more {
  text-align: center;
}

/* CLIENT POPUP  */

.client-review-popup:before {
  content: "";
  background-image: url(../images/testimonials-icon.png);
  position: absolute;
  width: 66px;
  height: 71px;
  background-repeat: no-repeat;
}

.client-review-popup {
  position: relative;
  padding: 70px 130px 70px 100px;
  width: 90%;
  max-width: 1340px;
  margin: auto;
  background-color: #ffffff;
}

.client-review-popup p {
  padding: 6% 0 2% 0;
}

.author-info {
  display: flex;
  align-items: center;
}

.author-info .author-avatar {
  margin-right: 18px;
}

.client-review-popup p {
  padding: 76px 0 4% 0;
  font-size: 18px;
  line-height: 2em;
}

.author-info .author-desc h3 {
  font-weight: 600;
  font-size: 25px;
}

.author-info .author-desc h4 {
  font-weight: 600;
  font-size: 15px;
  color: var(--red);
}

/* PRESS PAGE  */

section.portfolio-banner.header-banner.press .work-content.mm-content p {
  padding: 2% 4%;
}

.press-wrapper .press-posts {
  display: flex;
  flex-wrap: wrap;
}

.press-wrapper .press-posts .in-press-post {
  width: calc(100% / 2 - 45px);
  margin: 0 86px 86px 0;
  box-shadow: 0px 9px 85px rgb(16 48 61 / 5%);
}

.press-wrapper .press-posts .in-press-post:nth-child(2n + 2) {
  margin: 0 0 86px 0;
}

.press-wrapper .press-posts .in-press-post .press-content h4 {
  font-size: 18px;
  font-weight: 500;
  color: var(--red);
}

.press-wrapper .press-posts .in-press-post .press-content h2 {
  font-weight: 600;
  font-size: 30px !important;
  padding: 2% 0;
  line-height: 2.5rem;
}

.press-wrapper .press-posts .in-press-post .press-content p {
  font-size: 18px;
  line-height: 2rem;
}

.press-wrapper .press-posts .in-press-post .press-image img {
  width: 100%;
}

.press-wrapper .press-posts .in-press-post .press-content {
  padding: 55px;
}

section.press-wrapper {
  padding-bottom: 100px;
}

/* BECOME A REFERREL PARTNER  */

.become-a-partner .initiate-partner {
  text-align: center;
}

.become-a-partner .initiate-partner a.mm-home-btn {
  font-weight: 400;
}

.become-a-partner .initiate-partner p {
  padding: 3% 9%;
  font-weight: 400;
  font-size: 18px;
  line-height: 2.5rem;
}

section.become-a-partner {
  background-color: #fafbfc;
  padding: 5% 0;
}

section.become-a-partner .mm-content p {
  text-align: center;
  font-size: 20px;
  padding: 1% 0 5% 0;
}

section.become-a-partner .mm-content h1 {
  text-align: center;
  font-weight: 600;
  font-size: 50px;
  line-height: 76px;
}

section.become-a-partner .mm-content p {
  text-align: center;
  font-size: 20px;
}

.become-a-partner .partner-payments {
  display: flex;
  justify-content: center;
}

.become-a-partner .partner-payments .partner-box .partner-sales {
  min-height: 263px;
  box-shadow: 0px 9px 85px rgb(16 48 61 / 5%);
  background-color: #ffffff;
  padding: 16% 0 13% 0;
}

.become-a-partner .partner-payments .partner-box .partner-commision {
  background-color: #07205f;
  padding: 2% 0;
}

.become-a-partner .partner-payments .partner-box .partner-commision p {
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
}

.become-a-partner .partner-payments .partner-box .partner-commision p span {
  font-weight: 600;
  font-size: 25px;
}

.become-a-partner .partner-payments .partner-box .partner-sales h3 {
  font-weight: 400;
  font-size: 18px;
}

.become-a-partner .partner-payments .partner-box .partner-sales h2 {
  font-weight: 600;
  font-size: 45px;
  color: var(--red);
}

.become-a-partner .partner-payments .partner-box .partner-sales p {
  font-weight: 600;
  font-size: 18px;
  color: var(--red);
}

.become-a-partner .partner-payments .partner-box {
  max-width: 492px;
  width: 100%;
  text-align: center;
  margin-right: 3%;
  position: relative;
}

.become-a-partner .partner-payments .partner-box:last-child {
  margin-right: 0;
}

.become-a-partner .partner-payments .partner-box:nth-child(1)::before {
  content: "";
  background-image: url("../images/tier-1.png");
  position: absolute;
  top: 7%;
  left: -14px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

.become-a-partner .partner-payments .partner-box:nth-child(2)::before {
  content: "";
  background-image: url("../images/tier-2.png");
  position: absolute;
  top: 7%;
  left: -14px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

.become-a-partner .partner-payments .partner-box:nth-child(3)::before {
  content: "";
  background-image: url("../images/tier-3.png");
  position: absolute;
  top: 7%;
  left: -14px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

.industries-expertise .expertise-In {
  padding-bottom: 2%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.industries-expertise .expertise-In .m1-rs-industries-content {
  width: calc(100% / 4 - 40px);
  text-align: center;
  background-color: #ffffff;
  padding: 50px;
  margin: 0 44px 40px 0;
  box-shadow: 0px 9px 85px rgba(16, 48, 61, 0.03);
}

.industries-expertise
  .expertise-In
  .m1-rs-industries-content:nth-child(4n + 4) {
  margin: 0 0 40px 0;
}

section.industries-expertise {
  text-align: center;
  padding: 5% 0;
}

.industry-content p span {
  font-weight: 600;
}

.industry-content p {
  font-size: 18px;
  padding: 1% 0 4% 0;
  line-height: 2.5rem;
}

.industries-expertise .expertise-In .m1-rs-industries-content h4 {
  padding-top: 3%;
}

.industries-expertise a.mm-home-btn {
  font-weight: 400;
}

.consortium-partner {
  text-align: center;
  background: rgba(7, 32, 95, 0.02);
  padding: 5% 0;
}

.consortium-partner .consortium-content p {
  padding: 1% 4%;
  font-size: 18px;
  line-height: 2.5rem;
}

.consortium-content a.mm-home-btn {
  font-weight: 400;
  margin-top: 2%;
}

.industry-content h2,
.consortium-content h2 {
  font-weight: 600 !important;
  font-size: 45px !important;
  line-height: 60px !important;
}

/* PRIVACY POLICY  */

.work-content.mm-content.privacy-content a {
  text-decoration: underline;
}

/* section.privacy-description { margin-top: -150px; } */

.privacy-content p {
  font-weight: 400;
  font-size: 14px;
}

.privacy-description ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}

.privacy-description ul li {
  width: calc(100% / 2);
  position: relative;
  padding-left: 2%;
  font-size: 18px;
  padding-bottom: 2%;
}

.privacy-description ul li:before {
  content: "";
  background-image: url("../images/list-icon.png");
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
}

.privacy-description p {
  font-size: 18px;
  line-height: 2.3rem;
  padding-bottom: 45px;
}

.privacy-description h2 {
  padding-bottom: 3%;
}

.privacy-description h3 {
  padding-bottom: 2%;
}

.privacy-description h3 span.red {
  padding-right: 1%;
}

section.privacy-description a {
  word-break: break-all;
}

/* TESTIMONIALS  */
.services section.client-reviews-section {
  padding: 80px 0 0px 0 !important;
  overflow: hidden;
}
section.client-reviews-section {
  padding: 80px 0 110px 0;
}

.mm-test-image img {
  width: 100%;
}

.testimonials-banner a.mm-home-btn {
  position: relative;
  position: relative;
  font-size: 16px;
  padding: 15px 60px 15px 30px;
}

.testimonials-banner a.mm-home-btn::before {
  content: "";
  background-image: url("../images/share-love-btn-icon.png");
  position: absolute;
  right: 12%;
  height: 19px;
  width: 19px;
  top: 30%;
}

section.testimonials-slider-section .client-testimonials {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

section.testimonials-slider-section .client-testimonials .mm-testimonials {
  margin-right: 50px;
  width: calc(100% / 2 - 26px);
  max-width: 773px;
  height: 100%;
  margin-bottom: 50px;
}

section.testimonials-slider-section
  .client-testimonials
  .mm-testimonials:nth-child(2n + 2) {
  margin-right: 0;
}

section.testimonials-slider-section
  .client-testimonials
  .mm-testimonials
  .mm-test-image
  img {
  max-height: 390px;
  max-width: 773px;
  object-fit: cover;
}

section.testimonials-slider-section
  .client-testimonials
  .mm-testimonials:last-child {
  margin-right: 0;
}

section.testimonials-slider-section
  .client-testimonials
  .mm-testimonials
  .mm-test-content {
  box-shadow: 0px 9px 15px rgb(16 48 61 / 3%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4% 4%;
}

.mm-test-image {
  position: relative;
}

.testimonials-slider-section button.slick-prev.slick-arrow {
  color: rgb(255, 2, 2);
  top: auto !important;
  bottom: 0;
  margin: 0 auto;
  left: 45%;
  transform: translate(-50%, -50%);
}

.testimonials-slider-section .slick-prev:before {
  font-size: 39px;
}

.testimonials-slider-section button.slick-next.slick-arrow {
  top: auto !important;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.testimonials-slider-section button.slick-next.slick-arrow:before {
  content: "→";
  font-size: 39px;
  padding: 0px 12px 0px 0px;
  border-width: 0px 3px 0px 0px;
  border-style: solid;
  border-color: rgb(7, 32, 95);
  border-image: initial;
  border-left: 0px;
  border-bottom: 0px;
  border-top: 0px;
  border-radius: 50px;
}

/* section.testimonials-slider-section { padding: 5% 0 0 0;margin-top: -180px; } */

section.testimonials-slider-section .slick-slide {
  margin-right: 1%;
}

section.testimonials-slider-section .slick-slide:last-child {
  margin-right: 0;
}

section.testimonials-slider-section .slick-track {
  display: flex;
  justify-content: center;
}

.client-reviews-section .mm-client-review {
  column-count: 2;
  column-gap: 35px;
  display: block;
}

.testimonials .client-reviews-section .mm-client-review{
  column-count: 2;
}

.testimonials .client-reviews-section .client-review-article{
  margin: 0px 0px 5%;
  box-shadow: 0px 9px 85px -20px rgb(16 48 61 / 5%);
  padding: 45px 40px;position:static;
}

.testimonials .author-content img{
  border-radius: 50%;
}

.client-reviews-section .client-review-article {
  overflow-y: auto;
  box-shadow: 0px 9px 85px rgb(16 48 61 / 5%);
  padding: 72px 40px;
  margin: 0 3% 5% 0;
  position: relative;
  max-width: 773px;
  width: 100%;
  -webkit-column-break-inside: avoid;
}

.author-wraper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 8%;
}

.testimonials-slider-section .slick-list {
  overflow-y: visible !important;
  overflow-x: clip;
}

.author-content {
  display: flex;
  align-items: center;
  width: calc(100% - 200px);
}

.mm-test-image img {
  width: 100%;
}

.client-reviews-section .client-review-article .article-top {
  display: flex;
  justify-content: end;
  align-items: center;
  padding-bottom: 8%;
  width: 100%;
}

.client-reviews-section .client-review-article p {
  padding: 2% 0;
}

.author-content .author-head-desc {
  padding-left: 3%;
  width: calc(100% - 62px - 3%);
}

/* .author-wraper .visit-website {
  position: relative;
  width: 20%;
} */

.author-wraper .visit-website.visit-with-no-link::after{
  display: none;
}

.author-wraper .visit-website a {
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  color: #07205f;
}

.visit-website a::after {
  content: "";
  background-image: url("../images/visit-arrow.png");
  position: absolute;
  width: 29px;
  height: 16px;
  right: 0;
  top: 3px;
}

.client-reviews-section .client-review-article .article-top .testimonials-icon {
  background-image: url("../images/testimonials-icon.png");
  width: 48px;
  height: 48px;
  background-size: contain;
  background-repeat: no-repeat;
  /* position: absolute; */
  left: 5%;
  width: 100%;
}

.author-content .author-head-desc h4 {
  font-weight: 600;
  font-size: 20px;
  color: var(--blue);
}

.author-content .author-head-desc h5 {
  font-weight: 600;
  font-size: 14px;
  color: var(--red);
}

.youtube-icon a.youtubeIcon {
  background-image: url(../images/youtube.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 70px;
  height: 49px;
  display: inline-block;
}

/* CUSTOMER FEEDBACK  */

.email.feild.partial input, .talent-type.feild.partial select {
  height: 50px;
  font-family: 'Poppins';
  color: #07205F;
  font-weight: 600;
}

.contact-form .row .file-input {
  display: flex;
  flex-direction: column-reverse;
  margin-right: 5%;
  padding: 0 0 1% 0;
}

.contact-form .row .file-input input#inp-file {
  height: 50px;
  font-weight: 500;
  font-size: 14px;
  color: var(--blue);
}

.row .rating {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

.rating label {
  padding-bottom: 20px !important;
}

section.contact-form.customer-feedback {
  padding: 0 0 5% 0;
}

/* PORTFOLIO DETAIL  */

section.header-banner.service-banner.portfolio-detail .mm-content {
  max-width: 63%;
}

section.header-banner.service-banner.portfolio-detail .social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 8%;
}

.service-social-icon {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background-color: #c53b27;
  padding-top: 11px;
  margin-right: 1%;
}

section.portfolio-detail-image {
  text-align: center;
  padding: 5% 0 2% 0;
  margin-top: -125px;
}

section.portfolio-detail-image img {
  width: 100%;
  max-width: 100%;
}

section.header-banner.service-banner.portfolio-detail {
  padding-bottom: 0px;
}

.bottom-icons {
  padding-bottom: 5%;
}

.portfolio-detail-image .detailed-image {
  background-color: #ffffff;
  padding: 40px;
  box-shadow: 0px 9px 85px rgb(16 48 61 / 3%);
}

.bottom-icons .share-icons {
  display: flex;
  justify-content: space-between;
}

.bottom-icons .share-icons .social-icons {
  display: flex;
}

section.header-banner.service-banner.portfolio-detail p {
  padding-bottom: 2%;
}

.bottom-icons .service-social-icon {
  padding-left: 11px;
}

/* CASE STUDY DETAIL  */

section.connect-section {
  padding-top: 0px;
  background: rgba(7, 32, 95, 0.02);
  border-bottom: 1px solid rgba(7, 32, 95, 0.1);
}

section.cs-clientReviews img {
  padding-bottom: 50px;
}

.client-info img {
  padding-bottom: 0 !important;
}

section.cs-clientReviews p {
  padding-bottom: 25px;
}

section.cs-clientReviews p:last-child {
  padding-bottom: 0;
}

section.mm-solution-sec.pie-sol .left-image {
  padding-top: 5%;
}

section.mm-solution-sec.pie-sol {
  align-items: center;
  padding: 1% 0;
}

section.mm-solution-sec.pie-sol .right-content {
  padding: 4% 8% 3% 1%;
}

section.header-banner.case-studies {
  background-image: none;
  position: relative;
  padding: 200px 0 50px 0;
  overflow: hidden;
}

section.header-banner.case-studies .mm-container {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

section.header-banner.case-studies .mm-container .mi-hero-section-img {
  position: static;
  width: 50%;
}

section.header-banner.case-studies .mm-content {
  margin: initial;
  text-align: left;
  padding-top: 28%;
}
body.case-studiesblog-detail section.header-banner.case-studies .mm-content {
  margin: initial;
  text-align: left;
  padding-top: 0%;
}

section.header-banner.case-studies .mm-content p {
  padding-right: 25%;
}

section.cs-clientReviews {
  padding: 5% 0;
  text-align: center;
}

section.cs-clientReviews p {
  font-size: 18px;
  line-height: 2.4rem;
}

.cs-clientReviews .client-info .client-detail h3 {
  font-weight: 600;
  font-size: 25px;
}

.cs-clientReviews .client-info .client-detail h4 {
  font-weight: 600;
  font-size: 16px;
  color: var(--red);
}

.cs-clientReviews .client-info {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cs-clientReviews .client-info .client-detail {
  text-align: initial;
  padding-left: 1.5%;
}

.mm-light-blue-desc-sec .right-content p {
  font-size: 18px;
  line-height: 2.4rem;
  padding-bottom: 5%;
}

.mm-light-blue-desc-sec.aiConsult .right-content ul{
  list-style: none;
}

.mm-light-blue-desc-sec.aiConsult .right-content ul li{
  font-size: 18px;
  padding-bottom: 6%;
  line-height: 37px;
  position: relative;
  padding-left: 4%;
}

.mm-light-blue-desc-sec.aiConsult .right-content ul li::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("../images/list-icon.png");
  position: absolute;
  left: 0;
  top: 5%;
}

.mm-light-blue-desc-sec .right-content {
  padding: 4% 10% 4% 3%;
  width: 50%;
}

section.mm-light-blue-desc-sec {
  display: flex;
  overflow: hidden;
  align-items: center;
}

.mm-light-blue-desc-sec .left-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

section.mm-light-blue-desc-sec .left-image {
  width: 50%;
}

.specsAndDeliverables .mm-specs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.specsAndDeliverables .mm-specs .mm-del-specs {
  width: calc(100% / 3 - 45px);
  text-align: center;
  box-shadow: 0px 9px 85px rgb(16 48 61 / 3%);
  background-color: #ffffff;
  margin: 0 3% 3% 0;
  padding: 50px;
}

.specsAndDeliverables .mm-specs .mm-del-specs:hover {
  box-shadow: 0px 9px 85px rgb(16 48 61 / 5%);
}

.specsAndDeliverables .mm-specs .mm-del-specs:nth-child(3n + 3) {
  margin: 0 0 2% 0;
}

section.specsAndDeliverables h2 {
  text-align: center;
  padding-bottom: 2%;
}

section.specsAndDeliverables {
  padding: 5% 0;
}

.specsAndDeliverables .mm-specs .mm-del-specs h4 {
  font-weight: 600;
  font-size: 25px;
  color: var(--blue);
  padding: 2% 0;
}

.specsAndDeliverables .mm-specs .mm-del-specs img {
  padding-top: 5%;
}

.specsAndDeliverables .mm-specs .mm-del-specs p {
  font-size: 16px;
}

.mm-light-blue-desc-sec.opportunityAndChallenges .right-content {
  padding: 9% 3% 4% 6%;
}

ul.mm-list-item {
  list-style: none;
}

.right-content h2 {
  padding-bottom: 35px;
}

ul.mm-list-item li {
  font-size: 18px;
  padding-bottom: 6%;
  line-height: 2.4rem;
  position: relative;
  padding-left: 4%;
}

ul.mm-list-item li::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("../images/list-icon.png");
  position: absolute;
  left: 0;
  top: 5%;
}

section.mm-solution-sec {
  display: flex;
  padding: 5% 0 0 0;
}

section.stats-image-section img {
  width: 100%;
  max-width: 100%;
}

.mm-solution-sec .right-content {
  padding: 4% 10% 4% 3%;
  width: 50%;
}

section.mm-the-process-sec {
  padding: 5% 0;
  background: rgba(7, 32, 95, 0.02);
  text-align: center;
}

section.mm-the-process-sec .process-steps {
  display: flex;
  justify-content: center;
}

section.mm-the-process-sec .process-steps .mm-steps .image-roll {
  max-width: 172px;
  height: 172px;
  width: 100%;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  border: 1.5px dashed rgba(7, 32, 95, 0.6);
}

section.mm-the-process-sec .process-steps .mm-steps h4 {
  font-weight: 600;
  font-size: 20px;
  padding: 4% 0;
  color: var(--red);
}

section.mm-the-process-sec .process-steps .mm-steps p {
  max-width: 470px;
  font-size: 16px;
  line-height: 2rem;
}

section.mm-the-process-sec .process-steps .mm-steps {
  margin-right: 4%;
  position: relative;
}

.connect-image img {
  margin-bottom: -4px !important;
}

section.mm-the-process-sec .process-steps .mm-steps:last-child {
  margin-right: 0;
}

.mm-the-process-sec h2 {
  padding-bottom: 50px;
}

.mm-the-process-sec.aiConsultationSec h2{
  padding-bottom: 10px;
}

.mm-the-process-sec.aiConsultationSec p{
  max-width: 1660px;
  width: 88%;
  margin: 0px auto 50px;
  font-weight: 600;
  font-size: 20px; 
}

section.mm-the-process-sec .process-steps .mm-steps:after {
  content: "";
  background-image: url("../images/process-line-break.png");
  position: absolute;
  width: 300px;
  top: 22%;
  right: -38%;
  height: 2px;
}

section.mm-the-process-sec .process-steps .mm-steps:last-child::after {
  display: none;
}

.mm-the-outcome-sec {
  padding: 4% 0 0 0;
}

.mm-the-outcome-sec h2 {
  text-align: center;
}

.mm-the-outcome-sec.consulAi p{
  max-width: 1660px;
  width: 70%;
  margin: 10px auto 10px;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  line-height: 1.5em;
}


.mm-the-outcome-sec .mm-outcomes {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 5% 0;
}

.mm-the-outcome-sec.consulAi .mm-outcomes{
  justify-content: center;
}

.mm-the-outcome-sec .mm-outcomes .cmm-outcome {
  width: calc(100% / 2 - 45px);
  box-shadow: 0px 9px 85px rgb(16 48 61 / 0.03);
  margin: 0 5% 5% 0;
  padding: 50px 40px;
}

.mm-the-outcome-sec .mm-outcomes .cmm-outcome:hover {
  box-shadow: 0px 9px 85px rgba(16, 48, 61, 0.05);
}

.mm-the-outcome-sec .mm-outcomes .cmm-outcome:nth-child(2n + 2) {
  margin: 0 0 5% 0;
}

.mm-the-outcome-sec .mm-outcomes .cmm-outcome p {
  font-size: 18px;
  line-height: 2.2rem;
}

.mm-the-outcome-sec .mm-outcomes .cmm-outcome img {
  padding-bottom: 4%;
}

section.stats-image-section {
  padding-bottom: 5%;
  overflow: hidden;
}

section.stats-image-section .mm-container {
  margin: inherit;
}

section.stats-section {
  padding-bottom: 5%;
  text-align: center;
}

section.stats-section .stats-content p {
  font-size: 18px;
  line-height: 2.2rem;
  padding-top: 1%;
}

section.stats-section .stats-content p span.red {
  font-weight: 600;
}

.connect-section .connect-now {
  display: flex;
  align-items: center;
}

.connect-section .connect-now .connect-content p {
  padding: 3% 0;
  font-size: 18px;
  line-height: 2.3rem;
}

.connect-section .connect-now .connect-content a.mm-home-btn {
  font-weight: 400;
  padding: 10px 30px;
}

.connect-section .connect-now .connect-content {
  padding: 0 5% 0 9%;
  width: 50%;
}

.connect-section .connect-now .connect-image {
  width: 50%;
}

.connect-section .connect-now .connect-image img {
  width: 100%;
}

.mm-solution-sec .left-image {
  width: 50%;
}

.mm-solution-sec .left-image img {
  width: 100%;
}

/* CASE STUDY DETAIL  */

.t-sol {
  display: flex;
  justify-content: center;
}

.t-sol ul.mm-list-item li {
  padding-bottom: 4%;
  line-height: 37px;
}

.mm-solution-sec .t-sol .right-content {
  padding: 4% 0 0 0;
}

.mm-solution-sec .t-sol .left-image img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}

.mm-solution-sec .t-sol .left-image {
  width: 50%;
  margin-right: 5%;
  margin-top: 20px;
}

.t-sol .left-image {
  max-width: 616.35px;
  min-height: 629.51px;
}

section.header-banner.case-studies.square-shape {
  padding: 1% 0 32% 0;
  overflow: hidden;
}
body.case-studiesblog-detail section.header-banner.case-studies.square-shape {
  padding: 10% 0 2% 0;
  overflow: hidden;
}

/* section.header-banner.case-studies.square-shape .mm-content {
  transform: translate(0px, 200px);
} */

section.mm-stats-count {
  padding: 50px 0 80px 0;
}

section.mm-stats-count .mm-stats {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

section.mm-stats-count .mm-stats .mm-count {
  box-shadow: 0px 9px 85px rgb(16 48 61 / 5%);
  background-color: #fff;
  margin-right: 30px;
  padding: 50px;
  text-align: center;
  max-width: 375px;
  width: calc(100% / 4 - 30px);
}

section.mm-stats-count .mm-stats .mm-count h3 {
  font-weight: 600;
  font-size: 25px;
  padding: 30px 0 5px 0;
}

section.mm-stats-count .mm-stats .mm-count p {
  font-size: 16px;
}

/* .blog-detail header .row { position: absolute; width: 100%; overflow: hidden; z-index: +9; left: 0; padding: 0 2%; } */

.blog-detail header {
  position: relative;
  width: 100%;
}

.mi-hero-section-img {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100%;
}

.mi-hero-section-img img {
  object-fit: cover;
  height: 100%;
  max-width: 100%;
  width: 100%;
}

section.header-banner.case-studies .mm-content {
  margin: initial;
  text-align: left;
  /* padding-top: 9%;
  transform: translate(0px, 310px);
  padding-right: 6%; */
  width: 60%;
}

/* section.header-banner.case-studies .mm-content h1 { font-size: 70px;padding-right: 2%; } */

section.header-banner.case-studies .mm-content p {
  padding-right: 25%;
}

section.cs-clientReviews {
  padding: 0 0 5% 0;
  text-align: center;
}

section.cs-clientReviews.tob-review {
  margin-top: 50px;
}

section.cs-clientReviews p {
  font-size: 18px;
  line-height: 2.4rem;
}

.cs-clientReviews .client-info .client-detail h3 {
  font-weight: 600;
  font-size: 25px;
}

.cs-clientReviews .client-info .client-detail h4 {
  font-weight: 600;
  font-size: 16px;
  color: var(--red);
  max-width: 250px;
}

.cs-clientReviews .client-info {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
}

.cs-clientReviews .client-info .client-detail {
  text-align: initial;
  padding-left: 1.5%;
}

.mm-light-blue-desc-sec .right-content p {
  font-size: 18px;
  line-height: 37px;
  padding-bottom: 5%;
}

.mm-light-blue-desc-sec .right-content {
  padding: 4% 4% 2% 2%;
  width: 50%;
}

section.mm-light-blue-desc-sec {
  display: flex;
  overflow: hidden;
}

.contentImage .left-image img {
  min-height: 100vh;
  max-width: 890px;
}

.contentImage {
  background-color: rgb(7 32 95 / 6%);
}
/* .contentImage { max-height: 1044px;background-color: rgb(7 32 95 / 6%); } */

.mm-light-blue-desc-sec .left-image img {
  height: 100%;
  width: 100%;
}

section.mm-light-blue-desc-sec .left-image {
  max-width: 980px;
  object-fit: cover;
}

.specsAndDeliverables .mm-specs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.specsAndDeliverables .mm-container {
  max-width: 1600px;
}

.specsAndDeliverables .mm-specs .mm-del-specs {
  width: calc(100% / 3 - 27px);
  text-align: center;
  box-shadow: 0px 9px 85px rgb(16 48 61 / 3%);
  background-color: #ffffff;
  margin: 0 40px 40px 0;
  padding: 35px;
  min-height: 279px;
  max-width: 500px;
  height: 100%;
}

.specsAndDeliverables .mm-specs .mm-del-specs:hover {
  box-shadow: 0px 9px 85px rgb(16 48 61 / 5%);
}

.specsAndDeliverables .mm-specs .mm-del-specs img {
  padding-top: 5%;
}

.specsAndDeliverables .mm-specs .mm-del-specs:nth-child(3n + 3) {
  margin: 0 0 2% 0;
}

section.specsAndDeliverables h2 {
  text-align: center;
  padding-bottom: 2%;
}

section.specsAndDeliverables {
  padding: 50px 0;
}

.specsAndDeliverables .mm-specs .mm-del-specs h4 {
  font-weight: 600;
  font-size: 25px;
  color: var(--blue);
  padding: 2% 0;
}

.specsAndDeliverables .mm-specs .mm-del-specs p {
  font-size: 16px;
}

.mm-light-blue-desc-sec.opportunityAndChallenges .right-content {
  padding: 6% 3% 4% 6%;
}

ul.mm-list-item {
  list-style: none;
}

.right-content h2 {
  padding-bottom: 35px;
}

ul.mm-list-item li {
  font-size: 18px;
  padding-bottom: 6%;
  line-height: 37px;
  position: relative;
  padding-left: 4%;
}

ul.mm-list-item li::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("../images/list-icon.png");
  position: absolute;
  left: 0;
  top: 5%;
}

section.mm-solution-sec {
  display: flex;
  padding: 5% 0;
}

section.stats-image-section img {
  width: 100%;
  max-width: 100%;
}

.mm-solution-sec .right-content {
  padding: 4% 8% 3% 0%;
  width: 50%;
}

section.mm-the-process-sec {
  padding: 5% 0;
  background: rgba(7, 32, 95, 0.02);
  text-align: center;
}

section.mm-the-process-sec .process-steps {
  display: flex;
  justify-content: center;
}

section.mm-the-process-sec .process-steps .mm-steps .image-roll {
  max-width: 172px;
  height: 172px;
  width: 100%;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  border-image: url(../images/Ellipse-border.png);
  border-image-repeat: round;
  border-image-width: 54%;
  border-image-slice: 50%;
}

section.mm-the-process-sec .process-steps .mm-steps h4 {
  font-weight: 600;
  font-size: 20px;
  padding: 4% 0;
  color: var(--red);
}

section.mm-the-process-sec .process-steps .mm-steps p {
  max-width: 470px;
  font-size: 16px;
  line-height: 32px;
}

section.mm-the-process-sec .process-steps .mm-steps {
  margin-right: 4%;
  position: relative;
}

section.mm-the-process-sec .process-steps .mm-steps:last-child {
  margin-right: 0;
}

.mm-the-process-sec h2 {
  padding-bottom: 50px;
}

section.mm-the-process-sec .process-steps .mm-steps:after {
  content: "";
  background-image: url("../images/process-line-break.png");
  position: absolute;
  width: 300px;
  top: 22%;
  right: -38%;
  height: 2px;
}

section.mm-the-process-sec .process-steps .mm-steps:last-child::after {
  display: none;
}

.mm-the-outcome-sec {
  padding: 5% 0 0 0;
}

.mm-the-outcome-sec h2 {
  text-align: center;
}

.mm-the-outcome-sec .mm-outcomes {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 5% 0;
}

.mm-the-outcome-sec .mm-outcomes .cmm-outcome {
  width: calc(100% / 2 - 45px);
  box-shadow: 0px 9px 85px rgb(16 48 61 / 0.03);
  margin: 0 5% 5% 0;
  padding: 50px 40px;
}

.mm-the-outcome-sec .mm-outcomes .cmm-outcome:hover {
  box-shadow: 0px 9px 85px rgba(16, 48, 61, 0.05);
}

.mm-the-outcome-sec .mm-outcomes .cmm-outcome:nth-child(2n + 2) {
  margin: 0 0 5% 0;
}

.mm-the-outcome-sec .mm-outcomes .cmm-outcome p {
  font-size: 18px;
  line-height: 37px;
}

.mm-the-outcome-sec .mm-outcomes .cmm-outcome img {
  padding-bottom: 4%;
}

section.stats-image-section {
  padding: 50px 0 37px 0;
  overflow: hidden;
}

section.stats-image-section .mm-container {
  margin: inherit;
}

section.stats-section {
  padding-bottom: 80px;
  text-align: center;
}

section.stats-section .stats-content p {
  font-size: 18px;
  line-height: 37px;
  padding-top: 1%;
}

section.stats-section .stats-content p span.red {
  font-weight: 600;
}

.connect-section .connect-now {
  display: flex;
  align-items: center;
}

.connect-section .connect-now .connect-content p {
  padding: 3% 0;
  font-size: 18px;
  line-height: 37px;
}

.connect-section .connect-now .connect-content a.mm-home-btn {
  font-weight: 400;
  padding: 10px 50px;
  font-size: 16px;
}

.connect-section .connect-now .connect-content {
  padding: 0 5% 0 9%;
  width: 50%;
}

.connect-section .connect-now .connect-image {
  width: 50%;
}

.connect-section .connect-now .connect-image img {
  width: 100%;
}

.mm-solution-sec .left-image {
  width: 50%;
}

.mm-solution-sec .left-image img {
  width: 100%;
}

/* LIFE @ GENETECHS detail  */

section.mm-project-launch-party {
  overflow: hidden;
  padding: 5% 0;
  padding-top: 0;
}

.mm-party-images {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.mm-party-images a.news_events {
  width: calc(100% / 4 - 25px);
  margin: 0 20px 20px 0;
  position: relative;
  height: 300px;
}

.mm-party-images a.news_events::before{
  content: "";
  background: black;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  transition: .2s ease-in-out;
}

.mm-party-images a.news_events::after{
  content: "";
  background: url(../images/zoom-icon.svg)no-repeat center/contain;
  width: 75px;
  height: 75px;
  position: absolute;
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: invert(1);
  opacity: 0;
  pointer-events: none;

}

.mm-party-images a.news_events:hover::before{
  opacity: 0.6;
}
.mm-party-images a.news_events:hover::after{
  opacity: 0.7;
}

body.news-events  .mm-party-images a.news_events {
  width: calc(25% - 18.75px);
  margin: 0 25px 25px 0;
  height: 320px;
}

body.news-events  .mm-party-images a.news_events:nth-child(4n){
  margin: 0 0px 25px 0;
}

body.news-events .mm-party-images a.news_events:last-child{margin: 0 0px 25px 0;}

.mm-party-images img {
  padding-bottom: 0%;
  max-width: 383px;
  width: 100%;
  min-height: 298px;
  object-fit: cover;
  height: 100%;
}

.mm-party-images a.news_events::nth-child(4n + 4) {
  margin-right: 0;
}

/* .mm-party-images a.news_events:last-child {
  margin-right: 0;
} */

/* THANKYOU  */
section.header-banner.thankyou .mm-content .ty-head.cust-thank-you{
  margin: 0px 0px 60px;
}

section.header-banner.thankyou .mm-content .ty-head {
  line-height: 1.2em;
}

section.header-banner.thankyou .mm-content p.ty-para20px {
  padding: 8.5px!important;
  line-height: 1.3em;
  margin: 5px 0px 60px;
} 

section.header-banner.thankyou .mm-content p.thankyou-label {
  padding: 0px 0px 13px!important;
  line-height: 1.2em;
}

section.header-banner.thankyou .mm-content p {
  padding: 1% 0 !important;
}

section.header-banner.thankyou .mm-content a.mm-home-btn {
  margin-top: 40px !important;
}

section.header-banner.thankyou p a {
  text-decoration: none;
}

section.header-banner.thankyou .mm-content {
  max-width: 90%;
}

section.best-choice-section {
  padding: 5% 0;
  background: rgba(7, 32, 95, 0.02);
  text-align: center;
}

.best-choice-section p {
  padding: 2% 20%;
  line-height: 2rem;
  font-size: 18px;
}

.best-choice-section .t-author {
  display: flex;
  justify-content: center;
  align-items: center;
}

.best-choice-section .t-author .author-image {
  margin-right: 1%;
  max-width: 84px;
  max-height: 84px;
  border-radius: 50%;
}

.best-choice-section .t-author .author-image img {
  width: 100%;
  border-radius: 50%;
}

.best-choice-section .t-author .author-description {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

.genetech-progress .progress-numbers {
  display: flex;
  justify-content: center;
  text-align: center;
}

.genetech-progress .progress-numbers .progress {
  width: calc(100% / 5);
}

section.genetech-progress {
  padding: 5% 0;
}

.genetech-progress .progress-numbers .progress h4 {
  font-weight: 600;
  font-size: 20px;
  padding-top: 5px;
}

/* 404 PAGE  */

.header-404 .page-404 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 12%;
}

.image-404 img {
  width: 100%;
}

.header-404 .page-404 .mm-content {
  width: calc(100% - 50%);
}

.image-404 {
  width: calc(100% - 50%);
}

.header-404 .page-404 .mm-content p {
  font-size: 30px;
}

section.start-project.unknown-404 {
  padding: 5% 0;
}

/* MANAGE HOSTING  */

.share-hosting .hosting-plan {
  display: flex;
  justify-content: center;
}

.share-hosting .hosting-plan a {
  max-width: 773px;
  background-color: #ffffff;
  box-shadow: 0px 9px 85px rgb(16 48 61 / 5%);
  text-decoration: none;
  width: 100%;
  margin-right: 46px;
  padding: 70px 0;
  text-align: center;
}

.share-hosting .hosting-plan a h3 {
  font-weight: 600;
  font-size: 30px;
  line-height: 38px;
  padding-top: 50px;
}

.share-hosting .hosting-plan a:hover h3 {
  color: var(--red);
}

.hosting-services {
  padding: 5% 0;
  text-align: center;
}

.hosting-services .h-services {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 5%;
}

.hosting-services .h-services .mm-services {
  width: calc(100% / 3 - 45px);
  box-shadow: 0px 9px 85px rgb(16 48 61 / 5%);
  background-color: #ffffff;
  margin: 0 45px 45px 0;
  padding: 45px 0;
}

.hosting-services .h-services .mm-services:nth-child(3n + 3) {
  margin: 0 0 45px 0;
}

.hosting-services .h-services .mm-services h4 {
  font-weight: 600;
  font-size: 25px;
  color: var(--blue);
  padding: 10px 0;
}

.hosting-services .h-services .mm-services p {
  font-weight: 400;
  font-size: 16px;
  padding: 0 10%;
  line-height: 1.8rem;
}

section.hosting-services h2 {
  line-height: 76px;
}

section.share-hosting {
  margin-top: -100px;
}

/* OUR CLIENTS  */

.ourValuedclients .clientss .mm-client .client-logo img {
  width: 100%;
  max-width: 172px;
  max-height: 112px;
  margin: 0;
}

/* SUBSCRIBE POPUP  */

.subscribe-popup {
  max-width: 884px;
  margin: auto;
  padding: 50px;
}

.subscribe-popup h3,
.privacy-btn {
  text-align: center;
}

.subscribe-popup h3 {
  font-weight: 600;
  font-size: 30px;
  display: flex;
  flex-direction: column;
  line-height: 2.5rem;
  padding-bottom: 40px;
}

.subscribe-popup .row > div {
  display: flex;
  flex-direction: column-reverse;
  padding-bottom: 20px;
}

.subscribe-popup .row input.inputfeild {
  height: 40px;
  border: 1px solid rgba(7, 32, 95, 0.1);
  padding-left: 20px;
}

.subscribe-to-blog label.error {
  display: none !important;
}

.subscribe-popup p {
  padding: 0px 0 30px 30px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.5;
}
.subscribe-popup .privacy-btn {
  position: absolute;
  right: 0;
  bottom: 14px;
}
.subscribe-popup form {
  position: relative;
}
.subscribe-popup button#submitbtn {
  background-color: var(--red);
  color: #ffffff;
  border: none;
  padding: 15px 60px;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}

.subscribe-popup .row > div label {
  font-weight: 600;
  font-size: 13px;
  padding-bottom: 10px;
}

/* FREE IMAGES  */

section.free-images-section ul {
  display: flex;
  flex-wrap: wrap;
}

section.header-banner.free-images .work-content.mm-content h6 {
  font-weight: 700;
  font-size: 20px;
  color: #07205f;
  font-family: "Poppins";
}

section.header-banner.free-images .work-content.mm-content p {
  padding-bottom: 1%;
}

section.header-banner.free-images .work-content.mm-content {
  max-width: 85%;
  padding: 15% 0 2% 0;
}

section.free-images-section ul li:nth-child(2n + 2) {
  margin-right: 0 !important;
}

section.free-images-section {
  background: #f5f5f51f;
}

section.free-images-section ul li .test .shere-sec a.blog-link {
  font-weight: 600;
  font-size: 30px;
  line-height: 45px;
  color: #07205f;
  text-decoration: none;
}

section.free-images-section ul li .test .shere-sec {
  min-height: 188px;
  padding: 50px;
}

section.free-images-section ul li .test {
  background: #ffffff;
  box-shadow: 0px 13.7769px 130.115px rgb(7 32 95 / 3%);
}

section.free-images-section ul li .test:hover {
  background: #ffffff;
  box-shadow: 0px 13.7769px 130.115px rgb(7 32 95 / 5%);
}

section.free-images-section ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

section.free-images-section ul li {
  width: calc(100% / 2 - 45px);
  list-style-type: none;
  margin: 0 45px 45px 0;
}

section.free-images-section ul li .test {
  max-width: 773px;
  width: 100%;
}

section.free-images-section ul li .test .image-container img {
  width: 100%;
  max-height: 302px;
  object-fit: cover;
  max-width: 773px;
}

section.free-images-section ul li .test {
  max-width: 773px;
  width: 100%;
  max-height: 490px;
}

section.free-images-section ul li .test:hover a.blog-link {
  color: var(--red);
}

.pseb-logo {
  margin: 0 !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pseb-logo a,.pseb-logo p {
  width: 40%;
  float: left;
  display: flex;
  margin: 2%;
}
.pseb-logo a img,.pseb-logo p img{
  max-width: 150px;
}


#review i {
  margin-right: 5px;
}
#review {
  color: rgb(252, 215, 3);
  text-align: end;
  margin-top: 20px;
  font-size: 21px;
}

/* Services CaseStudy */
.case-study.case-study-banner.portfolio-banner.header-banner.servicesCaseStudy{ padding-top: 100px; }
.casestudies-sec.servicesCaseStudyContent{padding: 0px 0px!important;}
.casestudies-sec.servicesCaseStudyContent .mm-casestudies{flex-direction: row-reverse;}
/* Services CaseStudy End*/

.case-study.case-study-banner.portfolio-banner.header-banner {
  padding-bottom: 0;
}
.case-study.portfolio-banner.header-banner .work-content p:last-child {
  padding-bottom: 0;
}

.icon img.img-path-cs {
  height: 51px;
  width: 51px;
}

body.useful-links {
  background-image: none;
}
.useful-links #main-section .container {
  max-width: 1600px;
  width: 88%;
  margin: auto;
}
.useful-links .about-content {
  width: 100%;
}
.useful-links .services-cnt-box.privacy-tiltle {
  text-align: center;
  padding-top: 200px;
  padding-bottom: 20px;
}
.useful-links .useful_links h5 {
  font-size: 20px;
}
.useful-links .useful_links ul li {
  list-style: none;
}
.useful-links .about-content p {
  max-width: 100%;
  padding-bottom: 0;
}
.useful-links #main-section .useful_links ul li {
  background: #f9f9f9;
  padding: 3%;
  margin: 2% 0 3% 0;
  box-shadow: -2px 12px 11px -15px rgb(153 153 153);
}
div#lcrqm1jldtgo1685521489606 {
  z-index: 1 !important;
}
body section.header-banner.service-banner.detailed .mm-content p a {
  text-decoration: none;
  color: var(--red);
  font-weight: 600;
}

.tabs-inner a.hosting_hover {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  left: 0;
}
.tabs-inner a.hosting_hover:hover + a {
  color: #c53b27;
}
section.header-banner.service-banner.detailed .mm-content li {
  position: relative;
}

body.make-payment .mm_contact_popup {
  display: none !important;
}

body.about-us .mm_contact_popup .side-menu {
  display: none;
}

body .client-reviews-section .viewAllReview { position: static; transform: none; display: flex; justify-content: center; margin-bottom: 50px; }

/* News and Event Page */
.news-event-listing{    overflow: unset;}
.news-event-listing .blog-image{height: 400px;background:rgba(0,0,0,0.2);}
.news-event-listing .blog-image img{height: 100%;object-fit: cover;}
.news-event-listing .blog-content p{height: auto;}

body.news-updates section.header-banner.service-banner .mm-content .img{display: inline-block; width: 100%; text-align: center;}
body.news-updates section.header-banner.service-banner .mm-content .img img{width: 50%;}
body.news-updates section.header-banner.service-banner .mm-content .img.clutch-img img{width: auto;}
/* News and Event Page END*/

section.header-banner.service-banner .mm-content { padding: 20% 0px 2% 0 !important; width: 100%; max-width: 100%; }


/* New Contact Us */
.contactUsMain{padding: 200px 0px 80px;}
.contactUsMain .container{max-width: 1580px; margin: auto;}
.contactUsMain .headingContent{text-align: center; margin-bottom: 50px;}
.contactUsMain .headingContent h2 , .contactUsMain .headingContent h1{font-size: 70px; line-height: 1.2em; margin-bottom: 15px;}
.contactUsMain .headingContent h2 span , .contactUsMain .headingContent h1 span{color: var(--red);}
.contactUsMain .headingContent p{font-size: 20px; line-height: 2em;}
.contactUsMain .contactFormContent .row{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: flex-start;}
.contactUsMain .contactFormContent .row .feild{width: calc(50% - 10px);display: flex; flex-wrap: wrap;margin-bottom: 25px;position: relative;}
.contactUsMain .contactFormContent .row .feild label{width: 100%; font-size: 15px; font-weight: 600; line-height: 2em;}
.contactUsMain .contactFormContent .row .feild label span{color: rgba(7, 32, 95, 0.3);}
.contactUsMain .contactFormContent .row .feild input{width: 100%; border: 1px solid rgba(7, 32, 95, 0.3); font-size: 15px; font-weight: 600; padding: 0px 10px; height: 50px; border-radius: 0px; font-family: 'Poppins';}
.contactUsMain .contactFormContent .row .feild input:focus-visible{border: 1px solid rgba(197, 59, 39, 1);outline: none;}
.contactUsMain .contactFormContent .row .feild .down{display: flex; flex-wrap: wrap; width: 100%;}
.contactUsMain .contactFormContent .row .feild input#inpfile{background: #fff;appearance: none; color: transparent;height: 50px; font-size: 0px; padding: 0px 10px; display: flex; align-items: center;}
.contactUsMain .contactFormContent .updateSupport{position: absolute; bottom: -25px; color: rgba(7, 32, 95, 0.5) !important; height: auto; font-size: 15px !important; margin: 0px !important;}
.contactUsMain .contactFormContent .row .feild input#inpfile::before{display: inline-block; width: auto; font-size: 15px; color: rgba(7, 32, 95, .3); padding: 0px 25px; margin-left: 10px; border: 1px solid rgba(7, 32, 95, 0.3); border-radius: 40px; line-height: 2em; top: 50%; left: 0px; transform: translate(0%, -50%);}
.contactUsMain .contactFormContent .row .feild input#inpfile::after{display: none;}
/* .contactUsMain .contactFormContent .row .feild input#inpfile::after{content: "20mb"; position: absolute; right: 0px; color: rgba(7, 32, 95, 0.3); width: 50px; height: auto; top: 13px; font-size: 15px;} */
.contactUsMain .contactFormContent .row .feild.services-interested{width: 100%;}
.contactUsMain .contactFormContent .row .feild.services-interested textarea{width: 100%; border: 1px solid rgba(7, 32, 95, 0.3); resize: none; height: 120px; font-size: 15px; font-weight: 600; padding: 10px 10px; border-radius: 0px; font-family: 'Poppins';}
.contactUsMain .contactFormContent .row .feild.services-interested textarea:focus-visible{border: 1px solid rgba(197, 59, 39, 1);outline: none;}
.contactUsMain .contactFormContent .privacy-policy{width: 100%; display: flex; justify-content: space-between; align-items: center;}
.contactUsMain .contactFormContent .privacy-policy .never-des{font-size: 16px !important; color: #07205F !important; font-weight: 600 !important; margin: 0px !important; width: calc(100% - 317px); padding-right: 20px;}
.contactUsMain .contactFormContent .privacy-policy .privacy-btn{width: 317px;}
.contactUsMain .contactFormContent .privacy-policy .privacy-btn button#submitbtn{margin: 0px; width: 100%; font-size: 16px; font-family: 'Poppins'; font-weight: 600; line-height: 2em;}

/* Our Global Presence Section */
.ourGlobalPresenceMain{padding: 60px 0px 80px;background:rgba(7, 32, 95, 0.02);}
.ourGlobalPresenceMain .container{max-width: 1580px; margin: auto;}
.ourGlobalPresenceMain .headingContent{text-align: center; margin-bottom: 40px;}
.ourGlobalPresenceMain .headingContent h2{font-size: 50px; line-height: 1.52;}
.ourGlobalPresenceMain .headingContent h2 span{color: var(--red);}
.ourGlobalPresenceMain .locationContent{display: flex; justify-content: space-between;}
.ourGlobalPresenceMain .locationContent .locationCard{width: calc(33.33% - 20px); background: #fff;margin: 0px; position: relative;}
.ourGlobalPresenceMain .locationContent .locationCard .slick-dots{position: absolute; top: 365px; height: 12px; right: 40px; width: auto;}
.ourGlobalPresenceMain .locationContent .locationCard .slick-dots li{width: 12px; height: 12px; margin: 0px; background: #fff; border-radius: 50%; box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);margin-right: 7px;}
.ourGlobalPresenceMain .locationContent .locationCard .slick-dots li:last-child{margin-right: 0px;}
.ourGlobalPresenceMain .locationContent .locationCard .slick-dots li button{padding: 0px; width: 10px; height: 10px; background:#fff; border-radius: 50%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.ourGlobalPresenceMain .locationContent .locationCard .slick-dots li.slick-active button{background: var(--red);}
.ourGlobalPresenceMain .locationContent .locationCard .slick-dots li button::before{opacity: 0;}
/* .ourGlobalPresenceMain .locationContent .locationCard .card{height: 100%; padding: 338px 35px 30px 35px;position: relative;} */
.ourGlobalPresenceMain .locationContent .locationCard .card{height: 100%; padding: 0px;position: relative;}
/* .ourGlobalPresenceMain .locationContent .locationCard .card::before { content: ""; position: absolute; width: 102%; height: calc(100% - 235px); z-index: 99; background: rgb(255, 255, 255); background: linear-gradient(0deg, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%); bottom: -1px; left: -1%;} */
/* .ourGlobalPresenceMain .locationContent .locationCard .card .locationImg{position: absolute; top: 0px; left: 0px; height: 100%; width: 100%;} */
.ourGlobalPresenceMain .locationContent .locationCard .card .locationImg{height: 400px; width: 100%;}
.ourGlobalPresenceMain .locationContent .locationCard .card .locationImg img{height: 100%; width: 100%; object-fit: cover;}
.ourGlobalPresenceMain .locationContent .locationCard .card .locationName{display: none; padding: 0px 0px 16px 38px; border-bottom: 1px solid rgba(7, 32, 95, 0.3);position: relative; z-index: 99;}
.ourGlobalPresenceMain .locationContent .locationCard .card .locationName img{position: absolute; left: 0px; top: 10px;}
.ourGlobalPresenceMain .locationContent .locationCard .card .locationName h4{font-size: 36px; line-height: 1.5; color: var(--blue);}
.ourGlobalPresenceMain .locationContent .locationCard .card .locationDetail{padding: 25px 38px 25px 38px; position: relative; z-index: 99;}
.ourGlobalPresenceMain .locationContent .locationCard .card .locationDetail .subName{font-size: 20px; font-family: 'Poppins'; color: var(--blue); line-height: 1.5; font-weight: 700; margin-bottom: 13px;}
.ourGlobalPresenceMain .locationContent .locationCard .card .locationDetail .location{padding: 0px 0px 12px 24px;position: relative;}
.ourGlobalPresenceMain .locationContent .locationCard .card .locationDetail .location img{position: absolute; left: 0px; top: 3px;}
.ourGlobalPresenceMain .locationContent .locationCard .card .locationDetail .location a{font-size: 15px; text-decoration: none; color: var(--blue); line-height: 1.5em;}
.ourGlobalPresenceMain .locationContent .locationCard .card .locationDetail .phone{padding: 0px 0px 12px 24px;position: relative;}
.ourGlobalPresenceMain .locationContent .locationCard .card .locationDetail .phone img{position: absolute; left: 0px; top: 3px;}
.ourGlobalPresenceMain .locationContent .locationCard .card .locationDetail .phone a{font-size: 15px; text-decoration: none; color: var(--blue); line-height: 1.5em;}
.ourGlobalPresenceMain .locationContent .locationCard .card .locationDetail .email{padding: 0px 0px 12px 24px;position: relative;}
.ourGlobalPresenceMain .locationContent .locationCard .card .locationDetail .email img{position: absolute; left: 0px; top: 3px;}
.ourGlobalPresenceMain .locationContent .locationCard .card .locationDetail .email a{font-size: 15px; text-decoration: none; color: var(--blue); line-height: 1.5em;}

body.contact .author-content img{border-radius: 50%;}
body.contact .author-content .author-head-desc h5{display: none;}


/* Client Reviews */
.clientHeading{background: #fff;padding: 70px 0px 0px;overflow: hidden;}
.contact .client-reviews-section.clientTestSection .mm-client-review .slick-track{padding-bottom: 70px;}
.clientHeading .container{max-width: 1580px;width: 100%;margin: auto;}
.clientHeading .titleContent h2{font-size: 50px; text-align: center; font-weight: 600; line-height: 1.4em;}
.clientHeading .titleContent h2 span{color: var(--red);}
section.clientTestSection{background: #fff;padding: 0px;overflow: hidden;}
.client-reviews-section .mm-client-review .slick-track{display: flex; align-items: center; padding-top: 40px;padding-bottom: 50px;}
body .clientTestSection .mm-container{max-width: 1580px;width: 100%;margin: auto;position: relative;}
/* .client-reviews-section .viewAllReview{ position: relative; bottom: 100px; left: 50%; transform: translate(-82px, -145px); } */
/* .client-reviews-section .viewAllReview{position: absolute; bottom: 100px; left: 50%; transform: translate(-50%, 0px);} */
.client-reviews-section .viewAllReview a{display: inline-block; background-color: var(--red); text-decoration: none; font-size: 16px; font-weight: 600; color: var(--white); line-height: 1.6em;  padding: 15px 40px; cursor: pointer; position: relative; overflow: hidden;}
.client-reviews-section .viewAllReview a::after{content: ""; background: var(--blue); position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; z-index: -1; left: 50%; bottom: -60px; transform: translate(-50%, 0%); border-radius: 100% 100% 0% 0%; -webkit-transition: .5s; transition: .5s ease-in-out;}
.client-reviews-section .viewAllReview a:hover{transform: translateY(0px); -webkit-transform: translateY(0px);}
.client-reviews-section .viewAllReview a:hover::after{ height: 190%; width: 100%; overflow-y: hidden !important; bottom: 0px; }


.client-reviews-section .mm-client-review{column-count: auto;}
.client-reviews-section .client-review-article{background: #fff; box-shadow: none; max-width: 100%; margin: 0px;}
.client-reviews-section .slick-slide > div{transform: scale(0.8) translateX(-70px); width: 120%; opacity: .4;}

.client-reviews-section .slick-slide.slick-active > div{transform: scale(0.8) translateX(-70px); width: 120%; opacity: .4;transition: .3s ease;}
.client-reviews-section .slick-slide.slick-active.slick-center > div{transform: scale(1.1) translateX(-90px);width: 775px; opacity: 1; z-index: 999; position: relative;box-shadow: 0px 9px 85px 0px rgba(16, 48, 64, 0.05);}
.client-reviews-section .slick-slide.slick-active.slick-center .client-review-article{padding: 77px 55px 50px;}
.client-reviews-section .slick-slide.slick-active.slick-center .client-review-article .article-top{padding-bottom: 35px;height: 55px;}
.client-reviews-section .slick-slide.slick-active.slick-center .client-review-article .article-top .testimonials-icon{left: 55px;width: 100%;}
.client-reviews-section .slick-slide.slick-active.slick-center .client-review-article p{font-size: 18px;}
.client-reviews-section .slick-slide.slick-active.slick-center > div .author-wraper .visit-website{opacity: 1;}
.client-reviews-section .slick-slide > div .author-wraper .visit-website{opacity: 0;}
.client-reviews-section .slick-slide.slick-active.slick-center .author-wraper{padding-top: 30px;}
.client-reviews-section .slick-slide.slick-active.slick-center .author-content img{width: 60px; height: 60px; display: inline-block; object-fit: cover; border-radius: 50%;}
.client-reviews-section .slick-slide.slick-active.slick-center .author-content .author-head-desc{padding-left: 15px; width: calc(100% - 60px);}
.client-reviews-section .slick-slide .author-content img{border-radius: 50%;}

.client-reviews-section .slick-next{outline: none;bottom: -80px;display: none!important;}
.client-reviews-section .slick-prev{outline: none;bottom: -80px;display: none!important;}
.client-reviews-section .client-review-article p{overflow: hidden; display: -webkit-box; -webkit-line-clamp: 5;line-clamp: 5;-webkit-box-orient: vertical; padding: 0px;}
body.testimonials .client-reviews-section .client-review-article p{-webkit-box-orient:unset;}
body.testimonials .author-content img{width: 80px;height: 80px;}
.services .clientHeading{display: none;}
body.industries section.header-banner.service-banner.detailed .mm-content {padding: 1% 0px 0% 0 !important; }

/* Protfoio error */
.NoResultFoundText{font-family: 'Poppins'; padding: 15px 0px 100px; font-size: 36px; color: var(--red); font-weight: 600;}
/* Services - casestudies section */
body .casestudies-slider { background-color: rgba(7, 32, 95, 0.02); }

body section.header-banner.podcast-banner.podcast-detail .mm-content .content ul,ul.share-media{list-style:none}.podcast section.clientHeading{padding-top:0}body .podcast-banner .mm-content{max-width:100%!important;padding-top:185px!important;padding-bottom:0!important}body .podcast-banner .podcast-container{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:stretch;gap:0}body .podcast-banner .podcast-container .podcast{width:calc(100% / 2 - 50px);background-color:#fff;box-shadow:rgba(16,48,61,.03) 0 9px 85px 0;margin-bottom:60px}body .podcast-banner .podcast-container .podcast .podcast-detail{padding:40px 36px 50px 45px}body .podcast-banner .podcast-container .podcast .featured-img img{display:block;width:100%;height:100%;object-fit:cover}body .podcast-banner .podcast-container .podcast .featured-img{height:394px}body .podcast-banner .podcast-container .podcast .pod-cat-date{display:flex;justify-content:space-between}body .podcast-banner .podcast-container .podcast .pod-cat-date .pod-cat-cont{display:flex;align-items:center;width:100%}body .podcast-banner .podcast-container .podcast .pod-cat-date a,body .podcast-banner .podcast-container .podcast .pod-cat-date p{padding:0;font-size:18px;font-weight:500;color:#c53b27;text-decoration:none}body .podcast-banner .podcast-container .podcast .pod-cat-date .pod-cat-cont .pod-cat{margin-left:7px;width:auto;text-align:center}body .podcast-banner .podcast-container .podcast .pod-cat-date .pod-date{width:100%;padding-left:10px}body .podcast-banner .podcast-container .podcast .pod-cat-date .pod-cat-cont .pod-cat-tags{display:flex;flex-wrap:wrap;width:100%}body section.header-banner.podcast-banner.podcast-detail .mm-content .content ul li::before{background-color:var(--blue);width:7px;height:7px;position:absolute;content:"";border-radius:100%;left:0;top:15px}body section.header-banner.podcast-banner.podcast-detail .mm-content .content ul li{position:relative;padding-left:17px;font-size:16px}body .podcast-banner .podcast-container .podcast .pod-cat-date .pod-cat-cont .pod-cat-tags .pod-cat{margin-bottom:5px}.podcast_main .flex section.podcast-featured-latest .featured_podcast-container h2 svg{margin-left:10px}.podcast_main .flex section.podcast-featured-latest .featured_podcast-container .podcast a .featured-img img{width:133px;height:79px}.podcast-audio svg,.podcast_main .flex section.podcast-featured-latest .featured_podcast-container .podcast a .featured-img{margin-right:20px}.podcast_main .flex section.podcast-featured-latest .featured_podcast-container .podcast a:hover .right-content-podcast>p{opacity:.8}.podcast_main .flex section.podcast-featured-latest .featured_podcast-container:last-child{margin-bottom:0}.podcast_main .flex section.podcast-featured-latest .featured_podcast-container .podcast a .right-content-podcast>p{text-decoration:none;font-family:Poppins;font-size:18px;font-weight:600;line-height:21.24px;letter-spacing:-.025em;text-align:left;text-underline-position:from-font;text-decoration-skip-ink:none;color:#07205f;padding-bottom:0;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.podcast_main .flex section.podcast-featured-latest .featured_podcast-container .podcast a .right-content-podcast .pod-date{padding-bottom:0}.podcast_main .flex section.podcast-featured-latest .featured_podcast-container .podcast a .right-content-podcast .pod-date p{padding-top:8px;font-family:Poppins;font-size:12px;font-weight:500;line-height:23.61px;text-align:left;text-underline-position:from-font;text-decoration-skip-ink:none;color:#c53b27;display:flex;align-items:center}.podcast_main .flex section.podcast-featured-latest .featured_podcast-container .podcast a .right-content-podcast .pod-date p svg{margin-right:8px}.podcast_main .flex section.podcast-featured-latest .featured_podcast-container .podcast{border-bottom:1px solid #c8c8C880;padding-bottom:10px;margin-bottom:15px}.podcast_main .flex section.podcast-featured-latest .featured_podcast-container .podcast:last-child{border:0;margin-bottom:0;padding-bottom:0}.podcast_main .flex section.podcast-featured-latest .featured_podcast-container .podcast a{display:flex;text-decoration:none;align-items:center}body .podcast-banner .podcast-container .podcast .pod-cat-date p{margin-right:22px}body .podcast-banner .podcast-container .podcast .pod-cat-date .pod-cat-cont .pod-cat p{margin-right:0;color:#fff;padding:0 10px;background-color:#07205f;font-size:18px;height:31px;line-height:1.8em;text-align:center}body .podcast-banner .podcast-container .podcast .pod-cat-date .pod-date p{margin-right:0;text-align:right}body .podcast-banner .podcast-container .podcast a{text-decoration:none}body .podcast-banner .podcast-container .podcast h2,body .podcast-banner .podcast-container .podcast h2 a{font-size:30px;line-height:35.4px;text-align:left;padding:20px 0 25px;color:#07205f}body .podcast-banner .podcast-container .podcast p{padding:0!important;text-align:left;font-size:18px;display:-webkit-box;-webkit-line-clamp:5;line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.podcast_main{padding:185px 70px 50px}.podcast-audio{display:flex;align-items:center}.social-icons_icons{display:flex;align-items:center;margin-top:30px}.podcast-audio audio{width:100%}ul.share-media li:hover a svg rect{fill:#C53B27;fill-opacity:1}ul.share-media li a{display:block}section.header-banner.podcast-banner.podcast-detail .mm-content .social-icons a:hover svg path,ul.share-media li:hover a svg path{fill:#fff;fill-opacity:1}.social-icons_icons h3 svg,section.header-banner.podcast-banner.podcast-detail .mm-content .social-icons a svg{margin-right:10px}.social-icons_icons h3{font-family:Poppins;font-size:20px;font-weight:600;line-height:30px;text-align:left;text-underline-position:from-font;text-decoration-skip-ink:none;color:#07205f;display:flex;align-items:center}ul.share-media{display:flex;align-items:center}ul.share-media li{margin-left:20px}.podcast_main .flex{display:flex;justify-content:center}body section.header-banner.podcast-banner.podcast-detail .mm-content{padding:0!important}.podcast_main .flex section.podcast-featured-latest .featured_podcast-container h2,.podcast_main h1{letter-spacing:-.025em;padding-bottom:20px;font-weight:600;font-family:Poppins;text-underline-position:from-font;text-decoration-skip-ink:none}.podcast_main h1{font-size:70px;line-height:76.5px;text-align:center}.podcast_main .pod-date{font-family:Poppins;font-size:18px;font-weight:500;line-height:36.91px;text-align:center;text-underline-position:from-font;text-decoration-skip-ink:none;color:#c53b27;padding-bottom:40px}.flex section.header-banner.podcast-banner.podcast-detail .mm-container .content a:hover,.podcast_main .pod-date p{color:#c53b27}.podcast_main .flex section.podcast-featured-latest{width:100%;max-width:500px}.podcast_main .flex section.header-banner.podcast-banner.podcast-detail .mm-container .content img{width:100%;max-width:660px}.podcast_main .flex section.header-banner.podcast-banner.podcast-detail .mm-container{width:100%;max-width:100%;padding-right:50px;box-sizing:border-box}.podcast_main .flex section.header-banner.podcast-banner.podcast-detail .mm-container .img{width:100%;height:auto}.podcast_main .flex section.header-banner.podcast-banner.podcast-detail .mm-container img{width:100%;height:100%;object-fit:contain}.podcast_main .flex section.podcast-featured-latest .featured_podcast-container h2{font-size:18px;line-height:21.24px;text-align:left}.podcast_main .flex section.podcast-featured-latest .featured_podcast-container{background-color:#fff;padding:20px;margin-bottom:20px}.podcast_main .flex section.podcast-featured-latest .mm-content{background-color:#fafbfc;padding:20px}section.header-banner.podcast-banner.podcast-detail .mm-content .social-icons{display:flex;align-items:center;padding-top:30px}section.header-banner.podcast-banner.podcast-detail{width:100%;max-width:992px}section.header-banner.podcast-banner.podcast-detail .mm-content .social-icons a{text-decoration:none;font-family:Poppins;font-size:16px;font-weight:600;line-height:32.81px;text-align:left;text-underline-position:from-font;text-decoration-skip-ink:none;color:#07205f;box-shadow:0 9px 85px 0 #10303D08;border:1px solid #07205F40;border-radius:21px;padding:4px 16px 3px 7px;margin-right:10px;display:flex;align-items:center}section.header-banner.podcast-banner.podcast-detail .mm-content .social-icons a:hover{background-color:#c53b27;color:#fff;border:1px solid #c53b27}.podcast_main .flex section.header-banner.podcast-banner.podcast-detail .mm-container .content h3{font-family:Poppins;font-size:45px;font-weight:600;line-height:102.53px;text-align:left;text-underline-position:from-font;text-decoration-skip-ink:none}.podcast_main .flex section.header-banner.podcast-banner.podcast-detail .mm-container .content h2{font-family:Poppins;font-size:50px;font-weight:600;line-height:102.53px;text-align:left;text-underline-position:from-font;text-decoration-skip-ink:none}.podcast_main .flex section.header-banner.podcast-banner.podcast-detail .tags{display:flex;align-items:center;justify-content:left;flex-wrap:wrap;padding-top:28px}.podcast_main .flex section.header-banner.podcast-banner.podcast-detail .tags a{border:1px solid #dde1e9;border-radius:21px;margin-right:10px;margin-bottom:10px;text-decoration:none;font-family:Poppins;font-size:13px;font-weight:400;line-height:19.5px;text-align:center;text-underline-position:from-font;text-decoration-skip-ink:none;color:#07205f;padding:4px 17px}.podcast_main .flex section.header-banner.podcast-banner.podcast-detail .tags a:hover{color:#fff;background-color:#07205f;border:1px solid #07205f}.podcast_main .flex section.header-banner.podcast-banner.podcast-detail .mm-container .content{text-align:left;border-bottom:1px solid #07205F1A;padding-bottom:25px;padding-top:10px}.flex section.header-banner.podcast-banner.podcast-detail .mm-container .content p{line-height:36.91px;padding:0;font-size:18px}.flex section.header-banner.podcast-banner.podcast-detail .mm-container .content a{color:#07205f}.flex section.header-banner.podcast-banner.podcast-detail .mm-container .content span.bold{font-weight:700}.flex section.header-banner.podcast-banner.podcast-detail .mm-container .content{font-family:Poppins;font-size:18px;font-weight:400;line-height:36.91px;text-align:left;text-underline-position:from-font;text-decoration-skip-ink:none;padding-top:0;color:#07205f}body .podcast-banner .podcast-container .podcast .pod-cat-date a span{font-weight:400}@media screen and (max-width:1600px){body .podcast-banner .podcast-container .podcast{width:calc(100% / 2 - 25px)}body .podcast-banner .podcast-container .podcast .featured-img{height:auto}body .podcast-banner .podcast-container .podcast .featured-img img{object-fit:contain}}@media screen and (max-width:1450px){.podcast_main h1,section.header-banner.podcast-banner .mm-content h1{font-size:65px}.podcast_main .flex section.podcast-featured-latest{max-width:430px}}@media screen and (max-width:1280px){.podcast_main .flex section.header-banner.podcast-banner.podcast-detail .mm-container .img{height:auto}section.header-banner.podcast-banner.podcast-detail .mm-content .social-icons a{font-size:14px}.podcast_main .flex section.podcast-featured-latest{max-width:397px}}@media screen and (max-width:1150px){.podcast_main .flex section.header-banner.podcast-banner.podcast-detail .mm-container .content h3{font-size:40px}.podcast_main .flex section.header-banner.podcast-banner.podcast-detail .mm-container .content h2{font-size:45px}section.header-banner.podcast-banner.podcast-detail .mm-content .social-icons a{margin-bottom:10px}section.header-banner.podcast-banner.podcast-detail .mm-content .social-icons{flex-wrap:wrap}body .podcast-banner .podcast-container .podcast .podcast-detail{padding:40px 30px 50px}body .podcast-banner .podcast-container .podcast .pod-cat-date p{font-size:16px}}@media screen and (max-width:1024px){.podcast #loader{margin-top:26px}.podcast_main .pod-date{font-size:16px}.podcast_main h1{font-size:50px;padding-bottom:0}.flex section.header-banner.podcast-banner.podcast-detail .mm-container .content,.flex section.header-banner.podcast-banner.podcast-detail .mm-container .content p{font-size:16px;line-height:30.91px}.podcast_main .flex section.podcast-featured-latest{max-width:327px}body .podcast-banner .podcast-container .podcast{width:calc(100% / 2 - 10px);margin-bottom:30px}.podcast_main .flex section.podcast-featured-latest .featured_podcast-container .podcast a .featured-img img{width:89px;height:auto}.podcast_main .flex section.podcast-featured-latest .featured_podcast-container .podcast a .right-content-podcast>p{font-size:14px}.podcast_main .flex section.podcast-featured-latest .featured_podcast-container .podcast a .right-content-podcast .pod-date p{font-size:10px}body .podcast_main h1,body section.header-banner.podcast-banner .mm-content h1{font-size:45px}}@media screen and (max-width:980px){.client-reviews-section-podcast.client-reviews-section .slick-slide.slick-active>div .client-review-article .podcast #loader,.podcast_main .flex section.podcast-featured-latest .featured_podcast-container:last-child{margin-bottom:0}.podcast_main .flex section.podcast-featured-latest .featured_podcast-container .podcast a .right-content-podcast>p{font-size:18px}body .podcast-banner .mm-content{padding-top:140px!important}body .podcast_main .flex section.podcast-featured-latest{max-width:100%;margin-top:30px}.podcast_main .flex section.header-banner.podcast-banner.podcast-detail .mm-container{padding-right:0}.podcast_main .flex{flex-wrap:wrap}body .podcast-banner .podcast-container .podcast .pod-cat-date p{width:auto;padding-bottom:0}body .podcast-banner .podcast-container .podcast,body .podcast-banner .podcast-container .podcast .pod-cat-date .pod-cat-cont{width:100%}body .podcast-banner .mm-content h1{font-size:45px;padding:0 27px}body .podcast-banner .podcast-container .podcast .pod-cat-date .pod-cat-cont .pod-cat-tags .pod-cat{margin-left:0;margin-right:12px}body .podcast-banner .podcast-container .podcast .pod-cat-date .pod-date p{padding-bottom:0!important}body .podcast-banner .podcast-container .podcast .pod-cat-date .pod-date{padding-left:0;width:100%;text-align:right}body .podcast-banner .podcast-container .podcast .pod-cat-date .pod-cat-cont .pod-cat-tags{width:auto}.podcast_main{padding:160px 50px 60px}body .client-reviews-section .viewAllReview{padding-bottom:28px;margin-bottom:0}body section.header-banner.podcast-banner.podcast-detail .mm-content ul li::before{top:11px}}@media screen and (max-width:480px){body .podcast_main h1,body section.header-banner.podcast-banner .mm-content h1{font-size:30px}body .podcast-banner .podcast-container .podcast .pod-cat-date a,body .podcast-banner .podcast-container .podcast .pod-cat-date p,body section.header-banner.podcast-banner.podcast-detail .mm-content ul li{font-size:14px}.podcast section.clientHeading{padding:50px 0 0}.podcast_main{padding:130px 50px 0}.podcast_main .flex section.podcast-featured-latest .featured_podcast-container .podcast a .right-content-podcast{width:100%}.social-icons_icons h3{padding-bottom:10px}ul.share-media li{margin-left:15px}.social-icons_icons{flex-wrap:wrap;justify-content:left}.podcast_main h1{font-size:26px;line-height:normal!important}.podcast_main .pod-date{font-size:14px;padding-bottom:12px}.podcast-audio{display:flex;align-items:center;justify-content:center}.client-reviews-section-podcast.client-reviews-section .slick-slide.slick-active>div .client-review-article{margin-bottom:0!important}.podcast-audio svg{width:40px}section.header-banner.podcast-banner.podcast-detail .mm-content .social-icons{padding-top:10px}section.header-banner.podcast-banner.podcast-detail .mm-content .social-icons a{font-size:12px;padding:0 16px 0 7px}section.header-banner.podcast-banner.podcast-detail .mm-content .social-icons a svg{width:21px}.podcast_main .flex section.header-banner.podcast-banner.podcast-detail .mm-container .content h3{font-size:30px;line-height:normal}.flex section.header-banner.podcast-banner.podcast-detail .mm-container .content p{padding:0!important}.flex section.header-banner.podcast-banner.podcast-detail .mm-container .content,.flex section.header-banner.podcast-banner.podcast-detail .mm-container .content p{font-size:14px;line-height:28.91px}.flex section.header-banner.podcast-banner.podcast-detail .mm-container .content br{height:auto;line-height:normal}.podcast_main .flex section.header-banner.podcast-banner.podcast-detail .tags a{font-size:12px}.podcast_main .flex section.header-banner.podcast-banner.podcast-detail .tags{padding-bottom:20px}.podcast_main .flex section.podcast-featured-latest .featured_podcast-container,.podcast_main .flex section.podcast-featured-latest .mm-content{padding:10px}.podcast_main .flex section.podcast-featured-latest .featured_podcast-container h2{font-size:15px!important;display:flex;align-items:center;line-height:normal!important}.podcast_main .flex section.podcast-featured-latest .featured_podcast-container .podcast a{flex-wrap:wrap}body .podcast-banner .podcast-container .podcast .pod-cat-date .pod-date p{padding-top:5px!important;text-align:right}body .podcast-banner .podcast-container .podcast .pod-cat-date p{padding-bottom:5px;font-size:14px;width:100%}body .podcast-banner .mm-content h1{font-size:26px;text-align:center;padding:0 13px}body .podcast-banner .mm-content p{text-align:center}body .podcast-banner .podcast-container .podcast .featured-img{height:220px}body .podcast-banner .podcast-container .podcast h2,body .podcast-banner .podcast-container .podcast h2 a{font-size:22px;line-height:0}body .podcast-banner .podcast-container .podcast .podcast-detail{padding:10px 20px}body .podcast-banner .podcast-container .podcast .pod-cat-date .pod-cat-cont .pod-cat p{margin:2px;font-size:14px;padding:0 11px!important;height:auto}body .podcast-banner .podcast-container .podcast p{font-size:14px;padding-top:0!important}body .podcast-banner .podcast-container .podcast h2{padding:10px 0}body .podcast-banner .podcast-container .podcast .pod-cat-date .pod-cat-cont .pod-cat{margin-left:0}body .podcast-banner .mm-content{padding:130px 0 0!important}}
body .podcast-banner .podcast-container .podcast .featured-img{position: relative;}
body .podcast-banner .podcast-container .podcast:hover .featured-img:after{
  content: "";
  background-image: url(../images/play-icon.png);
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
}
body .podcast-banner .podcast-container .podcast:hover .featured-img:before{
  content: "";
  background-color: #0000002e;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
body .podcast-banner .headingContent p {
  padding: 20px 0 30px;
}
body .podcast-banner h3.red {
  font-size: 33px;
  font-weight: 600;
  padding-bottom: 20px;
}

body .podcast-banner .social-icons.list-page-icons {
  padding-bottom: 45px;
}
body .podcast-banner .social-icons.list-page-icons a {
  margin: 0 10px;
  display: inline-block;
}
body .podcast-banner .social-icons.list-page-icons a.apple-img:hover:before{
  background-image: url(../images/Apple-red.png);
}
body .podcast-banner .social-icons.list-page-icons a:hover:before {
  content: "";
  background-image: url(../images/Spotify-red.png);
  width: 56px;
  height: 56px;
  display: block;
  background-repeat: no-repeat;
}

body .podcast-banner .social-icons.list-page-icons a:hover img {
  opacity: 0;
  visibility: hidden;
  display: none;
}
body .podcast-banner .social-icons.list-page-icons {
  display: flex;
  justify-content: center;
}

.project-post .slick-prev.slick-disabled:hover::after{
  opacity: 0;
}
@media screen and (max-width:1600px) {
    .client-reviews-section .mm-container{width: 88%;}
    .client-reviews-section .slick-slide.slick-active.slick-center > div { transform: scale(1.1) translateX(-150px);}
}

@media screen and (max-width:1440px) {
    .client-reviews-section .slick-slide.slick-active.slick-center > div{width: 650px;}
    .contact .client-reviews-section .slick-slide.slick-active.slick-center > div{width: 650px;}
    .client-reviews-section .slick-slide.slick-active.slick-center .client-review-article { padding: 47px 35px 30px; }
    .client-reviews-section .slick-slide.slick-active.slick-center .client-review-article .article-top { padding-bottom: 25px; }
    .client-reviews-section .slick-slide.slick-active.slick-center .client-review-article .article-top .testimonials-icon{left: 35px;}
    .contact .client-reviews-section .slick-slide.slick-active.slick-center .client-review-article { padding: 47px 35px 30px!important; }
    .contact .client-reviews-section .slick-slide.slick-active.slick-center .client-review-article .article-top { padding-bottom: 25px!important; }
    .contact .client-reviews-section .slick-slide.slick-active.slick-center .client-review-article .article-top .testimonials-icon{left: 35px!important;}
    .contact .client-reviews-section .client-review-article .article-top .testimonials-icon{width: 35px; height: 35px!important;width: 100%;}
    .client-reviews-section .client-review-article .article-top .testimonials-icon{width: 35px; height: 35px;width: 100%;}
    .client-reviews-section .slick-slide.slick-active.slick-center .client-review-article p { font-size: 14px; }
    .client-reviews-section .slick-slide.slick-active.slick-center .author-content img { width: 50px; height: 50px;}
    .client-reviews-section .slick-slide .author-content{width: calc(100% - 150px);}
    .client-reviews-section .slick-slide .author-content .author-head-desc h4 { font-size: 16px;}
    .client-reviews-section .slick-slide .author-content .author-head-desc h5 { font-size: 12px;}
    .client-reviews-section .slick-slide .author-wraper .visit-website { width: 150px; }
    .contact .client-reviews-section .slick-slide.slick-active.slick-center .client-review-article p { font-size: 14px; }
    .contact .client-reviews-section .slick-slide.slick-active.slick-center .author-content img { width: 50px; height: 50px;}
    .contact .client-reviews-section .slick-slide .author-content{width: calc(100% - 150px);}
    .contact .client-reviews-section .slick-slide .author-content .author-head-desc h4 { font-size: 16px;}
    .contact .client-reviews-section .slick-slide .author-content .author-head-desc h5 { font-size: 12px;}
    .contact .client-reviews-section .slick-slide .author-wraper .visit-website { width: 150px; }
    /* .technology-worked-on .our-tech .technology-box:nth-child(8n) { margin-right: 27px; } */
  /* .technology-worked-on .our-tech .technology-box{width: 165px;} */
  .technology-worked-on .our-tech .technology-box { width: calc(100% / 7 - 27px); }

    
}
@media(max-width: 1280px){
  .technology-worked-on .our-tech .technology-box { width: calc(100% / 6 - 27px); }

}
@media screen and (max-width:1150px) {
    .client-reviews-section .slick-slide.slick-active.slick-center > div { transform: scale(1.1) translateX(-70px); width: 500px;}
    .client-reviews-section .slick-slide .author-content{width: calc(100% - 150px);max-width:calc(100% - 150px);}
    .client-reviews-section .slick-slide .author-wraper .visit-website { width: 150px; }
    .contact .client-reviews-section .slick-slide.slick-active.slick-center > div { transform: scale(1.1) translateX(-70px)!important; width: 500px!important;}
    .contact .client-reviews-section .slick-slide .author-content{width: calc(100% - 150px);max-width:calc(100% - 150px);}
    .contact .client-reviews-section .slick-slide .author-wraper .visit-website { width: 150px; }
}
@media(max-width: 1024px){
  body .podcast-banner .podcast-container .podcast .featured-img:after{
    content: "";
    background-image: url(../images/play-icon.png);
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
  }
  body .podcast-banner .podcast-container .podcast .featured-img:before{
    content: "";
    background-color: #0000002e;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  
  .technology-worked-on .our-tech .technology-box { width: calc(100% / 4 - 27px); }
}
@media screen and (max-width:980px) {
  
  /* case-studyy banner */
  body.case-studiesblog-detail .mi-hero-section-img { position: static; left: 0px; width: 100%; height: 100%; }
  body.case-studiesblog-detail section.header-banner.case-studies .mm-container { display: flex; flex-direction: column-reverse; }
  section.header-banner.case-studies .mm-container .mi-hero-section-img { position: static; width: 80%; margin-top: 60px; margin-bottom: -30px; }
  /* body.case-studiesblog-detail section.header-banner.case-studies .mi-hero-section-img:before { display: none; } */
    /* end */
  .client-reviews-section .mm-container { width: 100%; }
    section.clientTestSection{padding: 20px 0px 20px!important;}
    .client-reviews-section .slick-slide.slick-active > div .client-review-article{box-shadow: 0px 9px 55px rgb(16 48 61 / 5%) !important;}
    .client-reviews-section .mm-client-review .slick-track{padding-top: 00px; padding-bottom: 00px;}
    .client-reviews-section .slick-slide.slick-active > div{transform: scale(1) translateX(0px); width: 100%; opacity: 1;padding: 30px 50px 50px;}
    /* .client-reviews-section .viewAllReview { bottom: -50px;} */
    .client-reviews-section .slick-prev{display: none;}
    .client-reviews-section .slick-next{display: none;}
    .client-reviews-section .slick-slide > div .author-wraper .visit-website { opacity: 1; }
    .client-reviews-section .slick-slide > div .author-wraper .visit-website::after { right: 0; }
    section.client-reviews-section.service-detail-clients .mm-client-review{padding-bottom: 40px;}
    /* section.client-reviews-section.service-detail-clients .viewAllReview{bottom: 60px;} */
    .contact .client-reviews-section .mm-container { width: 100%; }
    .contact section.clientTestSection{padding: 20px 0px 40px!important;}
    .contact .client-reviews-section .slick-slide.slick-active > div .client-review-article{box-shadow: 0px 9px 55px rgb(16 48 61 / 5%) !important;}
    .contact .client-reviews-section .mm-client-review .slick-track{padding-top: 00px; padding-bottom: 00px;}
    .contact .client-reviews-section .slick-slide.slick-active > div{transform: scale(1) translateX(0px)!important; width: 100%!important; opacity: 1!important;padding: 30px 50px 50px!important;}
    /* .contact .client-reviews-section .viewAllReview { bottom: -80px;} */
    .contact .client-reviews-section .slick-prev{display: none;}
    .contact .client-reviews-section .slick-next{display: none;}
    .contact .client-reviews-section .slick-slide > div .author-wraper .visit-website { opacity: 1; }
    .contact .client-reviews-section .slick-slide > div .author-wraper .visit-website::after { right: 0; }
    .contact section.client-reviews-section.service-detail-clients .mm-client-review{padding-bottom: 120px;}
    .contact section.client-reviews-section.service-detail-clients .viewAllReview{bottom: 60px;}
    section.header-banner.case-studies { background-image: none; position: relative; padding: 0 0 100px 0; overflow: hidden; }
    
}

@media(max-width: 768px){
  .all-portfolios .mm-portfolio img{height: 560px;}
  .technology-worked-on .our-tech .technology-box:nth-child(8n) { margin-right: 10px; margin-left: 10px; }
  .technology-worked-on .our-tech .technology-box { width: calc(100% / 4 - 20px); margin-right: 10px; margin-left: 10px; margin-bottom: 20px; }
}
@media only screen and (max-width:668px) {

  .all-portfolios .mm-portfolio img{height: 500px;}
  /* .client-reviews-section .viewAllReview { bottom: -70px;} */
  /* .about-us .client-reviews-section .viewAllReview {bottom: -20px;} */
  .client-reviews-section .client-review-article { padding: 40px 30px; }
  .client-reviews-section .client-review-article p { font-size: 14px; }
  .client-reviews-section .client-review-article .article-top { padding-bottom: 30px; }
  .client-reviews-section .client-review-article .author-wraper { padding-top: 25px; display: flex; align-items: center; flex-direction: row;}
  /* Adnan CSS */
/* TESTIMONIAL PAGE */
  .testimonials .client-reviews-section .mm-client-review { column-count: 1; }
  body .author-wraper { display: flex; align-items: center; flex-direction: column; }
  body .visit-website { width: 30%; }
  .client-reviews-section .slick-slide .author-content{width: 100%; max-width: 100%; justify-content: flex-start;}
  .client-reviews-section .slick-slide > div .author-wraper .visit-website{width: 125px;text-align: left;}
  .client-reviews-section .client-review-article .author-wraper .visit-website a{font-size: 12px; padding-right: 0px;}
  .client-reviews-section .slick-slide .author-content img{width: 48px;height: 48px;}
  .client-reviews-section .slick-slide.slick-active > div{padding: 30px 18px 30px;}
  .client-reviews-section .viewAllReview a { font-size: 12px;}
  section.client-reviews-section.service-detail-clients .slick-slide{margin-right: 0px;}
  .client-reviews-section .slick-slide.slick-active > div{transition: none;}
  /* section.client-reviews-section.service-detail-clients .viewAllReview{bottom: 60px;} */
  /* .contact .client-reviews-section .viewAllReview { bottom: -70px;} */
  .contact .client-reviews-section .client-review-article { padding: 40px 30px; }
  .contact .client-reviews-section .client-review-article p { font-size: 14px; }
  .contact .client-reviews-section .client-review-article .article-top { padding-bottom: 30px; }
  .contact .client-reviews-section .client-review-article .author-wraper { padding-top: 25px; align-items: flex-end;}
  .contact .client-reviews-section .slick-slide .author-content{width: 100%; max-width: 100%; justify-content: flex-start;}
  .contact .client-reviews-section .slick-slide > div .author-wraper .visit-website{width: 150px;text-align: left;}
  .contact .client-reviews-section .client-review-article .author-wraper .visit-website a{font-size: 12px; padding-right: 0px;}
  .contact .client-reviews-section .slick-slide .author-content img{width: 48px;height: 48px;}
  .contact .client-reviews-section .slick-slide.slick-active > div{padding: 30px 18px 30px!important;}
  .contact .client-reviews-section .viewAllReview a { font-size: 12px;}
  .contact section.client-reviews-section.service-detail-clients .slick-slide{margin-right: 0px;}
  .contact .client-reviews-section .slick-slide.slick-active > div{transition: none;}
  .contact section.client-reviews-section.service-detail-clients .viewAllReview{bottom: 60px;}

  /* Protfoio error */
  .NoResultFoundText{padding: 35px 0px 50px; font-size: 28px;}
  body .podcast-banner h3.red{font-size: 28px;}
}
@media screen and (max-width:480px) {

  body .podcast-banner .social-icons.list-page-icons a:hover:before{
    background-size: 35px;
    width: 35px;
    height: 35px;
  }
  body .podcast-banner .social-icons.list-page-icons a{margin: 0 7px;}
  body .podcast-banner .social-icons.list-page-icons a img {
    width: 35px;
    height: 35px;
}
 body section.header-banner.podcast-banner .mm-content h1 {
    font-size: 55px;
    line-height: 1.0 !important;
}
  body .podcast-banner h3.red{font-size: 16.46px;text-align: center;}
  body .podcast-banner .podcast-container .podcast .featured-img{height: auto;}
  body .podcast-banner .podcast-container .podcast .featured-img:after{background-size: 50px;}
  .all-portfolios .mm-portfolio img{height: 380px;}
  section.header-banner.case-studies .mm-container .mi-hero-section-img { position: static; width: 100%; }
    .client-reviews-section .slick-slide .author-content{ flex-direction: row; text-align: left; }
    .client-reviews-section .slick-slide .author-content .author-head-desc { padding: 0px 0px 0px 15px; }
    .client-reviews-section .client-review-article { padding: 40px 30px; }
    .client-reviews-section .client-review-article p { font-size: 14px; }
    .contact .client-reviews-section .slick-slide .author-content{ flex-direction: row; text-align: left; }
    .contact .client-reviews-section .slick-slide .author-content .author-head-desc { padding: 0px 0px 0px 15px; }
    .contact .client-reviews-section .client-review-article { padding: 40px 30px; }
    .contact .client-reviews-section .client-review-article p { font-size: 14px; }
    /* Protfoio error */
    .NoResultFoundText{padding: 30px 0px 80px; font-size: 24px;}
    body section.ourValuedclients .mm-container .clientss .mm-client{
      width: 100%;
      margin-right: 0;
    }
}

/* MEDIA QUERIES  */

@media screen and (max-width:1630px){
  /* New Contact Us */
  .contactUsMain .container{max-width: 1440px;}
  /* Our Global Presence Section */
  .ourGlobalPresenceMain .container{max-width: 1440px;}
}

@media screen and (max-width:1480px){
  /* New Contact Us */
  .contactUsMain .container{max-width: 1280px;}
  .contactUsMain .headingContent h2 { font-size: 50px;}
  .contactUsMain .headingContent p { font-size: 16px;}
  /* Our Global Presence Section */
  .ourGlobalPresenceMain .headingContent h2 { font-size: 40px;}
  .ourGlobalPresenceMain .container{max-width: 1280px;}
  .ourGlobalPresenceMain .locationContent .locationCard .slick-dots { top: 265px;right: 30px;}
  .ourGlobalPresenceMain .locationContent .locationCard .card { padding: 0px; }
  /* .ourGlobalPresenceMain .locationContent .locationCard .card::before { height: calc(100% - 145px);} */
  .ourGlobalPresenceMain .locationContent .locationCard .card .locationImg { height: 300px;}
  .ourGlobalPresenceMain .locationContent .locationCard .card .locationName h4 { font-size: 28px;}
  .ourGlobalPresenceMain .locationContent .locationCard .card .locationName img{top: 7px; width: 26px; height: 26px; object-fit: contain;}
  .ourGlobalPresenceMain .locationContent .locationCard .card .locationDetail .subName { font-size: 18px;}
  .ourGlobalPresenceMain .locationContent .locationCard .card .locationDetail .location a { font-size: 13px;}
  .ourGlobalPresenceMain .locationContent .locationCard .card .locationDetail .phone a { font-size: 13px;}
  .ourGlobalPresenceMain .locationContent .locationCard .card .locationDetail .email a { font-size: 13px;}
}

@media screen and (max-width:1380px){
  /* New Contact Us */
  .contactUsMain .container{max-width: 1080px;}
  .contactUsMain .contactFormContent .row .feild input#inpfile::before { line-height: 1.8em;}
  .contactUsMain .contactFormContent .updateSupport { font-size: 13px !important;}
  /* Our Global Presence Section */
  .ourGlobalPresenceMain .container{max-width: 1080px;}
}

@media screen and (max-width:1150px){
  /* ADNAN CSS */
  body .client-review-article .author-wraper .visit-website { width: 34%;}

  /* New Contact Us */
  .contactUsMain{overflow: hidden;}
  .contactUsMain .container{max-width: 95%;}
  /* Our Global Presence Section */
  .ourGlobalPresenceMain .headingContent h2 { font-size: 35px;}
  .ourGlobalPresenceMain .container{max-width: 95%;}
  /* .ourGlobalPresenceMain .locationContent .locationCard .card { padding: 260px 20px 30px 20px; } */
  .ourGlobalPresenceMain .locationContent .locationCard .card .locationName { padding: 0px 0px 10px 28px;}
  .ourGlobalPresenceMain .locationContent .locationCard .card .locationName h4 { font-size: 24px;}
  .ourGlobalPresenceMain .locationContent .locationCard .card .locationName img{width: 20px; height: 20px;}
  .ourGlobalPresenceMain .locationContent .locationCard .card .locationDetail { padding: 15px 28px 15px 28px;}
  .ourGlobalPresenceMain .locationContent .locationCard .card .locationImg { height: 250px;}
  .ourGlobalPresenceMain .locationContent .locationCard .slick-dots { top: 210px;right: 20px;}
  body section.header-banner.service-banner.detailed .mm-content {
    max-width: calc(100% - 300px) !important;}
    body.services section.header-banner.service-banner.detailed .mm-content {
      max-width: 100% !important;
    }
}

@media screen and (max-width:980px){
  section.client-reviews-section {
    padding: 80px 30px 110px 30px;
}
  /* New Contact Us */
  .contactUsMain .contactFormContent .row .feild { width: calc(50% - 10px);}
}

@media  screen and (max-width:768px){

  /* Our Global Presence Section */
  .ourGlobalPresenceMain .locationContent { flex-wrap: wrap; }
  .ourGlobalPresenceMain .locationContent .locationCard { width: 100%; margin: 0px 0px 30px;}
  /* PortFolio */
  .portfolio-banner .work-content form { width: 80%;}
  .portfolio-banner .work-content form input { font-size: 14px; padding: 5px 50px 5px 25px;}


/* ADNAN CSS */
/* TESTIMONIALS */
body .mm-client-review .client-review-article .author-wraper .visit-website {
  width: 66%;
}
}

@media only screen and (max-width:667px){
  /* New Contact Us */
  .podcast_main .flex section.podcast-featured-latest .featured_podcast-container .podcast a .right-content-podcast > p{font-size: 14px;}
  .contactUsMain .contactFormContent .row .feild{width: 100%;}
  .contactUsMain .contactFormContent .privacy-policy{flex-wrap: wrap;}
  .contactUsMain .contactFormContent .privacy-policy .never-des{width: 100%; padding: 0px; margin-bottom: 20px !important;}
  .contactUsMain .contactFormContent .privacy-policy .privacy-btn{width: 100%;}
  .ourGlobalPresenceMain { padding: 60px 0px 40px;}
  /* PortFolio */
  .mm-work-btns.desktop { display: none; }
  .mobile-category { display: block;overflow: initial;padding-bottom: 50px; }
  .mobile-category .categorymenu_mobile{max-width: 80%;}
  .mobile-category .categorymenu_mobile #show-category{width: 100%; border: 1px solid rgba(7, 32, 95, 0.17); font-size: 12px; font-family: 'Poppins'; line-height: 2em; padding: 5px 50px 5px 25px; border-radius: 50px; color: var(--blue); position: relative;}
  .mobile-category .categorymenu_mobile #show-category:before{right: 15px; top: 6px; position: absolute; font-weight: 500; color: var(--red);}
  .mobile-category .categorymenu_mobile .category-toggle{height: 215px; overflow: auto;position: absolute; width: calc(100% - 25px); z-index: +9; top: 40px; left: 50%; transform: translate(-50%, 0%);border: 1px solid rgba(7, 32, 95, 0.17);}
  .mobile-category .categorymenu_mobile .category-toggle .mob-cat{background: #FFF !important;}
  .mobile-category .categorymenu_mobile .category-toggle .mob-cat li a{color: var(--red);
  }

}


@media screen and (max-height:990px) {
  body div#cboxWrapper{ overflow-y: hidden !important; }
  body #cboxLoadedContent .jop_upForm { padding: 3% 4% 4% 4% !important; }
  body .job-pop-form h3 { padding-bottom: 15px; }
  body .twoColRow,body .oneColRow { margin-bottom: 10px; }
  body .job-pop-form p.personal-para20px { padding-top: 20px; }
  body .jop_upForm .uploadresumeupload { margin-top: 20px; }
}
@media screen and (max-height:788px) {
  body #cboxLoadedContent .jop_upForm { height: 700px; overflow: auto; }
}
@media only screen and (max-height:667px) {
  body #cboxLoadedContent .jop_upForm { height: 600px; overflow: auto; }
  .contactUsMain .contactFormContent .row .file-input.feild{margin-bottom: 40px;}
  body .client-reviews-section .slick-slide > div .author-wraper .visit-website { width: 150px; text-align: left; }
  
}


@media (max-width: 1800px) {
  .about-image img {
    right: 90px;
  }
  .group-mneuwork .side-menu ul li a.year-active:before {
    left: -80px;
  }
}
@media screen and (max-width: 1668px) {
  /* SERVICE PAGE */

  .our-service .my-application .app {
    padding: 0 2%;
  }

  /* CASE STUDY PAGE  */

  section.mm-light-blue-desc-sec.opportunityAndChallenges {
    max-height: 918px;
  }

  section.mm-light-blue-desc-sec.opportunityAndChallenges .left-image {
    max-height: 918px;
  }

  section.mm-light-blue-desc-sec.opportunityAndChallenges .left-image img {
    min-height: 918px;
  }

  .casestudies-sec .mm-casestudies .tob-image img {
    width: 700px;
  }

  section.mm-light-blue-desc-sec.opportunityAndChallenges.taleemOpportunity {
    max-height: 1070px;
  }

  section.mm-light-blue-desc-sec.opportunityAndChallenges.taleemOpportunity
    .left-image {
    max-height: 1070px;
  }

  section.mm-light-blue-desc-sec.opportunityAndChallenges.taleemOpportunity
    .left-image
    img {
    min-height: 1070px;
  }

  /* JOBS PAGE  */

  .recruitment-process .five-steps {
    justify-content: center;
  }

  .recruitment-process .five-steps .recruitment-step {
    position: relative;
    margin-right: 8%;
  }

  .recruitment-process .recruitment-step::after {
    width: 100px;
    left: 130px;
  }

  .recruitment-process .recruitment-step:first-child:before {
    left: -60px;
    width: 50px;
  }

  .recruitment-process .recruitment-step:last-child:after {
    width: 50px;
  }

  .job-specs-section
    .job-requirements
    .reqirement-appllication
    .requirement-skills {
    width: 60%;
  }

  .requirement-apply .applynow a.mm-home-btn {
    padding: 12px 60px;
  }

  .about.even .about-image::before {
    left: -93px;
  }
  .about.even h2:before {
    right: -38px;
  }


  /* OUR CLIENTS  */

  .client-title h3 {
    font-size: 15px;
    padding-bottom: 12px;
  }

  /* REFEREL PARTNER  */

  .become-a-partner .partner-payments .partner-box .partner-sales h2 {
    font-size: 35px;
  }

  .become-a-partner .partner-payments .partner-box .partner-sales {
    padding: 18% 0 13% 0;
  }

  /* SERVICE DETAIL  */

  .expertise-in-industry .expertise {
    padding: 35px 20px;
  }

  /* .services-work-delivered .mm-portfolio p {
    min-height: 100px;
  } */

  section.mm-the-process-sec .process-steps .mm-steps:after {
    width: 250px;
  }

  .mm-party-images img:nth-child(2),
  .mm-party-images img:nth-last-child(3) {
    width: 704px;
  }

  .mm-party-images img {
    width: 100%;
    object-fit: cover;
    min-height: auto;
  }

  /* .technology-worked-on .our-tech .technology-box {
    padding: 0px;
  } */

  .technology-worked-on .our-tech {
    flex-wrap: wrap;
  }

  .technology-worked-on .our-tech .technology-box {
    margin-bottom: 40px;
  }

  .mm-client-popup-wrapper {
    position: relative;
    padding: 156px 164px;
  }

  .client-review-popup:before {
    left: auto;
  }
}

@media screen and (max-width: 1650px) {
  .our-service .my-application .apps .app h2 {
    font-size: 40px;
    line-height: 2.7rem;
    padding-right: 25%;
  }
  section.header-banner.service-banner {
    padding-bottom: 0;
  }
  .about-image img:not(.about-image.aos-init img) {
    width: 60%;
  }
  section.header-banner.service-banner .mm-content {
    padding: 20% 0px 2% 0 !important;
  }
  body.news-updates section.header-banner.service-banner .mm-content {
    padding: 20% 0px 2% 0 !important;
  }
  body.about-us section.about-us-content-sec {
    margin-left: 340px;
  }

  .mm-party-images a.news_events::after {
    width: 55px;
    height: 55px;
  }
}

@media screen and (max-width: 1573px) {
  .dearing-studio-sec.contentImage .left-image img {
    min-height: 107vh;
  }
}
@media screen and (max-width: 1550px) {
  .our-service .my-application .apps .app h2 {
    font-size: 30px;
    line-height: 1.9rem;
    padding-right: 15%;
  }
  .our-service .my-application .apps {
    margin-bottom: 7.5%;
  }
  .our-service .my-application .apps:nth-child(2n + 2) {
    transform: translate(0px, 120px);
  }
  .about {
    padding-bottom: 150px;
  }
  body.about-us section.about-us-content-sec {
    margin-left: 280px;
  }

  /* .contentImage { max-height: 1215px; } */
}

@media screen and (max-width: 1440px) {

  /* .technology-worked-on .our-tech .technology-box{
    width: calc(100% / 6 - 2%);
  } */

  .news-event-listing .blog .blog-image img{
    max-height: none!important;
    min-height: auto!important;
    height: 100%!important;
  }

  .genetech-blogs .all-blogs .blog .blog-image img {
    max-height: 305px;
    min-height: 300px;
  }
  /* Genetech People */
  .mm-party-images a.news_events { height: 250px; }
  .our-values .work-content .our-value-content .our-value-icon img {width: 100%; }
}
@media screen and (max-width: 1400px) {
  .dearing-studio-sec.contentImage .left-image img {
    min-height: 111vh;
  }
  .casestudies-sec .mm-casestudies .casestudies-content{margin-right: 2%;}
}
@media only screen and (max-width: 1450px) {

  .header-banner.thankyou .ty-smile {
    width: 31px;
    display: inline-block;
  }

  .header-banner.thankyou .ty-smile img {
    width: 100%;
  }

  .group-mneuwork .side-menu {
    top: 570px !important;
  }

  .useful-links .services-cnt-box.privacy-tiltle {
    padding-top: 180px;
  }

  /* SERVICE PAGE */

  .our-service .my-application .apps .app a.mm-home-btn {
    font-size: 16px;
  }

  /* .author-wraper .visit-website {
    width: 30%;
  } */

  section.mm-the-process-sec .process-steps .mm-steps:after {
    width: 200px;
    right: -35%;
  }

  .mm-party-images img:nth-child(2),
  .mm-party-images img:nth-last-child(3) {
    width: 500px;
  }

  /* CASE STUDY DETAIL PAGE  */

  .mm-solution-sec .t-sol .left-image img {
    object-fit: contain;
  }

  section.mm-light-blue-desc-sec.pieForms {
    max-height: 1093px;
  }

  section.mm-light-blue-desc-sec.pieForms .left-image img {
    min-height: 1093px;
  }

  section.mm-light-blue-desc-sec.pieForms .left-image {
    max-height: 1093px;
  }

  section.mm-light-blue-desc-sec.nationalCenter {
    max-height: 1050px;
  }

  section.mm-light-blue-desc-sec.nationalCenter .left-image {
    max-height: 1050px;
  }

  section.mm-light-blue-desc-sec.nationalCenter .left-image img {
    min-height: 1050px;
  }

  section.mm-light-blue-desc-sec.opportunityAndChallenges.dearingChallenge {
    max-height: 1100px;
  }

  section.mm-light-blue-desc-sec.opportunityAndChallenges.dearingChallenge
    .left-image {
    max-height: 1100px;
  }

  section.mm-light-blue-desc-sec.opportunityAndChallenges.dearingChallenge
    .left-image
    img {
    min-height: 1100px;
  }

  /* PORTFOLIO PAGE  */

  .portfolio-divs .all-portfolios .mm-portfolio:nth-child(2n + 2) {
    margin-left: 76px !important;
  }

  /* FREE IMAGES  */

  section.free-images-section ul li .test .shere-sec {
    padding: 37px;
  }

  

  section.free-images-section ul li .test .shere-sec a.blog-link {
    font-size: 25px;
    line-height: 40px;
  }
  .about.even .about-content {
    padding-right: 30px;
  }
  .our-service .my-application .apps .app h2 {
    font-size: 28px;
    line-height: 2rem;
  }
  h2 {
    font-size: 45px;
  }
  .our-service .my-application .apps .app p {
    font-size: 16px;
    line-height: 1.6rem;
  }
  .our-service .my-application .apps {
    margin-bottom: 4.5%;
  }
  .our-service .my-application .apps .app-image {
    margin-right: 4%;
  }
  .portfolio-banner .work-content p {
    font-size: 18px;
    line-height: 1.9rem;
    padding: 25px 30px 40px;
  }
  section.become-a-partner .mm-content p {
    font-size: 18px;
  }
  .portfolio-banner {
    padding-top: 170px;
  }
  .portfolio-divs .all-portfolios .mm-portfolio img {
    height: 450px;
  }
  .portfolio-divs .all-portfolios .mm-portfolio {
    margin: 0px 0px 40px;
  }
  .portfolio-divs .all-portfolios .mm-portfolio h2 {
    padding: 25px 0 15px 0;
    font-size: 28px;
  }
  .portfolio-divs .all-portfolios .mm-portfolio p {
    font-size: 16px;
  }
  .portfolio-divs .all-portfolios .mm-portfolio p span{
    font-size: 16px;
  }

  .our-service .my-application .apps:nth-child(2n + 2) {
    transform: translate(0px, 80px);
  }
  .job-specs-section .job-requirements.grey {
    padding: 50px;
  }
  .casestudies-sec .mm-casestudies .casestudies-content h2 {
    line-height: 30px;
    font-size: 25px;
    padding: 2% 0;
    margin-top: 10px;
    
  }
  .about-company-culture .mm-company-benefits .mm-content h2 {
    font-size: 45px;
    line-height: 56px;
    padding-bottom: 15px;
  }
  .about-company-culture .mm-company-benefits .mm-content p {
    font-size: 16px;
    line-height: 1.8rem;
  }
  .about {
    padding-bottom: 100px;
  }
  .About-us .work-content p {
    font-size: 18px;
    line-height: 2rem;
  }
  .about-content h2 {
    font-size: 40px;
  }
  section.About-us.header-banner.service-banner {
    padding: 200px 0 50px 0;
  }
  .skills-acquired p {
    font-size: 18px;
  }
  .skills-acquired h1 {
    font-size: 40px;
  }
  section.become-a-partner .mm-content h1 {
    font-size: 40px;
  }
  .industry-content h2,
  .consortium-content h2 {
    font-size: 35px !important;
  }
  .testimonials-banner .work-content p {
    padding-bottom: 30px;
  }
  section.testimonials-slider-section
    .client-testimonials
    .mm-testimonials
    .mm-test-content
    .clientss-img {
    width: 100%;
    max-width: 50px;
  }
  .mi-our-focus-section-btn a {
    font-size: 18px;
    padding: 12px 35px;
  }
  /* .services-work-delivered .all-portfolios .mm-portfolio a img {
    height: 500px;
  } */

  /* ADNAN CSS */
  /* Testimonals */
  body .author-wraper .visit-website {width: 30%;}
  body.industry section.header-banner.service-banner.detailed .mm-content {padding: 1% 0px 0% 0 !important; }

  /* about  */
  .about-image img {
    right: 60px;
  }
  body.about-us section.about-us-content-sec {
    margin-left: 260px;
  }
  .group-mneuwork .side-menu ul li a.year-active:before {
    width: 60px;
    left: -62px;
  }
}
@media screen and (max-width: 2560px) {
  .about-image:not(.about-image.aos-init) {
    top: 200px;
  }
  .group-mneuwork .side-menu {
    left: 270px;
  }
  body.about-us section.about-us-content-sec .mm-container {
    max-width: 100%;
  }
  body.jobs #cboxContent {
    margin: 30px 0;
  }
}
@media screen and (max-width: 1920px) {
  body.jobs #cboxContent {
    margin: 30px 0;
  }
  .group-mneuwork .side-menu {
    left: unset;
  }
  body.about-us section.about-us-content-sec .mm-container {
    max-width: unset;
  }
  .about-image:not(.about-image.aos-init) {
    top: 30px;
  }
}
@media screen and (max-width: 1500px) {
  .about-image:not(.about-image.aos-init) {
    top: 50px;
  }
}
@media screen and (max-width: 1280px) {

  section.contact-form.contact-us_form .mm-container{ max-width: 452px }
  section.header-banner.service-banner.detailed .mm-content{ max-width: calc(100% - 355px) !important;padding: 0px 50px 2% 0 !important; }
  .contact-us_form .row .formTitle h3 { font-size: 22px;}

  body.news-events .mm-party-images a.news_events {
    height: 250px;
  }
 
  .mm-party-images img{min-height: 100%;width: 100%; max-width: 100%;}

  /* new about  */

  .group-mneuwork .side-menu {
    top: 570px !important;
  }
  
  section.About-us.header-banner.service-banner .work-content.mm-content {
    padding-left: 100px;
    max-width: 100% !important;
  }
  body.about-us section.header-banner.service-banner .mm-content {
    padding-left: 17.5%;
  }
  .group-mneuwork .side-menu ul li a.year-active:before {
    width: 45px;
    left: -40px;
  }
  /* section.header-banner.service-banner .mm-content { margin-left: 130px; } */
  body.about-us section.about-us-content-sec {
    margin-left: 170px;
  }
  body.about-us section.about-us-content-sec h3 {
    font-size: 26px;
    line-height: 40px;
    max-width: 410px;
  }
  .skills-acquired p{
    font-size: 14px;
    line-height: 1.8em;
  }
  body.about-us section.about-us-content-sec p {
    max-width: 440px;
    padding-bottom: 10px;
    font-size: 14px;
  }
  .about-image img {
    right: 40px;
  }
  .about-image img:not(.about-image.aos-init img) {
    right: 40px;
    width: 80%;
  }
  .group-mneuwork .side-menu ul li a {
    font-size: 17px;
    line-height: 62px;
  }

  .skills .list-skills-aquired ul.list-skills li img {
    width: 100%;
  }

  /* SERVICE PAGE */

  /* section.client-reviews-section.service-detail-clients .slick-prev:before {
    left: 0;
  } */

  .our-service .my-application .apps .app a.mm-home-btn {
    font-size: 15px;
    padding: 12px 30px;
  }

  .our-service .my-application .apps .app p {
    padding: 5% 0;
    font-size: 16px;
    line-height: 1.7rem;
  }

  .our-service .my-application .apps .app h2 {
    font-size: 25px;
    line-height: 2rem;
  }

  .our-service .my-application .apps .app-image img {
    height: auto;
  }

  /* .our-service .my-application .apps:nth-child(odd) { margin-right: 55px; } */

  .our-service .apps .app-image img {
    width: 165px;
    object-fit: cover;
  }

  .our-service .my-application .apps .app-image {
    margin-right: 3%;
  }

  /* PORTFOLIO PAGE  */

  .portfolio-divs .all-portfolios .mm-portfolio p {
    min-height: 120px;
  }

  .portfolio-divs .all-portfolios .mm-portfolio h2 {
    font-size: 20px;
    line-height: 2.2rem;
  }

  .casestudies-sec .mm-casestudies .tob-image img {
    width: 600px;
  }

  section.portfolio-banner.header-banner .work-content.mm-content{ max-width: 100% !important;}

  .portfolio-banner .work-content p { padding: 25px 30px 30px; }

  .portfolio-divs .all-portfolios .mm-portfolio p.portfolio_location{font-size: 16px;}

  /* LIFE @ GENETECH  */

  .genetech-blogs .all-blogs .blog .blog-content h2 {
    font-size: 30px;
    line-height: 1.3em;
  }

  .genetech-blogs .all-blogs .blog .blog-content p {
    min-height: 110px;
  }

  .job-popup .mm-popup ul li {
    font-size: 12px;
  }

  .contact-form textarea#services {
    width: 97.6%;
  }

  .about-content p {
    padding: 0 10% 4% 0%;
  }

  .about-content p {
    font-size: 16px;
    line-height: 1.8rem;
  }

  .recruitment-process .five-steps .recruitment-step {
    margin-right: 4%;
  }

  .recruitment-process .five-steps .recruitment-step .process-heading h4 {
    font-size: 14px;
  }

  .recruitment-process .recruitment-step::after {
    width: 70px;
    left: 113px;
  }

  .recruitment-process .recruitment-step:first-child:before {
    left: -46px;
  }

  .recruitment-process .recruitment-step:last-child:after {
    bottom: 4px;
    left: 76px;
  }

  .jobs-opening .all-jobs-opening .job-opened h3 {
    font-size: 16px;
  }

  .jobs-opening .all-jobs-opening .job-opened {
    padding: 25px;
  }

  .jobs-opening .all-jobs-opening .job-opened h4 {
    padding-left: 8%;
  }

  .requirement-apply .applynow a.mm-home-btn {
    padding: 12px 20px;
  }

  .requirement-apply .applynow a.mm-home-btn {
    font-size: 16px;
  }

  .about-us-content-sec .mm-container::before {
    left: calc(50% - 54px);
  }

  .about-us-content-sec .about .dot {
    left: calc(50% - 52px);
  }

  /* OUR CLIENTS  */

  .ourValuedclients .clientss {
    justify-content: space-between;
  }

  .ourValuedclients .clientss .mm-client {
    width: 48%;
  }

  .client-title h3 {
    padding-bottom: 20px;
    font-size: 18px;
  }

  /* REFEREL PARTNER  */

  .become-a-partner .partner-payments .partner-box .partner-sales {
    padding: 27% 0 0 0;
  }

  .become-a-partner .partner-payments .partner-box .partner-sales h2 {
    font-size: 30px;
  }

  .industries-expertise .expertise-In .m1-rs-industries-content {
    width: calc(100% / 3 - 45px);
  }

  .industries-expertise
    .expertise-In
    .m1-rs-industries-content:nth-child(3n + 3) {
    margin: 0 0 40px 0 !important;
  }

  .industries-expertise
    .expertise-In
    .m1-rs-industries-content:nth-child(4n + 4) {
    margin: 0 44px 40px 0;
  }

  .industries-expertise .expertise-In .m1-rs-industries-content:last-child {
    margin: 0;
  }

  .privacy-description ul li {
    padding-left: 4%;
  }

  /* TESTIMONIALS  */

  .testimonials-slider-section button.slick-prev.slick-arrow {
    left: 43%;
  }

  .testimonials-slider-section button.slick-next.slick-arrow {
    left: 5%;
  }

  .client-reviews-section .client-review-article p {
    font-size: 15px;
  }

  .author-content .author-head-desc h4 {
    font-size: 16px;
  }

  .author-content .author-head-desc h5 {
    font-size: 12px;
  }

  .author-wraper .visit-website a {
    font-size: 12px;
  }
   /* ADNAN CSS */
  .author-content { max-width: 65%; width: calc(100% - 150px); }
  

  .client-reviews-section .client-review-article {
    padding: 72px 30px;
  }

  .author-wraper .visit-website {
    width: 35%;
  }

  /* SERVICE DETAIL  */

  /* .our-focus-section .our-focus .services-focus .our-focus-section {
    width: calc(100% / 2 - 45px);
  } */

  body .our-focus-section
    .our-focus
    .services-focus
    .our-focus-section:nth-child(2n + 2) {
    margin: 0 0 2% 0;
  }

   /* .our-focus-section
    .our-focus
    .services-focus
    .our-focus-section:nth-child(3n + 3) {
    margin: 0 2% 2% 0;
  }  */
/* ADNAN CSS */
  /* .our-focus-section .our-focus .services-focus .our-focus-section:nth-child(2n + 2) { margin-right: 0; } */

  .expertise-in-industry .expertise {
    padding: 20px 10px;
  }

  .expertise-in-industry .expertise h4 {
    font-size: 15px;
  }

  section.header-banner.service-banner.portfolio-detail {
    padding-bottom: 100px;
  }

  /* CASE STUDY DETAIL  */

  /* section.header-banner.case-studies .mm-content {
    max-width: 60% !important;
    /* transform: translate(0px, 200px); */
  } */

  .right-content h2 {
    padding-bottom: 35px;
    font-size: 35px;
    line-height: 40px;
  }

  .mm-light-blue-desc-sec .right-content {
    padding: 4%;
  }

  .mm-light-blue-desc-sec.opportunityAndChallenges .right-content {
    padding: 4%;
  }

  ul.mm-list-item li::before {
    top: 4%;
    left: -20px;
  }

  ul.mm-list-item li {
    padding-left: 2%;
  }

  .mm-solution-sec .right-content {
    padding: 4%;
  }

  .specsAndDeliverables .mm-specs .mm-del-specs {
    padding: 30px;
  }

  .specsAndDeliverables .mm-specs .mm-del-specs h4 {
    font-size: 20px;
  }

  section.mm-the-process-sec .process-steps .mm-steps:after {
    width: 130px;
    right: -26%;
  }

  .mm-party-images img:nth-child(2),
  .mm-party-images img:nth-last-child(3) {
    width: 100%;
  }

  /* section.mm-project-launch-party { margin-top: -150px; } */

  /* .contentImage { max-height: 1215px; } */

  section.contentImage.mm-light-blue-desc-sec .left-image {
    min-height: 1230px;
  }

  .contentImage .left-image img {
    min-height: 1280px;
  }

  section.mm-light-blue-desc-sec.opportunityAndChallenges.taleemOpportunity {
    max-height: 1320px;
  }

  section.mm-light-blue-desc-sec.opportunityAndChallenges.taleemOpportunity
    .left-image {
    max-height: 1320px;
  }

  section.mm-light-blue-desc-sec.opportunityAndChallenges.taleemOpportunity
    .left-image
    img {
    min-height: 1320px;
  }

  /* thankyou  */

  .genetech-progress .progress-numbers .progress h2 {
    font-size: 50px;
  }

  .genetech-progress .progress-numbers .progress h4 {
    font-weight: 600;
    font-size: 20px;
    padding-top: 5px;
  }

  /* MANAGED HOSTING  */

  .hosting-services .h-services .mm-services {
    padding: 45px 10px;
    min-height: 278px;
  }

  .hosting-services .h-services .mm-services h4 {
    font-size: 18px;
  }

  .hosting-services .h-services .mm-services p {
    font-size: 16px;
    padding: 0 6%;
  }

  .mm-hosting img {
    width: 212px;
    height: 162px;
    object-fit: contain;
  }

  .share-hosting .hosting-plan a {
    padding: 25px;
  }

  .share-hosting .hosting-plan a h3 {
    padding-top: 20px;
    font-size: 25px;
  }

  /* FREE IMAGES  */

  section.free-images-section ul li .test .shere-sec {
    padding: 32px;
    min-height: 170px;
  }

  section.free-images-section ul li .test .shere-sec a.blog-link {
    font-size: 20px;
    line-height: 32px;
  }
  .portfolio-divs .all-portfolios .mm-portfolio h2 {
    font-size: 20px;
    line-height: 1;
  }
  .about-company-culture .mm-company-benefits .mm-content h2 {
    font-size: 35px;
    line-height: 45px;
  }
  section.become-a-partner .mm-content h1 {
    font-size: 35px;
  }
  .industry-content h2,
  .consortium-content h2 {
    font-size: 30px !important;
  }

  /* News and Event Page */
  .news-event-listing .blog-image { height: 300px;}
  body.news-events .news-event-listing .blog .blog-content p{min-height: 155px;overflow: hidden;}
  /* News and Event Page END*/


  .genetech-blogs .all-blogs .blog .blog-image img {
    min-height: 240px;
  }


@media (max-width: 1120px) {
  .about-image img {
    right: 10px;
  }
  .about-image img:not(.about-image.aos-init img) {
    right: 10px;
    width: 70%;
  }
}

@media screen and (max-width: 1050px) {
  section.mm-the-process-sec .process-steps .mm-steps:after {
    width: 100px;
    right: -24%;
    top: 19%;
  }
}

@media screen and (max-width: 1024px) {
  /* life@Genetech video Section */
  .iframe-video{
    width: 90%;
    height: 600px;
  }
/* ADNAN CSS */
/* TESTIMONIALS PAGE */
  body .author-wraper { display: flex; align-items: flex-start; justify-content: space-between; padding-top: 8%; flex-direction: column; }
  body .author-content { width: calc(100% - 30px); padding-bottom: 20px; max-width:90%; }
  body  .author-wraper .visit-website { width: 38%;  margin-left: auto;}
  

  section.header-banner.service-banner .mm-content {
    padding: 180px 0 6% 0!important;
  }
  .dearing-studio-sec.contentImage .left-image img {
    min-height: 127vh;
  }

  /* Our Value */
  .header-banner .mm-content h1{font-size: 48px;}
  .our-values .work-content h1 { font-size: 48px !important; }
  .our-values .work-content .our-value-content .bottom-content{font-size: 20px;}
}

@media only screen and (max-width: 980px) {


  /* Services CaseStudy */
  body .casestudies-sec.servicesCaseStudyContent .mm-casestudies{flex-direction: column;}
  /* Services CaseStudy End*/

  .header-banner.thankyou .ty-smile {
    width: 24px;
  }
  .genetech-blogs .all-blogs .blog .blog-image img { max-height: 205px; min-height: 200px; }

  body.news-events .mm-party-images a.news_events {
    width: calc(33% - 16.66px);
  }

  body.news-events .mm-party-images a.news_events:nth-child(3n){
    margin: 0 0px 25px 0;
  }

  body.news-events .mm-party-images a.news_events:nth-child(4n){
    margin: 0 25px 25px 0;
  }
    

  section.header-banner.service-banner.detailed .mm-content {
    max-width: 100%!important;
    padding: 0px 0px 2% 0 !important;
    margin: 150px 0px 0px;
  }
  .services_banner_flex {
    flex-direction: column;
  }
  body .services_banner_flex .mm-content {
    max-width: 100% !important;
    text-align: center !important;
  }
  body
    .services_banner_flex
    .contact-form-z
    section.contact-form.contact-us_form {
    margin-top: 0;
  }
  body .services_banner_flex .contact-form-z {
    margin-top: 0!important;
    width: 100%;
  }
  /* new about  */
  .about-image:not(.about-image.aos-init) {
    top: 0;
  }
  body.jobs #cboxContent {
    margin: 0px 0px;
  }
  body.about-us section.about-us-content-sec {
    margin-left: 0;
  }
  .group-mneuwork .side-menu {
    top: 580px !important;
  }
  /* .group-mneuwork .side-menu ul { display: flex; } */
  .group-mneuwork .side-menu ul {
    width: 100%;
  }
  .group-mneuwork .side-menu {
    position: static;
  }
  /* .group-mneuwork .side-menu:last-child{
    display: none;
  } */
  .group-mneuwork .side-menu.fixed {
    left: 0;
    position: fixed;
    top: 100px !important;
    background: #fff;
    z-index: 999;
    padding: 5px 0;
    width:100%;
  }
  .group-mneuwork .side-menu {
    position: static;
  }
  .group-mneuwork .side-menu ul li a.year-active:before {
    display: none;
  }
  .group-mneuwork .side-menu ul li a.year-active {
    padding-left: 0;
    border-bottom: 1px solid var(--red);
    padding-bottom: 10px;
  }
  /* section.header-banner.service-banner .mm-content { margin-left: 0; } */
  body.about-us section.about-us-content-sec h3 {
    max-width: unset;
    text-align: center;
    font-size: 30px;
    line-height: 47.5px;
    padding-bottom: 26px;
  }
  body.about-us section.about-us-content-sec p {
    max-width: unset;
    text-align: center;
  }
  section.About-us.header-banner.service-banner .work-content.mm-content {
    padding-left: 0!important;
    max-width: unset !important;
    margin: auto;
    width: 100%;
  }
  body.about-us section.About-us.header-banner.service-banner {
    padding: 250px 0 50px 0;
  }
  .about {
    flex-direction: column !important;
  }
  .about-image {
    padding-bottom: 35px;
    width: 100%;
    justify-content: center;
  }
  .group-mneuwork .side-menu ul li a {
    font-size: 20px;
    /* pointer-events: none; */
  }
  .group-mneuwork .side-menu ul li {
    text-align: center;
  }
  .about .about-image {
    visibility: visible;
  }
  .about .about-image .divFadeUp,
  .about .about-image .divFadeDown {
    display: none;
  }

  /* new about end  */
  .dearing-studio-sec.contentImage .left-image img {
    min-height: 100vh;
  }

  section.client-reviews-section.service-detail-clients .slick-next {
    left: calc(50% + 35px);
    transform: translate(-50%, 0px);
  }
  section.header-banner.service-banner.detailed ul {
    display: block;
  }
  section.header-banner.service-banner.detailed ul li.tab-switch-mq {
    margin-bottom: 40px !important;
    width: calc(90% - 16px);
    margin: auto;
  }
  section.client-reviews-section.service-detail-clients .slick-prev {
    left: calc(50% - 35px);
    transform: translate(-50%, 0%);
  }

  section.mm-stats-count .mm-stats .mm-count {
    padding: 30px;
  }

  section.mm-stats-count .mm-stats .mm-count {
    width: calc(100% / 2 - 30px);
  }

  section.mm-stats-count .mm-stats .mm-count:nth-child(2n + 2) {
    margin-right: 0;
    margin-bottom: 20px;
  }

  section.mm-stats-count .mm-stats .mm-count {
    margin-bottom: 30px !important;
  }

  /* SERVICE PAGE */

  .our-service .my-application .apps {
    width: 100%;
  }

  /* SLICK SLIDER */
  /* body .casestudies-slider .slick-prev::before{content: "" !important; background: url(../images/arrow-red.svg)no-repeat center /contain; width: 31px; height: 14px; position: absolute; right: 0px; top: 50%; transform: translate(0px,-50%)scale(-1); opacity: .5; filter: grayscale(1); transition: .3s ease-in-out;}

body .casestudies-slider .button.slick-prev.slick-arrow{ bottom: 0px; top: inherit; right: 87px; left: inherit;width: 52px; height: 50px;z-index: 9;}
body .casestudies-slider .button.slick-prev.slick-arrow:before{content: ""; background: url(../images/arrow-red.svg)no-repeat center /contain; width: 31px; height: 14px; position: absolute; right: 0px; top: 50%; transform: translate(0px,-50%)scale(-1); opacity: .5; filter: grayscale(1); transition: .3s ease-in-out;}
body .casestudies-slider .button.slick-prev.slick-arrow:hover::before{opacity: 1; filter: grayscale(0);}
body .casestudies-slider .button.slick-prev.slick-arrow::after{content: ""; background: url(../images/Intersect-curve.svg)no-repeat center / contain; width: 24px; height: 100%; position: absolute; left: 0px; top: 0px; transform: scale(-1); opacity: 0; transition: .3s ease-in-out;}
body .casestudies-slider .button.slick-prev.slick-arrow:hover::after{opacity: 1;}
body .casestudies-slider .slick-next{bottom: -70px; top: inherit; right: 0px; left: inherit;width: 52px; height: 50px;}
body .casestudies-slider .slick-next::before{content: "";background: url(../images/arrow-red.svg)no-repeat center /contain;width: 31px;height: 14px;position: absolute;left: 0px;top: 50%;transform: translate(0px,-50%);opacity: .5; filter: grayscale(1);transition: .3s ease-in-out;}
body .casestudies-slider .slick-next:hover::before{opacity: 1; filter: grayscale(0);}
body .casestudies-slider .slick-next::after{content: "";background: url(../images/Intersect-curve.svg)no-repeat center / contain;width: 24px;height: 100%;position: absolute;right: 0px;top: 0px;opacity: 0;transition: .3s ease-in-out;}
body .casestudies-slider .slick-next:hover::after{opacity: 1;} */

  /* .our-service .my-application .apps .app h2 { font-size: 40px; line-height: 3rem; } */

  .our-service .my-application .apps .app p {
    padding: 5% 0;
    font-size: 18px;
    line-height: 2rem;
    max-width: 100%;
  }

  .our-service .my-application .apps .app a.mm-home-btn {
    font-size: 20px;
    padding: 15px 40px;
  }

  .our-service .my-application .apps:nth-child(2n + 2) {
    transform: translate(0);
  }

  .our-service .my-application .apps:nth-child(odd) {
    margin-right: 00px;
  }

  /* PORTFOLIO PAGE  */

  .portfolio-divs .all-portfolios .mm-portfolio .mm-work-btns {
    justify-content: flex-start;
  }

  .portfolio-divs .all-portfolios .mm-portfolio .mm-work-btns a {
    font-size: 12px;
  }

  .portfolio-divs .all-portfolios .mm-portfolio p {
    min-height: 90px;
  }
  .portfolio-divs .all-portfolios .mm-portfolio p span{
    font-size: 14px;
  }


  .portfolio-banner {
    padding-top: 200px;
  }

  .mm-work-btns.mobile {
    display: none;
  }

  .portfolio-divs .all-portfolios .mm-portfolio img {
    height: 450px;
    object-position:center;
  }

  /* CASE STUDIES  */

  section.mm-light-blue-desc-sec.opportunityAndChallenges.dearingChallenge {
    max-height: 100%;
  }

  section.mm-light-blue-desc-sec.opportunityAndChallenges.dearingChallenge
    .left-image {
    max-height: 100%;
  }

  section.mm-light-blue-desc-sec.opportunityAndChallenges.dearingChallenge
    .left-image
    img {
    min-height: 100%;
  }

  section.connect-section {
    border-bottom: none;
  }

  section.mm-light-blue-desc-sec.opportunityAndChallenges.taleemOpportunity {
    max-height: 100%;
  }

  section.mm-light-blue-desc-sec.opportunityAndChallenges.taleemOpportunity
    .left-image {
    max-height: 100%;
  }

  section.mm-light-blue-desc-sec.opportunityAndChallenges.taleemOpportunity
    .left-image
    img {
    min-height: 100%;
  }

  section.mm-stats-count {
    padding: 50px 0 0 0;
  }

  section.mm-solution-sec.pie-sol .right-content {
    padding: 0 5%;
  }

  section.mm-light-blue-desc-sec.nationalCenter {
    max-height: 100%;
    background: transparent;
  }

  section.mm-light-blue-desc-sec.nationalCenter .left-image {
    max-height: 100%;
  }

  section.mm-light-blue-desc-sec.nationalCenter .left-image img {
    min-height: 100%;
  }

  section.mm-light-blue-desc-sec.nationalCenter .right-content {
    background: rgba(7, 32, 95, 0.02);
  }

  .mm-light-blue-desc-sec .left-image img {
    margin-bottom: 0;
  }

  section.mm-light-blue-desc-sec.pieForms .right-content {
    background: rgba(7, 32, 95, 0.02);
  }

  section.mm-light-blue-desc-sec.pieForms .left-image {
    max-height: 100%;
  }

  section.mm-light-blue-desc-sec.pieForms .left-image img {
    min-height: 100%;
  }

  section.mm-light-blue-desc-sec.pieForms {
    background: transparent;
    max-height: 100%;
  }

  section.mm-light-blue-desc-sec.tasteOfBlue .right-content {
    background: rgba(7, 32, 95, 0.02);
  }

  section.mm-light-blue-desc-sec.tasteOfBlue .left-image img {
    min-height: 100%;
  }

  section.mm-light-blue-desc-sec.tasteOfBlue .left-image {
    max-height: 100%;
  }

  section.mm-light-blue-desc-sec.tasteOfBlue {
    max-height: 100%;
    background-color: transparent;
  }

  .contentImage .left-image img {
    max-width: 100%;
  }

  .contentImage .left-image img {
    min-height: 100%;
  }

  section.contentImage.mm-light-blue-desc-sec .left-image {
    min-height: auto;
  }

  section.contentImage.mm-light-blue-desc-sec .left-image img {
    margin-bottom: 0;
  }

  .contentImage {
    max-height: 100%;
  }

  section.mm-light-blue-desc-sec.opportunityAndChallenges {
    max-height: 100%;
  }

  section.mm-light-blue-desc-sec.opportunityAndChallenges .left-image {
    max-height: 100%;
    padding-top: 0;
  }

  section.mm-light-blue-desc-sec.opportunityAndChallenges .left-image img {
    min-height: 100%;
  }

  .contentImage,
  section.mm-light-blue-desc-sec.opportunityAndChallenges {
    background-color: transparent;
  }

  .contentImage .right-content,
  section.mm-light-blue-desc-sec.opportunityAndChallenges .right-content {
    background-color: rgba(7, 32, 95, 0.02);
  }

  .casestudies-sec .mm-casestudies {
    flex-direction: column;
  }

  .casestudies-sec .mm-casestudies .casestudies-content {
    max-width: 100%;
    margin-right: 0;
    width: 100%;
    text-align: left;
  }

  .casestudies-sec .mm-casestudies .casestudies-content { max-width: 645px; margin-left: 0%; }
  .casestudies-sec .mm-casestudies .casestudies-content p { font-size: 18px; padding: 0% 0 3% 0; color: #07205f; line-height: 37px; }

  .casestudies-sec .mm-casestudies .case-study-image {
    width: 100%;
  }

  .casestudies-sec .mm-casestudies .casestudies-content a {
    display: inline-block;
  }

  .casestudies-sec .casestudies-content {
    margin-bottom: 10%;
  }

  section.casestudies-sec.grey .casestudies-content {
    margin-bottom: 0;
  }

  section.casestudies-sec.grey .case-study-image {
    margin: 7% 0;
  }
  section.casestudies-sec.grey:last-child .case-study-image {
    margin-bottom: 0;
  }

  .casestudies-sec .mm-casestudies .tob-image {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }

  .tob-content {
    max-width: 100%;
  }

  section.casestudies-sec.casestudies-sec {
    transform: translate(0px);
  }

  /* section.casestudies-sec.sec { margin-top: -200px; } */

  section.casestudies-sec.grey .case-study-image {
    margin-right: 0;
  }

  .tob-image.desktop {
    display: none;
  }

  .tob-image.tablet {
    display: block;
  }

  .tob-image.tablet img {
    width: 100% !important;
  }

  /* OUR PRODUCTS PAGE  */
  body.product .about-company-culture .mm-company-benefits .mm-content h2 {
    max-width: 100%;
    text-align: center;
  }

  section.about-company-culture.products .mm-content {
    margin-right: 0;
    width: 100%;
    margin-bottom: 10%;
  }

  .about-company-culture .mm-company-benefits .mm-image {
    width: 100%;
  }

  section.about-company-culture.products .mm-company-benefits {
    flex-direction: column;
  }

  /* LIFE @ GENETECHS  */

  body .life-detail .mm-content {
    padding-top: 200px !important;
  }

  /* section.genetech-blogs { margin-top: -50px; } */

  .genetech-blogs .all-blogs .blog .blog-content {
    padding: 40px 25px;
  }

  .genetech-blogs .all-blogs .blog .blog-content h2 {
    font-size: 30px;
    line-height: 39px;
  }

  .genetech-blogs .all-blogs .blog .blog-content h4 {
    font-size: 16px;
  }

  .genetech-blogs .all-blogs .blog .blog-content a.mm-home-btn {
    font-size: 16px;
    padding: 10px 20px;
  }

  .genetech-blogs .all-blogs .blog .blog-content p {
    line-height: 1.9rem;
  }

  .iframe-box iframe {
    max-width: 580px;
    min-height: 395px;
    height: 100%;
  }

  .about-company-culture .mm-company-benefits {
    flex-direction: column;
    text-align: center;
  }

  .about-company-culture .mm-company-benefits .mm-content,
  .about-company-culture .mm-company-benefits .mm-image {
    width: 100%;
  }

  section.about-company-culture.odd .mm-company-benefits {
    flex-direction: column;
  }

  section.flashback-2019 {
    padding: 5% 0;
  }

  .job-popup .mm-popup ul li {
    width: 50%;
  }

  select#Budget\ {
    padding: 10px 60px 10px 10px;
  }

  .contact-form .privacy-policy button {
    font-size: 15px;
    padding: 10px 40px;
  }

  .contact-form .privacy-policy .privacy-text p {
    font-size: 12px;
  }

  /* ABOUT US  */

  .about-us-content-sec .about .dot {
    display: none;
  }

  .about-us-content-sec .mm-container::before {
    display: none;
  }

  .about {
    flex-direction: column !important;
    padding-bottom: 10px;
  }
  .about.even .about-content {
    padding-right: 0;
    padding-bottom: 50px;
  }

  .about .about-image img {
    right: 0;
  }
  .about .about-image img:not(.about .about-image.aos-init img) {
    display: block !important;
    left: 0;
  }

  .about-content {
    width: 100%;
    text-align: center;
  }

  .about-content p {
    padding: 0;
    max-width: 100%;
  }

  /* JOBS PAGE  */

  .job-specs-section .job-requirements .reqirement-appllication {
    flex-direction: column;
  }

  .job-specs-section
    .job-requirements
    .reqirement-appllication
    .requirement-apply {
    padding-left: 0;
    border: 0;
    width: 100%;
  }

  .job-specs-section
    .job-requirements
    .reqirement-appllication
    .requirement-skills {
    margin-right: 0;
    width: 100%;
    margin-bottom: 10%;
  }

  .requirement-apply .applynow a.mm-home-btn {
    font-size: 16px;
  }

  .jobs-opening .all-jobs-opening .job-opened {
    width: 45%;
  }

  .jobs-opening .all-jobs-opening .job-opened:nth-child(3n + 3) {
    margin-right: 3%;
  }

  .jobs-opening .all-jobs-opening .job-opened:nth-child(2n + 2) {
    margin-right: 0;
  }

  .jobs-opening .all-jobs-opening .job-opened {
    width: 45%;
  }

  .recruitment-process .recruitment-step::after,
  .recruitment-process .recruitment-step:first-child:before,
  .recruitment-process .recruitment-step:last-child:after {
    display: none;
  }

  .recruitment-process .five-steps .recruitment-step:last-child {
    margin-right: 0;
  }

  /* OUR CLIENTS  */

  .ourValuedclients .clientss {
    justify-content: center;
  }

  body .ourValuedclients .mm-container .clientss .mm-client{
    width: calc(100% / 2 - 20px);
    margin-right: 20px;
  }
  /* body .ourValuedclients .mm-container .clientss .mm-client:nth-child(2n + 2){
    margin-right: 0px;
  } */

  .ourValuedclients .clientss .mm-client {
    padding: 35px;
  }

  /* .ourValuedclients .clientss .mm-client {
    margin-right: 0 !important;
  } */

  .client-title h3 {
    font-size: 20px;
  }

  .client-review-popup p {
    padding: 11% 0 6% 0;
  }

  .client-review-popup p {
    padding: 15% 0 6% 0;
  }

  /* press  */

  .press-wrapper .press-posts .in-press-post {
    width: 100%;
    margin: 0 0 86px 0 !important;
  }

  .mm-client-popup-wrapper {
    position: relative;
  }

  .client-review-popup {
    padding: 50px;
  }

  /* REFEREL PARTNER  */

  .become-a-partner .partner-payments {
    flex-direction: column;
  }

  .become-a-partner .partner-payments .partner-box {
    margin: auto !important;
    margin-bottom: 10% !important;
  }

  .become-a-partner .partner-payments .partner-box .partner-sales h2 {
    font-size: 45px;
  }

  .become-a-partner .partner-payments .partner-box .partner-sales {
    min-height: auto;
  }

  .become-a-partner .partner-payments .partner-box .partner-sales {
    padding: 18% 0 13% 0;
  }

  .privacy-description ul li {
    font-size: 15px;
  }

  /* TESTIMONIALS  */

  section.testimonials-slider-section
    .client-testimonials
    .mm-testimonials
    .mm-test-content
    h3 {
    font-size: 13px;
  }

  .client-reviews-section .mm-client-review {
    /* column-count: 1; */
    column-gap: 1;
  }
  /* ADNAN CSS */
  body .client-review-article .author-wraper .visit-website { width: 44%; }

  .client-reviews-section .client-review-article {
    margin: 0 0 5%0;
    max-width: 100%;
  }

  .client-reviews-section .client-review-article p {
    font-size: 18px;
  }

  .author-content .author-head-desc h4 {
    font-size: 20px;
  }

  .author-content .author-head-desc h5 {
    font-size: 14px;
  }

  .author-wraper .visit-website a {
    font-size: 14px;
  }

  .author-content {
    max-width: 70%;
  }

  .client-reviews-section .client-review-article {
    padding: 72px 40px;
  }

  .author-wraper .visit-website {
    width: 30%;
  }

  .visit-website::after {
    right: 22%;
  }

  /* SERVICE DETAIL  */

  .services-work-delivered .mm-work-btns {
    justify-content: flex-start;
  }

  section.client-reviews-section.service-detail-clients .author-content {
    max-width: 100%;
    width: 100%;
    padding-top: 30px;align-items: flex-start;
  }

  section.client-reviews-section.service-detail-clients
    .author-content
    .author-head-desc {
    width: 100%;
  }

  .expertise-in-industry {
    flex-wrap: wrap;
  }

  .expertise-in-industry .expertise {
    padding: 35px 50px;
    width: calc(100% / 2 - 45px);
    margin: 0 2% 2% 0;
  }

  .expertise-in-industry .expertise:nth-child(2n + 2) {
    margin-right: 0;
  }

  /* .services-work-delivered .mm-portfolio p {
    min-height: 175px;
  } */

  .technology-worked-on .our-tech {
    flex-wrap: wrap;
  }

  .technology-worked-on .our-tech img:nth-child(5n + 5) {
    margin-right: 0;
  }

  .bottom-icons {
    padding: 5% 0;
  }

  /* CASE STUDY DETAIL  */

  section.header-banner.case-studies .mm-content {
    padding-right: 0;
  }

  .blog-detail header .row {
    padding: 0 4%;
  }

  section.header-banner.case-studies .mi-hero-section-img:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
  
  }

  section.header-banner.case-studies {
    position: relative;
  }

  section.header-banner.case-studies .mm-content {
    max-width: 100% !important;
    /* transform: translate(0px, 100px); */
  }
  body.case-studiesblog-detail section.header-banner.case-studies .mm-content {
    max-width: 100% !important;
    width: 100%;
    text-align: center;
  }
  body.case-studiesblog-detail section.header-banner.case-studies .mm-content.PieformsContent {
    max-width: 100% !important;
    width: 100%;
    text-align: center;
  }

  section.header-banner.case-studies .mm-content {
    margin: auto;
    text-align: center;
    position: relative;
    padding-top: 160px;
    padding-bottom: 0;
  }
  /* section.header-banner.case-studies .mm-content { margin: auto; text-align: center;position: relative;z-index: +9; } */

  section.header-banner.case-studies .mm-content p {
    padding-right: 0;
  }

  .blog-detail header {
    z-index: +9;
  }

  section.cs-clientReviews {
    margin-top: -40px;
    position: relative;
    z-index: 1;
  }
  body.case-studiesblog-detail section.cs-clientReviews {
    margin-top: 50px;
    position: relative;
    z-index: 1;
  }

  .specsAndDeliverables .mm-specs .mm-del-specs {
    width: calc(100% / 2 - 45px);
  }

  .specsAndDeliverables .mm-specs .mm-del-specs:nth-child(3n + 3) {
    margin: 0 3% 3% 0;
  }

  .specsAndDeliverables .mm-specs .mm-del-specs:nth-child(2n + 2) {
    margin: 0 0 3% 0;
  }

  section.mm-light-blue-desc-sec {
    flex-direction: column;
  }

  section.mm-light-blue-desc-sec .left-image {
    width: 100%;
    margin: auto;
    padding-bottom: 0;
  }

  .mm-light-blue-desc-sec .right-content {
    width: 100%;
  }

  section.mm-light-blue-desc-sec .left-image {
    padding-top: 5%;
  }

  section.mm-solution-sec {
    flex-direction: column;
  }

  .mm-solution-sec .left-image {
    width: 100%;
  }

  .mm-solution-sec .right-content {
    width: 100%;
  }

  section.mm-the-process-sec .process-steps .mm-steps::after {
    display: none;
  }

  section.mm-the-process-sec .process-steps .mm-steps {
    margin-right: 0;
    margin-bottom: 5%;
  }

  section.mm-the-process-sec .process-steps {
    flex-direction: column;
  }

  section.mm-the-process-sec .process-steps .mm-steps p {
    max-width: 100%;
  }

  /* .right-content h2 { font-size: 50px; line-height: 62px; } */

  .mm-the-outcome-sec .mm-outcomes .cmm-outcome {
    width: 100%;
    margin: 0 0 5% 0 !important;
  }

  .connect-section .connect-now {
    flex-direction: column;
  }

  .connect-section .connect-now .connect-content {
    padding: 5% 5% 6% 9%;
    width: 100%;
  }

  .connect-section .connect-now {
    flex-direction: column;
  }

  .connect-section .connect-now .connect-image {
    width: 100%;
  }

  ul.mm-list-item li {
    padding-left: 8%;
  }

  ul.mm-list-item li::before {
    top: 4%;
    left: 0;
  }

  section.stats-section {
    text-align: left;
  }

  .genetech-progress .progress-numbers {
    flex-wrap: wrap;
  }

  .genetech-progress .progress-numbers .progress {
    width: calc(100% / 3);
    margin-bottom: 4%;
  }

  .mm-party-images a.news_events {
    width: calc(100% / 2 - 25px);
    margin: 0 20px 20px 0;
  }

  .mm-party-images a.news_events:nth-child(2n + 2) {
    margin-right: 0;
  }

  .t-sol {
    flex-direction: column;
    align-items: center;
  }

  .mm-solution-sec .t-sol .left-image {
    width: 100%;
    margin-right: 0;
    min-height: auto;
  }

  .casestudies-sec:nth-child(even) .mm-casestudies {
    flex-direction: column-reverse;
  }

  /* 404 page  */

  .header-404 .page-404 {
    flex-direction: row-reverse;
  }

  .header-404 .page-404 .mm-content,
  .image-404 {
    margin-top: 50px;
    width: 100%;
  }

  body .page-404 .mm-content {
    padding-top: 10% !important;
  }

  .header-404 .page-404 {
    padding-top: 20%;
  }

  /* MANAGED HOSTING  */

  .hosting-services .h-services .mm-services {
    width: calc(100% / 2 - 45px);
  }

  .hosting-services .h-services .mm-services:nth-child(3n + 3) {
    margin: 0 45px 45px 0;
  }

  .hosting-services .h-services .mm-services:nth-child(2n + 2) {
    margin: 0 0 45px 0;
  }

  .share-hosting .hosting-plan a {
    padding: 70px 30px;
  }

  .mm-hosting img {
    width: 180px;
    height: 100px;
    object-fit: contain;
  }

  .share-hosting .hosting-plan a h3 {
    font-size: 20px;
  }

  /* FREE IMAGES  */

  section.header-banner.free-images .work-content.mm-content {
    padding: 28% 0 2% 0 !important;
  }

  section.free-images-section ul {
    flex-direction: column;
    align-items: center;
  }

  section.free-images-section ul li {
    width: 80%;
    margin: 0 0 45px 0;
  }

  section.free-images-section {
    padding: 5% 0;
  }

  section.free-images-section ul li .test .shere-sec a.blog-link {
    font-size: 30px;
    line-height: 45px;
  }

  section.free-images-section ul li .test .shere-sec {
    padding: 50px;
  }

  /* section.header-banner.service-banner .mm-content { padding: 24% 0 2% 0; } */
  .subscribe-popup .privacy-btn {
    position: static;
    text-align: left;
  }
  .our-focus-section h2 {
    padding-bottom: 30px;
  }
  h2 {
    font-size: 35px;
    line-height: 3rem;
  }
  section.casestudies-sec.casestudies-sec.grey {
    padding-bottom: 0;
  }
  .about-content h2 {
    padding-top: 40px;
  }
  section.become-a-partner .mm-content h1 {
    font-size: 30px;
  }
  .industry-content h2,
  .consortium-content h2 {
    font-size: 25px !important;
  }

  body.about-us .mm_contact_popup .side-menu {
    display: none !important;
  }

  /* Life @ Genetech */
  .mm-party-images a.news_events{height: 200px;}
  body section.ourValuedclients { padding-bottom: 70px; }
}

@media screen and (max-width: 767px) {
  /* Our Values page */

  .our-values .work-content.mm-content{max-width: 100% !important;}
  .our-values .work-content .our-value-content .our-value-icon img.main-icon{display: none;}
  .our-values .work-content .our-value-content .our-value-icon img.res-icon{display: inline-block;}
  .our-values .work-content .our-value-content .bottom-content{font-size: 16px;}
  .our-values .work-content p { padding: 0px !important; }
  /* Our Values page End*/


 .genetech-blogs .all-blogs .blog .blog-image img { max-height: none; min-height: auto; height: auto; }

  div#select_payment_method div#credit_card .twoColumn.paying-row .form-section.pay-amount-div:nth-child(3) input.pay-amount{    padding-left: 15px !important;}
  body .paypal-new .paypal-amount-div.pay-amount-div input{padding: 0px 15px 0 15px !important;}

/* Paypal New */
.main-payment .form-section.paypal-amount-div.pay-amount-div { max-width: calc(100% - 170px)!important; }
/* Paypal New End*/

/* News and Event Page */
  body.news-events .news-event-listing .blog .blog-content p { min-height: auto; height: auto; }
  body.news-updates section.header-banner.service-banner .mm-content{ padding: 150px 0px 2% 0 !important;}
  body.news-updates section.header-banner.service-banner .mm-content .img img{width: 70%;}
/* News and Event Page END*/

  .skills_tab.header div p {
    text-align: center;
  }

  .Rtable-cell_1.Rtable-cell p {
    font-size: 18px !important;
  }

  .skills_tab.header div {
    width: 100%;
  }

  .skills_tab .Rtable-cell_1 {
    padding-bottom: 15px;
  }

  textarea.uploadresumetext.skill_managed {
    display: flex;
    min-height: 120px;
  }

  .skills .manage_skills_btn {
    bottom: 6% !important;
  }

  select.positionList {
    margin-bottom: 15px;
  }

  p.uploadresumepara.appliedFordd.showAFT {
    margin: 0;
  }

  div#colorbox {
    max-height: 1280px;
  }

  #cboxContent {
    margin-left: auto;
    margin-right: auto;
  }

  /* div#colorbox { width: 80% !important; display: flex !important; left: 0 !important; right: 0 !important; margin: 0 auto; } */
  div#colorbox {
    width: 80% !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto;
  }

  .job-pop-form .twoColRow,
  .job-pop-form .oneColRow {
    flex-direction: column;
  }

  .job-pop-form .uploadresumepara.appliedFordd.showAFT .chosen-container,
  .job-pop-form .uploadresumepara.appliedFordd.showAFT .appliedForInput,
  .job-pop-form .uploadresumepara.appliedFordd.showAFT .positionList {
    width: 100% !important;
  }

  /* div#cboxContent{width: 90% !important;} */

  /* PAYMENT FORM  */

  body .mm-payment-form h2 {
    font-size: 18px !important;
  }

  .mm-payment-form {
    display: flex;
  }

  .mm-payment-form .twoColumnWrap .form-section {
    width: calc(100% - 50% - 5px) !important;
  }

  

  .mm-payment-form .threeColumn .form-section {
    width: 100%;
    max-width: 100%;
  }

  .mm-payment-form .col-sm-4.statess {
    margin: 0 0 10px 0 !important;
  }

  .mm-payment-form .threeColumn {
    flex-direction: column;
  }

  .mm-payment-form .twoColumnWrap .form-section:first-child {
    margin-right: 10px !important;
  }

  .mm-payment-form .twoColumn {
    display: flex;
    margin-bottom: 0px;
    padding-bottom: 10px;
  }

  .mm-payment-form .twoColumn.paying-row{
    margin-bottom: 0px;
  }

  .mm-payment-form .twoColumnWrap {
    display: flex;
    width: 100%;
    margin: 0 10px 10px 0 !important;
  }

  /* .products:nth-child(3) { margin-top: -100px; } */

  .mm-payment-form .threeColumn .month-year {
    margin: 0 0px !important;
  }



  body .mm-payment-form .threeColumn .twoColumnWrap {
    width: 100%;
    margin: 0 0 10px 0 !important;
  }



  /* PORTFOLIO PAGE  */

  .portfolio-divs .all-portfolios .mm-portfolio:nth-child(2n + 2) {
    margin-left: 0 !important;
  }

  .portfolio-divs .all-portfolios .mm-portfolio img {
    height: 600px;
    object-position: 0px 92%;
  }

  /* .work-content.mm-content { padding-top: 15% !important; } */

  /* .portfolio-banner{padding-bottom: 100px;} */

  .portfolio-divs .all-portfolios .mm-portfolio {
    width: 100%;
    margin: 0 0 5% 0;
  }

  .portfolio-divs .all-portfolios .mm-portfolio p {
    min-height: auto;
  }

  .portfolio-divs .all-portfolios .mm-portfolio .mm-work-btns a {
    font-size: 13px;
    padding: 0px 15px;
  }

  section.casestudies-sec.sec {
    margin-top: 0px;
  }

 

  /* mobile category  */

  .categorymenu_mobile {
    position: relative;
    max-width: 349px;
    width: 100%;
    margin: auto;
    display: flex;
  }

  a#show-category {
    padding: 0 10px 10px 10px;
    display: flex;
    width: 100%;
    justify-content: space-between !important;
    margin: auto;
    position: relative;
    right: inherit;
    border-bottom: 1px solid #c1c1c1;
    color: #7f7f7f;
    font-size: 13px;
    text-decoration: none;
  }

  .category-toggle ul {
    list-style-type: none;
    background: #f1f1f1 !important;
    padding-bottom: 20px;
  }

  ul.mob-cat li.active {
    background-color: #c53b27;
    padding: 7px 0;
  }

  ul.mob-cat li.active a {
    color: #fff;
  }

  .category-toggle ul li {
    text-align: left;
    margin-bottom: 10px;
  }

  a#show-category:before {
    content: ">";
    right: 15px;
    top: -10px;
    position: absolute;
    transform: rotate(90deg);
    font-weight: 700;
    font-size: 25px;
    color: #2f2f2f;
  }

  .category-toggle ul li a {
    font-size: 16px;
    text-decoration: none;
    color: #686868;
    padding: 20px;
  }

  .category-toggle {
    display: none;
  }

  .category-toggle {
    position: absolute;
    width: 100%;
    z-index: +9;
    top: 31px;
  }

  /* LIFE @ GENETECHS  */

  .genetech-blogs .all-blogs .blog {
    width: 100%;
    margin: 0 0 12% 0;
  }

  .genetech-blogs .all-blogs .blog .blog-content p {
    min-height: 110px;
  }

  .genetech-blogs .all-blogs .blog .blog-content a.mm-home-btn{
    margin-top: 15px;
  }

  .genetech-blogs .all-blogs .blog .blog-content p {
    line-height: AUTO;
  }

  .genetech-blogs .all-blogs .blog .blog-content h4 {
    font-size: 16px;
  }

  .genetech-blogs .all-blogs .blog .blog-content h2 {
    font-size: 30px;
    line-height: 1.1em;
  }

  .genetech-blogs .all-blogs .blog .blog-content a.mm-home-btn {
    font-size: 16px;
    padding: 13px 32px;
  }

  .genetech-blogs .all-blogs .blog .blog-content {
    padding: 30px;
  }

  /* section.flashback-2019{margin-top: -100px;} */

  /* section.portfolio-banner.case-study.contact.header-banner .work-content.mm-content { padding-top: 15% !important; } */

  /* section.contact-form { margin-top: -100px; } */

  /* ABOUT US  */

  .skills .list-skills-aquired ul.list-skills {
    flex-wrap: wrap;
  }

  section.skills .list-skills-aquired ul.list-skills li:nth-child(3n + 3) {
    margin-right: 0;
  }

  section.skills .list-skills-aquired ul.list-skills li {
    min-height: 100px;
    max-height: auto;
    width: calc(100% / 4 - 10px);
    margin-bottom: 20px;
  }

  .about:last-child .about-image:before,
  .about.odd .about-image::before,
  .about.even .about-image::before {
    display: none;
  }

  /* .about { flex-direction: column-reverse !important;} */

  .about.even .about-image {
    margin: auto;
    width: 80%;
  }

  .about-content {
    width: 100%;
    text-align: center;
  }

  .about-image img:not(.about-image.aos-init img) {
    width: 100%;
  }

  .about-image {
    width: 100%;
  }

  .about-content p {
    padding: 0;
  }

  /* .about-image img{padding-top: 15%;} */
  .about-content h2 {
    font-size: 35px;
  }

  /* .about-content p { font-size: 18px; line-height: 2.3rem; } */

  .about-content p {
    max-width: 100%;
  }

  /* .about:first-child .about-content h2 { padding-top: 60px; } */

  /* section.About-us.header-banner.service-banner h1 { font-size: 40px !important; } */

  section.About-us.header-banner.service-banner {
    padding: 200px 0 50px 0;
  }

  .About-us.header-banner .mm-content {
    max-width: 100% !important;
  }

  .About-us .work-content p {
    padding: 35px 0 0 0;
  }

  .skills .list-skills-aquired ul.list-skills li {
    width: 33%;
  }

  .recruitment-process .five-steps {
    flex-wrap: wrap;
  }

  .recruitment-process .five-steps .recruitment-step {
    margin-right: 4%;
    margin-bottom: 8%;
  }

  .recruitment-process .five-steps .recruitment-step:nth-child(3n + 3) {
    margin-right: 0;
  }

  .recruitment-process .five-steps .recruitment-step .process-heading h4 {
    min-height: 50px;
    padding: 3% 0;
    max-width: none;
  }

  .recruitment-process .five-steps .recruitment-step {
    width: 30%;
  }

  .jobs-opening .all-jobs-opening .job-opened {
    width: 80%;
  }

  .jobs-opening .all-jobs-opening .job-opened h3 {
    font-size: 25px;
  }

  .jobs-opening .all-jobs-opening .job-opened h4 {
    padding-left: 5%;
  }

  .jobs-opening .all-jobs-opening .job-opened {
    padding: 50px;
  }

  .ourValuedclients .clientss .mm-client {
    width: 100%;
  }

  section.press-wrapper {
    margin-top: 0;
  }

  /* referel partner  */

  .industries-expertise .expertise-In .m1-rs-industries-content {
    width: calc(100% / 2 - 45px);
  }

  .industries-expertise
    .expertise-In
    .m1-rs-industries-content:nth-child(3n + 3) {
    margin: 0 44px 40px 0 !important;
  }

  .industries-expertise
    .expertise-In
    .m1-rs-industries-content:nth-child(2n + 2) {
    margin: 0 0 40px 0 !important;
  }

  section.become-a-partner {
    margin-top: 0;
  }

  section.privacy-description {
    margin-top: 0;
  }

  .privacy-description ul li {
    width: 100%;
  }

  .privacy-description ul {
    padding-bottom: 5%;
  }

  section.testimonials-slider-section .slick-slide {
    margin-right: 0;
  }

  section.testimonials-slider-section {
    margin-top: 0;
  }

  .visit-website::after {
    right: 10%;
  }

  /* SERVICE DETAIL  */

  /* section.client-reviews-section.service-detail-clients .slick-next:before{left: -42px;}

     section.client-reviews-section.service-detail-clients .slick-prev{right: 49%;}

     section.client-reviews-section.service-detail-clients .slick-next { right: 29%; } */

  .our-focus-section .our-focus .services-focus .our-focus-section {
    width: 100%;
    margin: 0 0 4% 0 !important;
  }

  .services-work-delivered .all-portfolios .mm-portfolio {
    max-width: 100%;
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }

  .services-work-delivered .all-portfolios {
    flex-direction: column;
  }

  /* .services-work-delivered .mm-portfolio p {
    min-height: auto;
  } */

  .technology-worked-on .our-tech img:nth-child(5n + 5) {
    margin-right: 2%;
  }

  .technology-worked-on .our-tech img:nth-child(4n + 4) {
    margin-right: 0;
  }

  section.client-reviews-section{padding: 10% 30px !important;}
  section.our-focus-section,
  section.industry-expertise-section,
  .services-work-delivered {
    padding: 10% 0 !important;
  }
  body .service-detail-clients p{font-size: 16px;}
  .view-project-btn a {
    font-size: 15px;
  }

  /* CASE STUDY DETAIL PAGE  */

  .specsAndDeliverables .mm-specs .mm-del-specs {
    min-height: auto;
    max-width: 400px;
  }

  .specsAndDeliverables .mm-specs .mm-del-specs img {
    padding-top: 0;
  }

  section.specsAndDeliverables h2 {
    padding-bottom: 10%;
  }

  section.header-banner.case-studies.square-shape .mm-content {
    transform: translate(0);
  }

  .specsAndDeliverables .mm-specs .mm-del-specs {
    width: 100%;
    margin-right: 0 !important;
  }

  .specsAndDeliverables .mm-specs .mm-del-specs h4 {
    font-size: 25px;
  }

  section.header-banner.case-studies {
    padding-bottom: 0;
  }

  section.cs-clientReviews {
    margin-top: 0%;
  }

  section.genetech-progress,
  section.best-choice-section {
    padding: 15% 0;
  }

  .best-choice-section p {
    padding: 4% 10%;
    line-height: 2rem;
  }

  .best-choice-section .t-author .author-image {
    margin-right: 4%;
  }

  section.start-project.unknown-404 {
    padding: 15% 0;
  }

  section.header-banner.case-studies .mm-content {
    transform: translate(0);
    padding: 200px 0 90px 0;
  }

  section.header-banner.case-studies .mi-hero-section-img:before {
    height: 100%;
  }

  /* MANAGE HOSTING  */

  .share-hosting .hosting-plan {
    flex-direction: column;
  }

  .share-hosting .hosting-plan a {
    margin-bottom: 50px;
    margin-right: 0;
  }

  .share-hosting .hosting-plan a h3 {
    font-size: 30px;
  }

  .hosting-services .h-services .mm-services {
    width: 100%;
    margin-right: 0 !important;
  }

  .hosting-services .h-services .mm-services h4 {
    font-size: 25px;
  }

  .hosting-services .h-services .mm-services p {
    font-size: 16px;
  }

  section.share-hosting {
    margin-top: 0px;
  }

  /* JOB APPLICATION FORM  */

  select.positionList {
    margin-right: 20px;
  }

  /* TESTIMONIALS  */

  section.testimonials-slider-section .client-testimonials .mm-testimonials {
    width: 100%;
    margin-right: 0;
  }

  section.free-images-section ul li {
    width: 100%;
  }
  .portfolio-banner .work-content p {
    font-size: 16px;
  }
  .skills-acquired {
    padding-top: 50px;
  }
}
/**abcd **/
@media only screen and (max-width: 667px) {

  /* life@Genetech video Section */
  .iframe-video{
    width: 100%;
    height: 400px;
  }

  body .mm-payment-form .twoColumn { flex-wrap: wrap; }
  body .main-payment .form-section textarea{ padding: 15px!important;}

  /* New payment Css */
  .mm-payment-form .twoColumn.paying-row { margin-bottom: 0px; }
  /* New payment Css End */


  body .main-payment .form-section.payEmail{width: 100%; max-width: 100%; margin-right: 0px!important;}

  body .main-payment .form-section.pay-amount-div {max-width: calc(100% - 110px);}
  /* News and Event Page */
  .news-event-listing .blog-image { height: 250px;}
  /* News and Event Page End*/

  body.news-events .mm-party-images a.news_events {
    width: calc(50% - 12.5px);
  }

  body.news-events .mm-party-images a.news_events:nth-child(2n) {
    margin: 0 0px 25px 0 !important;
  }

  body.news-events .mm-party-images a.news_events:nth-child(3n) {
    margin: 0 25px 25px 0;
  }

  body.news-events .mm-party-images a.news_events:nth-child(4n) {
      margin: 0 25px 25px 0;
  }


  section.mm-stats-count .mm-stats .mm-count {
    width: 100%;
    margin-right: 0 !important;
  }

  /* SERVICE PAGE */

  /* section.client-reviews-section.service-detail-clients .slick-next:before { left: -10px; } */

  section.our-service .mm-container {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }

  /* body .our-service .my-application .apps .app-image img{width: 163px; height: 574px;} */

  /* body .our-service .my-application .apps .app h2 { font-size: 30px !important; line-height: 2rem !important; } */

  body .our-service .my-application .apps .app p {
    font-size: 16px;
    line-height: 1.8rem;
  }

  body .our-service .my-application .apps .app a.mm-home-btn {
    font-size: 14px;
    padding: 12px 30px;
  }

  .iframe-box iframe {
    max-width: 480px;
    min-height: 310px;
    height: 100%;
  }

  .job-popup .mm-popup ul li {
    width: 100%;
  }

  .job-popup .mm-popup h3 {
    font-size: 20px;
  }

  .contact-form .row {
    display: flex;
    flex-direction: column;
  }

  .contact-form .partial {
    width: 100%;
    margin-right: 0;
  }

  .contact-form textarea#services {
    width: 100%;
  }

  .contact-form .privacy-policy {
    flex-direction: column;
  }

  .contact-form .row .privacy-btn {
    position: relative;
  }

  .contact-form .privacy-policy button {
    position: absolute;
    right: 0;
    margin-right: 0;
    margin-top: 5%;
  }

  section.contact-form {
    padding-bottom: 15%;
  }

  .job-specs-section
    .job-requirements
    .reqirement-appllication
    .requirement-skills
    .skills
    ul
    li {
    width: 100%;
  }

  .jobs-opening .all-jobs-opening .job-opened {
    margin-right: 0 !important;
  }

  .ourValuedclients .clientss .mm-client {
    flex-direction: column;
    justify-content: center;
  }

  .ourValuedclients .clientss .mm-client .client-logo {
    margin-right: 0;
  }

  .ourValuedclients .clientss .mm-client .client-description .pop-review-btn {
    justify-content: center;
  }

  .client-title h3 {
    padding: 20px 0;
    text-align: center;
  }

  .ourValuedclients .clientss .mm-client {
    width: 80%;
  }

  /* referel partner  */

  .industries-expertise .expertise-In .m1-rs-industries-content {
    width: calc(100%);
  }

  body .industries-expertise .expertise-In .m1-rs-industries-content {
    margin: 0 0 40px 0 !important;
  }

  body
    .industries-expertise
    .expertise-In
    .m1-rs-industries-content:nth-child(3n + 3) {
    margin: 0 0 40px 0 !important;
  }

  body
    .industries-expertise
    .expertise-In
    .m1-rs-industries-content:nth-child(2n + 2) {
    margin: 0 0 40px 0 !important;
  }

  .privacy-description ul li {
    padding-left: 6%;
  }

  /* TESTIMONIALS  */

  .author-wraper {
    justify-content: CENTER;
    flex-direction: column;
  }

  body .author-content {
    max-width: 100%;
    width: 100%;
    justify-content: center;
    padding-bottom: 5%;
  }

  .visit-website::after {
    right: 20px;
  }

  .author-wraper .visit-website {
    width: 100%;
    text-align: center;
  }

  .author-wraper .visit-website a {
    padding-right: 5%;
  }

  section.client-reviews-section {
    padding: 15% 0 5% 0;
  }

  section.testimonials-slider-section .client-testimonials {
    padding-bottom: 12%;
  }

  .row .rating {
    width: 100%;
  }

  section.contact-form.customer-feedback {
    padding: 0 0 20% 0;
  }

  .genetech-progress .progress-numbers .progress {
    width: calc(100% / 2);
    margin-bottom: 6%;
  }

  .subscribe-to-blog input[type="checkbox"] {
    margin: 3px 10px 0 0;
  }

  /* section.header-banner.case-studies .mm-content h1{font-size: 50px !important;} */

  section.header-banner.free-images .work-content.mm-content {
    padding: 50% 0 2% 0 !important;
  }
  .announcement {
    align-items: start;
  }
  body .mm-portfolio.aos-init.aos-animate img { width: 100% !important; }

  /* body section.technology-worked-on h2 { padding-bottom: 35px; } */
  body .technology-worked-on .mobile-category{padding-bottom: 30px;}
  body .technology-worked-on.portfolio-banner .our-tech .technology-box{margin-bottom: 20px;}
  body .technology-worked-on.portfolio-banner .our-tech .technology-box:nth-child(2n) { margin-right: 0; }
  body .technology-worked-on .our-tech .technology-box { width: calc(100% / 2 - 30px); }

}
@media screen and (max-width: 500px) {
  /* New PayPal  */
  .main-payment .form-section.paypal-amount-div.pay-amount-div { max-width: calc(100% - 65px)!important; margin-right: 0px!important; }
  /* New PayPal End */

  .group-mneuwork .side-menu ul li a {
    font-size: 16px;
  }
  body .main-payment .form-section.pay-amount-div{ max-width: 100%!important; margin-right: 0px; }
  body .main-payment .form-section.rePayment{max-width: 100%;}
  body .main-payment .form-section input{margin-bottom: 0px;}

  /* News and Event Page */
  body.news-updates section.header-banner.service-banner .mm-content .img img{width: 100%;}
  /* News and Event Page END*/

  /* Abou us */
  body.about-us section.About-us.header-banner.service-banner { padding: 170px 0 50px 0; }

  /* Getlab section */
  body .technology-worked-on.portfolio-banner .our-tech { padding: 4% 0; }
  body .technology-worked-on.portfolio-banner .our-tech .technology-box { width: calc(100% / 2 - 10px); margin-right: 10px;margin-left: 0; }
  body section.ourValuedclients { padding-bottom: 50px; }
}

@media screen and (max-width: 480px) {
  /* Life @ Genetech */
  .life-at-genetech .header-banner .mm-content video{
    width: 100%;
    height: auto;
  }

  body .category-toggle ul li a {
    font-size: 15px;
  }

  /* life@Genetech video Section */
  .iframe-video{
    height: 320px;
  }

  .header-banner.thankyou .ty-smile {
    width: 20px;
  }

   /* New payment Css */
   .mm-payment-form .twoColumn.paying-row .form-section:nth-child(3) { margin: 0px 0px 0px 0px; width: calc(100% - 65px); }
   .mm-payment-form .twoColumn.paying-row .form-section:nth-child(4) { margin: 10px 0px 0px 0px; max-width: 100%; }
    /* New payment Css End*/


  /* jobs page  */
  body.jobs #cboxContent {
    margin: 10px 0;
  }
  section.start-project.thankyou-service .project-post {
    padding-bottom: 25%;
  }

  body.news-events .mm-party-images a.news_events {
    width: 100% !important; margin: 0px 0px 35px 0px !important; 
  }

  body.news-events .mm-party-images img {
    max-width: 100% !important;
  }

  .jop_upForm.skills_popup .skills_tab {
    padding: 20px 10px;
  }

  .skills_tab.bg_color div {
    font-size: 13px;
  }

  div#colorbox {
    width: 95% !important;
  }

  .mm-payment-form .main-payment label {
    font-size: 10px !important;
  }

  /* SERVICE PAGE */

  body .our-service .my-application .apps .app a.mm-home-btn {
    font-size: 14px;
    padding: 9px 14px;
  }

  body .our-service .my-application .apps .app h2 {
    font-size: 20px !important;
    line-height: 1.5rem !important;
    padding-right: 0;
  }

  body .our-service .my-application .apps .app p {
    font-size: 15px;
    line-height: 1.6rem;
  }

  .tab-switch-mq a {
    font-size: 22px;
    line-height: 25px;
  }

  /* PORTFOLIO PAGE  */

  .portfolio-divs .all-portfolios .mm-portfolio img {
    height: 350px;
    object-position: 0px 87%;
  }

  /* .work-content.mm-content { padding-top: 35% !important; } */

  .portfolio-divs .all-portfolios .mm-portfolio h2 {
    font-size: 20px !important;
    line-height: 2.2rem !important;
    padding: 15px 0 5px 0;
  }

  .portfolio-banner .work-content .mm-work-btns a {
    padding: 15px 18px;
    width: 40%;
  }

  body .casestudies-sec .mm-casestudies .casestudies-content h2 {
    font-size: 25px !important;
  }

  section.casestudies-sec.casestudies-sec {
    padding: 12% 0;
  }

  /* LIFE @ GENETECHS  */

  body .life-detail .mm-content {
    padding-top: 200px !important;
  }

  .genetech-blogs .all-blogs .blog .blog-content h2 {
    font-size: 24px !important;
  }

  .genetech-blogs .all-blogs .blog .blog-content a.mm-home-btn { font-size: 14px; padding: 10px 26px; }

  .genetech-blogs .all-blogs .blog .blog-content {
    padding: 30px;
    text-align: center;
  }

  .iframe-box iframe {
    max-width: 360px;
    min-height: 250px;
    height: 100%;
  }

  .about-company-culture .mm-company-benefits .mm-content h2 {
    font-size: 30px !important;
    line-height: 2rem !important;
  }

  section.contact-form {
    padding-bottom: 20%;
  }

  .contact-form .privacy-policy button {
    margin-top: 8%;
  }

  /* section.portfolio-banner.case-study.contact.header-banner h1 { font-size: 40px !important; line-height: 2.8rem; } */

  /* section.portfolio-banner.case-study.contact.header-banner .work-content.mm-content { padding-top: 25% !important; } */

  section.privacy-content {
    padding: 10% 0;
  }

  /* section.About-us.header-banner.service-banner .work-content.mm-content{padding-top: 15% !important;} */

  .skills .list-skills-aquired ul.list-skills li {
    width: 50%;
  }

  body #loader {
    font-size: 14px !important;
    padding: 14px 20px;
  }

  /* JOBS PAGE  */

  .recruitment-process .five-steps .recruitment-step {
    width: 45%;
  }

  .recruitment-process .five-steps .recruitment-step:nth-child(3n + 3) {
    margin-right: 4%;
  }

  .recruitment-process .five-steps .recruitment-step:nth-child(2n + 2) {
    margin-right: 0;
  }

  .job-specs-section .job-requirements.grey h2 {
    font-size: 25px !important;
  }

  .job-specs-section .job-requirements.grey {
    padding: 50px 20px 50px 40px;
  }

  .job-specs-section .job-requirements.grey p {
    font-size: 15px;
  }

  .requirement-apply .applynow a.mm-home-btn {
    padding: 10px 20px;
  }

  .jobs-opening .all-jobs-opening .job-opened {
    width: 100%;
  }

  /* BLOG PAGE  */

  .authors .slick-slide {
    text-align: center;
    margin-right: 0;
  }

  .ourValuedclients .clientss .mm-client {
    width: 100%;
  }

  .client-review-popup:before {
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .client-review-popup p {
    text-align: center;
  }

  .author-info {
    flex-direction: column;
  }

  .author-info .author-desc {
    text-align: center;
  }

  .author-info .author-avatar {
    margin: 0;
  }

  .mm-client-popup-wrapper {
    position: relative;
    padding: 96px 30px;
  }

  .client-review-popup p {
    padding: 25% 0 2% 0;
    font-size: 15px;
    line-height: 1.8em;
  }

  .author-info .author-desc h3 {
    font-size: 20px;
  }

  .author-info .author-desc h4 {
    font-size: 15px;
    line-height: 1.4rem;
  }

  .client-review-popup {
    padding: 50px 20px;
  }

  .press-wrapper .press-posts .in-press-post .press-content {
    padding: 35px;
  }

  /* referel partner  */

  .become-a-partner .partner-payments .partner-box .partner-sales h2 {
    font-size: 35px !important;
  }

  section.become-a-partner {
    padding: 15% 0;
  }

  section.industries-expertise {
    padding: 15% 0;
  }

  /* .industry-content h2 { font-weight: 600; font-size: 45px !important; } */

  .consortium-content a.mm-home-btn {
    font-size: 15px;
    padding: 15px 25px;
    margin-top: 5%;
  }

  .become-a-partner .initiate-partner a.mm-home-btn {
    margin-top: 5%;
  }

  /* PRIVACY PAGE  */

  .privacy-description ul li {
    padding-left: 8%;
    padding-bottom: 5%;
  }

  .work-content.mm-content.privacy-content a {
    font-size: 15px;
  }

  .privacy-description h2 {
    padding-bottom: 8%;
    line-height: 50px !important;
  }

  /* TESTIMONIALS  */

  .work-delivered
    .work-post
    .work-delivered-images
    .image-col:first-child
    .work-img
    img {
    height: 148px;
    width: 158.74px;
  }

  /* ADNAN CSS */
  .testimonials .author-content img { padding-right: 15px; }
  .client-reviews-section .client-review-article .author-wraper { padding-top: 25px; display: flex; align-items: center; flex-direction: column; }
  body .mm-client-review .client-review-article .author-wraper .visit-website { width: 69%; }

  .work-delivered
    .work-post
    .work-delivered-images
    .image-col:nth-child(2)
    .work-img
    img {
    width: 165.74px;
    height: 235.74px;
  }

  .work-delivered
    .work-post
    .work-delivered-images
    .image-col:nth-child(3)
    .work-img
    img {
    width: 153.74px;
    height: 147.34px;
  }

  .client-reviews-section
    .client-review-article
    .article-top
    .testimonials-icon {
    left: 8%;
  }

  /* .author-content {
    flex-direction: column;
    text-align: center;
  } */

  .author-content .author-head-desc {
    padding: 6% 0 2% 0;
  }

  .client-reviews-section .client-review-article p {
    font-size: 16px;
  }

  .client-reviews-section .client-review-article .article-top {
    padding-bottom: 15%;
  }

  .testimonials-slider-section button.slick-prev.slick-arrow {
    left: 40%;
  }

  .testimonials-slider-section button.slick-next.slick-arrow {
    left: 18%;
  }

  section.contact-form.customer-feedback {
    padding: 0 0 25% 0;
  }

  /* SERVICE DETAIL  */

  /* section.header-banner.service-banner h1 { FONT-SIZE: 40px !important; } */

  .expertise-in-industry .expertise {
    padding: 35px 50px;
    width: 100%;
    margin: 0 0 4% 0;
  }

  .services-work-delivered .mm-portfolio h2 {
    padding: 4% 0;
  }

  .technology-worked-on .our-tech img:nth-child(4n + 4) {
    margin-right: 2%;
  }

  .technology-worked-on .our-tech img:nth-child(2n + 2) {
    margin-right: 0;
  }

  .technology-worked-on .our-tech img {
    margin-right: 4%;
  }

  .client-reviews-section .client-review-article {
    padding: 60px 20px;
  }

  .bottom-icons .share-icons {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .bottom-icons .share-icons .social-icons {
    padding-bottom: 5%;
  }

  .bottom-icons {
    padding: 15% 0;
  }

  .technology-worked-on .our-tech .technology-box {
    margin-right: 0;
  }

  .technology-worked-on .our-tech .technology-box {
    width: 60%;
    max-width: 100%;
  }

  .technology-worked-on .our-tech {
    padding: 15% 0;
  }

  /* DETAIL CASE STUDY  */

  .mm-content.PieformsContent {
    padding-bottom: 0 !important;
  }

  .right-content h2 {
    line-height: 45px !important;
    font-size: 35px !important;
  }

  .mm-light-blue-desc-sec .right-content {
    width: 100%;
    padding: 15% 4%;
  }

  .mm-light-blue-desc-sec.opportunityAndChallenges .right-content {
    padding: 15% 4%;
  }

  section.mm-light-blue-desc-sec .left-image {
    padding: 15% 0 0 0;
  }

  .mm-solution-sec .right-content {
    padding: 15% 4%;
  }

  section.mm-the-process-sec {
    padding: 15% 0;
  }

  .mm-the-outcome-sec {
    padding: 15% 0;
  }

  section.stats-section {
    padding: 15% 5%;
  }

  .connect-section .connect-now .connect-content {
    padding: 15% 10%;
  }

  section.specsAndDeliverables h2 {
    line-height: 45px !important;
  }

  .mm-the-outcome-sec .mm-outcomes .cmm-outcome {
    padding: 40px 25px;
  }

  section.header-banner.case-studies {
    background-position: 0 100px;
    background-size: contain;
  }

  section.specsAndDeliverables {
    padding: 15% 0;
  }

  .blog-detail header .row {
    padding: 0 0% 0 4%;
  }

  .genetech-progress .progress-numbers .progress {
    width: calc(100% / 1);
    margin-bottom: 12%;
  }

  section.start-project.thankyou-service .project-post .slick-prev,
  section.start-project.thankyou-service .project-post .slick-next {
    bottom: 40px;
  }

  section.start-project.unknown-404 .project-post .slick-prev,
  section.start-project.unknown-404 .project-post .slick-next {
    bottom: 40px;
  }

  .project-post .slick-next:before {
    content: "" !important;
    border: none !important;
    background-image: url(../images/rightArrow.png);
    width: 53px;
    height: 50px;
    position: absolute;
    top: -13px;
  }

  section.start-project.thankyou-service .project-post .slick-prev {
    right: 46%;
  }

  .header-404 .page-404 {
    padding-top: 40%;
  }

  .hosting-services {
    padding: 15% 0;
  }

  .hosting-services .h-services {
    padding-top: 15%;
  }

  .mm-party-images a.news_events {
    width: 100%;
    margin: 0 0px 5px 0 !important;
    text-align: center;
  }

  .right-content {
    text-align: center;
  }

  .mm-the-outcome-sec .mm-outcomes .cmm-outcome {
    text-align: center;
  }

  ul.mm-list-item {
    padding: 0 20px;
  }

  ul.mm-list-item li {
    padding: 0 4% !important;
  }

  ul.mm-list-item li::before {
    left: -10px !important;
  }

  section.stats-section,
  .connect-section .connect-now .connect-content {
    text-align: center;
  }

  /* ABOUT US  */

  section.skills .list-skills-aquired ul.list-skills li:nth-child(3n + 3) {
    margin-right: 30px;
  }

  section.skills .list-skills-aquired ul.list-skills li:nth-child(2n + 2) {
    margin-right: 0px;
  }

  section.skills .list-skills-aquired ul.list-skills li {
    width: calc(100% / 2 - 50px);
  }

  /* thankyou  */

  section.start-project .project-post .slick-prev:before {
    top: -13px;
    left: -10px;
  }

  section.start-project .project-post .slick-next:before {
    top: -16px;
  }

  .best-choice-section .t-author .author-image {
    max-width: 35px;
    max-height: 83px;
  }

  section.free-images-section ul li .test .shere-sec {
    padding: 30px;
  }

  section.free-images-section ul li .test .shere-sec a.blog-link {
    font-size: 20px;
    line-height: 35px;
  }
  h2 {
    font-size: 30px !important;
    line-height: 2.3rem !important;
  }
  .jobs-opening .all-jobs-opening .job-opened h3 {
    font-size: 20px;
  }
  .portfolio-banner {
    padding-bottom: 25px;
  }
  section.About-us.header-banner.service-banner {
    padding: 160px 0 50px 0;
  }
  body.services .our-service .my-application .apps {
    margin-bottom: 35px;
  }
  body .announcement a {
    text-align: center;
  }
  body .announcement img {
    margin-right: 0;
  }
  /* body
    section.client-reviews-section.service-detail-clients
    .slick-next:before {
    left: -22px;
  } */
  /* body
    section.client-reviews-section.service-detail-clients
    .slick-prev:before {
    left: -12px;
  } */

  /* Our Values */
  .our-values .work-content h1 { font-size: 35px !important; }

  /* Life @ genetech */
  /* .mm-party-images a.news_events{height: auto;} */
}

@media screen and (max-width: 400px) {
  /* body
    section.client-reviews-section.service-detail-clients
    .slick-next:before {
    left: -19px;
  } */

  .mm-payment-form .main-payment .card-img {
    background-size: 90px;
  }

  .work-delivered
    .work-post
    .work-delivered-images
    .image-col:nth-child(2)
    .work-img
    img {
    width: 163.74px;
    height: 192.74px;
  }

  .work-delivered
    .work-post
    .work-delivered-images
    .image-col:nth-child(3)
    .work-img
    img {
    width: 145.74px;
    height: 128.34px;
  }
}

@media screen and (max-width: 600px) {
body .image-404{ display: flex; justify-content: center; align-items: center; }
body .image-404 img{ width: 50%; }
body .header-404 .page-404 { padding-top: 25%; }
}

/* Yasir Abbbas 1042022 */

body .interview_section.header-banner {
  background-image: none;
}

body .interview_section.header-banner .mm-content {
  max-width: 100%;
  padding: 180px 0 60px;
}

body .interview_section.header-banner .mm-content h1 {
  font-size: 45px;
  font-weight: 700;
}

.interview_section .form-section h4 {
  font-size: 25px;
  color: var(--red);
  margin-top: 30px;
}

body .interview_section .questionaire-section .top-bar ul {
  display: flex;
  justify-content: space-between;
}

body .interview_section .questionaire-section .top-bar ul li {
  background-color: #0000000f;
  list-style: none;
  padding: 22px 18px;
  width: 100%;
  text-align: center;
  font-weight: 600;
  margin: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

body .interview_section .questionaire-section .top-bar ul li.active {
  background-color: var(--blue);
  color: #fff;
}

body .interview_section .questionaire-section .top-bar ul li.active a {
  color: #fff;
}

.interview_section .form-section p {
  padding-bottom: 20px;
}

.request-a-quote .row {
  display: flex;
  flex-wrap: wrap;
}

.request-a-quote .row .field-box {
  width: 49%;
  margin-right: 30px;
  margin-bottom: 10px;
}

.request-a-quote .row .field-box label {
  width: 100%;
  display: inline-block;
  font-weight: 600;
  font-size: 15px;
  padding-bottom: 2%;
  padding: 2% 0;
}

.request-a-quote .row .field-box select,
.request-a-quote .row .field-box input {
  padding-right: 20px;
  padding-left: 20px;
  border: 1px solid rgba(7, 32, 95, 0.1);
  min-height: 50px;
  width: 100%;
}

.request-a-quote .row .field-box input:focus {
  outline: none;
}

.request-a-quote .button_wapper_next input {
  background-color: var(--red);
  text-decoration: none;
  color: var(--white);
  font-size: 20px;
  padding: 11px 60px;
  border: none;
  cursor: pointer;
}

.request-a-quote .row .field-box:nth-child(2n) {
  margin-right: 0;
}

.button_wapper_next {
  display: flex;
  justify-content: end;
  width: 100%;
  margin-top: 30px;
}

.request-a-quote .row .field-box label span.req {
  color: var(--red);
}

.errorMsg {
  color: var(--red);
  font-weight: 600;
  font-family: "Poppins";
}

.errorMsg ol li {
  color: var(--red);
  font-size: 12px;
  font-weight: 600;
}

.request-a-quote .row .field-box.btn-add-right button {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: var(--blue);
  color: #fff;
  border: 0;
  cursor: pointer;
}

.request-a-quote .row .field-box.btn-add-right {
  width: auto;
  margin-left: 12px;
  margin-bottom: 0;
}

.request-a-quote .row.added_dub {
  flex-wrap: nowrap;
  align-items: center;
  padding-top: 7px;
}

.request-a-quote .row.added_dub button:nth-child(1) strong {
  position: relative;
  top: 0px;
  font-size: 14px;
}

.request-a-quote .row.added_dub button:nth-child(2) strong {
  position: relative;
  top: -1px;
  font-size: 15px;
}

.request-a-quote .row .field-box.col-xs-12.col-sm-12 {
  width: 100%;
  margin-right: 0;
}

.request-a-quote .row .field-box.col-xs-12.col-sm-12 textarea.input-field {
  width: 100%;
  height: 256px;
  resize: none;
  border: 1px solid rgba(7, 32, 95, 0.1);
  outline: none;
  padding: 10px 18px;
}

@media screen and (max-width: 1280px) {
  .all-portfolios .mm-portfolio img{height: 290px;}
  .request-a-quote .row .field-box {
    width: 47.99%;
  }
}

@media screen and (max-width: 1024px) {
  body .interview_section.header-banner .mm-content h1 {
    font-size: 38px;
    line-height: normal;
  }

}

@media screen and (max-width: 980px) {
  .about .about-image.aos-init {
    width: 70%;
    padding-top: 0px;
    margin: auto;
  }

  .request-a-quote .row .field-box {
    width: 100%;
    margin-right: 0;
  }

  body .interview_section .questionaire-section .top-bar ul li {
    font-size: 14px;
    margin: 0 5px;
  }

  body .interview_section.header-banner .mm-content {
    padding: 140px 0 30px;
  }
  body.services .work-delivered .mm-work-btns {
    padding-right: 0;
  }
  
}

@media screen and (max-width: 767px) {
  body .interview_section .questionaire-section .top-bar ul {
    flex-wrap: wrap;
  }

  section.header-banner.case-studies .mm-container .mi-hero-section-img { position: static; width: 100%; margin-top: 20px; margin-bottom: 0px; }

  body .interview_section.header-banner .mm-content h1 {
    font-size: 38px !important;
    line-height: normal !important;
  }

  body .interview_section.header-banner .mm-content {
    padding: 120px 0 60px !important;
  }

  .request-a-quote .button_wapper_next input {
    font-size: 17px;
    padding: 11px 40px;
  }
  .expertise-in-industry .expertise{padding: 35px 30px;}

  /* .technology-worked-on .our-tech .technology-box:nth-child(3n){
    margin-right: 0px;
  } */
}

@media screen and (max-width: 667px) {
  /* .technology-worked-on .our-tech .technology-box {
    width: calc(100% / 3 - 2%);
  } */
  /* .technology-worked-on .our-tech .technology-box:nth-child(3n){
    margin-right: 27px;
  } */
  /* .technology-worked-on .our-tech .technology-box:nth-child(2n){
    margin-right: 0px;
  } */
  body .technology-worked-on .mobile-category .categorymenu_mobile .category-toggle{height: 200px;}
  body .technology-worked-on .mobile-category .categorymenu_mobile .category-toggle .mob-cat{padding-bottom: 10px;}
  body .technology-worked-on .mobile-category .categorymenu_mobile .category-toggle .mob-cat li:nth-last-child(1) { margin-bottom: 0; }
  body .technology-worked-on .mobile-category .categorymenu_mobile .category-toggle .mob-cat li:nth-last-child(1) a { padding-bottom: 0; }
  .ourValuedclients .clientss .mm-client .client-logo{max-height: 142px;min-height: 142px;}
  body .ourValuedclients .mm-container .clientss .mm-client{justify-content: flex-start;}
}
@media screen and (max-width: 480px) {
  .technology-worked-on .our-tech .technology-box {
    width: calc(100% / 2 - 20px);
    margin-right: 20px;
  }
  body.news-updates section.header-banner.service-banner .mm-content .img.clutch-img img{width: 100%;}

  body .header-banner .mm-content h1 { font-size: 30px; line-height: 40px !important; }
  body.case-studiesblog-detail .header-banner .mm-content h1 { font-size: 40px; line-height: 45px !important; }

  .technology-box:nth-child(2n + 2) { margin-right: 0; }
  body .image-404 img {
  width: 100%;
  }
  body .interview_section.header-banner .mm-content h1 {
    font-size: 27px !important;
    line-height: 1.2 !important;
  }
  body section.header-banner.service-banner.detailed {
    background-image: none !important;
  }
  body.services .mm-work-btns {
    padding-right: 0;
  }
  .mi-our-focus-section-btn a { font-size: 16px;}
  section.client-reviews-section.service-detail-clients .author-content .author-head-desc{padding: 0;}
  
}
@media screen and (max-width: 420px) {
  body .header-banner .mm-content h1 { font-size: 25px; line-height: 35px !important; }
  
}
@media screen and (max-width: 430px) {
  body .category-toggle ul li a { font-size: 12px; }
  .category-toggle ul li a { font-size: 16px; text-decoration: none; color: #686868; padding: 15px; }
  .jobs-opening .all-jobs-opening .job-opened h4 { padding-left: 8%; }
}

.homeSection {
  padding: 71px 0px 85px;
  background: url(../images/heroBannerBG.jpg) no-repeat center/cover;
}

.services_banner_flex {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.industry .services_banner_flex {
  align-items: flex-start;
}

.services_banner_flex .mm-content {
  max-width: calc(100% - 452px) !important;
  text-align: start !important;
}

body .services_banner_flex .contact-form-z {
  margin-top: 100px;
}

/* ends  */

/* Phone field css */

body.tech-talent section.contact-form.contact-us_form label.error {
  position: absolute;
  bottom: -28px;
  padding: 0;
  left: 0;
}

section.contact-form.contact-us_form.serviceForm .row .partial {
  position: relative;
  margin-bottom: 10px;
}

.select-box.custom-phone-css {
  margin-top: 25px;
  height: 50px;
  font-weight: 600;
  width: 100%;
}

.select-box.custom-phone-css .selected-option {
  height: 50px;
    border: 2px solid rgba(7, 32, 95, .1);
    background-color: transparent;
    border-radius: 0;
    position: relative;
}

body .select-box.custom-phone-css .selected-option input {
  margin-top: 0 !important;
  border: 0 !important;
  font-size: 13px;
  color: var(--blue);
  padding-left: 0;
}
.start-project .slider-container .project-post {
  display: block;
  width: 100%;
}

.select-box.custom-phone-css .selected-option div {
  display: flex;
  align-items: center;
  font-family: "Poppins";
  padding-right: 10px;
  border-right: 1px solid #0000002e;
  width: 60px;
  padding-left: 0;
  color: var(--blue);
}
.select-box.custom-phone-css .selected-option div::after{
  display: none;
}
.select-box.custom-phone-css .selected-option div strong {
  font-size: 13px;
  font-weight: 600;
  display: none;
}

.select-box.custom-phone-css .selected-option div svg {
  margin-right: 8px;
  margin-left: 15px;
}

.select-box.custom-phone-css .options.active {
  background-color: #fff;
  z-index: 999;
}


.select-box.custom-phone-css .options.active input {
  margin-top: 9px;
  border-radius: 0;
  color: #07205f;
    font-size: 15px;
}
.select-box.custom-phone-css .selected-option span.left-positon {
  width: 100%;
  z-index: 99;
  margin-left: 4px;
  margin-top: -1px;
}
.select-box.custom-phone-css .selected-option span.left-positon input {
  padding-left: 50px;
}
.select-box.custom-phone-css .selected-option span.right-positon input{
  background-color: transparent;
  width: 100%;
}
span.left-positon input {
  background-color: transparent;
}
.select-box.custom-phone-css .selected-option span.right-positon {
  width: 100%;
  max-width: 47px;
  position: absolute;
  display: block;
  left: 66px;
}

.author-wraper .visit-website{position:relative;width:23.5%}.mi-client-review-section-heading p{text-align:center}section.client-reviews-section.service-detail-clients .mm-client-review .client-review-article{width:fit-content;width:calc(100% / 4 - 30px)}body section.client-reviews-section.service-detail-clients .mm-client-review .client-review-article{width:calc(100% / 4 - 15px);background-color:#fff;box-shadow:0 9px 85px rgba(7,32,95,.05);padding:40px 40px 50px;margin-bottom:60px}body section.client-reviews-section.service-detail-clients .client-reviews-section .client-review-article p{font-size:16px;line-height:32px}body section.client-reviews-section.service-detail-clients .author-content .author-head-desc h4{font-size:18px;padding-bottom:5px;font-weight:600}body section.client-reviews-section.service-detail-clients .author-content .author-head-desc h5{font-weight:500;font-size:14px;line-height:21px}section.client-reviews-section.service-detail-clients .mm-client-review{padding-top:50px;column-gap:20px;justify-content:space-between}body.services.service-detail.tech-talent .footerReview{background-color:#fff;box-shadow:0 14px 54px 0 rgba(7,32,95,.05);padding:60px 0}body.services.service-detail.tech-talent .as-reviewed-on .review-content .review-logos a{background-color:#fff}body.tech-talent section#workDeliveredSection{background-color:rgba(7,32,95,.02);padding-bottom:80px}body .services-work-delivered h2,body.services .mi-client-review-section-heading h2,body.services .our-focus-section h2{padding-bottom:15px}.services-work-delivered .mm-portfolio h2{font-weight:600;font-size:30px;color:#07205f;padding-top:40px;line-height:38px;padding-bottom:20px}section.client-reviews-section.service-detail-clients .author-content{padding-top:30px;justify-content:space-between;column-gap:14px;align-items:flex-start}body section.client-reviews-section.service-detail-clients .mm-client-review .client-review-article button{display:inline;background:#fff;outline:0;border:none;color:#c53b27;font-family:Poppins;font-size:14px;cursor:pointer}body section.client-reviews-section.service-detail-clients .client-review-article p{display:inline;min-height:114px;font-size:16px}body.tech-talent section.header-banner.service-banner.detailed ul li{width:calc(100% / 6 - 20px);display:flex;justify-content:center;align-items:center;height:119px;border:1px solid rgba(0,0,0,.1);border-radius:10px;margin-bottom:21px;background-color:#fff}body.tech-talent section.header-banner.service-banner.detailed ul.tech-talent-icons{flex-wrap:wrap;column-gap:16px;padding-top:20px}body.tech-talent .form-2-col{display:flex;justify-content:center;width:100%;padding-top:40px}body.tech-talent .form-2-col .client-ratio{width:calc(100% / 2);text-align:center}body.tech-talent .form-2-col .client-ratio p.counter{font-size:50px;font-weight:600;line-height:60.1px;color:#07205f;padding-top:25px}body.tech-talent .form-2-col .client-ratio p{color:#c53b27;font-size:20px;line-height:41.01px}body.tech-talent .contact-us_form .row .formTitle h3{margin-bottom:40px;text-align:center}body.tech-talent .contact-form .row input,body.tech-talent .contact-form .row select,body.tech-talent .contact-us_form textarea#services{border:2px solid rgba(7,32,95,.1);margin-top:25px;height:52px;font-weight:600}body.tech-talent .contact-form .row select{appearance:none;-webkit-appearance:none;background-color:#fff}body.tech-talent .contact-form .row .talent-type.feild.partial{position:relative}body.tech-talent .contact-form .row .talent-type.feild.partial:before{content:'';position:absolute;background-image:url(../images/select-arrow.png);width:9px;height:6px;background-repeat:no-repeat;top:28px;bottom:0;margin:auto;right:23px;pointer-events:none}body.tech-talent .form-2-col .client-ratio:first-child{border-right:1px solid rgba(7,32,95,.17)}body.services.thankyou section.client-reviews-section,body.tech-talent section.header-banner.service-banner.detailed .mm-content{padding-top:0!important}body.tech-talent button#submitbtn{margin-top:40px;height:48px;font-size:16px;font-weight:600}body.tech-talent section.contact-form.contact-us_form.serviceForm .row{padding-top:60px;padding-bottom:65px}body.tech-talent .services-work-delivered p{max-width:1268px;margin:auto;font-weight:400;display:block}body .service-detail-clients p{font-size:20px;max-width:1450px;margin:auto}body.contact .header-banner.thankyou .mm-content h1,body.services .header-banner .mm-content h1{font-size:60px}body.services.tech-talent .header-banner .mm-content h1{max-width:788px}body.services .expertise-in-industry{padding-top:35px}body.services .all-portfolios .mm-portfolio .mm-work-btns{padding-top:20px}body.tech-talent section.header-banner.service-banner.detailed{padding-bottom:20px}body #contact #submitbtn[disabled],body.services button#submitbtn[disabled]{cursor:not-allowed;opacity:.7}section.header-banner.service-banner.portfolio-detail .mm-content{max-width:85%!important}body section.casestudies-sec.casestudies-sec.grey{background-color:transparent}body.services .expertise-in-industry img{height:64px}body.contact.contact-thankyou .contact-us-link,body.services .all-portfolios .mm-portfolio p,body.services.thankyou .clientHeading{display:block}body.industry section.header-banner.service-banner.detailed .mm-content{padding-right:0!important;margin-left:auto;margin-right:auto}body #colorbox #cboxClose:before{content:'x';position:absolute;font-weight:600;background-image:url(../images/close-btn.png);width:20px;height:20px;background-size:contain;right:5px;background-repeat:no-repeat}body #colorbox #cboxClose{font-size:0;text-indent:unset!important;display:block!important}body.services.tech-talent-thank-you section.as-reviewed-on.footerReview{display:none}body .header-banner.thankyou .mm-content{padding-top:180px!important;padding-bottom:0!important}.client-reviews-section-podcast.client-reviews-section .mm-client-review .slick-track,body .header-banner.thankyou{padding-bottom:60px}body.tech-talent-thank-you .header-banner.thankyou .mm-content h1{font-size:70px;line-height:1.1em!important;padding-bottom:25px;max-width:1111px;margin:auto}body.tech-talent-thank-you .services-work-delivered{background-color:rgba(7,32,95,.02)}body.tech-talent-thank-you .header-banner.thankyou .mm-content p{max-width:1072px;margin-left:auto;margin-right:auto}body.services.tech-talent-thank-you .all-portfolios .mm-portfolio p{margin-bottom:0;padding-bottom:0}@media(max-width:1667px){.our-focus-section .our-focus .services-focus .our-focus-section h3{font-size:25px;padding:30px 0 10px;line-height:31px}.contactUsMain .headingContent h1,.contactUsMain .headingContent h2{font-size:60px}}@media(max-width:1650px){body.contact .header-banner.thankyou .mm-content h1,body.services .header-banner .mm-content h1{line-height:66.5px}}@media(max-width:1550px){section.header-banner.service-banner.detailed .mm-content{max-width:calc(100% - 492px)!important}body section.client-reviews-section.service-detail-clients .mm-client-review .client-review-article{padding:30px 30px 40px}body.tech-talent-thank-you .header-banner.thankyou .mm-content h1{font-size:60px}.genetech-progress .progress-numbers .progress h2{font-size:45px}}@media(max-width:1450px){body.contact .header-banner.thankyou .mm-content h1,body.services .header-banner .mm-content h1{font-size:50px;line-height:51.7px}body.services.tech-talent .header-banner .mm-content h1{max-width:678px}body section.client-reviews-section.service-detail-clients .mm-client-review .client-review-article{padding:30px 30px 40px}.our-focus-section .our-focus .services-focus .our-focus-section{margin:0 1% 2% 0!important;width:calc(100% / 4 - 15px);padding:30px 15px}body section.client-reviews-section.service-detail-clients .author-content .author-head-desc h5{font-size:12px;line-height:19px}.our-focus-section .our-focus .services-focus .our-focus-section p,body.services .all-portfolios .mm-portfolio p{font-size:16px}body .client-reviews-section .service-detailed .client-review-article .article-top{justify-content:flex-start}body.tech-talent section.header-banner.service-banner.detailed ul li{width:calc(100% / 6 - 6px);padding:11px;margin-bottom:11px}body.tech-talent section.header-banner.service-banner.detailed ul.tech-talent-icons{column-gap:7px}body.tech-talent section.header-banner.service-banner.detailed .mm-content{max-width:calc(100% - 452px)!important}body.tech-talent section.contact-form.contact-us_form.serviceForm .row{padding-top:30px;padding-bottom:35px}.services-work-delivered .all-portfolios .mm-portfolio{margin-right:3%}body .services-work-delivered .mm-portfolio h2{font-size:25px;padding-top:25px}.our-focus-section .our-focus .services-focus .our-focus-section h3{font-size:20px;padding:30px 0 10px;line-height:29px}body section.client-reviews-section.service-detail-clients .client-review-article p,body section.client-reviews-section.service-detail-clients .mm-client-review .client-review-article button{font-size:14px}body .our-focus-section .our-focus .services-focus .our-focus-section .focus-image-cont img.blue_image{height:45px;width:45px}body .our-focus-section .our-focus .services-focus .our-focus-section .focus-image-cont{width:91px;height:91px}body.tech-talent .our-focus-section .our-focus .services-focus .our-focus-section h3{min-height:126px}.contactUsMain .headingContent h1,.contactUsMain .headingContent h2{font-size:50px}body.tech-talent-thank-you .header-banner.thankyou .mm-content h1{font-size:50px;max-width:811px}.genetech-progress .progress-numbers .progress h2{font-size:40px}.genetech-progress .progress-numbers .progress h4{font-size:18px}body.tech-talent-thank-you .header-banner.thankyou .mm-content p{max-width:962px}}@media(max-width:1280px){body.contact .header-banner.thankyou .mm-content h1,body.services .header-banner .mm-content h1,body.tech-talent .form-2-col .client-ratio p.counter{font-size:45px}body.services.tech-talent .header-banner .mm-content h1{max-width:618px}body .client-reviews-section .service-detailed .client-review-article p,body section.client-reviews-section.service-detail-clients .mm-client-review .client-review-article button{font-size:14px;line-height:1.7em}body section.client-reviews-section.service-detail-clients .author-content .author-head-desc h4{font-size:15px;line-height:1.3em}.services-work-delivered .all-portfolios .mm-portfolio a img{height:290px}.our-focus-section .our-focus .services-focus .our-focus-section h3{font-size:20px;padding:25px 0 10px;line-height:1.5em}body.tech-talent section.header-banner.service-banner.detailed .mm-content{max-width:calc(100% - 355px)!important}body.tech-talent section.header-banner.service-banner.detailed ul li{width:calc(100% / 4 - 6px);padding:11px;height:99px}body.tech-talent .form-2-col .client-ratio p{font-size:16px;line-height:35.01px}body.tech-talent section.contact-form.contact-us_form.serviceForm .row{padding:40px 25px}body.tech-talent section.header-banner.service-banner.detailed ul.tech-talent-icons{justify-content:center;column-gap:8px}body.tech-talent .our-focus-section .our-focus .services-focus .our-focus-section h3{min-height:126px}body .header-banner.thankyou .mm-content{padding-top:150px!important}.ourValuedclients .clientss .mm-client .client-logo img{width:92px}}@media(max-width:1169px){body section.client-reviews-section.service-detail-clients .mm-client-review .client-review-article{width:calc(100% / 2 - 15px);margin-bottom:30px}.our-focus-section .our-focus .services-focus .our-focus-section p{font-size:14px}.our-focus-section .our-focus .services-focus .our-focus-section h3{font-size:16px;padding:25px 0 10px;line-height:1.4em}body.tech-talent .our-focus-section .our-focus .services-focus .our-focus-section h3{min-height:96px}.contactUsMain .headingContent h1,.contactUsMain .headingContent h2{font-size:40px}.genetech-progress .progress-numbers .progress h2{font-size:35px}.genetech-progress .progress-numbers .progress h4{font-size:16px;padding-top:0}}@media(max-width:1024px){.our-focus-section .our-focus .services-focus .our-focus-section{margin:0 2% 2% 0!important;width:calc(100% / 2 - 35px);padding:30px 35px}.services-work-delivered .all-portfolios{flex-wrap:wrap;justify-content:flex-start}body .services-work-delivered .all-portfolios .mm-portfolio{max-width:100%;text-align:left;width:calc(100% / 2 - 30px);margin-right:30px;margin-bottom:50px}body .services-work-delivered .mm-portfolio h2{padding-top:30px}body.tech-talent .form-2-col .client-ratio p.counter{font-size:40px}body.tech-talent .form-2-col .client-ratio p{font-size:14px;line-height:28.01px}body .services-work-delivered .all-portfolios .mm-portfolio:nth-child(2){margin-right:0}}@media(max-width:980px){body.services.tech-talent .header-banner .mm-content h1{max-width:100%;margin:auto}body.contact .header-banner.thankyou .mm-content h1,body.services .header-banner .mm-content h1{font-size:40px;line-height:50px!important}body.services section.client-reviews-section .mm-container{width:88%}body.tech-talent section.header-banner.service-banner.detailed .mm-content{max-width:100%!important}body.tech-talent section.header-banner.service-banner.detailed ul.tech-talent-icons{column-gap:7px;display:flex}body.tech-talent section.header-banner.service-banner.detailed{padding-bottom:50px}body.tech-talent-thank-you .header-banner.thankyou .mm-content h1{font-size:45px}body.tech-talent .our-focus-section .our-focus .services-focus .our-focus-section h3{min-height:76px}body.contact .client-reviews-section .viewAllReview{margin-top:20px}body.services .client-reviews-section .viewAllReview{margin-top:0}.client-reviews-section .client-review-article .article-top{justify-content:space-between}}@media(max-width:768px){.client-reviews-section-podcast.client-reviews-section{padding-bottom:0!important;padding-top:20px!important}body .services-work-delivered .all-portfolios .mm-portfolio{max-width:100%;text-align:left;width:100%;margin-right:0;margin-bottom:40px}section.client-reviews-section.service-detail-clients .mm-client-review{column-gap:10px}body section.client-reviews-section.service-detail-clients .mm-client-review .client-review-article{width:calc(100% / 2 - 8px);margin-bottom:15px}.services-work-delivered .all-portfolios .mm-portfolio a img{height:560px}body.tech-talent .our-focus-section .our-focus .services-focus .our-focus-section h3{min-height:102px}section.header-banner.service-banner.portfolio-detail .mm-content{max-width:90%!important}.client-reviews-section .viewAllReview a,.mi-our-focus-section-btn a,body .services-work-delivered a.mm-home-btn{font-size:14px!important}}@media(max-width:668px){body section.client-reviews-section.service-detail-clients .mm-client-review .client-review-article{width:100%;margin-bottom:25px}.our-focus-section .our-focus .services-focus .our-focus-section{width:100%}.services-work-delivered .all-portfolios .mm-portfolio a img{height:500px}body.contact .header-banner.thankyou .mm-content h1,body.services .header-banner .mm-content h1{font-size:33px;line-height:44px!important}body.tech-talent .our-focus-section .our-focus .services-focus .our-focus-section h3{min-height:unset}body.tech-talent-thank-you .header-banner.thankyou .mm-content h1{font-size:40px;padding-bottom:20px}.genetech-progress .progress-numbers .progress h4{padding-top:5px}body .services_banner_flex .contact-form-z section.contact-form.contact-us_form{padding-bottom:0}}@media(max-width:500px){section.header-banner.podcast-banner.podcast-detail .mm-content .social-icons{justify-content:center}body.tech-talent section.header-banner.service-banner.detailed ul li{width:calc(100% / 3 - 6px)}.services-work-delivered .all-portfolios .mm-portfolio a img{height:380px}body.contact .header-banner.thankyou .mm-content h1,body.services .header-banner .mm-content h1{font-size:30px;line-height:39px!important}body .mi-our-focus-section-btn a{font-size:12px!important;padding:12px 10px;width:100%}.contactUsMain .headingContent h1,.contactUsMain .headingContent h2{font-size:34px;line-height:1.2em!important}body.tech-talent-thank-you .header-banner.thankyou .mm-content h1{font-size:32px}body .header-banner.thankyou .mm-content{padding-top:120px!important}.client-reviews-section .viewAllReview a,.mi-our-focus-section-btn a,body .services-work-delivered a.mm-home-btn{font-size:12px!important}}@media(max-width:429px){body.tech-talent section.header-banner.service-banner.detailed ul li{width:calc(100% / 2 - 6px)}}@media(max-width:390px){body .mi-our-focus-section-btn a{font-size:11px!important;padding:12px 10px;width:100%}.client-reviews-section .viewAllReview a,.mi-our-focus-section-btn a,body .services-work-delivered a.mm-home-btn{font-size:11px!important}}

/* Color box css */
#cboxWrapper,.cboxPhoto{max-width:none}#cboxCurrent,#cboxTitle{position:absolute;color:#ccc;top:-20px}#cboxOverlay,#cboxWrapper,#colorbox{position:absolute;top:0;left:0;z-index:9999;overflow:hidden}#cboxOverlay{position:fixed;width:100%;height:100%;background:#000}#cboxBottomLeft,#cboxMiddleLeft{clear:left;display:none}.cboxIframe,.cboxPhoto{display:block;border:0}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0;left:0}#cboxLoadingGraphic,#cboxLoadingOverlay{position:absolute;top:0;left:0;width:100%;height:100%}.cboxPhoto{float:left;margin:auto;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;padding:0;margin:0}#cboxContent,#cboxLoadedContent,#colorbox{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxClose:active,#cboxNext:active,#cboxPrevious:active,#cboxSlideshow:active,#colorbox{outline:0}#cboxContent{position:relative;margin-top:20px;background:#f8f8f8;border-radius:10px}#cboxError{padding:50px;border:1px solid #ccc}#cboxCurrent{right:0}#cboxLoadingGraphic{background:url(images/loading.gif) center center no-repeat}#cboxClose,#cboxNext,#cboxPrevious,#cboxSlideshow{cursor:pointer;border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxNext,#cboxPrevious{position:absolute;top:50%;margin-top:-32px;width:28px;height:65px;text-indent:-9999px}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{left:5px;background:url(images/controls.png) top left no-repeat}#cboxPrevious:hover{background-position:bottom left}#cboxNext{right:5px;background:url(images/controls.png) top right no-repeat}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute!important;top:5px!important;right:22px!important;width:38px!important;height:19px!important;text-indent:-9999px!important;border-radius:10px;display:none!important}#cboxClose:hover{background-position:bottom center}


.gt_popup,.iframe-popup-testi{height:100vh;position:fixed;left:0;top:0}#loader{display:flex;float:none;margin:0 auto 50px;background-color:#c53b27;color:#fff;padding:16px 26px;text-transform:capitalize;font-size:27px;font-weight:700;border:none;cursor:pointer}#ajax-loader{background:url(../images/common/ajax-loader.gif) center no-repeat;display:block;height:35px;width:37px;margin:auto auto 30px;text-align:center}#mqIcon,.requirements-list .mq-job-social-wrapper #mqIcon{text-align:center;width:130px;box-shadow:0 0 16px rgb(0 0 0 / 15%);border-radius:4px}.ourValuedclients #ajax-loader,.portfolio #ajax-loader{height:69px;width:168px;margin:auto auto -65px;text-align:center;position:relative;z-index:99;background-color:#fff}.genetech-blogs.blogs .all-blogs .blog .blog-content h2 a,.our-authors .author-name a{color:var(--blue);text-decoration:none}.lodaer_image_div{display:flex;justify-content:center}.press-wrapper .press-posts .in-press-post .press-content a{color:var(--blue);font-size:18px;line-height:2rem;text-decoration:none}.img_btn{cursor:pointer}.iframe-popup-testi{overflow:hidden;background:rgba(0,0,0,.8);z-index:99999;width:100%;justify-content:center;align-items:center;display:none}.iframe-popup-testi iframe{max-width:640px;max-height:360px}#close-btn{font-size:120px;color:#f0f8ff;position:relative;top:-200px;left:200px;cursor:pointer;font-family:Arial,Helvetica,sans-serif}.gt_popup{display:flex;z-index:+9999999999;right:0;background-color:#00000052}.gt_container{margin:auto;padding:60px 0;background-color:#fff;width:90%;position:relative;max-width:1280px}.col_6,ul.gt_list{width:100%}span.popupCloseButton:before{content:'';background-image:url('../images/Group_29.svg');background-repeat:no-repeat;width:12px;height:12px;position:absolute;top:30px;right:40px;cursor:pointer}.gt_pop_heading{margin-bottom:50px}.gt_pop_heading h2{margin:0;font-size:28px;color:#10303d;font-weight:700;font-family:Montserrat;text-align:center}.listing_popup{width:100%;padding:0 45px}ul.gt_list{list-style-type:none;padding:0;margin:0;display:flex;align-items:center;flex-wrap:wrap;justify-content:center}li.gt_popup_content{font-size:12px;font-weight:400;color:#10303d;font-family:Montserrat;margin-bottom:35px;position:relative;padding-left:35px;display:flex;margin-right:30px;width:28%;align-items:center}li.Allowance::before,li.Annual::before,li.EOBI::before,li.Fuel::before,li.Heroes::before,li.Insurance::before,li.Internet::before,li.Lunch::before,li.Maternity::before,li.Medical::before,li.Refferal::before,li.Smoker::before,li.Treat::before,li.Wedding::before,li.idea::before{content:'';height:22px;width:22px;position:absolute;left:0;background-repeat:no-repeat}li.Grievance::before,li.Paid::before{content:'';height:20px;width:20px;position:absolute;left:0;background-repeat:no-repeat}li.Annual::before{background-image:url(../images/money-bag.svg)}li.Grievance::before{background-image:url(../images/feedback.svg)}li.EOBI::before{background-image:url(../images/Group_24.svg)}li.Medical::before{background-image:url(../images/medicine-briefcase.svg)}li.Lunch::before{background-image:url(../images/hot-food.svg)}li.Heroes::before{background-image:url(../images/manager.svg)}li.Paid::before{background-image:url(../images/calendar.svg)}li.Maternity::before{background-image:url(../images/pregnancy.svg)}li.Allowance::before{background-image:url(../images/hand-graving-smartphone.svg)}li.Fuel::before{background-image:url(../images/gas-station.svg)}li.Refferal::before{background-image:url(../images/referral.svg)}li.idea::before{background-image:url(../images/gift-card.svg)}li.Wedding::before{background-image:url(../images/ring-with-precious-stone.svg)}li.Insurance::before{background-image:url(../images/healthcare.svg)}li.Internet::before{background-image:url(../images/wifi.svg)}li.Smoker::before{background-image:url(../images/no-smoking.svg)}li.Recreational::before{content:'';background-image:url(../images/Group_26.svg);height:27px;width:26px;position:absolute;left:0;background-repeat:no-repeat}li.Treat::before{background-image:url(../images/teamwork.svg)}body .Recreational,body .Smoker,body .Treat{margin-bottom:0!important}.mq-job-social-wrapper{position:absolute;right:20px;top:30px;display:flex;flex-direction:column;align-items:flex-end}.job_social_share .jssocials-shares{display:flex;justify-content:space-around}.mq-job-social-wrapper .mq-share-icon-job,.mq-job-social-wrapper .mq-share-icon-job.active{background-image:url(../images/mq-share-dark.png);width:20px;height:20px;background-size:auto;background-position:center;margin-bottom:10px;background-repeat:no-repeat}#mqIcon{padding:10px;margin-top:20px}#mqIcon::before{content:"Share";font-size:16px;font-weight:700;color:#000}.job_social_share .jssocials-shares .jssocials-share-link i{display:block;background-size:63%!important;background-position:center!important;background-repeat:no-repeat!important;width:40px;height:40px}.job_social_share .jssocials-shares .jssocials-share-link i.custom-twitter{background:url(../images/twitter-icon-mq.svg)}.job_social_share .jssocials-shares .jssocials-share-link i.custom-facebook{background:url(../images/facebook-icon-mq.svg)}.job_social_share .jssocials-shares .jssocials-share-link i.custom-whatsapp{background:url(../images/whatsapp-icon-mq.svg)}.job_social_share .jssocials-shares .jssocials-share-link i.custom-linkedin{background:url(../images/linkin-icon-mq.png)}.job_social_share .jssocials-shares .jssocials-share-link i.custom-copy{background:url(../images/share-icon-mq.svg)}.job-copy-url-text{position:absolute;right:0;display:none;z-index:1009;bottom:-33px;color:#fff;background-color:#009a00a1;font-size:13px;font-weight:500;padding:0 15px;border-radius:4px}.mq-span{bottom:-113px}.requirements-list .mq-job-social-wrapper{position:absolute;right:-58px;top:0;flex-direction:column;align-items:flex-end;background-color:#10303d;height:47px;width:50px;display:block}.requirements-list .mq-job-social-wrapper .mq-share-icon-job,.requirements-list .mq-job-social-wrapper .mq-share-icon-job.active{background-image:url(../images/mq-share-light.png);background-size:40% 40%;background-position:center;height:47px;cursor:pointer;width:50px;background-repeat:no-repeat;margin-bottom:00px}.requirements-list .mq-job-social-wrapper #mqIcon{padding:5px 10px;float:right;background:#fff;margin-top:5px;position:relative;z-index:9}.ui-tooltip{border:none!important}.ui-tooltip-arrow{display:block}.ui-tooltip div{background-color:#565656;border-radius:40px;font-size:14px;border:2px solid #fff;box-shadow:0 0 7px #565656;line-height:16px;max-width:280px;padding:5px 15px}.ui-tooltip div::after,.ui-tooltip div::before{content:"";position:absolute;border-style:solid;display:block;left:45%}.ui-tooltip div::before{bottom:-5px;border-color:#fff transparent;border-width:10px 10px 0}.ui-tooltip div::after{bottom:-2px;border-color:#565656 transparent;border-width:10px 10px 0}body .ui-widget-content{border:none!important;background:0 0!important;color:#fff!important}.popup-container{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:999}.popup-content{position:absolute;width:90%;height:fit-content;max-width:996px;margin:auto;top:0;left:0;right:0;bottom:0}.popup-content img{width:100%;height:auto;display:block;margin:0 auto}.popup-close{position:absolute;top:30px;right:45px;cursor:pointer;z-index:999;font-size:15px;border:none;background:#07205f;color:#fff;height:28px;width:28px;border-radius:50%;display:flex;justify-content:center;align-items:center;font-weight:900;font-family:FontAwesome}#openPopupBtn{position:fixed;top:20px;right:20px;z-index:9999}@media(max-width:768px){.popup-close{top:20px;right:30px}}@media(max-width:667px){.popup-close{top:16px;right:26px;font-size:13px;height:24px;width:24px}}@media(max-width:500px){.popup-close{top:11px;right:16px;font-size:11px;height:19px;width:19px}}@media(max-width:390px){.popup-close{top:9px;right:14px;font-size:11px;height:17px;width:17px}}



.technology-worked-on .side-menu {
  display: none;
}