*{
  appearance: none;
  outline: none;
  box-sizing: border-box;
}
html {
    height: 100%; 
    overflow:auto;
    font-size: 10px !important;
    scroll-behavior: smooth;
}


body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
      'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
      sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 100%;
    line-height: 1.25;
  }

#root{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
input, textarea, select, button, i{
  font-size: inherit;
  padding: 0;
  border: none;
  outline: none;
  background: none;
}
p{
  margin: 0;
}

button{
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    border-radius: 45px;
    cursor: pointer;
    padding: 0px 44px;
}
button:disabled {
    cursor: not-allowed;
  }

.left{
  text-align: left;
}
.right{
  text-align: right;
}
.center{
  text-align: center;
}
.row{
  display: flex;
  flex-direction: row;
  margin: 0 !important;
}
.col{
  display: flex;
  flex-direction: column;
}
.flex-center{
  align-items: center;
  justify-content: center;
}
.space-btw{
  align-items: center;
  justify-content: space-between;
}
.full{
  width: 100%;
  height: 100%;
}
.flex-full{
  flex: 1;
}
.flex-full-scroll{
  overflow-y: auto;
}
.f-wrap{
  flex-wrap: wrap;
}

.none{
  display: none;
}

/* font weight normal */
.normal{
  font-weight: normal !important;
}
.bold{
  font-weight: bold;
}



/* Global Font Design  */
.h1,.h2,.h3,.h4,.h5,.h6,.h7,.h8,.h9{
    color:#3E5669;
}
.yellowBigText{
	font-size:5rem;
	font-family: 'Signika Bold' !important;
	
}
.h1{
  font-size: 4.4rem  !important;
  font-family: 'Signika Regular' !important;
  line-height: 4.8rem !important;
}
.h2{
  font-size: 2.6rem  !important;
  font-family: 'Signika Regular' !important;
  line-height: 3.2rem !important;
}
.h3{
  font-size: 2.2rem  !important;
  font-family: 'Signika Regular' !important;
  line-height: 2.6rem !important;
}
.h4{
  font-size: 2.2rem  !important;
  font-family: 'Source Sans Pro Regular' !important;
  line-height: 2.4rem !important;
}
.h5{
  font-size:1.8rem !important;
  font-family: 'Source Sans Pro Regular' !important;
  line-height: 2.3rem !important;
}
.h6{
  font-size: 1.8rem !important;
  font-family: 'Source Sans Pro Semi Bold' !important;
  line-height: 2.3rem !important;
}
.h7{
  font-size: 1.8rem   !important;
  font-family: 'Source Sans Pro Bold' !important;
  line-height: 4rem !important;
}
.h8{
  font-size: 1.4rem !important;
  font-family: 'Source Sans Pro Semi Bold' !important;
  line-height: 1.8rem !important;
}

.h9{
  font-size:1.6rem  !important;
  font-family: 'Source Sans Pro Semi Bold' !important;
  line-height: 1.8rem !important;
	letter-spacing: 1px !important;
}
.signika-light{
  font-family: 'Signika Light';
}
.signika-regular{
  font-family: 'Signika Regular';
}
.signika-semi-bold{
  font-family: 'Signika Semi Bold';
}
.source-regular{
  font-family: 'Source Sans Pro Regular';
}
.source-semi-bold{
  font-family: 'Source Sans Pro Semi Bold';
}
.source-bold{
  font-family: 'Source Sans Pro Bold';
}
.contact-us{
  background: #3E5669;
  border: 3px solid #3E5669;
  box-sizing: border-box;
  color: #FAC141;
  font-family: 'Source Sans Pro Semi Bold';
  width: 138px;
  height: 36px;
  padding: 0 20px;
  font-size: 1.6rem !important;
  margin-top: 32px;
}

/* Fonts */
@font-face {
    font-family: 'Signika Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Signika Regular'), url('../fonts/Signika/Signika-Regular.ttf') format('truetype');
    /* src: local('Signika Bold'), url('../fonts/Signika/Signika-Bold.ttf') format('opentype'); */
  }
  @font-face {
    font-family: 'Signika Light';
    font-style: normal;
    font-weight: normal;
    src: local('Signika Light'), url('../fonts/Signika/Signika-Light.ttf') format('truetype');
    /* src: local('Signika Bold'), url('../fonts/Signika/Signika-Bold.ttf') format('opentype'); */
  }

 @font-face {
    font-family: 'Signika Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Signika Bold'), url('../fonts/Signika/Signika-Bold.ttf') format('opentype'); 
  }

  @font-face {
    font-family: 'Signika Semi Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Signika Semi Bold'), url('../fonts/Signika/Signika-SemiBold.ttf') format('truetype');
    /* src: local('Signika Bold'), url('../fonts/Signika/Signika-Bold.ttf') format('opentype'); */
  }

  @font-face {
    font-family: 'Source Sans Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Source Sans Pro Regular'), url('../fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf') format('truetype');
    /* src: local('Signika Bold'), url('../fonts/Signika/Signika-Bold.ttf') format('opentype'); */
  }

  @font-face {
    font-family: 'Source Sans Pro Semi Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Source Sans Pro Semi Bold'), url('../fonts/Source_Sans_Pro/SourceSansPro-SemiBold.ttf') format('truetype');
    /* src: local('Signika Bold'), url('../fonts/Signika/Signika-Bold.ttf') format('opentype'); */
  }

  @font-face {
    font-family: 'Source Sans Pro Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Source Sans Pro Bold'), url('../fonts/Source_Sans_Pro/SourceSansPro-Bold.ttf') format('truetype');
    /* src: local('Signika Bold'), url('../fonts/Signika/Signika-Bold.ttf') format('opentype'); */
  }
.spacing1{
  margin-top: 256px;
}
.spacing2{
  margin-top: 192px;
}
.spacing3{
  margin-top: 128px;
}
.spacing4{
  margin-top: 96px;
}
.spacing5{
  margin-top: 64px;
}
.spacing6{
  margin-top: 48px;
}
.spacing7{
  margin-top: 32px;
}
.spacing8{
  margin-top: 24px;
}
.spacing9{
  margin-top: 16px;
}
.spacing10{
  margin-top: 12px;
}

.auto {
  margin: auto;
}

.yellow-gradient {
  background: linear-gradient(180deg, #FFFFFF 12.35%, #FAC141 81.74%);
  position: absolute;
  left: 0%;
  right: 0%;
  /* bottom: 0; */
  top: 0;
  width: 100%;
  height: 505px;
  /* height: 100%; */
  /* height: 48.75%; */
  z-index: 1;
}

.yellow-dot-background{
  background: url('../images/backgrounds/yellow-dots.png');
  background-size:8.3%;
  background-position: right;
  background-repeat: no-repeat repeat;
} 
.btn-booking-dark{
  background: #3E5669;
  color: #FAC141;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  border-radius: 45px;
  padding: 4px 16px;
  letter-spacing: 2px;
}
.bookingBtnFont{
   font-size:1.8rem;
  font-family: 'Source Sans Pro Semi Bold';
	line-height:4rem;
}

.right-arrow{
  border: solid #FAC141;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);

}
.right-arrow:hover{
  border: solid #3E5669;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}
html[dir="rtl"] * {
  font-family: "Tajawal", sans-serif !important;
	}
@media screen and (max-width:599px){
	
	.bookingBtnFont{
   font-size:1.5rem !important;
  font-family: 'Source Sans Pro Bold' !important;
	line-height:3.75rem !important;
}
  html { font-size: 8px !important; }
	.yellowBigText{
	font-size:3.75rem;
	font-family: 'Signika Bold' !important;
	
}
  .h1{
    font-size: 3rem  !important;
    font-family: 'Signika Regular' !important;
    line-height:  3.5rem !important;
  }
  .h2{
    font-size: 2.25rem  !important;    
    font-family: 'Signika Regular' !important;
    line-height:  2.75rem!important;
  }
  .h3{
    font-size: 2.25rem  !important;    
    font-family: 'Signika Regular' !important;
    line-height: 2.75rem !important;
  } 
  .h4{
    font-size: 2rem  !important;
    font-family: 'Source Sans Pro Regular' !important;
    line-height: 2.25rem !important;
  }
  .h5{
    font-size:1.75rem !important;
    font-family: 'Source Sans Pro Regular' !important;
    line-height: 2.25rem !important;
  }
  .h6{
    font-size: 1.75rem !important;
    font-family: 'Source Sans Pro Bold' !important;
    line-height: 2.25rem !important;
  }
  .h7{
    font-size: 1.5rem   !important;    
    text-transform: capitalize  !important;
    font-family: 'Source Sans Pro Semi Bold' !important;
    line-height: 2rem !important;
  }
  .h8{
    font-size: 1.5rem !important;
    font-family: 'Source Sans Pro Regular' !important;
    line-height: 2rem !important;
  }
  
  .h9{
    font-size:2rem  !important;
    text-transform: capitalize  !important;
    font-family: 'Source Sans Pro Semi Bold' !important;
    line-height: 3.5rem !important;
  }
	html[dir="rtl"] * {
  font-family: "Tajawal", sans-serif !important;
	}
}
@media (min-width: 600px) and (max-width: 1112px){
  .h9{
    font-size: 2.6rem  !important;
    text-transform: capitalize  !important;
    font-family: 'Source Sans Pro Semi Bold' !important;
    line-height: 2.8rem !important;
  
	}
	html[dir="rtl"] * {
  font-family: "Tajawal", sans-serif !important;
	}
}
/* there is a copy of this in Header.php for IPAD Pro
@media (min-width: 601px) and (max-width: 1112px){ 
  .h1{
    font-size: 3.2rem  !important;
    font-family: 'Signika Regular' !important;
    line-height:  4rem !important;
  }
  .h2{
    font-size: 2.4rem  !important;    
    font-family: 'Signika Regular' !important;
    line-height:  3rem!important;
  }
  .h3{
    font-size: 1.6rem  !important;    
    font-family: 'Signika Regular' !important;
    line-height: 2.4rem !important;
  }
  .h4{
    font-size: 1.8rem  !important;
    font-family: 'Source Sans Pro Regular' !important;
    line-height: 2rem !important;
  }
  .h5{
    font-size:1.6rem !important;
    font-family: 'Source Sans Pro Regular' !important;
    line-height: 2rem !important;
  }
  .h6{
    font-size: 1.6rem !important;
    font-family: 'Source Sans Pro Bold' !important;
    line-height: 2rem !important;
  }
  .h7{
    font-size: 1.6rem   !important;    
    text-transform: capitalize  !important;
    font-family: 'Source Sans Pro Semi Bold' !important;
    line-height: 2.2rem !important;
  }
  .h8{
    font-size: 1.2rem !important;
    font-family: 'Source Sans Pro Regular' !important;
    line-height: 1.5rem !important;
  }
  
  .h9{
    font-size: 2.6rem  !important;
    text-transform: capitalize  !important;
    font-family: 'Source Sans Pro Semi Bold' !important;
    line-height: 2.8rem !important;
  }

 }*/
	