@font-face {
  font-family: 'GE_SS_TEXT_LIGHT';
  src: url("../fonts/GE_SS_Text_Light.otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GE_SS_Text_Medium';
  src: url("../fonts/GE_SS_Text_Medium.otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'CareemRegular';
  src: url("../fonts/CareemRegular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Careem-Light-2';
  src: url("../fonts/Careem-Light-2.otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gotham_rounded_light';
  src: url('../fonts/GothamRoundedLight.otf');
  font-weight: normal;
  font-style: normal;
}

:root {
  --text-primary: #2678A5;
  --text-secondary: #A5A2A2;
  --text-ternary: #D8B747;
  --text-quaternary: #1F4068;
  --bg-primary: #2678A5;
  --bg-secondary: #A5A2A2;
  --bg-ternary: #D8B747;
  --bg-quaternary: #1F4068;
  --border-primary: #2678A5;
  --border-secondary: #A5A2A2;
  --border-ternary: #D8B747;
  --border-quaternary: #1F4068;
  --dark-blue: #1A375C;
  --font-size: 16px;
}

/* Reset Styles */
*, *::before,*::after {
  box-sizing: border-box;
}
  
* {
  margin: 0;
  padding: 0;
  border: 0 solid transparent;
}

html, body {
  font-family: 'CareemRegular' !important;
}

main {
  min-height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: normal;
}

ul, ol {
  list-style: none;
  padding: 0;
}

a {
  text-decoration: none !important;
  color: inherit;
}

button,
button:hover,
button:focus,
button:focus-visible {
  outline: unset !important;
}

p {
  margin: 0 !important;
}

.ahref-noline {
  text-decoration: none;
}

.dropdown-menu.show {
  top: 5px !important;
}

ul.dropdown-menu, div.dropdown-menu {
  box-shadow: 0px 0px 20px #0000001A;
  border-radius: 10px;
  border-color: #FCFCFC;
}

.set-cursor {
  cursor: pointer;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #227AA7 !important;
}

/* Utility classes for Font Size */
.font10 {font-size: 10px !important;}
.font11 {font-size: 11px !important;}
.font12 {font-size: 12px !important;}
.font13 {font-size: 13px !important;}
.font14 {font-size: 14px !important;}
.font15 {font-size: 15px !important;}
.font16 {font-size: 16px !important;}
.font17 {font-size: 17px !important;}
.font18 {font-size: 18px !important;}
.font19 {font-size: 19px !important;}
.font20 {font-size: 20px !important;}
.font21 {font-size: 21px !important;}
.font22 {font-size: 22px !important;}
.font23 {font-size: 23px !important;}
.font27 {font-size: 27px !important;}
.font35 {font-size: 35px !important;}


.color6E6E6E {
  color: #6E6E6E;
}

.color707070 {
  color: #707070;
}

.background6E6E6E {
  background-color: #6E6E6E;
}

.background707070 {
  background-color: #707070;
}


/* Utility classes for Qistas colors */
.q-text-primary {color: var(--text-primary) !important;}
.q-text-secondary {color: var(--text-secondary) !important;}
.q-text-ternary {color: var(--text-ternary) !important;}
.q-text-quaternary {color: var(--text-quaternary) !important;}

.q-bg-primary {background-color: var(--bg-primary) !important;}
.q-bg-secondary {background-color: var(--bg-secondary) !important;}
.q-bg-ternary {background-color: var(--bg-ternary) !important;}
.q-bg-quaternary {background-color: var(--bg-quaternary) !important;}

.q-border-primary {border: 1px solid var(--border-primary) !important;}
.q-border-secondary {border: 1px solid var(--border-secondary);}
.q-border-ternary {border: 1px solid var(--border-ternary);}
.q-border-quaternary {border: 1px solid var(--border-quaternary);}


.q-box-shadow {
  box-shadow: 0px 3px 6px #00000029;
}


/* Utility classes for horizontal spacing */
.w-70 {
  width: 70%;
}

.qistas-logo {
  max-width: 150px;
  position: relative;
  top: --1px;
}

/* Initial navbar styling */
.navbar#qistas_cms_nav {
  transition: background-color 0.3s ease-in-out, padding 0.3s ease-in-out;
  padding: 60px 80px 10px 10px;
}

/* Navbar with white background after scroll */
#qistas_cms_nav.scrolled {
  background-color: transparent;
  padding: 15px 80px 10px 10px;  /* Adjust padding as needed */
  box-shadow: 0px 3px 6px #00000029;
  background-color: #FFFFFF;
}

#qistas_cms_nav .nav-item .nav-link {
  /* color: var(--dark-blue); */
  color: white;
  font-size: 18px;
}

#qistas_cms_nav.scrolled .nav-item .nav-link {
  color:#1F4068;
}

/* Custom Application CSS */
#qistas_cms_nav .login-btn {
  width: 127px; 
  height: 37px; 
  border-radius:6px;
  color:#FBFCFD;
}

.btn.save-cms-content,
.btn.publish-cms-content {
  color: #FFFFFF;
  border: 1px solid var(--border-quaternary);
  background-color: var(--bg-quaternary);
  font-weight: 700;
  font-size: 20px;
  border-radius: 4px;
  min-width: 100px;
}

.btn.save-cms-content:hover,
.btn.publish-cms-content:hover {
  border: 1px solid var(--bg-quaternary);
}
/* Custom CKEDITOR CSS */
.ck-font-size-dropdown .ck-button__label {
  font-size: 14px !important; /* Fixed font size for dropdown items */
  line-height: 1.5;          /* Adjust for spacing if needed */
}

.ck.ck-editor__editable_inline>:last-child {
  margin : 1rem 0px;
}

.ck.ck-editor__editable.ck-focused:not(.ck-editor__nested-editable),
.ck-rounded-corners .ck.ck-editor__editable:not(.ck-editor__nested-editable), .ck.ck-editor__editable.ck-rounded-corners:not(.ck-editor__nested-editable) {
  display: block;
}

.ck-rounded-corners .ck.ck-dropdown>.ck-dropdown__panel>.ck-list, .ck.ck-dropdown>.ck-dropdown__panel>.ck-list.ck-rounded-corners{
    max-height: 300px;
    overflow: hidden auto;
}

.editable-content p {
  margin: 0;
}

/* Owl Custom CSS */
.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top :20px;
}


/* Skeleton Loader Custom CSS */
.skeleton {
  background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s infinite;
}

.text-placeholder {
  height: 20px;
  margin-bottom: 10px;
}

.image-placeholder {
  height: 100px;
  border-radius: 8px;
}

/* Ticker Custom CSS */
.ticker-wrapper {
  background-color: #FFFFFF;
  /* box-shadow: 0px 0px 4px 0px #00000040; */
  overflow: hidden;
  white-space: nowrap;
  position: fixed;
  top: 0;
  width: 100%;
  padding: 10px 0;
  z-index: 1000;
}

.ticker {
  display: inline-block;
  animation: ticker-animation var(--second-ticker-animation) linear infinite;
}

.ticker span {
  margin-right: 50px;
}

.collapsable {
  position: relative;
  z-index: 1002;
}

/*****************************************************************
/***** Preloader style
/****************************************************************/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background-color: #FFF;*/
  background-color: #29B1C6;
  z-index: 99999;
}

#preloader-logo {
  position: fixed;
  top: 40%;
  left: 50%;
  margin-top: -50px;
  margin-left: -120px;
  width: 250px;
}

#preloader-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 5px;
  width: 5em;
  height: 5em;
  margin: -25px 0 0 -25px;
  text-indent: -9999em;
  border-top: 0.5em solid #1499de;
  border-right: 0.5em solid rgba(245, 245, 245, 0.5);
  border-bottom: 0.5em solid rgba(245, 245, 245, 0.5);
  border-left: 0.5em solid rgba(245, 245, 245, 0.5);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

#preloader-inner,
#preloader-inner:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}


.submit-loader {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8); /* Semi-transparent white overlay */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.lds-ripple,
.lds-ripple div {
  box-sizing: border-box;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid #2678A5;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 1;
  }
  100% {
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    opacity: 0;
  }
}


@-webkit-keyframes load8 {
  0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
  }

  100% {
        -webkit-transform: rotate(360 deg);
        transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
  }

  100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
  }
}

@keyframes skeleton-loading {
  0% {
      background-position: 200% 0;
  }
  100% {
      background-position: -200% 0;
  }
}

/* @keyframes ticker-animation {
  0% {
    transform: translateX(-110%);
  }
  100% {
    transform: translateX(100%);
  }
} */

@keyframes ticker-animation {
  0% {
    transform: translateX(var(--ticker-start));
  }
  100% {
    transform: translateX(var(--ticker-end));
  }
}


/* Media Query Responsive Screens */

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .our_partners_section .banner-img {
      height: 100%;
      min-height: unset;
      max-height: unset;
  }

  .our_partners_section .partner-img-upload {
      height: auto;
      min-width: 50px;
      max-width: 50px;
  }

  #qistas_cms_nav .nav-item .nav-link {
    font-size: 16px !important;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  #qistas_cms_nav .nav-item .nav-link {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1024px) {
  #qistas_cms_nav .nav-item .nav-link {
    font-size: 14px;
  }

  .navbar#qistas_cms_nav {
    padding: 55px 0px 25px 0px ;
  }

  .carousel-caption{
    margin: 0px !important;
  }
  #qistas_cms_nav.scrolled {
    padding: 15px 0px 10px 0px;
  }
}

@media only screen and (max-width: 1800px) {
  .sub-choice-grid{
    grid-template-columns: 10% auto 10% !important;
  }

  .sub-grid {
    grid-template-columns: 17% auto 18% !important;

  }
}

@media only screen and (max-width: 470px) {
  #carouselExample .carousel-caption{
    top:8% !important;
  }
}

@media only screen and (max-width: 1700px) {
  .sub-choice-grid{
    grid-template-columns: 10% auto 8% !important;
  }

  .sub-grid {
    grid-template-columns: 17% auto 13% !important;

  }
}
@media only screen and (max-width: 1500px) {
  .sub-choice-grid{
    grid-template-columns: 10% auto 8% !important;
  }

  .sub-grid {
    grid-template-columns: 10% auto 10% !important;

  }
}
@media only screen and (max-width: 1368px) {
  .sub-choice-grid{
    grid-template-columns: 10% auto 8% !important;
  }

  .sub-grid {
    grid-template-columns: 12% auto 10% !important;

  }
}
@media only screen and (max-width: 1210px) {
  .sub-choice-grid{
    grid-template-columns: 7% auto 7% !important;
  }

  .sub-grid {
    grid-template-columns: 8% auto 10% !important;

  }
}
@media only screen and (max-width: 500px) {
  .sub-choice-grid{
    grid-template-columns: 0% auto 0% !important;
  }

  .sub-grid {
    grid-template-columns: 0% auto 0% !important;

  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  #qistas_cms_nav .nav-item .nav-link {
    font-size: 18px !important;
  }
}
@media only screen and (max-width: 1418px) {
  .custom-form-privacy-title{
    bottom: -40px !important;
  }

}
@media only screen and (max-width: 1224px) {
  .custom-form-privacy-title{
    bottom: -40px !important;
  }

}
@media only screen and (max-width: 575px) {
  .country-style{
    margin-top: 0.5rem !important;
    /* margin-top: .5rem !important; */
  }
}



.col-sm-12.country-style{
  margin-top: 0.5rem !important;
}
/* Utility classes for vertical spacing */
.spacing-y-xxl {
  height: 400px;
}

.spacing-y-xl {
  height: 300px;
}

.spacing-y-lg {
  height: 200px;
}

.spacing-y-md {
  height: 100px;
}

.spacing-y-sm {
  height: 50px;
}

.section-spacing {
  margin-top: calc(50px + 10%);
}

.subscription-text{
  /*background: linear-gradient(0deg, #F8EAB7 -16.99%, #D8B747 50.16%);
  *//*background: linear-gradient(90deg, #227AA7 15.51%, rgba(34, 122, 167, 0.75) 76.01%, #FFFFFF 91.44%);
  */border-radius: 5px;
  width: 100%;
  color:#2678A5;
  /*box-shadow: 0px 0px 4px 0px #00000040;
  */
  /* padding: 10px 90px 10px 20px; */
  min-height: 92px;
  /* clip-path: polygon(    0 0,    100% -10px,    calc(100% + 70px) calc(100% + 70px),    0 100%,    60px 50%  ); */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}


.subscription-text::before {
  /* content: ""; */
  /* background-image: url("../img/cms/sub.png"); */
  /* background-repeat: no-repeat;
  background-position: 100%;
  background-size: contain;*/
  /* position: absolute;
  right: -24px;
  top: -8px;
  width: 100%;
  background-color: red;;
  height: 1px;  */
}

.offices-info span {
  /* text-align: center; */
  /* display: block; */
}


.carousel-control-prev, .carousel-control-next {
  opacity: 0 !important;
  filter:alpha(opacity=0) !important; /* IE support */
}


.owl-theme .owl-dots .owl-dot span {
  width: 16px !important;
  height: 16px !important;
}


@media (max-width: 1400px) {
  #footer_section .col-lg-5 {
    flex: 0 0 auto;
    width: 40.3% !important;
  }
  #footer_section .col-lg-2 {
    flex: 0 0 auto;
    width: 17.3% !important;
  }
}
.dropdown-menu.show{
  z-index: 2 !important;
}

.iti.iti--allow-dropdown.iti--show-flags{
  width: 100%;
  margin-top: 10px;
}   

.dropdown-content{
  height: 300px;
  overflow-y: auto;
}

/* تخصيص شريط التمرير فقط للعناصر التي تحتوي على الفئة .custom-scrollbar */
.custom-scrollbar::-webkit-scrollbar {
  width: 6px; /* عرض شريط التمرير */
  height: 6px; /* ارتفاع شريط التمرير الأفقي */
}

/* مسار شريط التمرير (الخلفية) */
.custom-scrollbar::-webkit-scrollbar-track {
  background: #f1f1f1; /* لون الخلفية */
  border-radius: 10px;
}

/* مقبض شريط التمرير */
.custom-scrollbar::-webkit-scrollbar-thumb {
  background: #888; /* لون المقبض */
  border-radius: 10px;
}

/* عند تحريك الماوس فوق شريط التمرير */
.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #555; /* لون أغمق عند التمرير */
}

/* دعم لمتصفح Firefox */
.custom-scrollbar {
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}


.efd{
  position: absolute;
  bottom: -8px;
  
}
#Email::placeholder,#Email2::placeholder{
  text-align: var(--text-align) !important;
}

.iti__country-container{
  left: 0px !important;
  right: unset !important;
}
#phone-code-container,
#e-phone-code-container {
  padding-right: unset !important;
  padding-left: 65px !important;
  top: -2px;
}

.iti__selected-country-primary{
  padding:0px !important;
}

#contact_us_form #didyouhearArrow{
  position: relative;
  top: -7px;
}

#phone-code-container::placeholder,
#e-phone-code-container::placeholder {
  color: #8F8F8F;
}

.iti__arrow{
  display: none !important;
}
.iti__selected-country{
  top: -2px !important;
}
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover, .iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country:has(+ .iti__dropdown-content:hover) .iti__selected-country-primary{
  background-color: transparent !important;
}
.iti__selected-dial-code ,.iti__country-name{
  font-family: 'CareemRegular' !important;
  color:#2E2E2EC2 !important;
  font-size: 15px !important;
}
.iti__country-name , .iti__dial-code{
  font-size: 12px !important;
}
/* Scrollbar Styling */
.iti__country-list::-webkit-scrollbar {
  width: 15px; /* Width of the scrollbar */
}

.iti__country-list::-webkit-scrollbar-track {
  background: #f1f1f1; /* Background of the scrollbar track */
  border-radius: 10px;
}

.iti__country-list::-webkit-scrollbar-thumb {
  background: #ffffff; /* Color of the scrollbar thumb */
  border-radius: 10px;
}

.iti__country-list::-webkit-scrollbar-thumb:hover {
  background: #555; /* Color on hover */
}

/* For Firefox */
.iti__country-list {
  scrollbar-width: thin; /* Thin scrollbar */
  scrollbar-color: #888 #f1f1f1; /* Thumb and track colors */
}

.iti__search-input{
  color:#2E2E2EC2 !important;
  font-family: 'CareemRegular' !important;
  font-size: 15px !important;
  padding-left:2px !important;
}
.iti__search-input::placeholder{
  font-size: 12px !important;
  padding-left:2px;
}


@media only screen and (max-width: 991px) {
  .navbar-collapse{
    background: #ffffff;
    border-radius: 10px;
    padding-bottom: 6px;
  }
  #qistas_cms_nav .nav-item .nav-link {
    color: #1F4068 ;
  }
  .navbar-collapse .login-btn.bg-transparent{
    border-color: #1F4068 !important;
    color: #1F4068  !important;
  }
  .navbar-toggler:focus{
    box-shadow: none !important;
  }
}

@media only screen and (max-width: 767px) and (min-width: 601px) {
  #statistic_section .banner-img{
    height: 285px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .text-hint-form {
    bottom: -23px !important;
  }
}

@media only screen and (max-width: 767px) and (min-width: 690px) {
  img.uploaded-cms-mobile-img {
    max-width: 250px !important;
    position: absolute;
    height: unset !important;
    top: -137px;
  }
}
@media only screen and (max-width: 689px) and (min-width: 601px) {
  img.uploaded-cms-mobile-img {
    max-width: 200px !important;
    position: absolute;
    height: unset !important;
    top: -110px;
  }
}
@media only screen and (max-width: 600px)  {
  img.uploaded-cms-mobile-img {
    max-width: 200px !important;
    position: absolute;
    height: unset !important;
    top: -110px;
  }
  .testimonial_section .install-app-bg{
    height: 500px;
  }
  .span-of-section-7-content span{
    font-size: 17px !important;
  }
  .install-app-text-container {
    top: 44% !important;
  }
  .terms-privacy{
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 520px) {
  img.uploaded-cms-mobile-img {
    max-width: 178px !important;
    top: -95px;
  }
  .custom-form-privacy-title {
    bottom: -50px !important;
}
}
@media only screen and (max-width: 490px) {
  .span-of-section-7-content span{
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 465px) {
  img.uploaded-cms-mobile-img {
    max-width: 150px !important;
    top: -85px;
  }
}
@media only screen and (max-width: 991px) {
  #globe_section .contents-button{
    text-align: center;
  }
  
 }
@media only screen and (max-width: 415px) {
  img.uploaded-cms-mobile-img {
    max-width: 140px !important;
    top: -75px;
    right: -23px;
  }
  .contents-button{
    margin-bottom: 40px;
  }
  .span-of-section-7-content span{
    font-size: 12px !important;
  }
}
@media only screen and (min-width: 1500px)  {
  .banner-img.mx-auto .container .globe-container{
    flex-wrap: nowrap !important;
  } 
  
}
@media only screen and (max-width: 767px) {
  .banner-img.mx-auto .container .globe-container{
    justify-content: center !important;
    flex-wrap: wrap ;

  } 

  
}



@media only screen and (max-width: 380px) {
  .span-of-section-7-content span{
    font-size: 11px !important;
  }
  .captcha{
    position: relative;
    left: 17px;
  }
 
}


@media only screen and (max-width: 500px) {

  #contact-section{
    display: flex;
    justify-content: center;
  }
}
.globe-container .globe-item{
  position: relative;
}





#contact_us_form .g-recaptcha  iframe:first-of-type {
  width: 100% !important;
}

#webform .g-recaptcha div{
  width: 250px !important;
}
.globe-container .globe-item {
  position: relative;
}



.signup-btnx{
  border: 0;
  font-size: 17px;
  font-weight: 600;
  color: #FFFFFF;
  background: transparent linear-gradient(180deg, #2678A5 0%, #7AB1CF 100%) 0% 0% no-repeat padding-box;
  border-radius: 13px;
  width: 150px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.signup-btnx:hover span{
  color: #FFFFFF !important;
}
.signup-btnx:focus-visible{
  color: #FFFFFF;
}

.iti__selected-flag .fa ,.phone-dial-code{
  color:#898989;
}


#contact_us_form .g-recaptcha iframe:first-of-type {
  width: 100% !important;
}

#webform .g-recaptcha div {
  width: 250px !important;
}

#contact_us_form #didyouhearArrow{
  position: relative;
  top: -7px;
}
.iti__country-container {
  left: 0px !important;
  right: unset !important;
}
.iti__selected-country-primary{
  padding:0px !important;
}
#phone-code-container,
#e-phone-code-container {
  padding-right: unset !important;
  padding-left: 65px !important;
  top: -2px;
}

#phone-code-container::placeholder,
#e-phone-code-container::placeholder {
  color: #8F8F8F;
}

.iti__selected-country {
  top: -2px !important;
}

.iti__arrow {
  display: none !important;
}

.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover,
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country:has(+ .iti__dropdown-content:hover) .iti__selected-country-primary {
  background-color: transparent !important;
}

.iti__selected-dial-code,
.iti__country-name {
  font-family: 'CareemRegular' !important;
  color: #2E2E2EC2 !important;
  font-size: 15px !important;
}

.iti__country-name,
.iti__dial-code {
  font-size: 12px !important;
}

/* Scrollbar Styling */
.iti__country-list::-webkit-scrollbar {
  width: 15px;
  /* Width of the scrollbar */
}

.iti__country-list::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* Background of the scrollbar track */
  border-radius: 10px;
}

.iti__country-list::-webkit-scrollbar-thumb {
  background: #ffffff;
  /* Color of the scrollbar thumb */
  border-radius: 10px;
}

.iti__country-list::-webkit-scrollbar-thumb:hover {
  background: #555;
  /* Color on hover */
}

/* For Firefox */
.iti__country-list {
  scrollbar-width: thin;
  /* Thin scrollbar */
  scrollbar-color: #888 #f1f1f1;
  /* Thumb and track colors */
}

.iti__search-input {
  color: #2E2E2EC2 !important;
  font-family: 'CareemRegular' !important;
  font-size: 15px !important;
  padding-left: 2px !important;
}

.iti__search-input::placeholder {
  font-size: 12px !important;
  padding-left: 2px;
}


.link-login:hover{
  color:rgba(38, 120, 165,0.8) !important;
}
input::placeholder{
  color:#6E6E6E !important;
}


@media only screen and (max-width: 415px) {
  .install-app-container{
    margin: 0rem 2rem 0rem 0rem;
  }
 
}
@media only screen and (max-width: 311px) {
  .install-app-container{
    margin: 0rem 1.5rem 0rem 0rem;
  }
 
}

.color2678A5{
  color: #2678A5 !important;
}

@media only screen and (max-width: 1399px) {
  .text-hint-form {
    bottom: -44px !important;
  }
 
}

@media only screen and (max-width: 575px) {
  .contact-us-col{
    display: none !important;
  }
 
}


#UniSignupForm .font13{
  font-size: 14px !important;
}

.iti__selected-flag:focus-visible{
  border: none !important;
  outline: none !important;
}