/* --- media Quires */
@media screen and (max-width: 992px) {
  .customNav {
    top: 0;
    width: 100%;
    border-radius: 0;
    padding: 1rem;
  }
  .customNav .navbar-toggler {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
  }
  .customNav .navbar-collapse {
    padding: 1rem 2rem;
  }
  .customNav .mainBtn {
    margin-top: 1rem;
    display: inline-block;
  }
  /* heroSection */
  .heroSection {
    align-items: center;
    padding-bottom: 0rem;
    background-position: calc(100% - 40%) center;
  }
  .heroRow {
    position: relative;
    z-index: 2;
  }

  .heroBtn {
    padding: 0.6rem 2rem;
    font-size: 0.76rem;
  }
  .heroCardImg {
    z-index: 2;
  }
  .lgHeading {
    font-weight: 600;
    font-size: 2.6rem;
  }
  .mdHeading {
    font-weight: 400;
    font-size: 1.3rem;
  }

  /* servicesSectionContainer */
  .ServicesSection {
    padding: 5rem 1rem;
  }
  .servicesSectionContainer .mdHeading {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--blackColor);
    width: 95%;
    font-family: "Manrope", sans-serif;
  }
  .tabScroller {
    overflow-x: scroll;
    padding-bottom: 0.6rem;
  }
  .tabScroller::-webkit-scrollbar {
    display: none;
  }
  /* .servicesTabContainer {
    width: 1400px;
  } */
  .desktopImg {
    display: none;
  }
  .visaMobileImg {
    display: block;
  }
  .familyVisaRow {
    flex-direction: column-reverse;
  }

  .familVisaCol {
    padding: 1.3rem;
    padding-top: 2.5rem;
    padding-left: 0;
    padding-right: 0;
  }
  .familVisaCol .mdHeading {
    font-size: 1.5rem;
    color: #000000;
    font-weight: 600;
    font-family: "Manrope", sans-serif;
  }
  .text {
    font-size: 0.7rem;
    color: var(--blackColor);
    font-family: "Manrope", sans-serif;
  }
  .familVisaCol .mainBtn {
    display: inline-block;
    margin-top: 3rem;
    border-radius: 30px;
    padding: 0.6rem 3rem;
    font-size: 0.9rem;
  }

  .QuickPlusSection {
    padding: 3rem 1rem;
  }
  .quickPlusSectionTextContiner {
    text-align: center;
    padding-right: 0rem;
    padding: 1rem 0rem;
    padding-top: 2.5rem;
  }
  .quickPlusSectionTextContiner .lgHeading {
    font-size: 1.4rem;
  }
  .quickPlusSectionTextContiner .text {
    margin: 1rem auto;
    font-size: 0.8rem;
    width: 90%;
    font-family: "Manrope", sans-serif;
  }

  .quickList {
    font-family: "Manrope", sans-serif;
    color: #000000;
    font-weight: 600;
    font-size: 0.7rem;
    text-align: left;
    padding: 0;
  }

  .plusCounterCard {
    padding: 0.3rem;
    width: 100%;
  }
  .plusCounterCard .lgHeading {
    color: #00d67d;
    font-weight: 600;
    font-size: 1.4rem;
    font-family: "Manrope", sans-serif;
  }
  .plusCounterCard .mdHeading {
    font-size: 0.7rem;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    padding: 0;
  }
  .visaBgImg {
    width: 30%;
    height: auto;
  }

  /* AboutUsSection */

  .AboutUsSectionTextCol {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .AboutUsSectionTextCol .lgHeading {
    text-align: left;
  }
  .AboutUsSectionTextCol .text {
    text-align: left;
    width: 100%;
  }
  .gvetServisTab {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 90%;
    gap: 1rem;
    margin-top: 2rem;
    padding: 1rem;
    background: #f8f8f8;
    border-radius: 9px;
  }
  .gvetServisTab .subHeading {
    color: #067748;
    font-size: 0.7rem;
    font-family: "Manrope", sans-serif;
    text-align: left;
  }

  /* govtSection */
  .govtSection {
    padding: 4rem 0;
    text-align: center;
  }
  .govtSection .mdHeading {
    font-size: 1.3rem;
    font-weight: 600;
    font-family: "Manrope", sans-serif;
  }
  .govtImgaesContaienr {
    margin-top: 3rem;
    overflow-x: scroll;
  }
  .govtImgaesContaienr .row {
    flex-wrap: nowrap;
  }

  /* clientSection */
  .clientSection {
    padding: 3rem 1rem;
  }
  .clentSliderCardContainer {
    overflow-x: scroll;
  }
  .clentSliderCardContainer .row {
    flex-wrap: nowrap;
    width: 1400px;
    cursor: pointer;
  }
  .clientSection .lgHeading {
    text-align: center;
    font-size: 1.24rem;
  }

  /* uniqueCard */
  .uniqueSection {
    padding: 5rem 1rem;
  }
  .uniqueSection .lgHeading {
    font-size: 1.3rem;
  }
  .uniqueSection .lgHeading span {
    color: #0add85;
  }
  .uniqueSection .text {
    font-size: 0.8rem;
    font-weight: 500;
    font-family: "Manrope", sans-serif;
  }
  .uniqueCardContiaienr {
    margin-top: 3rem;
    padding-bottom: 3rem;
  }
  .uniqueCardContiaienr::-webkit-scrollbar-track {
    border-radius: 14px;
    background-color: #f5f5f5;
    height: 10px;
  }
  .uniqueCardContiaienr::-webkit-scrollbar {
    background-color: #f5f5f5;
    height: 10px;
  }
  .uniqueCardContiaienr::-webkit-scrollbar-thumb {
    border-radius: 14px;
    background-color: #dadada;
    height: 10px;
    cursor: pointer;
  }
  .uniqueCardContiaienr .row {
    width: 1500px;
  }

  /* faqSection */
  .faqSection {
    padding: 5rem 1rem;
  }
  .faqSection .lgHeading {
    font-size: 3.9rem;
  }
  .faqHeader .text {
    width: 60%;
    font-family: "Manrope", sans-serif;
  }
  .faqAccordianContainer {
    margin-top: 3rem;
    border-radius: 10px;
    box-shadow: 0 0 20px #00000040;
    padding: 1.2rem;
    padding-bottom: 3rem;
    height: 500px;
    overflow-y: scroll;
  }
  .faqAccordianContainer::-webkit-scrollbar-track {
    border-radius: 14px;
    background-color: #f5f5f5;
    width: 10px;
  }
  .faqAccordianContainer::-webkit-scrollbar {
    background-color: #f5f5f5;
    width: 10px;
  }
  .faqAccordianContainer::-webkit-scrollbar-thumb {
    border-radius: 14px;
    background-color: #dadada;
    width: 10px;
    cursor: pointer;
  }
  .faqAccordianCol {
    width: 100%;
  }
  .faqAccordianCol .accordion-item {
    background: #d9f3eb;
    border-radius: 9px;
    border: none;
    box-shadow: none;
    outline: none;
    overflow: hidden;
    margin-bottom: 0.2rem;
  }
  .faqAccordianCol .accordion-button {
    background: #2aba8f;
    width: 100%;
    border-radius: 9px;
    font-size: 1.1rem;
    color: var(--whiteColor);
    font-family: "Inter", sans-serif;
    padding: 0.6rem 2rem;
    cursor: pointer;
    position: relative;
  }
  .faqAccordianCol .accordion-button::after {
    flex-shrink: 0;
    margin-left: 0;
    content: "+";
    font-size: 2rem;
    position: absolute;
    right: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: none;
    transition: transform 0.2s ease-in-out;
  }
  .faqAccordianCol .accordion-button:not(.collapsed)::after {
    background-image: none;
    content: "-";
    transform: rotate(0);
  }
  .faqAccordianCol .text {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    color: #6c6c6c;
    padding: 1rem;
  }
  .blogSection {
    display: none;
  }
  .mobileBlockSectionWrper {
    padding: 2rem 1rem;
    background: #f0f0f0;
  }

  /* formSection */
  .formSection {
    padding: 2rem 0;
  }

  .ringGreenImg {
    position: absolute;
    top: -6rem;
    right: 10%;
  }
  .ringYellowImg {
    position: absolute;
    top: 20%;
    transform: translate(-50%, 0%);
    right: -70%;
  }
  .formTextCol {
    padding: 2rem 0rem;
    padding-top: 3rem;
    padding-right: 0rem;
    position: relative;
  }
  .formTextCol .mdHeading {
    font-size: 1.1rem;
  }
  .formTextCol .text {
    font-size: 0.7rem;
    margin-bottom: 0.6rem;
  }
  .formTextCol .heroBtn {
    font-size: 0.7rem;
    padding: 0.4rem 2rem;
  }
  /* sectionFromCol */
  .sectionFromCol {
    padding: 1rem;
  }
  .sectionFromCol .mdHeading {
    font-size: 1.1rem;
  }
  .inputLabel {
    font-size: 1.1rem;
  }
  .submitBtn {
    font-size: 1.1rem;
  }
  .mobileBlogSection {
    display: block;
  }
  .footerMobile {
    display: block;
  }
  .footerDesktop {
    /* display: none; */
     padding-left: 20px;
  }
  .carsoulScroller {
    width: 85%;
  }
  .carsoulScroller .ui-slider-handle {
    width: 70px;
    height: 8px;
    top: 0%;
  }

  /* family visa */
  .familyVisaHeroSection {
    padding: 6rem 0;
    padding-top: 16rem;
    position: relative;
  }
  .familyVisaHeroSection .heroContianer {
    padding: 2rem 1rem;
    padding-left: 1.4rem;
    position: relative;
    z-index: 93;
    background: transparent;
  }
  .familyVisaHeroSection .mdHeading {
    font-size: 0.9rem;
    margin: 1.2rem 0;
    width: 100%;
  }
  .bgMobileLayer {
    display: none;
  }
  .servicesCardRow {
    row-gap: 0rem;
  }
  .visaApplication {
    padding: 0 1rem;
    padding-bottom: 0;
  }
  .visaApplication .servicesCardRow {
    row-gap: 0.4rem;
  }
  .visaApplication .uniqueCard {
    padding: 1rem 1rem;
    background: transparent;
  }
  /* conclusionSection */
  .conclusionContainer {
    padding: 0rem 1rem;
    text-align: left;
    background: transparent;
    border-radius: 0px;
  }
  .conclusionContainer .mdHeading {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
  }
  #phone-number {
    width: 70%;
  }
  .flagArrow {
    font-size: 0.9rem;
  }
  .familyServisesSection {
    padding-bottom: 2rem;
  }
  .emriatesHeroSection {
    background-image: url("../img/amer-emrates-hero-bg-2.png");
  }
  .emriatesHeroSection .subHeading {
    font-size: 0.83rem;
  }
  .emratesIDimgCol {
    display: none;
  }
  .emratesIdSection .uniqueCard {
    margin-bottom: 1rem;
  }
  .emratesDubiColl {
    display: none;
  }
  .emratidubiSection {
    padding-bottom: 0;
    padding-top: 0;
  }
  .detContactSection {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .aboutUniqueCardSection {
    padding-bottom: 0;
  }
  .galleryRow {
    gap: 0.8rem;
  }
  .galleryRow .col-4 {
    flex-basis: 48%;
    padding: 0;
  }
  .gallerySection {
    padding: 3rem 1rem;
    padding-bottom: 4rem;
  }
  .gallerySection .lgHeading {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
  .aboutHeroSection {
    background-image: url("../img/about-page-bg-image-2.png");
    /* padding-bottom: 1rem;
    padding-top: 20rem; */
  }
  .blogPageSection{
    display: block;
  }
  .blogPageSection .card{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction:row;
    padding: 0.5rem;  
    border: 0.5px solid #00000015;
    border-radius: 13px;
  }
  .blogPageSection .card .card-img-top {
    width: 40%;
    border-radius: 13px;
}
.blogPageSection .card .text{
  display: none;
}
.blogPageSection .card .cardLine{
  display: none;
}
.blogPageSection .card .cardBtn {
  margin-top: 0.6rem; 
  display: block;
  width: fit-content;
}  
.blogSectionContainer { 
  padding: 0 0.3rem;
  padding-left: 0;
}
  .heroForm{
    display: none;
  }
  .blogMobileSection{
    padding: 2rem 1rem;
  }
  .blogMobileSection .mobileBlogCardWrper { 
    height: 400px; 
}
.blogHeroSection{
  background-image: url("../img/blog-bg-image-1.png");
}
.blogPageSection .blogCardContainer .card .mdHeading {
  font-size: 0.8rem; 
}
.blogSectionContainer::-webkit-scrollbar{   
  width: 5px;
}
.blogSectionContainer::-webkit-scrollbar-thumb{ 
  width: 5px; 
} 
.blogRowContainer{
  row-gap: 0.7rem;
}
.blogRowContainer .card-body { 
  padding: 0rem;
  padding-left: 1rem;
}

/* contact */ 
.contactQuickPlusSection .quickPlusSectionTextContiner{ 
  flex-direction: column;
  align-items: flex-start; 
}
.contactQuickPlusSection .quickPlusSectionTextContiner .mdHeading{ 
  padding: 0.3rem;
  font-size: 0.9rem;
}   
/* locationSection */ 
.locationSection{ 
  padding: 1rem;
}
.lcoationContainer{
  padding: 2rem;  
} 
.contactContainer .mdHeading{ 
  font-size: 1.1rem; 
}
.contactContainer .text{
  font-size: 0.9rem; 
}  
.googleMapContainer{ 
  height: 400px; 
}
.contactQuickPlusSection .row{
  flex-direction: column-reverse;
  row-gap: 2rem;
}
}

@media screen and (max-width: 576px) {
  .uniqueCard {
    padding: 1.5rem 1rem;
  }
  .uniqueCard .mdHeading {
    font-size: 1rem;
  }
  .uniqueSection .text {
    font-size: 0.7rem;
    margin-top: 1.5rem;
  }
  .uniqueCardContiaienr .owl-carousel .owl-item img {
    width: 2.3rem;
  }
  .uniqueCardContiaienr .owl-item {
    height: auto;
  }
  .clientCard {
    padding: 2rem 1rem;
  }
  .clientCard .text {
    font-size: 0.75rem;
  }
  .quickplusOrder {
    row-gap: 0.5rem;
  }
  .ringYellowImg {
    transform: translate(0%, 0%);
    right: -52%;
  }
  .formTextCol .heroBtn {
    position: relative;
    z-index: 3;
    font-size: 0.7rem;
    padding: 0.4rem 1.2rem;
  }
  .heroBtnContainer {
    flex-wrap: wrap;
  }
  .faqAccordianCol .accordion-button {
    font-size: 0.8rem;
    padding: 0.6rem 1rem;
  }
  .QuickPlusSection {
    padding-top: 0;
  }
  .servicesSectionContainer {
    padding-bottom: 0;
  }
  .clientSection {
    padding-bottom: 0;
  }
  .tabImg {
    width: 1.1rem;
    height: auto;
  }
  .clentSliderCardContainer {
    margin-top: 2rem;
    padding-bottom: 2rem;
  }
  .uniqueSection {
    padding-top: 3rem;
  }
  .googleImgeLink {
    bottom: 0rem;
    left: 0rem;
    width: 40%;
    height: auto;
  }
  .aboutUsTelImageContianer {
    width: 70%;
    height: auto;
    bottom: -1rem;
  }
  .aboutUsTelInfo {
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
  }
  .aboutUsTelInfo .mdHeading {
    font-size: 0.6rem;
    margin: 0;
  }
  .aboutUsTelInfo .smText {
    font-size: 0.6rem;
    margin-top: 0;
  } 
}

@media screen and (max-width: 1500px) {
  .plusCounterCard {
    padding: 0rem;
  }
}

/* Change the background color and text color of selected text */
::selection {
  background-color: #90ee90 !important; /* Light green background */
  color: white !important; /* White text */
}

/* For Firefox */
::-moz-selection {
  background-color: #90ee90 !important; /* Light green background */
  color: white !important; /* White text */
}