
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: Frutiger-light;
  src: url(../fonts/Frutiger-LT-Arabic-45-Light.ttf);
}
@font-face {
  font-family: Frutiger-roman;
  src: url(../fonts/Frutiger-LT-Arabic-55-Roman.ttf);
}
@font-face {
  font-family: Frutiger-bold;
  src: url(../fonts/Frutiger-LT-Arabic-65-Bold.ttf);
}
@font-face {
  font-family: Frutiger-balck;
  src: url(../fonts/Frutiger-LT-Arabic-75-Black.ttf);
}
@font-face {
  font-family: Karla-regular;
  src: url(../fonts/Karla-Regular.ttf);
}
@font-face {
  font-family: Karla-bold;
  src: url(../fonts/Karla-Bold.ttf);
}
@font-face {
  font-family: RobotoMono-Regular;
  src: url(../fonts/RobotoMono-Regular.ttf);
}
.Frutiger-light {
  font-family: Frutiger-light;
}
.Frutiger-roman {
  font-family: Frutiger-roman;
}
.Frutiger-bold {
  font-family: Frutiger-bold;
}
.Frutiger-balck {
  font-family: Frutiger-balck;
}
.Karla-regular {
  font-family: Karla-regular;
}
.Karla-bold {
  font-family: Karla-bold;
}
.RobotoMono-regular {
  font-family: RobotoMono-Regular;
}

:root{
  --dark-gray: #292929;
  --java: #17E1B9;
  --silver-chalice: #AEAEAE;
  --grey: #7A7A7A;
  --atoll: #0F5482;
  --athens-gray: #EFF1F5;
  --jaffa: #EE8139;
  --mercury:#E9E9E9;
}
.jaffa{
  color: var(--jaffa);
}
.java{
  color: var(--java);
}
.grey{
  color: var(--grey);
}
.atoll{
  color: var(--atoll);
}
.silver-chalice{
  color: var(--silver-chalice);
}
.bg-athens-gray{
  background-color: var(--athens-gray);
}

html, body{
  font-family: Frutiger-roman;
  color: var(--dark-gray);
  height: 100%;
  overflow-x: hidden !important;
  margin: 0 auto;

  width: 100%;
  text-align: right;
}
/* ? #p1 landing-page */
/* .landing-logo{ */
 
  /* top: 8rem;
  right: 50%; */
  /* margin-top: 8rem;
  margin-right: 8rem; */
  /* animation:  logo-transform 0.5s linear 2s ; */
/* } */
.landing-logo{
  margin-top: 50%;
  /* padding-right: 8rem; */
  /* width: 30rem; */
  /* background: rgba(0, 0, 0, 0.118); */
}
.landing-logo img{
  width: 200px;

  /* animation:  logo-transform 0.5s linear 3.15s ; */

}
@keyframes logo-transform{
  0%{
    width: 200px;
    top: 18rem;
  right: 50%;
  opacity: 1;
  }
  100%{
    opacity: 0.3;
    width: 150px;
    top: 3rem;
    right: 85%;
  }
}
@keyframes logo-transform2{
  0%{
    opacity: 0;
    top: 5rem;
  right: -10%;
  }
  100%{
    opacity: 1;
    top: 0;
    right: 0;
  }
}
.peas-logo-animation{
  width: 250px;
  position: relative !important;
  /* animation:  logo-transform2 1s linear ; */
  
}
/* ? #p2 Instruction-page */
.narrow-container{
  padding: 6.5rem 15%;

}
.instrucion-box{
  height: 30rem;
  overflow-y: scroll;
  margin-top: 3rem;
  border: solid 2px #EEEEEE;
  border-radius: 10px;
  padding: 3rem 5rem;
  text-align: justify;
  text-justify: distribute;
  line-height: 2;
  color: var(--dark-gray);
}
.center-btn{
  margin-top: 4rem;
  display: flex;
  justify-content: center;
}
.center-btn button{
  padding-left: 6rem;
  padding-right: 6rem;
  margin: auto;
}
button a{
  color: #fff;
  font-family: Frutiger-bold;
}
button a:hover{
  color: #fff;
  text-decoration: none;

}

/* ? #p3 login */
.login-col{
  width: 40%;
  padding-right: 4rem;
}
a{
  color: var(--atoll);
}
a:hover{
  color: var(--atoll);
}

.login-form{
  margin-top: 5rem;
  text-align: right;
}
.login-form input{
  padding-right: 1rem;
  margin-top: 0.5rem;
  border: 2px solid var(--java);
  border-radius: 50px;
  width: 100%;
  height: 3.5rem;
  margin-bottom: 1.75rem;
}
.login-form input[type="checkbox"]{
  height: 1.3rem;
  width: 1.3rem;
}
.login-checkbox{
  direction: ltr;
  align-items: center;
}
.login-checkbox .checkmark{
 position: relative;
 right: 0.5rem;
 top: -0.3rem;
}


.checkbox {
  /* width: 20rem; */
  /* margin: 15px auto; */
  /* position: relative; */
  display: flex;
}

.checkbox input[type="checkbox"] {
  width: auto;
  opacity: 0.00000001;
  position: absolute;
  right: 0;
  margin-left: -80px;
}
.checkbox label {
  position: relative;
}
.checkbox label:before {
  content: '';
  position: absolute;
 
  right: 0;
  top: 0;
  margin: 4px;
  width: 22px;
  height: 22px;
  transition: transform 0.28s ease;
  border-radius: 3px;
  background: var(--java);
  /* border: 2px solid var(--java); */
}
.checkbox label:after {
content: '';
  display: block;
  width: 10px;
  height: 5px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(-45deg) scale(0);
  transform: rotate(-45deg) scale(0);
  transition: transform ease 0.25s;
  will-change: transform;
  position: absolute;
  top: 12px;
  right: 10px;
}
.checkbox input[type="checkbox"]:checked ~ label::before {
  color: var(--java);
}

.checkbox input[type="checkbox"]:checked ~ label::after {
  -webkit-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
}

.checkbox label {
  min-height: 34px;
  display: block;

  padding-right: 2.5rem;
  padding-top: 0.2rem;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
/* .checkbox label span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
} */
.checkbox input[type="checkbox"]:focus + label::before {
  outline: 0;
}


.peas-logo{
  width: 250px;
}
.peas-logo2{
  width: 250px;
}
.grad-main{
  justify-content: center;
  margin: auto;
  /* background-color: coral; */
}

.grad-dialogue{
  /* background: coral; */
  margin: auto;
  display: flex;
  justify-content: center;
  margin-top: 15rem;
  font-size: 1.3rem;
  align-items: center;
}
.grad-dialogue .text{
  text-align: right;
  margin-left: 4rem;
}
.grad-dialogue .text .year{
  color: var(--grey);
}

.grad-dialogue select{
  width: 8.5rem;
  height: 3.2rem;
  border: 1.5px solid #CCCCCC;
  border-radius: 8px;
  padding: 0.2rem 1rem 0.5rem 0.5rem;
  background: url(../icons/down-icon.png) no-repeat left;
  -webkit-appearance: none;
  background-position-x: 18px;
  /* background-position-y: 14px; */
}

select{
  width: 8.5rem;
  height: 3.2rem;
  border: 1.5px solid #CCCCCC;
  border-radius: 8px;
  padding: 0.2rem 1rem 0.5rem 0.5rem;
  background: url(../icons/down-icon.png) no-repeat left;
  -webkit-appearance: none;
  background-position-x: 18px;
  /* background-position-y: 14px; */
}

.grad-main .next-btn{
  /* background: #000; */
  margin-top: 4rem;
  display: flex;
  justify-content: center;
}

 button {
  font-size: 1rem;
  /* width: 8.2rem; */
  padding: 0rem 2.5rem 0.2rem 2.5rem;
  height: 2.8rem;
  padding-bottom: 0.25rem;
  background-color: var(--atoll);
  /* background: var(--java); */
  border: 0;
  border-radius: 50px;
  color: #fff;
  box-shadow: 0px 2px 20px #17e1b945;
}
 button:focus{
  outline: 0;
  box-shadow: 0px 0px 5px #17E1B9;
}

footer{
  position: absolute;
  bottom: 3rem;
  /* background: #000; */
  display: flex;
  margin-top: 5rem;
  margin: auto;
  justify-content: center;
  text-align: center;
  width: 100%;
  color: var(--silver-chalice);
}
.main-hero{
  margin-top: 10rem;
  justify-content: center;
}
.mt-10{
  margin-top: 10rem;
}
.mt-8{
  margin-top: 8rem;
}
.mt-6{
  margin-top: 6rem;
}
.input-1{
  width: 55%;
  margin: 6rem auto 3rem auto;
}
.input-1 a{
  position: relative;
  top: 0.75rem;
  font-size: 0.8rem;
  text-decoration: underline;
  color: var(--atoll);
}
.input-1 a:hover{
  color: var(--java);
}
input[type="number"],
[type="text"],
[type="date"],
[type="password"],
[type="email"]{
  padding: 0 1rem 0.2rem 1rem;
 
  border: solid 1px #CCCCCC;
  border-radius: 8px;
  height: 3.2rem;
  box-shadow: 0px 0px 3px #cccccc85;

}

.main-hero input{
  padding: 0 1rem 0.2rem 1rem;
 
  border: solid 1px #CCCCCC;
  border-radius: 8px;
  height: 3rem;
  width: 100%;
  box-shadow: 0px 0px 3px #cccccc85;

}

input:focus{
  outline: 0;
  box-shadow: 0px 0px 5px #17E1B9;
}
input:hover{
  outline: 0;
  box-shadow: 0px 0px 3px #17E1B9;
}
input[type="checkbox"]:focus{
  outline: 0;
  box-shadow: none;
}
input[type="checkbox"]:hover{
  outline: 0;
  box-shadow: none;
}
select:focus{
  outline: 0;
  box-shadow: 0px 0px 5px #17E1B9;
}
select:hover{
  outline: 0;
  box-shadow: 0px 0px 3px #17E1B9;
}
/* select, */
input[type="number"],
[type="text"],
[type="date"],
[type="password"],
[type="email"],
textarea {
  -webkit-appearance: none ;
  -moz-appearance: none ;
}

button {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
}
.next-btn{
  display: flex;
  margin: auto;
  justify-content: center;
}
.student-info-form{
  justify-content: center;
  text-align: right;
  margin-top: 4.5rem;
  width: 100%;
}
.form-title{
  margin-bottom: 3.5rem;
  text-align: center;
}
.form-title h2{
  margin-bottom: 1rem;
}
.form-title p{
  color: var(--grey);
}
.student-info-form .info-unit{
  margin-bottom: 1rem;
}
.info-unit{
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.info-unit label{
  color: var(--dark-gray);
  margin-top: 0.4rem;
}
.info-unit input{
  float: left;
  margin-right: 1rem;
  width: 60%;
}
.info-unit.dark-bg input, .info-unit.dark-bg select{
  background-color: rgba(221, 221, 221, 0.4);
}

.info-unit  select{
  color: var(--grey);
  width: 60%;
  height: 3.2rem;
  border: 1.5px solid #CCCCCC;
  border-radius: 8px;
  padding: 0.2rem 1rem 0.5rem 0.5rem;
  /* background: url(../icons/down-icon.png) no-repeat left; */
  /* -webkit-appearance: none; */
  /* background-position-x: 58px; */
  /* background-position-y: 14px; */
}
.info-unit .sm-select{
  width: 22%;
}
.info-unit .md-input{
  width: 32%;
}
.info-unit .sm-input{
  width: 22%;
}
.discrete-inputs-container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.width-label-20{
  width: 20%;
}
.discrete-inputs{
  display: flex;
  width: 80%;
}
.discrete-inputs input{
  float: left;
  width: 100%;
  margin-right: 0.5rem;
}
.info-unit span{
  color: #0F5482;
}
.info-unit.channels{
  display: none;
}
.info-unit.channels.show{
 display: flex;
 border-top: solid 1px var(--silver-chalice);
 align-items: start;
 margin-top: 2.5rem;
 padding-top: 1.5rem;
}
.radio-channels .radio-checkmark{
  top: 0;
}
.footer-relv{
  margin-top: 13rem;
  margin-bottom: 5rem;
  position: relative;
  bottom: 0;
}
.alert{
  margin-top: 2rem;
  display: flex;
  color: #E5A149;
  justify-content: center;
}
.alert img{
  margin-left: .5rem;
}
.info-unit-btns{
  justify-content: center;
  text-align: center;
  margin: auto;
  display: block;
  margin-top: 2.75rem;
  width: 80%;
}
.info-unit-btns button{
  margin-top: 1rem;
  width: 100%;
}
.btn-reverse{
  background: transparent;
  box-shadow: none;
  color: var(--dark-gray);
  border: solid 2px var(--java);
}
.btn-reverse a{
  color: var(--dark-gray);
}

.main-hero img{
  justify-content: center;
  display: flex;
  margin: auto;
  margin-bottom: 2rem;
}
.extra-wide-btn{
  padding-right: 5rem;
  padding-left: 5rem;
}
.medium-wide-btn{
  padding-right: 3.7rem;
  padding-left: 3.7rem;
}
.card-hero{
  margin-top: 5rem;
  justify-content: center;
  background-color: #fff;
  height: 44.5rem;
  width: 70%;
  border-radius: 8px;
  z-index: 2;
}
.card-shadow{
  background-color: #fff;
  border-radius: 8px;
  opacity: 0.5;
  height: 5rem;
  width: 95%;
  justify-content: center;
  display: flex;
  margin: auto;
  position: relative;
  top: 91.5%;
  z-index: -2;
}
.card-container{
  position: relative;
  top: -12%;
  padding: 3rem;
  justify-content: center;
}
.card-container2{
  margin-top: 2rem;
  position: relative;
  padding: 3rem 3rem 0.5rem 3rem;
  justify-content: center;
  background-color: #fff;
  border-radius: 8px;
}


 .average .text{
  font-family: Frutiger-bold;
  font-size: 1.35rem;
  width: 10rem;
}
 .average .percentage{
  font-family: Frutiger-bold;
  font-size: 1.75rem;
  color: var(--java);
  text-align: left;
}
.card-shadow2{
  background-color: #fff;
  border-radius: 8px;
  opacity: 0.5;
  height: 5rem;
  width: 95%;
  justify-content: center;
  display: flex;
  margin: auto;
  position: relative;
  top: 1.85rem;
  z-index: -2;
}
.card-container3{
  margin-top: 2rem;
  padding: 1.5rem 2rem 0.5rem 2rem;
  justify-content: center;
  background-color: #fff;
  border-radius: 8px;
}
.card-shadow3{
  background-color: #fff;
  border-radius: 8px;
  opacity: 0.5;
  height: 1rem;
  width: 95%;
  justify-content: center;
  display: flex;
  margin: auto;
  position: relative;
  top: 1.4rem;
  z-index: -2;
}
.resev-form{
  margin-top: 5rem;
  width: 50%;
  justify-content: center;
  margin: auto;
}
.resev-form h5{
  font-weight: 700;
  text-align: center;
  margin: 3rem 0;
}
.resev-form input{
  justify-content: center;
  margin: auto;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
}
input:disabled{
  background: #F9F9F9;
}
input:disabled::placeholder{
  color: #CCCCCC;
}
.resev-form3{
  margin-top: 5rem;
  width: 70%;
  justify-content: center;
  margin: auto;
}
.resev-form3 h5{
  font-weight: 700;
  text-align: center;
  margin: 3rem 0;
}
.resev-form3 button{
  margin-top: 2rem;
}


.resev-form select{
  margin-bottom: 1rem;
  width: 100%;
  height: 3.2rem;
  border: 2px solid var(--java);
  border-radius: 8px;
  padding: 0.2rem 1rem 0.5rem 0.5rem;
  background: url(../icons/down-icon-green.png) no-repeat left;
  -webkit-appearance: none;
  background-position-x: 18px;
  /* background-position-y: 14px; */
}
.resev-form3 select{
  margin-bottom: 1rem;
  width: 100%;
  height: 3.2rem;
  border: 2px solid var(--java);
  border-radius: 8px;
  padding: 0.2rem 1rem 0.5rem 0.5rem;
  background: url(../icons/down-icon-green.png) no-repeat left;
  -webkit-appearance: none;
  background-position-x: 18px;
  /* background-position-y: 14px; */
}
.nearest-resv-inputs{
  margin-top: 1rem;
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
}
.nearest-resv-inputs input:first-child{
  margin-left: 1rem;
  background-color: transparent;
  width: 130%;
  text-align: center;
  cursor: default;
}
.nearest-resv-inputs input:last-child{
  border: 2px solid var(--java);
  text-align: center;
}
.nearest-resv-inputs input:nth-child(2){
  border: 2px solid var(--java);
  text-align: center;
}

#choose-appoinement-label{
  cursor: pointer;
}
.choose-appoinement-real{
  display: none !important;
}
.choose-appoinement-real.show-input{
  display: block !important;
}


.full-wide-btn{
  width: 100%;
}
.resev-form2{
  width: 70%;
  justify-content: center;
  margin: auto;
}
 .resv-result-info{
   margin-top: 3rem;
   justify-content: space-between;
   font-size: 1.1rem;
   margin-bottom: 3rem;
   font-family: Frutiger-bold;
 }
.resv-result-info .text{
  text-align: right;
} 
.resv-result-info .text .unit{
  display: flex;
  margin-bottom: 0.75rem;
  overflow-wrap: break-word;
}
.resv-result-info .text .unit div:first-child{
  margin-left: 0.5rem;
  overflow-wrap: break-word;
}
.resv-result-info .text .unit div:last-child{
  color: var(--grey);
  overflow-wrap: break-word;
}
.appointment{
  align-items: center;
}
.appointment .digits{
  display: flex;
  align-items: center;
}
.appointment .digits .date::after{
  content: '|';
  padding: 0 .4rem;
}
.qr-code img{
  width: 130px;
}
.resev-form2 .note{
  text-align: center;
  color: #E57E23;
  margin-bottom: 3rem;
}
.resev-form2 .resv-btns{
  
  display: block;
  margin: auto;
  justify-content: center;
  text-align: center;
}
.resev-form2 button{
  font-size: 1.2rem;
  width: 80%;
  margin: auto;
  margin-bottom: 1.1rem;
}
.normal-container{
  padding: 7rem 2rem;
  /* background: #000; */
}
.login-up-btns button{
  width: 17rem;
}
.avatar-img-holder{
  width: 100%;
  overflow-x: hidden;
}

.avatar-img-holder img{
  max-width: 600px;
  position: absolute;
  top: 0;
  left: -1.5%;
  overflow-x: hidden !important;
  z-index: -1;
  /* left: -25rem; */
  /* z-index: -1; */
  /* object-fit: scale-down; */
 /* clip-path: polygon(31% 0, 100% 0, 100% 50%, 100% 100%, 31% 100%); */
 /* clip-path: ellipse(1130px 140px at 10% 20%); object-fit: scale-down; */
}

/* Bubbles animation */
@keyframes bubble-move {
  0%{
    margin-top: 0rem;
    margin-left: 0rem;
  }
  25%{
    margin-top: 0.5rem;
    margin-left: 0.25rem;
  }
  50%{
    margin-top: 1rem;
    margin-left: 0.5rem;
  }
  75%{
    margin-top: 0.4rem;
    margin-left: 0.35rem;
  }

  100%{
    margin-top: 0rem;
    margin-left: 0rem;
    
  }
}
@keyframes bubble-move-2 {
  0%{
    margin-top: 0rem;
    margin-left: 0rem;
  }
  25%{
    margin-top: -0.25rem;
    margin-left: -0.5rem;
  }
  50%{
    margin-top: -0.5rem;
    margin-left: -1rem;
  }
  75%{
    margin-top: -0.4rem;
    margin-left: -0.35rem;
  }
  100%{
    margin-top: 0rem;
    margin-left: 0rem;
    
  }
}
.speech-bubble-1 {
	position: absolute;
	background: #ffffff;
  border-radius: 1rem;
  width: 25rem;
  min-height: 5%;
  left: 19rem;
  top: 15rem;
  padding: 1.3rem 2.1rem 1.3rem 1.5rem;
  text-align: right;
  line-height: 1.9;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--atoll); 
  box-shadow: 8px 10px 55px #6f6f6f5c;
  animation:  bubble-move-2  3.5s infinite cubic-bezier(0.4, 0.39, 0.63, 0.62);

}

.speech-bubble-1:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 0;
  height: 0;
  /* background: #000; */
  border: 3em solid transparent;
  border-bottom-left-radius: 8px;
	border-right-color: #ffffff;
	border-left: 0;
	border-bottom: 9px solid #fff;
	margin-top: -1.625em;
  margin-left: -2.9em;  
}
.speech-bubble-2 {
	position: absolute;
	background: #ffffff;
  border-radius: 1rem;
  width: 25rem;
  min-height: 5%;
  left: 21rem;
  top: 28rem;
  padding: 1.3rem 2.1rem 1.3rem 1.5rem;
  text-align: right;
  line-height: 1.9;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--atoll);
  box-shadow: 8px 10px 55px #6f6f6f5c;
  /* animation part */
  animation:  bubble-move  3.5s infinite cubic-bezier(0.4, 0.39, 0.63, 0.62);
}

.speech-bubble-2::after{
  content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
  height: 0;
  /* background: #000; */
  border: 4.5em solid transparent;
  border-bottom-left-radius: 6px;
	border-right-color: #ffffff;
	border-left: 0;
	border-bottom: 9px solid #fff;
	margin-top: -3.4em;
  margin-left: -0.5em;  
  transform: rotate(65deg);

}
.circular-bg{
  display: none;
}

.mobile-logo-container{
  display: none;
}

/* ? #login page */
.remember-login{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.login-btn button{
  padding-left: 3.7rem;
  padding-right: 3.7rem;
}
.login-btn{
  margin-top: 3rem;
}
.little-note{
  font-size: 0.8rem;
  color: var(--atoll);
}
.reg2-back-btn{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* ? REg- succeed */
.reg-succeed-hero{
  justify-content: center;
  text-align: center;
}
.reg-succeed-hero h2{
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}
.reg-succeed-hero p{
  color: var(--silver-chalice);
  width: 50%;
  font-size: 1.2rem;
  margin: auto;
  margin-bottom: 1.3rem;
}

/*? #Enabling services page */
.bg-color{
  background-color: #f8f8f8;
}
.services-container{
  display: flex;
  margin: auto;
  justify-content: center;
  padding: 5rem;
}
.services{
  width: 80%;
  text-align: right;
  background-color: #fff;
  padding: 4rem 3.5rem 1.5rem 3.5rem;
  border-radius: 8px;
  border: solid 1px var(--athens-gray);
}
.services .title{
  font-family: frutiger-bold;
}
.services p{
  color: var(--grey);
  width: 80%;
  font-size: 1.1rem;
  margin-top: 1rem;
}
.services .price-section{
  margin-top: 2rem;
  display: grid;
  grid-template-columns: 1.5fr auto 3fr;
  grid-gap: 10px;
  grid-auto-rows: minmax(100px, auto);
  align-items: center;
}

.services .price-section .tax-title{
  font-size: 1.2rem;
  color: var(--grey);
}
.services .price-section .price{
  font-size: 2rem;
  margin-top: 0.35rem;
  color: var(--dark-gray);
  font-family: Frutiger-bold;
}
.services .price-section .left{
  padding-right: 2rem;
  color: var(--grey);
}
.services .price-section .line-divider{
  border-right: solid 1px var(--silver-chalice);
  height: 4rem;
  /* padding-left: 2rem */
  /* align-self: center; */
}
/* #PAYMENT METHOD */
.payment-method{
  margin-top: 3.5rem;
}
.payment-method .choose{
  color: var(--grey);
  font-size: 1.1rem;
}
.payment-method form{
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.payment-method form .blue-btn{
  background-color: var(--atoll);
  padding-left: 4rem;
  padding-right: 4rem;
}

.pay-selector{
  /* width: 20rem; */
  display: flex;
}

/* The container */
.pay-container {
  display: block;
  position: relative;
  /* padding-left: 1rem; */
  padding-right: 1rem;
  margin-bottom: 8rem;
  margin-left: 1rem;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

}

.pay-img img{
  width: 150px;
  border-radius: 5px;
  opacity: 1;
}
.pay-img img:hover{
  opacity: 0.9;
}

/* Hide the browser's default radio button */
.pay-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.pay-checkmark {
  position: absolute;
  top: 5.7rem;
  left: 4.3rem;
  height: 20px;
  width: 20px;
  /* background-color: #eee; */
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
/* .pay-container:hover input ~ .pay-checkmark {
  background-color: #ccc;
} */


/* When the radio button is checked, add a blue background */
.pay-container input:checked ~ .pay-checkmark {
  background-color: #fff;
  border: solid 1px #000;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.pay-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.pay-border {
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.pay-container input:checked ~ .pay-checkmark:after {
  display: block;
}
.pay-container input:checked ~ .pay-border {
  display: block;
  width: 160px;
  height: 130px;
  top: -4.5px;
  right: 10.8px;
  position: absolute;
  border: solid 2px var(--grey);
  padding: 0.25rem 0.25rem 3rem 0.25rem;
  border-radius: 7px;
}

/* Style the indicator (dot/circle) */
.pay-container .pay-checkmark:after {
 	top: 2.3px;
	left: 2.6px;
	width: 13px;
	height: 13px;
	border-radius: 50px;
  background: #000;
  align-items: center;
}

/* ? #Verification page */
.pin-code{
  margin: 4rem auto;
}
/* ? #Profile main page */
.profile-header-container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: right;
}
.profile-header-container .right{
  margin-right: 5%;
}
.profile-header-container .right .welcome{
  font-size: 0.8rem;
  color: var(--grey);
}
.profile-header-container .right .name{
  font-family: frutiger-bold;
  color: var(--atoll);
}
.profile-header-container .right .profile-config{
  font-size: 0.8rem;
  color: var(--java);
  text-decoration: underline;
 
}
.profile-header-container .left {
  background: var(--java);
  width: 15rem;
  padding: 1.3rem 3.5rem;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.profile-header-container .left a{
  display: flex;
}
.profile-header-container .left .logout-ar{
  font-size: .9rem;
  margin-left: .5rem;
  color: var(--atoll);
}
.title-1{
  font-family: frutiger-bold;
  color: var(--java);
  text-align: right;
}
.dashboard{
  margin-top: 4rem;
}
.dashboard .dash-col{
  justify-content: space-between;
}
.dashboard .dash-col .dash-item{
 display: flex;
 justify-content: space-between;
 align-items: center;
 padding: 1.1rem 1.5rem 1.1rem 1.2rem;
 font-family: frutiger-bold;
 color: #4E4E4E;
 font-size: 0.9rem;
 border-radius: 5px;
 box-shadow: 0px 0px 10px var(--athens-gray);
}
.dashboard .dash-col .dash-item:hover{
  text-decoration: none;
}
.dashboard .dash-col .dash-item img{
  width: 45px;
  
}




/* ? #Profile resv page */
.resv-table{
  margin-top: 8rem;
}
.resv-table .title-2{
  font-family: frutiger-bold;
  color: var(--atoll);
  font-size: 1.3rem;
  border-bottom: solid 2px var(--athens-gray);
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.resv-table table{
  width: 100%;
  font-size: 0.85rem;
  border-collapse: separate;
  border: solid 2px #DDE1E9;
  border-radius:10px;
  border-spacing: 0;
  text-align: center;
}
.resv-table table tr th:first-child{
  border-top-right-radius: 10px;
}
.resv-table table tr th:last-child{
  border-top-left-radius: 10px;
}

.resv-table table tr th:nth-child(3){
  text-align: right;
}

.resv-table table tr th{
  background-color: #EFF1F5;
  padding: 1rem .5rem;
  font-family: Frutiger-bold;
  font-size: 0.9rem;
}
.resv-table table tr td:first-child{
  padding-right: 1rem;
}
.resv-table table tr td:last-child{
  padding-left: 1rem;
}
.resv-table table tr td{
  padding: 1rem .5rem;
}
.resv-table table tr:nth-child(odd){
  background-color:#f2f2f2;
  /* border-bottom: solid 1px var(--grey); */
}
.resv-table table tr:hover{
  background-color: var(--java);
}
.resv-table table tr:hover .table-link{
color: white;
}

.resv-table table tr td a{
  color: var(--java);
  text-decoration: underline;
}

/* ? #Special Channel page */
.title-2{
  font-family: Frutiger-bold;
}
.special-channels-form{
  margin-top: 2.5rem;
  margin-right: 3rem;
  font-size: 1.3rem;
  color: var(--grey);
}
.special-channels-form label{
  padding-right: 0.3rem ;
  margin-bottom: 0.8rem;
}
.special-channels-form button{
  margin-top: 4rem;
  padding-left: 3rem;
  padding-right: 3rem
}

.radio-container {
  display: block;
  position: relative;
  /* padding-left: 35px; */
  margin-bottom: 1rem;
  cursor: pointer;
  /* font-size: 22px; */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

}

/* Hide the browser's default radio button */
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.radio-checkmark {
  position: absolute;
  top: 0.3rem;
  left: 107%;
  height: 1.7rem;
  width: 1.75rem;
  background-color: transparent;
  border: solid 3px #d5d5d5b1;
  border-radius: 7px;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .radio-checkmark {
  background-color: transparent;
   border: solid 2px var(--java);
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .radio-checkmark {
  background-color: transparent;
   border: solid 3px var(--java);
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .radio-checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .radio-checkmark:after {
 	top: 0.23rem;
	left: 0.26rem;
	width: 0.85rem;
  height: 0.83rem;
	border-radius: 3px;
	background: var(--java);
}


/* ? #Single Channel page */
.channel-form button{
  margin-top: 15rem;
  padding-left: 3rem;
  padding-right: 3rem
}
/* ? #grad place page */
.normal-form{
  margin-top: 4rem auto;
  /* margin: auto; */
  width: 100%;
  justify-content: center;

}
.normal-form .btn-container{
  margin: 4rem auto;
  display: flex;
  justify-content: center;
}
.select-1{
justify-content: center;
  width: 80%;
  margin: 4rem auto 0rem auto;
  display: flex;
}
/* ? #Exam-no */
.normal-form2{
  margin: 2.5rem auto 0rem auto;
  width: 100%;
}
.input-80{
  justify-content: center;
  width: 80%;
  margin: 4rem auto 0rem auto;
  display: flex;
}
.normal-form2 .btn-container{
  margin: 4rem auto;
  display: flex;
  justify-content: center;
}
.normal-form2 .btn-container .btn-reverse{
  margin-left: 1rem;
}
.forget-exam-no{
  margin-top: 0.75rem;
  text-align: left;
  margin-left: 10%;
  text-decoration: underline;
}

/* ? #Landing page (Gate) */
.landing-header{
  background-color: var(--java);
  align-items: center;
  padding: 0.45rem 6rem 0.45rem 6rem;
}
.topline-container{
  display: flex;
  justify-content: center;
}

 .topline{
  border-top: solid 6px var(--atoll);
  width: 100%;
  position: relative;
  top: -0.45rem;
}
/* .landing-row{
  padding: 1rem;
} */
.ahly-logo{
  width: 85px;
}
.header-gate-title{
  margin-right: 1rem;
  font-family: Frutiger-bold;
  color: var(--atoll);
}
.header-gate-title2{
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: Frutiger-bold;
  color: var(--atoll);
}
.edu-logo{
  width: 120px;
}
.announcement-main{
  width: 100%;
  height: 20rem;
  background-color: rgb(15,84,130);
  background: linear-gradient(120deg, rgba(15,84,130,1) 44%, rgba(37,124,170,1) 92%);
  text-align: center;
  align-items: center;
}
.announcement-main2{
  margin-top: 8rem;
  margin-bottom: 8rem;
  width: 100%;
  height: 23rem;
  background-color: rgb(15,84,130);
  background: linear-gradient(120deg, rgba(15,84,130,1) 44%, rgba(37,124,170,1) 92%);
  text-align: center;
  align-items: center;
}
.announcement-main2:last-child{
  margin-bottom: 1rem;
}
.announcement-main .text{
  padding: 1rem;
  justify-content: center;
  margin: auto;
  display: block;
  position: relative;
  top: 22%;
  z-index: 10;
  color: #fff;
}
.announcement-main2 .text{
  padding: 1rem;
  justify-content: start;
  text-align: right;
  display: block;
  position: relative;
  top: 9%;
  margin: auto 5rem;
  z-index: 10;
  color: #fff;
  
}

.announcement-main .text .ann-title-1{
  font-family: Frutiger-bold;
  margin-bottom: 0.5rem;
}

.announcement-main .text .ann-title-2{
  font-size: 0.9rem;
  margin-bottom: 2.5rem;
}

.announcement-main2 .text .ann2-title-1{
  font-family: Frutiger-bold;
  margin-bottom: 1rem;
  font-size: 2rem;
}

.announcement-main2 .text .ann2-title-2{
  font-size: 0.9rem;
  margin-bottom: 2.5rem;
  font-size: 1.75rem;
  width: 100%;
}

.announcement-main .announcement .decoration{
  opacity: 0.5;
  position: relative;
  top: -9rem;
  width: 80%;
  height: auto;
  object-fit: cover;
}
.announcement-main2  .decoration{
  opacity: 0.5;
  position: relative;
  top: -26rem;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.announcement-main2 .row{
  height: 25rem;
}

.announcement-main2 .book-img{
  width: 360px;
  position: relative;
  top: -10rem;
  z-index: 11;
}
.page-block-container{
  display: flex;
  justify-content: center;
}
.page-block-container2{
  display: flex;
  justify-content: center;
  margin-bottom: 10rem;

}
.book-col{
  height: 20rem;
}
.page-block{
  width: 90%;
  z-index: 3;
  position: relative;
  top: -2rem;
  padding: 3rem 3rem;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 2px 10px 8px var(--athens-gray);
}
.page-block2{
  width: 90%;
  z-index: 3;
  /* position: relative;
  top: -2rem; */
  padding: 3rem 3rem;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 2px 0px 8px var(--athens-gray);
}
.gate-instructions-title{
  margin-right: 1rem;
  font-size: 1.33rem;
  color: var(--jaffa);
  font-family: Frutiger-bold;
}
.gate-instructions-p{
  color: var(--atoll);
  width: 90%;
  font-size: 1rem;
}
.gate-instructions-rcol{
  border-left: 1px solid rgba(0,0,0,.1);
  padding-left: 0;
  padding-bottom: 15rem;
}
.gate-instructions-lcol{
  padding-right: 2.5rem;
}
.gate-instructions-slot{
  position: relative;
  top: -3rem;
  align-items: center;
  background-color: var(--java);
  display: block;
  width: 10rem;
  padding: 0.85rem 1.5rem 1.3rem 2rem;
  color: #fff;
  font-family: Frutiger-bold;
  border-bottom-left-radius: 50px;
}
.gate-instructions-slot2{
  position: relative;
  top: -3rem;
  align-items: center;
  background-color: var(--java);
  display: block;
  width: 14rem;
  padding: 0.85rem 1.5rem 1.3rem 2rem;
  color: #fff;
  font-family: Frutiger-bold;
  border-bottom-left-radius: 50px;
}
.gate-guide-title{
  font-family: Frutiger-bold;
  color: var(--atoll);
  border-bottom: solid 2px var(--atoll);
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}

.gate-dashboard{
  margin-top: 1rem;
  /* margin-bottom: 3rem; */
}
.gate-dashboard .dash-col{
  margin-top: 0.5rem;
}
.gate-dashboard .dash-col .dash-item{
 display: flex;
 justify-content: space-between;
 align-items: center;
 padding: 1.1rem 1.5rem 1.1rem 1.2rem;
 font-family: frutiger-bold;
 color: #4E4E4E;
 font-size: 0.9rem;
 border-radius: 8px;
 border: solid 1px var(--mercury);
}
.gate-dashboard .dash-col .dash-item:hover{
  text-decoration: none;
}
.gate-dashboard .dash-col .dash-item img{
  width: 45px;
  
}
.dash-title{
  margin-left: 0.65rem;
}

/* .dleel-btn {
  margin-top: 2rem;
}

.dleel-btn a{
  background-color: var(--atoll);
  font-size: 1.2rem;
  color: #fff;
  border-radius: 5px;
  padding: 0.5rem 1rem;
}
.dleel-btn2{
  margin-top: 2.5rem;
  margin-right: 2rem;
}
.dleel-btn2 a{
  background-color: var(--java);
  padding: 0.5rem 1rem;
  color: #fff;
  border-radius: 5px;
}
.dleel-btn a:hover{
  text-decoration: none;
}
.dleel-btn2 a:hover{
  text-decoration: none;
} */

.discrete-inputs2{
  display: flex;
  width: 100%;
  float: left;
  align-items: center;
  justify-content: space-around;
}
.discrete-inputs2 input{
  margin-right: 1rem;
}
.discrete-inputs2-label{
  width: 100%;
  color: transparent !important;
}
.languages{
  display: none;
}
.languages.show{
  display: flex;
}

.pass-form{
  width: 100%;
  justify-content: center;
  margin: 3rem auto;
  text-align: center;
}
.pass-form input{
  width: 100%;
  margin-bottom: 3rem;
}
.normal2-btns{
  display: flex;
justify-content: center;
}
.normal2-btns div:first-child{
  margin-left: 1rem;
}
.normal2-btns div:first-child button{
  padding-right: 3rem;
  padding-left: 3rem;
}

.alert-bubble {
  position: absolute;
  color: #fff;
  font-size: 0.8rem;
	background: var(--java);
  border-radius: 10px;
  left: -18rem;
  height: 5.5rem;
  width: 17rem;
  padding: 1rem 2rem;
}

.alert-bubble:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-left-color: var(--java);
	border-right: 0;
	margin-top: -20px;
	margin-right: -20px;
}

.form-table{
  margin-top: 2.3rem;
  
}


/* ? Form Table */
.form-table{
  margin-top: 2.3rem;
}
.form-table .title-2{
  font-family: frutiger-bold;
  color: var(--atoll);
  font-size: 1.3rem;
  border-bottom: solid 2px var(--athens-gray);
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.form-table table{
  width: 100%;
  font-size: 0.85rem;
  border-collapse: separate;
  border: solid 2px #DDE1E9;
  border-radius:10px;
  border-spacing: 0;
  text-align: center;
  padding-bottom: 2rem;
}
.form-table table tr th:first-child{
  border-top-right-radius: 10px;
}
.form-table table tr th:last-child{
  border-top-left-radius: 10px;
}

/* .form-table table tr th:nth-child(3){
  text-align: right;
} */

.form-table table tr th{
  background-color: #EFF1F5;
  padding: 1rem .5rem;
  font-family: Frutiger-bold;
  font-size: 0.9rem;
}
.form-table table tr td:first-child{
  padding-right: 1rem;
}
.form-table table tr td:last-child{
  padding-left: 1rem;
}
.form-table table tr td{
  padding: 1rem .5rem;
}
.form-table table tr:nth-child(odd){
  background-color:#f2f2f2;
  /* border-bottom: solid 1px var(--grey); */
}
/* .form-table table tr:hover{
  background-color: var(--java);
}
.form-table table tr:hover .table-link{
color: white;
} */

.form-table table tr td a{
  color: var(--atoll);
  text-decoration: underline;
}
.form-table .application-no{
  color: var(--java);
  font-weight: 700;
}

.zoom-info{
  background-color: #FBFBFB;
  padding: 1rem 2rem;
  border: solid 1px var(--mercury);
  border-radius: 10px;
  margin-bottom: 3rem;
}
.zoom-info .title{
  font-size: 1.2rem;
  font-family: Frutiger-bold;
  color: var(--atoll);
}
.zoom-info .link{
  text-align: left;
  margin-top: 1rem;
  margin-bottom: 1rem;
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;
  
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
  
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}
.zoom-info .ids{
  width: 100%;
}
.zoom-info .ids .id{
  display: flex;
  align-items: center;
  width: 100%;
}
.zoom-info .ids .id .token-name{
  color: var(--grey);
  margin-left: 1rem;
  width: 12rem;
}
.zoom-info .ids .id .token{
  color: var(--atoll);
}
.zoom-info .logo{
  margin-top: 0.5rem;
  text-align: left;
  font-size: 3rem;
  font-family: Frutiger-bold;
  color: var(--mercury);
}
.card-hero.height-zoom{
  height: 57rem;
  margin-bottom: 5rem;
}
.card-shadow.zoom{
  background-color: #fff;
  border-radius: 8px;
  opacity: 0.5;
  height: 2rem;
  width: 95%;
  justify-content: center;
  display: flex;
  margin: auto;
  position: relative;
  top: 98.5%;
  z-index: 5;
  margin-bottom: 5rem;
}

/* ? =========11-2021========== */
/* ? payments-methods section */
section.payments-methods {
  padding: 4rem 1rem 2rem 1rem;
}

.payments-methods .container {
  display: flex;
  flex-direction: column;
  /* align-items: center;
  justify-content: center; */
  text-align: center;
}

/* .payments-methods form {
  padding: 2rem;
  width: 85%;
} */

/* ? merchants-grid */
.merchants-grid.row {
  justify-content: flex-start;
  margin-bottom: 2rem;
}

.merchants-grid.row > div {
  margin-bottom: 1rem;
  position: relative;
}


.btn-check:focus+.btn, .btn:focus {
  box-shadow: 0 0 0 0.2rem #4167D4;
}
input[type=radio]:checked + .btn{
   box-shadow: 0 0 0 0.2rem #4167d4;
}

input[type=radio]:checked + .btn img {
  opacity: 1;
}
.btn {
  padding: 0.2rem 0.25rem;
}

.merchants-grid .btn img {
  width: 100%;
  max-width: 170px;
  opacity: 0.35;
  transition: var(--t03);
}

.btn-check:focus+.btn img {
  opacity: 1;
}

.section-highlighted-title {
  text-align: right;
  margin-bottom: 2rem;
  color: var(--grey);
}

/* ! #x ####=== #MEDIA QUERIES ===##### */
@media screen and (min-width: 1450px){
  .services{
    width: 63rem;
  }
  .card-hero{
    width: 63rem;
  }
}

@media screen and (max-width: 1280px){
 .speech-bubbles{
   display: none;
 }
 .avatar-img-holder{
  display: none;
}
.dashboard{
  margin-top: 3rem;
}
.dashboard .dash-col{
  margin-top: 1rem;
}
}

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

  .card-hero{
    margin-top: 3rem;
    justify-content: center;
    background-color: #fff;
    height: 47rem;
    width: 80%;
    border-radius: 8px;
    z-index: 2;
  }

  .card-container{
    position: relative;
    top: -12%;
    padding: 3rem 1.5rem;
    justify-content: center;
  }
  .resev-form{
    margin-top: 5rem;
    width: 80%;
    justify-content: center;
    margin: auto;
  }
} /* End of 1200px */

@media screen and (max-width: 1138px){
  
  .login-col{
    width: 100%;
  }
  .profile-header-container .right{
    margin-right: 0;
  }
  .alert-bubble {
    position: absolute;
    color: #fff;
    font-size: 0.9rem;
    background: var(--java);
    border-radius: 10px;
    left: -11rem;
    height: 10rem;
    width: 10rem;
    padding: 1rem 2rem;
  }
  
  .alert-bubble:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-left-color: var(--java);
    border-right: 0;
    margin-top: -20px;
    margin-right: -20px;
  }

}

.forms-conditions{
  margin-top: 2rem;
  padding-right: 1.6rem;
}
.forms-conditions ul{
  line-height: 2;
  list-style: none;
}
.forms-conditions ul li{
  text-justify: inter-word;
  text-align: justify;
  width: 100%;
  display: block;
  padding-right: 1rem;
  /* background: #000; */
} 
.forms-conditions ul li::before {
  content: "\2022";
  /* content: ""; */
  color: var(--java);
  font-weight: bold;
  display: inline-block; 
  width: 2rem;
  padding-left: 1rem;
  position: absolute;
  right: 4rem;
}


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

  .circular-bg{
    display: block;
    width: 100%;
    overflow-x: hidden;
  }
  .circular-bg img{
    object-fit: cover;
    width: 100%;
    margin-top: -5px;
  }
  .landing-logo img{
    all: unset;
    width: 180px;
  }
  .landing-logo{
    display: flex;
    margin: 50%;
    justify-content: center;
    align-items: center;
  }
  footer{
    font-size: 0.8rem;
  }
  .narrow-container, .normal-container{
    padding: 0rem 6%;
  
  }
  .instrucion-box{
    height: 20rem;
    overflow-y: scroll;
    margin-top: 2.5rem;
    border: solid 2px #EEEEEE;
    border-radius: 10px;
    padding: 1.5rem 2rem;
    font-size: 0.8rem;
    text-align: justify;
    text-justify: distribute;
    line-height: 2;
    color: var(--dark-gray);
  }
  .title-1{
    font-size: 1.8rem;
  }
  .peas-logo{
    display: none;
  }
  .mobile-logo-container{
    display: block;
    position: relative;
    z-index: 5;
    top: -5.5rem;
    justify-content: center;
    display: flex;
    margin: auto;
    width: 100%;
    /* background: #000; */
  }
  .center-btn button{
    padding-left: 4rem;
    padding-right: 4rem;
    margin: auto;
  }
  .login-col{
    justify-content: center;
    margin: auto;
    width: 100%;
    padding:0 1.75rem;
  }
  .login-form{
    margin-top: 2rem;
  }
  
  .reg-succeed-hero p{
    color: var(--silver-chalice);
    width: 90%;
    font-size: 1rem;
    margin: auto;
    margin-bottom: 1.3rem;
  }
  .dashboard{
    margin-top: 2rem;
  }
  .dashboard .dash-col{
    margin-top: 2.2rem;
  }
  .alert-bubble {
    position: relative;
    color: #fff;
    font-size: 0.8rem;
    background: var(--java);
    border-radius: 10px;
    left: 0rem;
    margin-right: 1rem;
    height: 100%;
    width: 18rem;
    padding: 0.5rem 1rem;
    text-align: center;
  }
  
  .alert-bubble:after {
    all: unset;
  }
  .header-gate-title2{
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-family: Frutiger-bold;
    color: var(--atoll);
  }
  .header-gate-title2 span{
    font-size: 1.25rem;
  }
  .gate-instructions-rcol{
    border-left: none;
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding-left: 0;
    padding-bottom: 2rem;
    margin-bottom: 3.5rem;
  }
  .page-block{
    width: 90%;
    z-index: 3;
    position: relative;
    top: -2rem;
    padding: 1.75rem 1.5rem;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 2px 10px 8px var(--athens-gray);
  }
  .page-block2{
    width: 90%;
    z-index: 3;
    padding: 1.75rem 1.5rem;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 2px 0px 8px var(--athens-gray);
  }
  .gate-instructions-lcol{
    padding-right: 1.5rem;
  }
  .gate-instructions-slot{
    position: relative;
    top: 0rem;
    right: -2.1rem;
    align-items: center;
    background-color: var(--java);
    display: block;
    width: 10rem;
    padding: 0.85rem 1.5rem 1.3rem 2rem;
    margin-bottom: 2rem;
    color: #fff;
    font-family: Frutiger-bold;
    border-bottom-left-radius: 50px;
  }
  .gate-instructions-slot2{
    position: relative;
    top: 0rem;
    right: -2.1rem;
    align-items: center;
    background-color: var(--java);
    display: block;
    width: 15rem;
    padding: 0.85rem 1.5rem 1.3rem 2rem;
    margin-bottom: 2rem;
    color: #fff;
    font-family: Frutiger-bold;
    border-bottom-left-radius: 50px;
  }
  .announcement-main2{
    margin-top: 4rem;
    margin-bottom: 4rem;
    width: 100%;
    height: 20rem;
    background-color: rgb(15,84,130);
    background: linear-gradient(120deg, rgba(15,84,130,1) 44%, rgba(37,124,170,1) 92%);
    text-align: center;
    align-items: center;
  }
  .announcement-main2 .text .ann2-title-1{
    font-family: Frutiger-bold;
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }
  
  .announcement-main2 .text .ann2-title-2{
    font-size: 0.9rem;
    margin-bottom: 2.5rem;
    font-size: 1.2rem;
    width: 100%;
  }
  .announcement-main2 .row{
    height: 20rem;
  }
  
  .announcement-main2 .book-img{
    width: 260px;
    position: relative;
    top: -3rem;
    z-index: 11;
  }
  .book-col{
    height: 20rem;
    /* background: #000; */
  }
  .announcement-main2  .decoration{
    opacity: 0.5;
    position: relative;
    top: -18rem;
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .services-container{
    display: flex;
    margin: auto;
    justify-content: center;
    padding: 1.5rem;
  }
  .services{
    width: 100%;
    text-align: right;
    background-color: #fff;
    padding: 3rem 1.5rem 1rem 1.5rem;
    border-radius: 8px;
    border: solid 1px var(--athens-gray);
  }
  .card-hero{
    margin-top: 3rem;
    justify-content: center;
    background-color: #fff;
    height: 47rem;
    width: 100%;
    border-radius: 8px;
    z-index: 2;
  }
  .card-shadow{
    background-color: #fff;
    border-radius: 8px;
    opacity: 0.5;
    height: 5rem;
    width: 95%;
    justify-content: center;
    display: flex;
    margin: auto;
    position: relative;
    top: 91.5%;
    z-index: -2;
  }
  .card-container{
    position: relative;
    top: -12%;
    padding: 3rem 1.5rem;
    justify-content: center;
  }
  .resev-form{
    margin-top: 5rem;
    width: 95%;
    justify-content: center;
    margin: auto;
  }
  .resev-form2{
    width: 90%;
    justify-content: center;
    margin: auto;
  }
  .card-container3{
    margin-top: 3rem;
  }
  .card-container2{
    margin-top: 0rem;
  }
  .average{
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .average .text{
    font-family: Frutiger-bold;
    font-size: 1.35rem;
    width: unset;
  }
   .average .percentage{
    font-family: Frutiger-bold;
    font-size: 1.75rem;
    color: var(--java);
    text-align: left;
  }
} /* End of 992px */



@media screen and (max-width: 768px){
  .bg-color{
    background-color: #fff;
  }
  .services{
    margin-top: 3rem;
    text-align: center;
    border-radius: 8px;
    border: none;
  }
  .services .title{
    font-family: frutiger-bold;

  }
  .services p{
    color: var(--grey);
    width: 100%;
    font-size: 1rem;
    margin-top: 1rem;
    padding-bottom: 2.5rem;
    border-bottom: solid 1px var(--silver-chalice);

  }
  
  .services .price-section{
    margin-top: 2rem;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
    grid-auto-rows: minmax(6rem, auto);
    align-items: center;
    padding-bottom: 2.5rem;
    border-bottom: solid 1px var(--silver-chalice);

  }
  
  .services .price-section .tax-title{
    font-size: 1rem;
    color: var(--grey);
  }
  .services .price-section .price{
    font-size: 2rem;
    margin-top: 0.35rem;
    color: var(--dark-gray);
    font-family: Frutiger-bold;
  }
  .services .price-section .left{
    padding-right: 2rem;
    color: var(--grey);
    font-size: 1rem;
  }
  .services .price-section .line-divider{
    display: none;
  }
  .payment-method{
    margin-top: 1.5rem;
  }
  .payment-method .choose{
    color: var(--grey);
    font-size: 1.1rem;
    text-align: right;
  }
  .payment-method form{
    margin-top: 2rem;
    margin-bottom: 3rem;
  }
  .payment-method form .blue-btn{
    margin-top: 1.75rem;
    background-color: var(--atoll);
    padding-left: 4rem;
    padding-right: 4rem;
    float: unset;
  }
  
  .dashboard .dash-col .dash-item{
    padding: 1.5rem 1.5rem 1.5rem 1.2rem;
    font-family: frutiger-bold;
    color: #4E4E4E;
    font-size: 1rem;
    border-radius: 5px;
    box-shadow: 0px 0px 10px var(--athens-gray);
   }
   .dashboard .dash-col .dash-item:hover{
     text-decoration: none;
   }
   .dashboard .dash-col .dash-item img{
     width: 50px;
   }
   
   .landing-header{
    border-bottom: none;
  }
  .dleel-btn2{
    margin-top: 8.5rem;
    margin-right: 2rem;
  }
  .student-info-form{
    justify-content: center;
    text-align: right;
    width: 100%;
  }
  .student-info-form:first-child{
    margin-top: 0.5rem;
  }
  .width-label-20{
    width: 100%;
  }
  .discrete-inputs{
    display: flex;
    width: 100%;
    margin-top: 1rem;
    justify-content: start;
  }
  .discrete-inputs input:first-child{
    margin-right: 0;
  }
  .discrete-inputs-container{
    display: block;

  }
  .landing-header{
    background-color: var(--java);
    align-items: center;
    padding: 0.45rem 1rem 0.45rem 1rem;
  }
  .landing-row{
    padding-top: 1rem;
    padding-bottom: 0.75rem;
  }
  .ahly-logo{
    width: 55px;
  }
  .announcement-main2{
    margin-top: 4rem;
    margin-bottom: 4rem;
    width: 100%;
    height: 15rem;
    background-color: rgb(15,84,130);
    background: linear-gradient(120deg, rgba(15,84,130,1) 44%, rgba(37,124,170,1) 92%);
    text-align: center;
    align-items: center;
  }
  .announcement-main2 .text{
    padding: 1rem;
    justify-content: start;
    text-align: right;
    display: block;
    position: relative;
    top: 0.5rem;
    margin: auto 1.5rem;
    z-index: 10;
    color: #fff;
    
  }
  .announcement-main2 .text .ann2-title-1{
    font-family: Frutiger-bold;
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }
  
  .announcement-main2 .text .ann2-title-2{
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
    width: 100%;
  }
  .announcement-main2 .row{
    height: 15rem;
  }
  
  .announcement-main2 .book-img{
    width: 250px;
    position: relative;
    top: -7rem;
    z-index: 11;
  }
  .book-col{
    height: 15rem;
    /* background: #000; */
  }
  .announcement-main2 .decoration{
    opacity: 0.35;
    position: relative;
    top: -13rem;
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .pay-selector{
    text-align: center;
    justify-content: center;
    display: flex;
  }
  
  .resv-result-info .text{
    text-align: right;
    margin-top: 3rem;
  }
  .card-hero.extra-height{
    height: 57rem;
  }

  .qr-code img{
    width: 200px;
    border: solid 1px var(--mercury);
    padding: 1rem;
    border-radius: 10px;
  }
  .card-shadow.edited{
    background-color: #fff;
    border-radius: 8px;
    opacity: 0.5;
    height: 5rem;
    width: 95%;
    justify-content: center;
    display: flex;
    margin: auto;
    position: relative;
    top: 93%;
    z-index: -2;
  }
  .forms-conditions{
    padding-right: 0rem;
  }
  .forms-conditions ul li::before {
    content: "\2022";
    color: var(--java);
    font-weight: bold;
    display: inline-block; 
    width: 1.5rem;
    padding-left: 1rem;
    position: absolute;
    right: 1.6rem;
  }
  .card-hero.height-zoom{
    height:75rem;
    margin-bottom: 5rem;
  }
}
/* End of 768px */



@media screen and (max-width: 576px){
  .login-btn button{
    padding-left: unset;
    padding-right: unset;
    width: 100%;
  }
  .login-btn{
    margin-top: 2rem;
  }
  .login-form input{
    padding-right: 1rem;
    margin-top: 0.5rem;
    border: 2px solid var(--java);
    border-radius: 50px;
    width: 100%;
    height: 3rem;
    margin-bottom: 1.75rem;
  }
  .reg2-back-btn{
    all: unset;
  }
  .reg2-back-btn .back-page{
    display: none;
  }
  .reg-succeed-hero img{
    width: 100px;
  }
  .reg-succeed-hero h2{
    width: 90%;
    margin: auto;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
  }
  .dashboard{
    margin-top: 0;
  }
  .dashboard div:first-child{
    margin-top: 0;
  }
  .normal-form2{
    margin: 0.5rem auto 0rem auto;
    width: 100%;
  }
  .info-unit{
    align-items: center;
    display: block;
    justify-content: space-between;
  }
 
  .info-unit label{
    color: var(--dark-gray);
    margin-top: 0.4rem;
  }
  .info-unit input{
    float: unset;
    margin-right: 0rem;
    background-color: #fafafa;
    width: 100%;
  }
  .info-unit  select{
    color: var(--grey);
    width: 100%;
    height: 3.2rem;
    background-color: #fafafa;
    border: 1.5px solid #CCCCCC;
    border-radius: 8px;
    padding: 0.2rem 1rem 0.5rem 0.5rem;
  }
  .info-unit .sm-select{
    width: 100%;
  }
  .info-unit .md-input{
    width: 100%;
  }
  .info-unit-btns{
    justify-content: center;
    text-align: center;
    margin: auto;
    display: block;
    margin-top: 2.5rem;
    width: 100%;
  }
  .info-unit.channels.show{
    display: block;
    border-top: solid 1px var(--silver-chalice);
    align-items: center;
    justify-content: center;
    margin-top: 2.5rem;
    padding-top: 1.5rem;
   }
   .radio-channels{
     justify-content: center;
     margin: 2rem auto;
     width: 70%;
   }
   .radio-channels .radio-checkmark{
     top: 0;
   }
  .alert{
    align-items: start;
  }
  .alert img{
    margin-top: .3rem;
  }
  .discrete-inputs{
    display: block;
    width: 100%;
    height: 100%;
    margin-top: 0.5rem;
    margin-bottom: 0rem;
    height: 100%;
 
  }
  .discrete-inputs-container{
    margin-bottom: 0;
  }
  
  .discrete-inputs input{
    margin-top: 1rem;
    width: 100%;
  }

  .discrete-inputs input:last-child{
    margin-bottom: 1rem;
  }
 
  .discrete-inputs2{
    display: flex;
    width: 100%;
    float: unset;
    align-items: center;
    justify-content: space-around;
  }
  .discrete-inputs2 input{
    margin-right: 1rem;
  }
  .languages{
    display: none;
  }
  .languages.show{
    display: block;
  }
  .normal2-btns{
    display: block;
   justify-content: center;
  }
  .normal2-btns div:first-child{
    margin-left: unset;
    margin-bottom: 1rem;
  }
  .normal2-btns div:first-child button{
    padding-right: 3rem;
    padding-left: 3rem;
    width: 75%;
  }
  .normal2-btns div:last-child button{
    width: 75%;
  }
  .alert-bubble {
    position: relative;
    color: #fff;
    font-size: 0.8rem;
    background: var(--java);
    border-radius: 10px;
    left: 0rem;
    margin-right: 0rem;
    margin-top: 1rem;
    height: 100%;
    width: 100%;
    padding: 0.5rem 1rem;
    text-align: right;
  }
  .announcement-main .text{
    padding: 1rem 2.5rem;
    justify-content: center;
    margin: auto;
    display: block;
    position: relative;
    top: 2rem;
    z-index: 10;
    color: #fff;
  }
  .announcement-main .announcement .decoration{
    opacity: 0.35;
    position: relative;
    top: -12rem;
    right: -4rem;
    width: 50rem;
    height: 15rem;
    /* object-fit: cover; */
  }
  .announcement-main2{
    margin-top: 8rem;
    margin-bottom: 4rem;
    width: 100%;
    height: 18.5rem;
    background-color: rgb(15,84,130);
    background: linear-gradient(120deg, rgba(15,84,130,1) 44%, rgba(37,124,170,1) 92%);
    text-align: center;
    align-items: center;
  }
  .announcement-main2 .text{
    padding: 1rem;
    justify-content: start;
    text-align: center;
    display: block;
    position: relative;
    top: -10rem;
    margin: auto 1.5rem;
    z-index: 25;
    color: #fff;
    
  }
  .announcement-main2 .text .ann2-title-1{
    font-family: Frutiger-bold;
    margin-bottom: 0.5rem;
    font-size: 1.55rem;
  }
  
  .announcement-main2 .text .ann2-title-2{
    font-size: 0.9rem;
    margin-bottom: 1.75rem;
    font-size: 1rem;
    width: 100%;
  }
  .announcement-main2 button{
    font-size: 1rem;
  }
  .announcement-main2 .row{
    height: 15rem;
  }
  
  .announcement-main2 .book-img{
    width: 180px;
    position: relative;
    top: 0rem;
    left: 0;
    z-index: 5;
  }
  .book-col{
    position: relative;
    top: -10rem;
    height: 15rem;
    /* background: #000; */
  }
  .announcement-main2  .decoration{
    opacity: 0.5;
    position: relative;
    top: -12rem;
    right: 4rem;
    width: 50rem;
    height: 15rem;
    z-index: 3;
  }
  /* ? Pay Selector === */
  .pay-container {
    display: block;
    position: relative;
    /* padding-left: 1rem; */
    padding-right: 1rem;
    margin-top: 1rem;
    margin-bottom: 5rem;
    margin-left: 1rem;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  
  }
  
  .pay-img img{
    width: 100px;
    border-radius: 5px;
    opacity: 1;
  }
  .pay-img img:hover{
    opacity: 0.9;
  }
  
  /* Hide the browser's default radio button */
  .pay-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  
  /* Create a custom radio button */
  .pay-checkmark {
    position: absolute;
    top: 3.7rem;
    left: 2.7rem;
    height: 15px;
    width: 15px;
    /* background-color: #eee; */
    border-radius: 50%;
  }

  /* When the radio button is checked, add a blue background */
  .pay-container input:checked ~ .pay-checkmark {
    background-color: #fff;
    border: solid 1px #000;
  }
  
  /* Create the indicator (the dot/circle - hidden when not checked) */
  .pay-checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  .pay-border {
    position: absolute;
    display: none;
  }
  
  /* Show the indicator (dot/circle) when checked */
  .pay-container input:checked ~ .pay-checkmark:after {
    display: block;
  }
  .pay-container input:checked ~ .pay-border {
    display: block;
    width: 110px;
    height: 90px;
    top: -4.5px;
    right: 10.8px;
    position: absolute;
    border: solid 2px var(--grey);
    padding: 0.25rem 0.25rem 3rem 0.25rem;
    border-radius: 7px;
  }
  
  /* Style the indicator (dot/circle) */
  .pay-container .pay-checkmark:after {
     top: 1.8px;
    left: 1.8px;
    width: 9.5px;
    height: 9.5px;
    border-radius: 50px;
    background: #000;
    align-items: center;
  }
  .nearest-resv-inputs{
    margin-top: 1rem;
    margin-bottom: 2rem;
    display: block;
    justify-content: space-between;
  }
  .nearest-resv-inputs input:first-child{
    margin-left: 1rem;
    background-color: transparent;
    width: 100%;
    text-align: center;
  }
  
  .card-hero{
    margin-top: 3rem;
    justify-content: center;
    background-color: #fff;
    height: 53rem;
    width: 100%;
    border-radius: 8px;
    z-index: 2;
  }
  .resv-result-info .text{
    text-align: right;
    margin-top: 3rem;
    font-size: 0.9rem;
  }
  .resev-form2{
    width: 100%;
  }
  .resev-form2 .resv-btns{
  
    display: block;
    margin: auto;
    justify-content: center;
    text-align: center;
  }
  .resev-form2 button{
    font-size: 1rem;
    width: 100%;
    margin: auto;
    margin-bottom: 1.1rem;
  }
  .card-hero.extra-height{
    height: 58rem;
  }
  
  .resev-form2 .note{
    font-size: 0.9rem;
    font-family: Frutiger-bold;
  
  }
  .resv-result-info .text .unit div:first-child{
    margin-left: 0.5rem;
    overflow-wrap: break-word;
  }
  .resv-result-info .text .unit div:last-child{
    color: var(--grey);
    overflow-wrap: break-word;
  }
  .appointment .digits{
    display: block;
    align-items: center;
    margin-right: 0.5rem;
  }
  .appointment .digits .date::after{
    content: '|';
    padding: 0 .4rem;
    display: none;
  }
  .appointment .digits span{
    letter-spacing: 2px;
    text-align: left;
    margin-right: 1rem;

  }
  .card-container.less-pt{
    padding-top: 2rem;
  }
  .qr-code{
    text-align: center;
    border-bottom: solid 2px var(--mercury);
    padding-bottom: 2rem;
    width: 250px;
  }
  .resev-form3{
    margin-top: 5rem;
    width: 100%;
    justify-content: center;
    margin: auto;
  }
  .card-container2{
    position: relative;
    padding: 3rem 1.5rem 0.5rem 1.5rem;
    justify-content: center;
    background-color: #fff;
    border-radius: 8px;
  }
  .average .text{
    font-family: Frutiger-bold;
    font-size: 1rem;
    width: unset;
  }
   .average .percentage{
    font-family: Frutiger-bold;
    font-size: 1.65rem;
    color: var(--java);
    text-align: left;
  }
  .add-form-btn{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .forms-conditions{
    font-size: 0.9rem;
    padding-left: 0.75rem;
  }
  .zoom-info .ids .id{
    display: block;
    align-items: center;
    width: 100%;
  }
  .zoom-info .ids .id .token-name{
    color: var(--grey);
    margin-bottom: 0.5rem;
    margin-left: unset;
    width: 100%;
  }
  .zoom-info .ids .id .token{
    color: var(--atoll);
    margin-bottom: 1rem;
  }
  .zoom-info .logo, .title, .ids{
    text-align: center;
  }
  .card-hero.height-zoom{
    height:80rem;
    margin-bottom: unset;
  }

  .merchants-grid .btn img {
    max-width: 90px;
  }
 
} /* End of 576px */
@media screen and (max-width: 470px){
  .remember-login{
    display: block;
  }
  .remember-login div:last-child{
    margin-top: 0.5rem;
    font-size: 0.85rem;
  }

  .little-note{
    font-size: 0.65rem;
    color: var(--atoll);
  }

} /* End of 470px */


/*! MIN-WIDTH AND MAX-HEIGHT */
@media screen and (max-height: 900px){
  footer{
    margin-top: 50%;
    position: relative;
  }
}
