:root {
    --themeColor: #ebecef;
    --secondaryColor: #212339;
    --blackColor: #000000;
    --whiteColor: #ffffff;
    --hoverColor: #2aba8f;
    --themeGradient: linear-gradient(90deg, #09d37f, #0add85);
  }

  .detseversHeroSection {
    background-image: url("../img/ded-services-uae.webp");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 4rem 0;
    padding-top: 16rem;
    font-family: "Manrope", sans-serif;
  }
  .detseversHeroSection .lgHeading {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
  }
  .detseversHeroSection .mdHeading {
    font-size: 1rem;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    margin: 2rem 0;
    margin-bottom: 3rem;
    width: 90%;
  }
  .detseversHeroSection .heroBtn.btnFill {
    background: #00683d;
    border-color: #00683d;
  }
  .detseversHeroSection .heroBtn.btnFill:hover {
    background: transparent;
  }
  .detseversHeroSection .heroBtn:hover {
    background: #00683d;
  }

  /* detServicesSection */
  .detServicesSection {
    padding: 6rem 1rem;
    font-family: "Manrope", sans-serif;
  }
  .detServicesSection .mdHeading {
    font-size: 1.8rem;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
  }
  .detServicesSection .text {
    margin-top: 2rem;
    font-size: 1rem;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    color: var(--blackColor);
  }

  /* .detservicesUniqueSection */
  .lgHeadingTwo {
    font-size: 1.8rem;
    font-weight: 500;
    font-family: "Manrope", sans-serif;
    text-align: center;
    color: var(--blackColor);
    margin-bottom: 4rem;
  }
  .detservicesUniqueSection .subHeading {
    text-align: left;
  }
  .detservicesUniqueSection .mdHeading {
    width: 75%;
  }
  .detservicesUniqueSection .text {
    margin-top: 1.5rem;
  }

/* dubaiSection */
  /* .dubaiSection {
    padding: 5rem 0;
  } */
  .dubiImageCol {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 29px;
  }
  .dubiImage {
    width: 100%;
    height: auto;
  }

  /* detContactSection */
  .detContactSection {
    padding: 4rem 0;
  }
  .detContactSection .lgHeading {
    font-size: 1.8rem;
    font-weight: 500;
    font-family: "Manrope", sans-serif;
    text-align: center;
    color: var(--blackColor);
    margin-bottom: 2rem;
  }
  .headertext {
    color: #3b3b3b;
    font-weight: 500;
    font-family: "Manrope", sans-serif;
    font-size: 1rem;
    text-align: center;
    width: 85%;
    margin: auto;
  }
  .detContactSection .formSectionContainer {
    margin-top: 5rem;
    font-family: "Manrope", sans-serif !important;
  }
  .detContactSection .formSectionContainer .text {
    font-weight: 300;
  }

  /* DetlgFaqSection */
  .DetlgFaqSection {
       padding: 7rem 0;
    /* padding-bottom: 15rem; */
  }
  .DetlgFaqSection .lgHeading,
  .DetlgFaqSection .text,
  .DetlgFaqSection button {
    font-family: "Manrope", sans-serif !important;
  }
  .DetlgFaqSection .faqAccordianCol {
    padding: 1rem;
    background: #f0f0f0;
    border-radius: 10px;
  }
  .faqTabScollerContainer {
    width: 100%;
    padding: 1rem;
    height: 500px;
    overflow-y: scroll;
  }
  .faqTabScollerContainer::-webkit-scrollbar {
    width: 6px;
    background: #cccccc;
    border-radius: 20px;
  }
  .faqTabScollerContainer::-webkit-scrollbar-thumb {
    background: #7b7b7b;
    border-radius: 20px;
  }
  .detCarouselScroller {
    display: none;
  }

  @media screen and (max-width: 992px) {
    .detseversHeroSection {
      padding: 4rem 1rem;
      padding-top: 13rem;
      background-position: center;
    }
    .detseversHeroSection .lgHeading {
      font-size: 2.47rem;
    }
    .detseversHeroSection .mdHeading {
      font-size: 0.7rem;
    }
    .detseversHeroSection .heroBtn {
      padding: 0.6rem 1rem;
    }
    .detservicesUniqueSection .subHeading {
      font-size: 1rem;
    }

    /* detServicesSection */
    .detServicesSection {
      padding: 6rem 1rem;
      padding-top: 1.7rem;
    }
    .detServicesSection .col-lg-6 {
      margin: 0.5rem 0;
    }
    .detServicesSection .mdHeading {
      font-size: 1.3rem !important;
    }
    .detServicesSection .text {
      font-size: 0.8rem;
      color: var(--blackColor);
    }

    /* .detservicesUniqueSection */
    .uniqueSection.detservicesUniqueSection {
      padding: 2rem 0;
    }
    .lgHeadingTwo {
      text-align: left !important;
      font-size: 1.3rem !important;
      font-weight: 500;
      margin-bottom: 2rem;
    }
    .uniqueSectionContainer .lgHeadingTwo {
      padding-left: 1rem;
    }
    .detservicesUniqueSection .mdHeading {
      width: 90%;
    }
    /* dubaiSection */
    .dubaiSection {
      padding: 4rem 1rem;
    }
    .dubiImageCol {
      margin-top: 1rem;
    }

    /* detContactSection */
    .detContactSection {
      padding: 4rem 1rem !important;
    }
    .detContactSection .lgHeading {
      font-size: 1.3rem;
      margin-bottom: 2rem;
      text-align: left;
    }
    .headertext {
      font-size: 0.8rem;
      text-align: left;
      width: 100%;
    }

    .DetlgFaqSection .faqAccordianCol {
      padding: 0.5rem;
      border-radius: 8px;
      margin-top: 2rem;
    }
    .faqTabScollerContainer {
      width: 100%;
      padding: 0.6rem;
    }
    .detContactSection .formSectionContainer {
      margin-top: 5rem;
      padding: 0.8rem;
    }
    .detCarouselScroller {
      display: block;
    }
  }

  /* family Visa */
  .familyVisaHeroSection {
    background-image: url("../img/family-visa-page-bg.png");
    background-size: cover;
    background-position: center center;
    padding: 6rem 0;
    padding-top: 16rem;
    position: relative;
  }
  .familyVisaHeroSection .heroContianer {
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    background-image: url("../img/Family-Visa-in-Dubai.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 2rem 1rem;
    padding-left: 8rem;
    position: relative;
    z-index: 93;
  }
  .familyVisaHeroSection .lgHeading {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
  }
  .familyVisaHeroSection .mdHeading {
    font-size: 1rem;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    margin: 2rem 0;
    margin-bottom: 3rem;
    width: 90%;
  }
  .familyVisaHeroSection .heroBtn.btnFill {
    background: #00683d;
    border-color: #00683d;
  }
  .familyVisaHeroSection .heroBtn.btnFill:hover {
    background: transparent;
  }
  .familyVisaHeroSection .heroBtn:hover {
    background: #00683d;
  }
  .bgMobileLayer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    background: linear-gradient(to bottom, transparent, #00ef8c);
    z-index: 9;
    display: none;
  }
  .orderListVisa {
    padding-left: 1.5rem;
  }
  .orderListVisa .text {
    list-style-type: decimal;
    margin: 0;
  }
  .orderListVisa span {
    font-weight: 700;
  }
  .servicesCardRow {
    row-gap: 2rem;
  }
  .decOrderVisa {
    margin-top: 2rem;
  }
  .visaApplication .mdHeading span {
    color: #f6a000;
  }
  .visaApplication {
    padding-left: 0;
    padding-right: 0;
  }

  /* conclusionSection */
  .conclusionContainer {
    padding: 2rem 1rem;
    text-align: center;
    background: #f7f7f7;
    border-radius: 15px;
  }
  .conclusionContainer .mdHeading {
    color: #000000;
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 2rem;
  }
  .custom-dropdown {
    position: relative;
    display: inline-block;
    border-bottom: 1px solid #c8c8c8;
    padding: 0.5rem;
  }
  .dropdown-button {
    background-color: transparent;
    border: none;
    cursor: pointer;
  }
  .dropdown-menu li img {
    width: 24px;
    height: 18px;
    margin-right: 10px;
  }
  .dropdown-menu li:hover {
    background-color: #f1f1f1;
  }
  .dropdown-button img {
    width: 24px;
    height: 18px;
    vertical-align: middle;
  }
  .phone-input-container {
    display: flex;
    align-items: last baseline;
    justify-content: space-between;
    position: relative;
  }
  #phone-number {
    width: 88%;
  }
  .flagArrow {
    font-size: 1rem;
    color: #d9d9d9;
    margin-left: 0.4rem;
  }
  
  /* emriatesHeroSection */
.emriatesHeroSection{
    background-image: url("../img/Emirates-ID-services.webp");
    padding-bottom: 6rem;
  }
  .emriatesHeroSection .subHeading{
    margin: 0;
    padding: 0;
    font-size: 1.8rem;
    font-family: "Satoshi", sans-serif;
    font-weight: 500;
    color: #fff;
  }
  .emratesIDimgCol{
    overflow: hidden;
    border-radius: 15px;
  }
  .emratesImg{
    height: 100%;
    height: auto;
    border-radius: 15px;
    transition: all 0.3s ease-out;
  }
  .emratesIDimgCol:hover .emratesImg{
    transform: scale(1.1);
  }
  .emratesIdSection .uniqueCard{
    height:auto;
    margin-bottom: 3rem;
  }
  .faqOrderList{
    padding-left: 3rem;
  }
  .faqOrderList .text{
    padding: 0;
    list-style-type: disc;
  }
  
  /* aboutUniqueCardSection */
.aboutUniqueCardSection .lgHeading {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.aboutUniqueCardSection .uniqueCardImg {
  position: static;
  inset: 0;
  width: 5rem;
  margin-bottom: 1rem;
}
.aboutUniqueCardSection .owl-item {
  height: auto;
}
.aboutUniqueCardSection .quickPlusSectionTextContiner {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.QuickPlusSection .aboutUniqueCardSection .lgHeading {
  margin: 0;
}
.aboutUniqueCardSection .plusCounter {
  margin: 0;
}
.aboutUniqueCardSection .text.textSpacing {
  margin-top: 1rem;
  font-family: 500;
}

.gallerySection {
  padding: 4rem 0;
  padding-bottom: 8rem;
}
.gallerySection .lgHeading {
  font-family: "Satoshi", sans-serif;
  font-size: 1.8rem;
  margin-bottom: 4rem;
  color: #000000;
  font-weight: 500;
  text-align: center;
}
.galleryImgWrper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 5px;
}
.gailaryImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s ease-in;
  cursor: pointer;
}
.gailaryImg:hover {
  transform: scale(1.2);
}
.galleryRow {
  row-gap: 1.6rem;
}
.aboutHeroSection {
  background-image: url("../img/about-page-bg-image-1.png");
}

/* blogPageSection */
.blogPageSection .blogCardContainer .card .mdHeading{
font-size: 1.3rem ;
width: 100%;
}
.blogPageSection .blogCardContainer .card .text{
  font-size: 0.9rem;
}
.blogRowContainer{
  row-gap: 2rem;
}


/* heroForm */
.heroForm{
display: flex;
align-items: last baseline;
justify-content: space-between;
}
.heroForm .Line{
  height: 2px;
  background: #E5FFF7;
}
.inputWrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 1.2rem;
  background: var(--whiteColor);
  padding: 0.1rem;
  border-radius: 22px;
}
.serchIcon{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  background: #067748;
  cursor: pointer;
  border-radius: 50%;
  border-top-left-radius: 0;
}
.serchIcon img{
  transition: all 0.2s ease-out;
}
.serchIcon:hover img{
  transform: scale(1.2);
}
.inputbase{
  font-family: "Poppins", sans-serif;
  padding: 0.4rem 0.8rem;
  font-weight: 400;
  font-size: 0.8rem;
  color: #000000;
  width: 87%;
  outline: none;
  border: none;
  background: transparent;

}
.inputbase::placeholder{
  color: #000000;
}

/* blogSectionContainer */
.blogSectionContainer{
  height: 1050px;
  overflow-y: scroll;
  padding: 0 4.3rem;
}
.blogSectionContainer::-webkit-scrollbar{
  border-radius: 20px;
  width: 10px;
}
.blogSectionContainer::-webkit-scrollbar-thumb{
  background: #ACACAC;
  width: 10px;
  border-radius: 22px;
}
.blogSectionContainer::-webkit-scrollbar-track{
  border-radius: 10px;
  background: #DBDBDB;
}
.blogHeroSection{
  background-image: url("../img/blog-bg-image-1.png");
}
.blogSectionContainer .blogCardContainer {
  margin: 0rem 0;
}
.blogRowContainer .card{
  width: 100%;
  height: 100%;
}

.blogPageSection .card .cardBtn {
  display: none;
}