:root {
  --text_primary: rgba(37, 131, 233, 1);
  --second-primary: rgba(5, 118, 242, 1);
  --text_color: rgba(255, 255, 255, 1);
  --second_text_color: rgba(59, 59, 59, 1);
  --text-align: center;
  --pt_70: 70px;
  --pt_50: 70px;
  --pt_50: 50px;
  --pt_34: 34px;
  --pt_30: 30px;
  --pt_20: 20px;
  --fw_800: 800;
  --fw_600: 600;
  --fw_500: 500;
  --fw_400: 400;
  --fs_56: 56px;
  --fs_44: 44px;
  --fs_38: 38px;
  --fs_26: 26px;
  --fs_24: 24px;
  --fs_22: 22px;
  --fs_20: 20px;
  --fs_18: 18px;
  --fs_16: 16px;
}

/* banner section  */
.contact_main_wrap {
  padding-top: 110px;
}

.contact_container {
  max-width: 1440px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.contact_inner_wrap {
  background-image: url("../images/contact_us_img.webp");
  height: 573px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
}

.events_banner_inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
/* .contact_title{
      width: 1140px;
      margin: 100%;
      margin: auto;
  } */

.contact_main_wrap .contact_title h1 {
  color: var(--text_color);
  font-size: var(--fs_56);
  font-weight: var(--fw_800);
  text-align: var(--text-align);
  margin: 0px;
  line-height: 1.25;
}
.contact_main_wrap .contact_title span {
  display: block;
}
.contact_main_wrap .contact_title p {
  margin: 0;
  color: var(--text_color);
  font-size: var(--fs_22);
  font-weight: var(--fw_500);
  text-align: var(--text-align);
  padding-top: var(--pt_30);
  line-height: 1.5;
}
.request_proposal {
  padding-top: var(--pt_70);
}
.request_proposal {
  display: flex;
  justify-content: center;
  column-gap: 20px;
  text-align: center;
  flex-wrap: wrap;
  row-gap: 15px;
}
.request_proposal a {
  font-size: var(--fs_24);
  font-weight: var(--fw_800);
  color: var(--text_color);
  border: 2px solid rgba(255, 255, 255, 1);
  padding: 20px 30px;
  border-radius: 60px;
}
.request_proposal a:hover,
.request_proposal .active {
  color: var(--second-primary);
  background: var(--text_color);
}

/* end banner section  */

/* contact form  */
.pt_70 {
  padding-top: var(--pt_70);
}
.pt-50 {
  padding-top: var(--pt_50);
}
.main-section .contact_form h2 {
  position: relative;
  color: var(--second_text_color);
  font-size: var(--fs_38);
  font-weight: var(--fw_500);
  text-align: var(--text-align);
  margin: 0;
}
.main-section .contact_form h2:after {
  content: "";
  background: var(--text_primary);
  position: absolute;
  bottom: -20px;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 80px;
  height: 4px;
}
.contact_form p {
  color: var(--second_text_color);
  font-size: var(--fs_22);
  font-weight: var(--fw_500);
  padding-top: var(--pt_34);
  text-align: var(--text-align);
  margin: 0;
}
.contact_us_form {
  max-width: 100%;
  width: 1298px;
  margin: auto;
  padding: 50px 70px 70px 70px;
  background: rgba(251, 253, 255, 1);
  border: 1px solid rgba(199, 227, 255, 1);
  border-radius: 30px;
}
.popup_mt_30 {
  margin-top: 30px !important;
}
.material-input.contact_us_input input,
.material-input.contact_us_input textarea,
.material-input.contact_us_input select {
  background: var(--text_color);
  border-radius: 10px;
  border: 1px solid rgba(224, 224, 224, 1);
}
.material-input.contact_us_input label {
  color: rgba(30, 30, 30, 1);
}
.material-input.contact_us_input input:focus + label,
.material-input.contact_us_input input:not(:placeholder-shown) + label,
.material-input.contact_us_input textarea:focus + label,
.material-input.contact_us_input textarea:not(:placeholder-shown) + label,
.material-input.contact_us_input select:focus + label,
.material-input.contact_us_input select:valid + label {
  color: rgba(30, 30, 30, 1);
}

.material-input.focused label,
.material-input.filled label {
  top: -9px;
  left: 10px;
  font-size: 12px;
}
label.custom-file-upload_file.contact_file_input {
    background: rgba(239, 247, 255, 1);
    border: 1px dashed rgba(87, 163, 255, 1);
}
.custom-file-upload_file.contact_file_input span{
    background: transparent;
}
.contact_file_input .footer_form-label_wrap{
   color: rgba(37, 131, 233, 1);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    padding: 0 33px 0 2px;
}
.contact_submit{
    justify-content: flex-start;
}
.contact_submit button{
    width: 545px;
    max-width: 100%;
}
.contact_submit {
    padding-top: 30px;
}
/* end  */
/* slider css */
.esteemed-images {
  /* min-height: 162px; */
  height: 100%;
  display: flex;
  align-items: center;
}
.esteemed-images div {
  height: 100% !important;
}
.bg-lightblue {
  background: rgb(209 233 250 / 0.5);
}
.row.d-md-flex.display-block.align-center {
  display: flex;
  align-items: center;
}
.row.d-md-flex.display-block.align-center {
  display: flex;
  align-items: center;
}
.trusted-title {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
  min-height: 100%;
}
h2.font-24.text-nowrap.fw-600.m-0 {
  font-size: 24px;
}
.text-nowrap {
  white-space: nowrap;
}

.esteemed-clients .our-clients .trust-client .client-imgs {
  filter: grayscale(0%);
  display: inline;
}
.main-wrapper .owl-carousel .owl-item img {
  display: block;
  width: auto !important;
  margin: 0 auto;
}
.esteemed-clients .wrapper .owl-stage {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
/* end contact form  */

/* support Section  */
.support_wrap{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 30px;
    max-width: 1116px;
    width: 100%;
    margin: auto;
    padding-top: var(--pt_70);
}
.contact_inquiry {
    text-align: var(--text-align);
    background: rgba(251, 253, 255, 1);
    border: 1px solid rgba(37, 131, 233, 0.18);
    border-radius: 18px;
    padding: 35px 0 32px 0;
    max-width: 352px;
    width: 100%;
}
.contact_inquiry h3{
    color: rgba(36, 35, 35, 1);
    font-size: var(--fs_26);
    font-weight: var(--fw_600);
    padding-top: 15px;
    line-height: 1.5;
    margin: 0;
}
.contact_inquiry a{
    color: rgba(36, 35, 35, 1);
    font-size: var(--fs_20);
    font-weight: var(--fw_400);
    line-height: 1.5;
    margin: 0;
}
.client_inner p{
  font-size: 16px !important;
}
/* end support section */

/* Why Choose Moon Technolabs? */
.relative {
  position: relative !important;
}
/* .main-section h2 {
  margin-bottom: 17px;
} */
.fs-44,
.main-section h2 {
  font-size: var(--fs_44);
  font-weight: 700;
}
.tab-none {
  display: none !important;
}
.imageblock {
  height: 100%;
  border-radius: 15px;
  max-height: 410px;
}
.contact_pb_50 {
  padding-bottom: 50px !important;
}
.font18.block.pb-20.contact_pb_50 p {
  padding-top: 30px;
}
.imageblock img {
  height: 100% !important;
  object-fit: cover;
  width: auto;
  height: auto;
  border: 0;
}
.font18 {
  font-size: var(--fs_18);
}
.pb-20 {
  padding-bottom: 20px;
}
.why_choose_bg .font18 h2 {
  margin: 0;
}
.our-clinikk .heading-underline::after,
.our-clinikk .pb_small.heading-underline::after {
  bottom: -10px !important;
  margin: 0 !important;
}
.heading-underline:after,
.testimonial-clients .yellow_section h2:after {
  content: "";
  height: 2px;
  width: 75px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  margin: 0 auto;
  background-color: #2583e9;
}
.why_choose_bg .font18 p {
  padding-top: 20px;
}
.main-section p {
  font-size: var(--fs_20);
  line-height: 30px;
  margin: auto;
}
.row-gap30 {
  row-gap: 30px;
}
.flex-wrap,
.key_features {
  flex-wrap: wrap;
}
.display-flex,
.fitness .banner-block img,
.full_address_div span,
.why_choose_flex {
  display: flex;
}
.small-infobx {
  padding: 5px;
  border: 1px solid #0d71eb;
  border-radius: 15px;
  transition: 0.5s;
  height: 100%;
}
.width-70 {
  width: 70px;
  height: 70px;
  border-radius: 12px;
  background: #ffe7d7;
  padding: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.small-infoimg {
  background: rgb(13 113 235 / 0.07) !important;
  margin-right: 15px;
  flex-shrink: 0;
}
.text-dark {
  color: #3b3b3b;
}
.font18 {
  font-size: var(--fs_18);
}
.small-infocontent span.d-block {
  line-height: 1;
}
.font28 {
  font-size: 28px;
  font-weight: 700 !important;
}
.small-infocontent.text-dark.font18 span:nth-child(2) {
  font-size: 16px;
}
.col-lg-12.col-sm-12.col-12.popup_mt_30.w_100 {
  padding: 0px 8px;
}
.client-imgs img {
  height: auto;
}
.p-40 {
  padding: 33px 0 !important;
}
/* end */

/* slider section */
.ios_ecosystem .slider_info .owl-nav {
  position: absolute;
  right: 30px;
  bottom: 0;
}
/* end slider section */
.client_img {
  padding-left: 20px;
}
.col-lg-12.popup-button.contact_submit {
  padding-left: 6px;
}
.main-wrapper .owl-item,
.main-wrapper .owl-item.active,
.main-wrapper .owl-item.cloned,
.testimonial-section .testimonial-wrapper .testimonial-videosection .owl-item {
  padding: 0 20px 0 10px !important;
}
.client_review h6 {
  font-size: 16px !important;
}
.esteemed-images {
    min-height: 110px;
    height: 100%;
    display: flex;
    align-items: center;
  }
  @media screen and (max-width: 991.98px) {
    .esteemed-images {
        min-height: 140px;
    }
  }
/* responsive  */
@media (min-width: 992px) {
  .align-center {
    align-items: center;
  }
  .d-md-flex {
    display: flex;
  }
}
@media (min-width: 1399.98px) and (max-width: 1680px) {
  :root {
    --fs_44: 35px;
  }
}
@media (min-width: 1199.98px) and (max-width: 1399.98px) {
  :root {
    --fs_56: 44px;
    --pt_70: 50px;
    --fs_44: 35px;
  }
  .contact_inner_wrap {
    height: 500px;
  }
  .width-70 {
    width: 48px;
    height: 48px;
    padding: 5px;
  }
  .imageblock img {
    object-fit: contain;
  }
  .contact_pb_50 {
    padding-bottom: 15px !important;
  }
  .font28 {
    font-size: 20px;
  }
}

@media screen and (max-width: 1199px) {
  :root {
    --fs_56: 38px;
    --pt_70: 45px;
    --fs_38: 32px;
    --fs_44: 30px;
  }
  .contact_main_wrap {
    padding-top: 80px;
  }
  .contact_inner_wrap {
    height: 450px;
  }
  .contact_container {
    margin: 0 20px;
  }
  .pt-70.ios_ecosystem {
    padding-top: 45px !important;
  } /* for slider  */
  .imageblock img {
    object-fit: contain;
    height: auto !important;
  }
  .contact_pb_50 {
    padding-bottom: 15px !important;
  }
  .width-70 {
    width: 60px;
    height: 60px;
    padding: 10px;
  }
  .row-gap30 {
    row-gap: 10px;
  }
  .font28 {
    font-size: 18px;
  }
  /* for clint feedback  */
  .main-section .client_img img {
    max-width: 400px !important;
    height: auto;
  }
  .client_slider_info {
    column-gap: 20px !important;
  }
  .ios_ecosystem .slider_info .owl-nav {
    bottom: -30px;
  }
  /* end for clint feedback  */
}

@media screen and (max-width: 991px) {
  :root {
    --fs_56: 30px;
    --fs_22: 18px;
    --pt_30: 15px;
    --fs_24: 18px;
    --pt_70: 40px;
    --fs_38: 28px;
    --pt_50: 25px;
  }
  .contact_main_wrap {
    padding-top: 70px;
  }
  .contact_inner_wrap {
    height: 400px;
  }
  .request_proposal a {
    padding: 15px 20px;
  }
  .contact_us_form {
    padding: 14px 40px 40px 40px;
  }
  .contact_inquiry {
    padding: 20px 0 20px 0;
    max-width: 300px;
  }
  /* Why Choose Moon Technolabs? section  */
  .d_flex_ec {
    display: flex;
    align-items: center;
  }
  .tab-none {
    display: block !important;
    margin-bottom: 35px !important;
    position: relative;
    text-align: center;
  }
  .tab-block {
    display: none !important;
  }
  /* End Why Choose Moon Technolabs? section  */
  .ios_ecosystem .slider_info .owl-nav {
    bottom: 25px;
  } /* for slider  */
  .main-section .pt-70 {
    padding-top: 45px !important;
  }
  .esteemed-images .p-40 {
    padding: 15px 0 !important;
  }
  /* .row.d-md-flex.display-block.align-center {display: block;} */
  /* .trusted-title {
    padding: 27px 0 0 0 !important;
  } */
  .esteemed-images {
    min-height: 100px !important;
  }
  .contact_pb_50 {
    padding-bottom: 20px !important;
  }
  .apps-contentblock,
  .apps-imagewrap,
  .imageblock img,
  .whychoose-block .col-md-4.mobile-mb-20 {
    width: 100% !important;
  }
  .tab-100 .heading-underline::after {
    margin: 0 auto !important;
  }
  .imageblock img {
    height: 100% !important;
  }
  .font18.block.pb-20.contact_pb_50 p {
    text-align: center;
  }
  .fs-44,
  .main-section h2 {
    margin-top: 0;
  }
  .contact_main_wrap .contact_title span {
    display: inline;
  }
  .request_proposal {
    padding-top: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  :root {
    --fs_56: 24px;
    --fs_38: 22px;
    --pt_34: 25px;
    --fs_26: 20px;
    --fs_44: 22px;
  }

  .row.d-md-flex.display-block.align-center {
    display: block;
  }
  .hire_esteemed_clients .trusted-title {
    justify-content: center !important;
  }
  .trusted-title {
    justify-content: center;
  }
  .trusted-title h2 {
    margin: 0px;
  }
  .contact_main_wrap .contact_title span {
    display: inline;
  }
  .request_proposal {
    padding-top: 20px !important;
  }
  .contact_us_form {
    padding: 0px 22px 22px 22px;
  }
  .tab-100 .heading-underline::after {
    margin: 1px auto !important;
  }
  .imageblock img {
    height: auto !important;
  }
  .width-70 {
    width: 55px !important;
    height: 55px !important;
    border-radius: 9px !important;
    padding: 10px !important;
  }
  .font28 {
    font-size: 18px !important;
  }
  .ios_inner_text {
    padding-top: 30px !important;
  }
  .col-12.pt-40.relative {
    padding-top: 10px !important;
  }
  .client_slider_info p {
    font-size: 16px !important;
    line-height: 30px !important;
  }
  .client_img {
    padding-left: 0px;
  }
  .trusted-title {
    padding: 10px 0 10px 0 !important;
  }
  .contact_inner_wrap {
    height: auto;
    padding: 20px 0;
  }
}
@media screen and (max-width: 567px) {
  :root {
    --fs_56: 22px;
    --fs_38: 22px;
    --pt_34: 22px;
    --fs_26: 18px;
    --fs_44: 20px;
  }
  .small-infoimg {
    margin-right: 8px;
  }
  span.d-block.fw-600.font28 {
    display: block;
  }
}
