body{
  direction: ltr;
}
.gallery{
    margin-top: 3rem!important;
}
.top-title{
    display: flex;
  align-items: center;
}
.top-title p{
    margin: 0;
  width: 100%;
  text-align: center;
  color: black;
  font-weight: 600;
  font-size: 20px;
}
.phone-wrap .star{
   color:  #FF1717;
}
.phone-wrap label{
    display: block;
  margin-top: 4rem;
  font-size: 15px;
  color: black;
  font-weight: 500;margin-bottom: 8px;

}
.iti.iti--allow-dropdown{
width: 100%;
}
#mobile::placeholder{
  color: rgba(0, 0, 0, 0.7);

}
#mobile{
    border: 1px solid #0000001A;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 10px;
  width: 100%;
  color: #27C491;

}
.iti--allow-dropdown input, .iti--allow-dropdown input[type="tel"]{
    padding-left: 120px!important;
}
.iti--separate-dial-code .iti__selected-dial-code{
  color: #27C491!important;

}
.iti__selected-flag{
    padding: 0 6px 0 25px!important;
}
.title{
width: 75%;
  right: 10px;
  position: absolute;
  height: 67%;
  border: unset;
  top: 10px;
  bottom: 20px;
  outline: none;
  color: rgba(0, 0, 0, 0.7);
}

.co-btn {
  width: 100%;
}
.Continue {
  display: block;
  text-align: center;
  text-decoration: none;
  width: 100%;
  color: white;
  border: 1px solid;
  background-color: #27C491;
  border-color: #27C491;
  border-radius: 20px;
  padding: 15px 20px;
  font-size: 18px;
  margin-top: 4rem;
}
.card2{
    margin-top: 3rem;
}
.oneItem {
  border: 1px solid #0000001A;
  border-radius: 12px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 18px 10px;
  margin-bottom: .6rem;
  cursor: pointer;
    width: 100%;
  background-color: white;
}
.oneItem p {
  margin: 0;
  color: #000;
  font-weight: 600;
}

.iti__arrow {
  margin-left: 10px!important;
  width: 8px!important;
  height: 8px!important;
  border-left: unset!important;
  border-top: unset!important;
  border-right: 1.5px solid #27C491!important;
  border-bottom: 1.5px solid #27C491!important;
  transform: rotate(45deg)!important;
  margin-top: -3px;
  /* display: none; */
}
#place{
    border: unset;
  width: 75%;
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  bottom: 10px;
  text-align: left;
  padding: 5px 0;
  color: rgba(0, 0, 0, 0.7);
}
.desktop{
    display: block;
}
.mobile{
    display: none;
}
/* تكبير العلم */
/* .iti__selected-flag .iti__flag {
  transform: scale(1.4);    
  transform-origin: center;   
}

.iti__country-list .iti__flag {
  transform: none !important;  
} */
 .iti--separate-dial-code .iti__selected-flag {
  background-color: transparent!important;
}
@media (max-width: 1000px) and (min-width: 500px) {
#place{
    display: none;
}
}
@media(max-width:500px){
#place{
    display: block;
}
.desktop{
    display: none;
}
.mobile{
    display: block;
}
.top-title p{
    font-weight: 600;
  font-size: 17px;
  width: 90%;
}
.phone-wrap label{
    margin-top: 3rem;
}
#place {
  width: 62%;
  font-size: 14px;
}
.Continue{
    border-radius: 10px;
  padding: 13px 20px;
  font-size: 16px;
  margin-top: 1.5rem;
}
.card2 {
  margin-top: 1rem;
}
.oneItem p{
    font-weight: 500;
  font-size: 14px;
}
.oneItem{
    gap: 10px;padding: 15px 10px;
}
.oneItem img{
    width: 22px!important;
}
.card2 .col-6{
padding-left: .5rem !important;
    padding-right: .5rem !important;
}
.phone-wrap label{
  color: rgba(0, 0, 0, 0.7);
}

/*  */
.gallery {
  margin-top: 1.5rem !important;
}
.right-section .light-green {
  margin-top: 2rem;
}
.primary{
    font-size: 14px;
}
}