body:not(i) {
  font-family: "Almarai", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:
    "slnt" 0;
}
html[dir=ltr] body:not(i) {
    font-family: "Almarai", sans-serif;
}
.text-white {
    color: #fff;
}
.text-darkBlue {
    color: #042254;
}
.text-blue {
    color: #5381B2;
}
.text-main {
    color: #0F172A;
}
.text-secondary {
    color: #475569;
}
.bg-prim {
    background-color: #042254;
}
.bg-orange {
    background-color: #FBA834;
}

a.whatsapp-link {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
    border: #fff 3px solid;
    padding: 0 25px;
    border-radius: 50px;
    line-height: 60px;
}
a.whatsapp-link svg {
  margin-left: 5px;
}
html[dir=ltr] a.whatsapp-link svg {
  margin-left: 0px;
  margin-right: 5px;
}
.page-container {
}
.full_page {
    background: #fff;
    position: relative;
    z-index: 2;
}
section.pricing {
  background: #003d3f;
  padding: 60px 0;
}
section.pricing h2 {
  color:#fff;
  text-align: center;
  font-size: 42px;
  font-weight: bold;
  padding-bottom: 40px;
}
.package-item {
  border-radius: 12px;
  padding: 25px 15px;
  width: 100%;
  background:#f8ffff url(../images/pack.jpg) center bottom no-repeat;
  position: relative;
  padding-bottom: 50px;
  text-align: center;
  min-height: 750px;
}
.package-item > h3 {
  font-size: 42px;
  color:#003d3f;
  font-weight: bold;
  margin-bottom: 5px;
}
html[dir=ltr] .package-item > h3 {
  margin-bottom: 0;
}
.package-item > p {
  font-size: 16px;
  font-weight: normal;
  color: #996633;
  margin-bottom: 10px;
}
.package-price {
  font-size: 42px;
  color:#003d3f;
  font-weight: bold;
  padding-bottom: 25px;
}
.package-price small {
  display: block;
  text-align: center;
  font-weight: normal;
  font-size: 18px;
  color: #003d3f;
  margin-top: -10px;
}
.pack-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pack-info ul li {
  text-align: start;
  color: #003d3f;
  font-size: 16px;
  margin-bottom: 15px;
}
html[dir=ltr] .pack-info ul li {
  font-size: 15px;
}
.pack-info ul li::before {
  content: '';
  display: inline-block;
  width: 17px;
  height: 17px;
  vertical-align: sub;
  margin-inline-end: 3px;
  background: url(../images/bullet.png) center no-repeat;
}
.pack-action {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  width: 250px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color:#fff;
  font-weight: bold;
  font-size: 30px;
  background: #00696c;
  text-decoration: none;
  border-radius: 30px;
}
.full_page header {
    position: fixed;
    top: 0;
    width: 100%;
    transition: all 0.3s ease;
    z-index: 1000;
    background: #003d3f;
    height: 100px;
}

 .hero-image {
    max-width: 100%;
    margin-top: 50px;
  }
  .color-1 {
    color:#00696c !important;
  }
  .color-2 {
    color: #996633 !important;
  }
  .heading-1 {
    font-weight: bold; font-size: 59px;
  }
  html[dir=ltr] .heading-1 {
    font-weight: bold; font-size: 44px;
  }
  .heading-2 {
    font-weight: bold; font-size: 39px;
  }
  html[dir=ltr] .heading-2 {
    font-weight: bold; font-size: 36px;
  }
  .heading-3 {
    font-size: 39px;
  }
  .heading-4 {
    font-size: 41px;
    font-weight: bold;
  }
  .n-button {
    color:#fff !important;
    background-color: #996633;
    font-size: 28px;
    font-weight: 600;
    line-height: 70px;
    padding: 0 25px;
    border-radius: 35px;
    display: inline-block;
    text-decoration: none;
  }
  .user-selection {
    position: absolute;
    bottom: 100px;
    left: 0;
    width: 100%;
  }
  .user-selection p {
    margin-bottom: 0;
  }
.e-range {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  margin: 0;
  height: 30px;
  overflow: hidden;
  cursor: pointer;
}
.e-range:focus {
  outline: none;
}

.e-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 30px;
  background: linear-gradient(to bottom, #003d3f, #003d3f) 100% 50%/100% 10px no-repeat transparent;
}

.e-range::-webkit-slider-thumb {
  position: relative;
  -webkit-appearance: none;
          appearance: none;
  height: 20px;
  width: 20px;
  background: #003d3f;
  border-radius: 100%;
  border: 0;
  top: 50%;
  margin-top: -10px;
  box-shadow: 1px 0 0 -5px #996633, 2px 0 0 -5px #996633, 3px 0 0 -5px #996633, 4px 0 0 -5px #996633, 5px 0 0 -5px #996633, 6px 0 0 -5px #996633, 7px 0 0 -5px #996633, 8px 0 0 -5px #996633, 9px 0 0 -5px #996633, 10px 0 0 -5px #996633, 11px 0 0 -5px #996633, 12px 0 0 -5px #996633, 13px 0 0 -5px #996633, 14px 0 0 -5px #996633, 15px 0 0 -5px #996633, 16px 0 0 -5px #996633, 17px 0 0 -5px #996633, 18px 0 0 -5px #996633, 19px 0 0 -5px #996633, 20px 0 0 -5px #996633, 21px 0 0 -5px #996633, 22px 0 0 -5px #996633, 23px 0 0 -5px #996633, 24px 0 0 -5px #996633, 25px 0 0 -5px #996633, 26px 0 0 -5px #996633, 27px 0 0 -5px #996633, 28px 0 0 -5px #996633, 29px 0 0 -5px #996633, 30px 0 0 -5px #996633, 31px 0 0 -5px #996633, 32px 0 0 -5px #996633, 33px 0 0 -5px #996633, 34px 0 0 -5px #996633, 35px 0 0 -5px #996633, 36px 0 0 -5px #996633, 37px 0 0 -5px #996633, 38px 0 0 -5px #996633, 39px 0 0 -5px #996633, 40px 0 0 -5px #996633, 41px 0 0 -5px #996633, 42px 0 0 -5px #996633, 43px 0 0 -5px #996633, 44px 0 0 -5px #996633, 45px 0 0 -5px #996633, 46px 0 0 -5px #996633, 47px 0 0 -5px #996633, 48px 0 0 -5px #996633, 49px 0 0 -5px #996633, 50px 0 0 -5px #996633, 51px 0 0 -5px #996633, 52px 0 0 -5px #996633, 53px 0 0 -5px #996633, 54px 0 0 -5px #996633, 55px 0 0 -5px #996633, 56px 0 0 -5px #996633, 57px 0 0 -5px #996633, 58px 0 0 -5px #996633, 59px 0 0 -5px #996633, 60px 0 0 -5px #996633, 61px 0 0 -5px #996633, 62px 0 0 -5px #996633, 63px 0 0 -5px #996633, 64px 0 0 -5px #996633, 65px 0 0 -5px #996633, 66px 0 0 -5px #996633, 67px 0 0 -5px #996633, 68px 0 0 -5px #996633, 69px 0 0 -5px #996633, 70px 0 0 -5px #996633, 71px 0 0 -5px #996633, 72px 0 0 -5px #996633, 73px 0 0 -5px #996633, 74px 0 0 -5px #996633, 75px 0 0 -5px #996633, 76px 0 0 -5px #996633, 77px 0 0 -5px #996633, 78px 0 0 -5px #996633, 79px 0 0 -5px #996633, 80px 0 0 -5px #996633, 81px 0 0 -5px #996633, 82px 0 0 -5px #996633, 83px 0 0 -5px #996633, 84px 0 0 -5px #996633, 85px 0 0 -5px #996633, 86px 0 0 -5px #996633, 87px 0 0 -5px #996633, 88px 0 0 -5px #996633, 89px 0 0 -5px #996633, 90px 0 0 -5px #996633, 91px 0 0 -5px #996633, 92px 0 0 -5px #996633, 93px 0 0 -5px #996633, 94px 0 0 -5px #996633, 95px 0 0 -5px #996633, 96px 0 0 -5px #996633, 97px 0 0 -5px #996633, 98px 0 0 -5px #996633, 99px 0 0 -5px #996633, 100px 0 0 -5px #996633, 101px 0 0 -5px #996633, 102px 0 0 -5px #996633, 103px 0 0 -5px #996633, 104px 0 0 -5px #996633, 105px 0 0 -5px #996633, 106px 0 0 -5px #996633, 107px 0 0 -5px #996633, 108px 0 0 -5px #996633, 109px 0 0 -5px #996633, 110px 0 0 -5px #996633, 111px 0 0 -5px #996633, 112px 0 0 -5px #996633, 113px 0 0 -5px #996633, 114px 0 0 -5px #996633, 115px 0 0 -5px #996633, 116px 0 0 -5px #996633, 117px 0 0 -5px #996633, 118px 0 0 -5px #996633, 119px 0 0 -5px #996633, 120px 0 0 -5px #996633, 121px 0 0 -5px #996633, 122px 0 0 -5px #996633, 123px 0 0 -5px #996633, 124px 0 0 -5px #996633, 125px 0 0 -5px #996633, 126px 0 0 -5px #996633, 127px 0 0 -5px #996633, 128px 0 0 -5px #996633, 129px 0 0 -5px #996633, 130px 0 0 -5px #996633, 131px 0 0 -5px #996633, 132px 0 0 -5px #996633, 133px 0 0 -5px #996633, 134px 0 0 -5px #996633, 135px 0 0 -5px #996633, 136px 0 0 -5px #996633, 137px 0 0 -5px #996633, 138px 0 0 -5px #996633, 139px 0 0 -5px #996633, 140px 0 0 -5px #996633, 141px 0 0 -5px #996633, 142px 0 0 -5px #996633, 143px 0 0 -5px #996633, 144px 0 0 -5px #996633, 145px 0 0 -5px #996633, 146px 0 0 -5px #996633, 147px 0 0 -5px #996633, 148px 0 0 -5px #996633, 149px 0 0 -5px #996633, 150px 0 0 -5px #996633, 151px 0 0 -5px #996633, 152px 0 0 -5px #996633, 153px 0 0 -5px #996633, 154px 0 0 -5px #996633, 155px 0 0 -5px #996633, 156px 0 0 -5px #996633, 157px 0 0 -5px #996633, 158px 0 0 -5px #996633, 159px 0 0 -5px #996633, 160px 0 0 -5px #996633, 161px 0 0 -5px #996633, 162px 0 0 -5px #996633, 163px 0 0 -5px #996633, 164px 0 0 -5px #996633, 165px 0 0 -5px #996633, 166px 0 0 -5px #996633, 167px 0 0 -5px #996633, 168px 0 0 -5px #996633, 169px 0 0 -5px #996633, 170px 0 0 -5px #996633, 171px 0 0 -5px #996633, 172px 0 0 -5px #996633, 173px 0 0 -5px #996633, 174px 0 0 -5px #996633, 175px 0 0 -5px #996633, 176px 0 0 -5px #996633, 177px 0 0 -5px #996633, 178px 0 0 -5px #996633, 179px 0 0 -5px #996633, 180px 0 0 -5px #996633, 181px 0 0 -5px #996633, 182px 0 0 -5px #996633, 183px 0 0 -5px #996633, 184px 0 0 -5px #996633, 185px 0 0 -5px #996633, 186px 0 0 -5px #996633, 187px 0 0 -5px #996633, 188px 0 0 -5px #996633, 189px 0 0 -5px #996633, 190px 0 0 -5px #996633, 191px 0 0 -5px #996633, 192px 0 0 -5px #996633, 193px 0 0 -5px #996633, 194px 0 0 -5px #996633, 195px 0 0 -5px #996633, 196px 0 0 -5px #996633, 197px 0 0 -5px #996633, 198px 0 0 -5px #996633, 199px 0 0 -5px #996633, 200px 0 0 -5px #996633, 201px 0 0 -5px #996633, 202px 0 0 -5px #996633, 203px 0 0 -5px #996633, 204px 0 0 -5px #996633, 205px 0 0 -5px #996633, 206px 0 0 -5px #996633, 207px 0 0 -5px #996633, 208px 0 0 -5px #996633, 209px 0 0 -5px #996633, 210px 0 0 -5px #996633, 211px 0 0 -5px #996633, 212px 0 0 -5px #996633, 213px 0 0 -5px #996633, 214px 0 0 -5px #996633, 215px 0 0 -5px #996633, 216px 0 0 -5px #996633, 217px 0 0 -5px #996633, 218px 0 0 -5px #996633, 219px 0 0 -5px #996633, 220px 0 0 -5px #996633, 221px 0 0 -5px #996633, 222px 0 0 -5px #996633, 223px 0 0 -5px #996633, 224px 0 0 -5px #996633, 225px 0 0 -5px #996633, 226px 0 0 -5px #996633, 227px 0 0 -5px #996633, 228px 0 0 -5px #996633, 229px 0 0 -5px #996633, 230px 0 0 -5px #996633, 231px 0 0 -5px #996633, 232px 0 0 -5px #996633, 233px 0 0 -5px #996633, 234px 0 0 -5px #996633, 235px 0 0 -5px #996633, 236px 0 0 -5px #996633, 237px 0 0 -5px #996633, 238px 0 0 -5px #996633, 239px 0 0 -5px #996633, 240px 0 0 -5px #996633, 241px 0 0 -5px #996633, 242px 0 0 -5px #996633, 243px 0 0 -5px #996633, 244px 0 0 -5px #996633, 245px 0 0 -5px #996633, 246px 0 0 -5px #996633, 247px 0 0 -5px #996633, 248px 0 0 -5px #996633, 249px 0 0 -5px #996633, 250px 0 0 -5px #996633, 251px 0 0 -5px #996633, 252px 0 0 -5px #996633, 253px 0 0 -5px #996633, 254px 0 0 -5px #996633, 255px 0 0 -5px #996633, 256px 0 0 -5px #996633, 257px 0 0 -5px #996633, 258px 0 0 -5px #996633, 259px 0 0 -5px #996633, 260px 0 0 -5px #996633, 261px 0 0 -5px #996633, 262px 0 0 -5px #996633, 263px 0 0 -5px #996633, 264px 0 0 -5px #996633, 265px 0 0 -5px #996633, 266px 0 0 -5px #996633, 267px 0 0 -5px #996633, 268px 0 0 -5px #996633, 269px 0 0 -5px #996633, 270px 0 0 -5px #996633, 271px 0 0 -5px #996633, 272px 0 0 -5px #996633, 273px 0 0 -5px #996633, 274px 0 0 -5px #996633, 275px 0 0 -5px #996633, 276px 0 0 -5px #996633, 277px 0 0 -5px #996633, 278px 0 0 -5px #996633, 279px 0 0 -5px #996633, 280px 0 0 -5px #996633, 281px 0 0 -5px #996633, 282px 0 0 -5px #996633, 283px 0 0 -5px #996633, 284px 0 0 -5px #996633, 285px 0 0 -5px #996633, 286px 0 0 -5px #996633, 287px 0 0 -5px #996633, 288px 0 0 -5px #996633, 289px 0 0 -5px #996633, 290px 0 0 -5px #996633, 291px 0 0 -5px #996633, 292px 0 0 -5px #996633, 293px 0 0 -5px #996633, 294px 0 0 -5px #996633, 295px 0 0 -5px #996633, 296px 0 0 -5px #996633, 297px 0 0 -5px #996633, 298px 0 0 -5px #996633, 299px 0 0 -5px #996633, 300px 0 0 -5px #996633, 301px 0 0 -5px #996633, 302px 0 0 -5px #996633, 303px 0 0 -5px #996633, 304px 0 0 -5px #996633, 305px 0 0 -5px #996633, 306px 0 0 -5px #996633, 307px 0 0 -5px #996633, 308px 0 0 -5px #996633, 309px 0 0 -5px #996633, 310px 0 0 -5px #996633, 311px 0 0 -5px #996633, 312px 0 0 -5px #996633, 313px 0 0 -5px #996633, 314px 0 0 -5px #996633, 315px 0 0 -5px #996633, 316px 0 0 -5px #996633, 317px 0 0 -5px #996633, 318px 0 0 -5px #996633, 319px 0 0 -5px #996633, 320px 0 0 -5px #996633, 321px 0 0 -5px #996633, 322px 0 0 -5px #996633, 323px 0 0 -5px #996633, 324px 0 0 -5px #996633, 325px 0 0 -5px #996633, 326px 0 0 -5px #996633, 327px 0 0 -5px #996633, 328px 0 0 -5px #996633, 329px 0 0 -5px #996633, 330px 0 0 -5px #996633, 331px 0 0 -5px #996633, 332px 0 0 -5px #996633, 333px 0 0 -5px #996633, 334px 0 0 -5px #996633, 335px 0 0 -5px #996633, 336px 0 0 -5px #996633, 337px 0 0 -5px #996633, 338px 0 0 -5px #996633, 339px 0 0 -5px #996633, 340px 0 0 -5px #996633, 341px 0 0 -5px #996633, 342px 0 0 -5px #996633, 343px 0 0 -5px #996633, 344px 0 0 -5px #996633, 345px 0 0 -5px #996633, 346px 0 0 -5px #996633, 347px 0 0 -5px #996633, 348px 0 0 -5px #996633, 349px 0 0 -5px #996633, 350px 0 0 -5px #996633, 351px 0 0 -5px #996633, 352px 0 0 -5px #996633, 353px 0 0 -5px #996633, 354px 0 0 -5px #996633, 355px 0 0 -5px #996633, 356px 0 0 -5px #996633, 357px 0 0 -5px #996633, 358px 0 0 -5px #996633, 359px 0 0 -5px #996633, 360px 0 0 -5px #996633, 361px 0 0 -5px #996633, 362px 0 0 -5px #996633, 363px 0 0 -5px #996633, 364px 0 0 -5px #996633, 365px 0 0 -5px #996633, 366px 0 0 -5px #996633, 367px 0 0 -5px #996633, 368px 0 0 -5px #996633, 369px 0 0 -5px #996633, 370px 0 0 -5px #996633, 371px 0 0 -5px #996633, 372px 0 0 -5px #996633, 373px 0 0 -5px #996633, 374px 0 0 -5px #996633, 375px 0 0 -5px #996633, 376px 0 0 -5px #996633, 377px 0 0 -5px #996633, 378px 0 0 -5px #996633, 379px 0 0 -5px #996633, 380px 0 0 -5px #996633, 381px 0 0 -5px #996633, 382px 0 0 -5px #996633, 383px 0 0 -5px #996633, 384px 0 0 -5px #996633, 385px 0 0 -5px #996633, 386px 0 0 -5px #996633, 387px 0 0 -5px #996633, 388px 0 0 -5px #996633, 389px 0 0 -5px #996633, 390px 0 0 -5px #996633, 391px 0 0 -5px #996633, 392px 0 0 -5px #996633, 393px 0 0 -5px #996633, 394px 0 0 -5px #996633, 395px 0 0 -5px #996633, 396px 0 0 -5px #996633, 397px 0 0 -5px #996633, 398px 0 0 -5px #996633, 399px 0 0 -5px #996633, 400px 0 0 -5px #996633, 401px 0 0 -5px #996633, 402px 0 0 -5px #996633, 403px 0 0 -5px #996633, 404px 0 0 -5px #996633, 405px 0 0 -5px #996633, 406px 0 0 -5px #996633, 407px 0 0 -5px #996633, 408px 0 0 -5px #996633, 409px 0 0 -5px #996633, 410px 0 0 -5px #996633, 411px 0 0 -5px #996633, 412px 0 0 -5px #996633, 413px 0 0 -5px #996633, 414px 0 0 -5px #996633, 415px 0 0 -5px #996633, 416px 0 0 -5px #996633, 417px 0 0 -5px #996633, 418px 0 0 -5px #996633, 419px 0 0 -5px #996633, 420px 0 0 -5px #996633, 421px 0 0 -5px #996633, 422px 0 0 -5px #996633, 423px 0 0 -5px #996633, 424px 0 0 -5px #996633, 425px 0 0 -5px #996633, 426px 0 0 -5px #996633, 427px 0 0 -5px #996633, 428px 0 0 -5px #996633, 429px 0 0 -5px #996633, 430px 0 0 -5px #996633, 431px 0 0 -5px #996633, 432px 0 0 -5px #996633, 433px 0 0 -5px #996633, 434px 0 0 -5px #996633, 435px 0 0 -5px #996633, 436px 0 0 -5px #996633, 437px 0 0 -5px #996633, 438px 0 0 -5px #996633, 439px 0 0 -5px #996633, 440px 0 0 -5px #996633, 441px 0 0 -5px #996633, 442px 0 0 -5px #996633, 443px 0 0 -5px #996633, 444px 0 0 -5px #996633, 445px 0 0 -5px #996633, 446px 0 0 -5px #996633, 447px 0 0 -5px #996633, 448px 0 0 -5px #996633, 449px 0 0 -5px #996633, 450px 0 0 -5px #996633, 451px 0 0 -5px #996633, 452px 0 0 -5px #996633, 453px 0 0 -5px #996633, 454px 0 0 -5px #996633, 455px 0 0 -5px #996633, 456px 0 0 -5px #996633, 457px 0 0 -5px #996633, 458px 0 0 -5px #996633, 459px 0 0 -5px #996633, 460px 0 0 -5px #996633, 461px 0 0 -5px #996633, 462px 0 0 -5px #996633, 463px 0 0 -5px #996633, 464px 0 0 -5px #996633, 465px 0 0 -5px #996633, 466px 0 0 -5px #996633, 467px 0 0 -5px #996633, 468px 0 0 -5px #996633, 469px 0 0 -5px #996633, 470px 0 0 -5px #996633, 471px 0 0 -5px #996633, 472px 0 0 -5px #996633, 473px 0 0 -5px #996633, 474px 0 0 -5px #996633, 475px 0 0 -5px #996633, 476px 0 0 -5px #996633, 477px 0 0 -5px #996633, 478px 0 0 -5px #996633, 479px 0 0 -5px #996633, 480px 0 0 -5px #996633, 481px 0 0 -5px #996633, 482px 0 0 -5px #996633, 483px 0 0 -5px #996633, 484px 0 0 -5px #996633, 485px 0 0 -5px #996633, 486px 0 0 -5px #996633, 487px 0 0 -5px #996633, 488px 0 0 -5px #996633, 489px 0 0 -5px #996633, 490px 0 0 -5px #996633, 491px 0 0 -5px #996633, 492px 0 0 -5px #996633, 493px 0 0 -5px #996633, 494px 0 0 -5px #996633, 495px 0 0 -5px #996633, 496px 0 0 -5px #996633, 497px 0 0 -5px #996633, 498px 0 0 -5px #996633, 499px 0 0 -5px #996633, 500px 0 0 -5px #996633, 501px 0 0 -5px #996633, 502px 0 0 -5px #996633, 503px 0 0 -5px #996633, 504px 0 0 -5px #996633, 505px 0 0 -5px #996633, 506px 0 0 -5px #996633, 507px 0 0 -5px #996633, 508px 0 0 -5px #996633, 509px 0 0 -5px #996633, 510px 0 0 -5px #996633, 511px 0 0 -5px #996633, 512px 0 0 -5px #996633, 513px 0 0 -5px #996633, 514px 0 0 -5px #996633, 515px 0 0 -5px #996633, 516px 0 0 -5px #996633, 517px 0 0 -5px #996633, 518px 0 0 -5px #996633, 519px 0 0 -5px #996633, 520px 0 0 -5px #996633, 521px 0 0 -5px #996633, 522px 0 0 -5px #996633, 523px 0 0 -5px #996633, 524px 0 0 -5px #996633, 525px 0 0 -5px #996633, 526px 0 0 -5px #996633, 527px 0 0 -5px #996633, 528px 0 0 -5px #996633, 529px 0 0 -5px #996633, 530px 0 0 -5px #996633, 531px 0 0 -5px #996633, 532px 0 0 -5px #996633, 533px 0 0 -5px #996633, 534px 0 0 -5px #996633, 535px 0 0 -5px #996633, 536px 0 0 -5px #996633, 537px 0 0 -5px #996633, 538px 0 0 -5px #996633, 539px 0 0 -5px #996633, 540px 0 0 -5px #996633, 541px 0 0 -5px #996633, 542px 0 0 -5px #996633, 543px 0 0 -5px #996633, 544px 0 0 -5px #996633, 545px 0 0 -5px #996633, 546px 0 0 -5px #996633, 547px 0 0 -5px #996633, 548px 0 0 -5px #996633, 549px 0 0 -5px #996633, 550px 0 0 -5px #996633, 551px 0 0 -5px #996633, 552px 0 0 -5px #996633, 553px 0 0 -5px #996633, 554px 0 0 -5px #996633, 555px 0 0 -5px #996633, 556px 0 0 -5px #996633, 557px 0 0 -5px #996633, 558px 0 0 -5px #996633, 559px 0 0 -5px #996633, 560px 0 0 -5px #996633, 561px 0 0 -5px #996633, 562px 0 0 -5px #996633, 563px 0 0 -5px #996633, 564px 0 0 -5px #996633, 565px 0 0 -5px #996633, 566px 0 0 -5px #996633, 567px 0 0 -5px #996633, 568px 0 0 -5px #996633, 569px 0 0 -5px #996633, 570px 0 0 -5px #996633, 571px 0 0 -5px #996633, 572px 0 0 -5px #996633, 573px 0 0 -5px #996633, 574px 0 0 -5px #996633, 575px 0 0 -5px #996633, 576px 0 0 -5px #996633, 577px 0 0 -5px #996633, 578px 0 0 -5px #996633, 579px 0 0 -5px #996633, 580px 0 0 -5px #996633, 581px 0 0 -5px #996633, 582px 0 0 -5px #996633, 583px 0 0 -5px #996633, 584px 0 0 -5px #996633, 585px 0 0 -5px #996633, 586px 0 0 -5px #996633, 587px 0 0 -5px #996633, 588px 0 0 -5px #996633, 589px 0 0 -5px #996633, 590px 0 0 -5px #996633, 591px 0 0 -5px #996633, 592px 0 0 -5px #996633, 593px 0 0 -5px #996633, 594px 0 0 -5px #996633, 595px 0 0 -5px #996633, 596px 0 0 -5px #996633, 597px 0 0 -5px #996633, 598px 0 0 -5px #996633, 599px 0 0 -5px #996633, 600px 0 0 -5px #996633, 601px 0 0 -5px #996633, 602px 0 0 -5px #996633, 603px 0 0 -5px #996633, 604px 0 0 -5px #996633, 605px 0 0 -5px #996633, 606px 0 0 -5px #996633, 607px 0 0 -5px #996633, 608px 0 0 -5px #996633, 609px 0 0 -5px #996633, 610px 0 0 -5px #996633, 611px 0 0 -5px #996633, 612px 0 0 -5px #996633, 613px 0 0 -5px #996633, 614px 0 0 -5px #996633, 615px 0 0 -5px #996633, 616px 0 0 -5px #996633, 617px 0 0 -5px #996633, 618px 0 0 -5px #996633, 619px 0 0 -5px #996633, 620px 0 0 -5px #996633, 621px 0 0 -5px #996633, 622px 0 0 -5px #996633, 623px 0 0 -5px #996633, 624px 0 0 -5px #996633, 625px 0 0 -5px #996633, 626px 0 0 -5px #996633, 627px 0 0 -5px #996633, 628px 0 0 -5px #996633, 629px 0 0 -5px #996633, 630px 0 0 -5px #996633, 631px 0 0 -5px #996633, 632px 0 0 -5px #996633, 633px 0 0 -5px #996633, 634px 0 0 -5px #996633, 635px 0 0 -5px #996633, 636px 0 0 -5px #996633, 637px 0 0 -5px #996633, 638px 0 0 -5px #996633, 639px 0 0 -5px #996633, 640px 0 0 -5px #996633, 641px 0 0 -5px #996633, 642px 0 0 -5px #996633, 643px 0 0 -5px #996633, 644px 0 0 -5px #996633, 645px 0 0 -5px #996633, 646px 0 0 -5px #996633, 647px 0 0 -5px #996633, 648px 0 0 -5px #996633, 649px 0 0 -5px #996633, 650px 0 0 -5px #996633, 651px 0 0 -5px #996633, 652px 0 0 -5px #996633, 653px 0 0 -5px #996633, 654px 0 0 -5px #996633, 655px 0 0 -5px #996633, 656px 0 0 -5px #996633, 657px 0 0 -5px #996633, 658px 0 0 -5px #996633, 659px 0 0 -5px #996633, 660px 0 0 -5px #996633, 661px 0 0 -5px #996633, 662px 0 0 -5px #996633, 663px 0 0 -5px #996633, 664px 0 0 -5px #996633, 665px 0 0 -5px #996633, 666px 0 0 -5px #996633, 667px 0 0 -5px #996633, 668px 0 0 -5px #996633, 669px 0 0 -5px #996633, 670px 0 0 -5px #996633, 671px 0 0 -5px #996633, 672px 0 0 -5px #996633, 673px 0 0 -5px #996633, 674px 0 0 -5px #996633, 675px 0 0 -5px #996633, 676px 0 0 -5px #996633, 677px 0 0 -5px #996633, 678px 0 0 -5px #996633, 679px 0 0 -5px #996633, 680px 0 0 -5px #996633, 681px 0 0 -5px #996633, 682px 0 0 -5px #996633, 683px 0 0 -5px #996633, 684px 0 0 -5px #996633, 685px 0 0 -5px #996633, 686px 0 0 -5px #996633, 687px 0 0 -5px #996633, 688px 0 0 -5px #996633, 689px 0 0 -5px #996633, 690px 0 0 -5px #996633, 691px 0 0 -5px #996633, 692px 0 0 -5px #996633, 693px 0 0 -5px #996633, 694px 0 0 -5px #996633, 695px 0 0 -5px #996633, 696px 0 0 -5px #996633, 697px 0 0 -5px #996633, 698px 0 0 -5px #996633, 699px 0 0 -5px #996633, 700px 0 0 -5px #996633, 701px 0 0 -5px #996633, 702px 0 0 -5px #996633, 703px 0 0 -5px #996633, 704px 0 0 -5px #996633, 705px 0 0 -5px #996633, 706px 0 0 -5px #996633, 707px 0 0 -5px #996633, 708px 0 0 -5px #996633, 709px 0 0 -5px #996633, 710px 0 0 -5px #996633, 711px 0 0 -5px #996633, 712px 0 0 -5px #996633, 713px 0 0 -5px #996633, 714px 0 0 -5px #996633, 715px 0 0 -5px #996633, 716px 0 0 -5px #996633, 717px 0 0 -5px #996633, 718px 0 0 -5px #996633, 719px 0 0 -5px #996633, 720px 0 0 -5px #996633, 721px 0 0 -5px #996633, 722px 0 0 -5px #996633, 723px 0 0 -5px #996633, 724px 0 0 -5px #996633, 725px 0 0 -5px #996633, 726px 0 0 -5px #996633, 727px 0 0 -5px #996633, 728px 0 0 -5px #996633, 729px 0 0 -5px #996633, 730px 0 0 -5px #996633, 731px 0 0 -5px #996633, 732px 0 0 -5px #996633, 733px 0 0 -5px #996633, 734px 0 0 -5px #996633, 735px 0 0 -5px #996633, 736px 0 0 -5px #996633, 737px 0 0 -5px #996633, 738px 0 0 -5px #996633, 739px 0 0 -5px #996633, 740px 0 0 -5px #996633, 741px 0 0 -5px #996633, 742px 0 0 -5px #996633, 743px 0 0 -5px #996633, 744px 0 0 -5px #996633, 745px 0 0 -5px #996633, 746px 0 0 -5px #996633, 747px 0 0 -5px #996633, 748px 0 0 -5px #996633, 749px 0 0 -5px #996633, 750px 0 0 -5px #996633, 751px 0 0 -5px #996633, 752px 0 0 -5px #996633, 753px 0 0 -5px #996633, 754px 0 0 -5px #996633, 755px 0 0 -5px #996633, 756px 0 0 -5px #996633, 757px 0 0 -5px #996633, 758px 0 0 -5px #996633, 759px 0 0 -5px #996633, 760px 0 0 -5px #996633, 761px 0 0 -5px #996633, 762px 0 0 -5px #996633, 763px 0 0 -5px #996633, 764px 0 0 -5px #996633, 765px 0 0 -5px #996633, 766px 0 0 -5px #996633, 767px 0 0 -5px #996633, 768px 0 0 -5px #996633, 769px 0 0 -5px #996633, 770px 0 0 -5px #996633, 771px 0 0 -5px #996633, 772px 0 0 -5px #996633, 773px 0 0 -5px #996633, 774px 0 0 -5px #996633, 775px 0 0 -5px #996633, 776px 0 0 -5px #996633, 777px 0 0 -5px #996633, 778px 0 0 -5px #996633, 779px 0 0 -5px #996633, 780px 0 0 -5px #996633, 781px 0 0 -5px #996633, 782px 0 0 -5px #996633, 783px 0 0 -5px #996633, 784px 0 0 -5px #996633, 785px 0 0 -5px #996633, 786px 0 0 -5px #996633, 787px 0 0 -5px #996633, 788px 0 0 -5px #996633, 789px 0 0 -5px #996633, 790px 0 0 -5px #996633, 791px 0 0 -5px #996633, 792px 0 0 -5px #996633, 793px 0 0 -5px #996633, 794px 0 0 -5px #996633, 795px 0 0 -5px #996633, 796px 0 0 -5px #996633, 797px 0 0 -5px #996633, 798px 0 0 -5px #996633, 799px 0 0 -5px #996633, 800px 0 0 -5px #996633, 801px 0 0 -5px #996633, 802px 0 0 -5px #996633, 803px 0 0 -5px #996633, 804px 0 0 -5px #996633, 805px 0 0 -5px #996633, 806px 0 0 -5px #996633, 807px 0 0 -5px #996633, 808px 0 0 -5px #996633, 809px 0 0 -5px #996633, 810px 0 0 -5px #996633, 811px 0 0 -5px #996633, 812px 0 0 -5px #996633, 813px 0 0 -5px #996633, 814px 0 0 -5px #996633, 815px 0 0 -5px #996633, 816px 0 0 -5px #996633, 817px 0 0 -5px #996633, 818px 0 0 -5px #996633, 819px 0 0 -5px #996633, 820px 0 0 -5px #996633, 821px 0 0 -5px #996633, 822px 0 0 -5px #996633, 823px 0 0 -5px #996633, 824px 0 0 -5px #996633, 825px 0 0 -5px #996633, 826px 0 0 -5px #996633, 827px 0 0 -5px #996633, 828px 0 0 -5px #996633, 829px 0 0 -5px #996633, 830px 0 0 -5px #996633, 831px 0 0 -5px #996633, 832px 0 0 -5px #996633, 833px 0 0 -5px #996633, 834px 0 0 -5px #996633, 835px 0 0 -5px #996633, 836px 0 0 -5px #996633, 837px 0 0 -5px #996633, 838px 0 0 -5px #996633, 839px 0 0 -5px #996633, 840px 0 0 -5px #996633, 841px 0 0 -5px #996633, 842px 0 0 -5px #996633, 843px 0 0 -5px #996633, 844px 0 0 -5px #996633, 845px 0 0 -5px #996633, 846px 0 0 -5px #996633, 847px 0 0 -5px #996633, 848px 0 0 -5px #996633, 849px 0 0 -5px #996633, 850px 0 0 -5px #996633, 851px 0 0 -5px #996633, 852px 0 0 -5px #996633, 853px 0 0 -5px #996633, 854px 0 0 -5px #996633, 855px 0 0 -5px #996633, 856px 0 0 -5px #996633, 857px 0 0 -5px #996633, 858px 0 0 -5px #996633, 859px 0 0 -5px #996633, 860px 0 0 -5px #996633, 861px 0 0 -5px #996633, 862px 0 0 -5px #996633, 863px 0 0 -5px #996633, 864px 0 0 -5px #996633, 865px 0 0 -5px #996633, 866px 0 0 -5px #996633, 867px 0 0 -5px #996633, 868px 0 0 -5px #996633, 869px 0 0 -5px #996633, 870px 0 0 -5px #996633, 871px 0 0 -5px #996633, 872px 0 0 -5px #996633, 873px 0 0 -5px #996633, 874px 0 0 -5px #996633, 875px 0 0 -5px #996633, 876px 0 0 -5px #996633, 877px 0 0 -5px #996633, 878px 0 0 -5px #996633, 879px 0 0 -5px #996633, 880px 0 0 -5px #996633, 881px 0 0 -5px #996633, 882px 0 0 -5px #996633, 883px 0 0 -5px #996633, 884px 0 0 -5px #996633, 885px 0 0 -5px #996633, 886px 0 0 -5px #996633, 887px 0 0 -5px #996633, 888px 0 0 -5px #996633, 889px 0 0 -5px #996633, 890px 0 0 -5px #996633, 891px 0 0 -5px #996633, 892px 0 0 -5px #996633, 893px 0 0 -5px #996633, 894px 0 0 -5px #996633, 895px 0 0 -5px #996633, 896px 0 0 -5px #996633, 897px 0 0 -5px #996633, 898px 0 0 -5px #996633, 899px 0 0 -5px #996633, 900px 0 0 -5px #996633, 901px 0 0 -5px #996633, 902px 0 0 -5px #996633, 903px 0 0 -5px #996633, 904px 0 0 -5px #996633, 905px 0 0 -5px #996633, 906px 0 0 -5px #996633, 907px 0 0 -5px #996633, 908px 0 0 -5px #996633, 909px 0 0 -5px #996633, 910px 0 0 -5px #996633, 911px 0 0 -5px #996633, 912px 0 0 -5px #996633, 913px 0 0 -5px #996633, 914px 0 0 -5px #996633, 915px 0 0 -5px #996633, 916px 0 0 -5px #996633, 917px 0 0 -5px #996633, 918px 0 0 -5px #996633, 919px 0 0 -5px #996633, 920px 0 0 -5px #996633, 921px 0 0 -5px #996633, 922px 0 0 -5px #996633, 923px 0 0 -5px #996633, 924px 0 0 -5px #996633, 925px 0 0 -5px #996633, 926px 0 0 -5px #996633, 927px 0 0 -5px #996633, 928px 0 0 -5px #996633, 929px 0 0 -5px #996633, 930px 0 0 -5px #996633, 931px 0 0 -5px #996633, 932px 0 0 -5px #996633, 933px 0 0 -5px #996633, 934px 0 0 -5px #996633, 935px 0 0 -5px #996633, 936px 0 0 -5px #996633, 937px 0 0 -5px #996633, 938px 0 0 -5px #996633, 939px 0 0 -5px #996633, 940px 0 0 -5px #996633, 941px 0 0 -5px #996633, 942px 0 0 -5px #996633, 943px 0 0 -5px #996633, 944px 0 0 -5px #996633, 945px 0 0 -5px #996633, 946px 0 0 -5px #996633, 947px 0 0 -5px #996633, 948px 0 0 -5px #996633, 949px 0 0 -5px #996633, 950px 0 0 -5px #996633, 951px 0 0 -5px #996633, 952px 0 0 -5px #996633, 953px 0 0 -5px #996633, 954px 0 0 -5px #996633, 955px 0 0 -5px #996633, 956px 0 0 -5px #996633, 957px 0 0 -5px #996633, 958px 0 0 -5px #996633, 959px 0 0 -5px #996633, 960px 0 0 -5px #996633, 961px 0 0 -5px #996633, 962px 0 0 -5px #996633, 963px 0 0 -5px #996633, 964px 0 0 -5px #996633, 965px 0 0 -5px #996633, 966px 0 0 -5px #996633, 967px 0 0 -5px #996633, 968px 0 0 -5px #996633, 969px 0 0 -5px #996633, 970px 0 0 -5px #996633, 971px 0 0 -5px #996633, 972px 0 0 -5px #996633, 973px 0 0 -5px #996633, 974px 0 0 -5px #996633, 975px 0 0 -5px #996633, 976px 0 0 -5px #996633, 977px 0 0 -5px #996633, 978px 0 0 -5px #996633, 979px 0 0 -5px #996633, 980px 0 0 -5px #996633, 981px 0 0 -5px #996633, 982px 0 0 -5px #996633, 983px 0 0 -5px #996633, 984px 0 0 -5px #996633, 985px 0 0 -5px #996633, 986px 0 0 -5px #996633, 987px 0 0 -5px #996633, 988px 0 0 -5px #996633, 989px 0 0 -5px #996633, 990px 0 0 -5px #996633, 991px 0 0 -5px #996633, 992px 0 0 -5px #996633, 993px 0 0 -5px #996633, 994px 0 0 -5px #996633, 995px 0 0 -5px #996633, 996px 0 0 -5px #996633, 997px 0 0 -5px #996633, 998px 0 0 -5px #996633, 999px 0 0 -5px #996633, 1000px 0 0 -5px #996633;
  -webkit-transition: background-color 150ms;
  transition: background-color 150ms;
}

.e-range::-moz-range-track,
.e-range::-moz-range-progress {
  width: 100%;
  height: 30px;
  background: linear-gradient(to bottom, #996633, #996633) 100% 50%/100% 10px no-repeat transparent;
}

.e-range::-moz-range-progress {
  background: linear-gradient(to bottom, #003d3f, #003d3f) 100% 50%/100% 10px no-repeat transparent;
}

.e-range::-moz-range-thumb {
  -moz-appearance: none;
       appearance: none;
  margin: 0;
  height: 20px;
  width: 20px;
  background: #003d3f;
  border-radius: 100%;
  border: 0;
  -moz-transition: background-color 150ms;
  transition: background-color 150ms;
}

.e-range::-ms-track {
  width: 100%;
  height: 30px;
  border: 0;
  color: transparent;
  background: transparent;
}

.e-range::-ms-fill-lower {
  background: linear-gradient(to bottom, #003d3f, #003d3f) 100% 50%/100% 10px no-repeat transparent;
}

.e-range::-ms-fill-upper {
  background: linear-gradient(to bottom, #996633, #996633) 100% 50%/100% 10px no-repeat transparent;
}

.e-range::-ms-thumb {
  appearance: none;
  height: 20px;
  width: 20px;
  background: #003d3f;
  border-radius: 100%;
  border: 0;
  -ms-transition: background-color 150ms;
  transition: background-color 150ms;
  top: 0;
  margin: 0;
  box-shadow: none;
}

.e-range:hover::-webkit-slider-thumb,
.e-range:focus::-webkit-slider-thumb {
  background-color: #00696c;
}
.e-range:hover::-moz-range-thumb,
.e-range:focus::-moz-range-thumb {
  background-color: #00696c;
}
.e-range:hover::-ms-thumb,
.e-range:focus::-ms-thumb {
  background-color: #00696c;
}
.e-range {
  margin: auto;
  border-radius: 30px;
    -webkit-appearance: none;
    width: 200px;
    background-color: transparent;
}
.e-range::-webkit-slider-runnable-track,
.e-range::-moz-range-track,
.e-range::-ms-track {
  border-radius: 30px;
}
  .step-card {
    text-align: center;
    color: #003d3f;
    font-weight: bold;
    font-size: 26px;
    position: relative;
  }
  .step-card span {
    display: inline-block;
    color:white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #00696c;
    margin-bottom: 25px;
    position: relative;
    z-index: 2;
  }
   .step-card span.alt-color {
    background-color: #996633;
   }
  .step-card p {
    display: block;
    position: relative;
    z-index: 2;
  }
  .step-card::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: #996633 3px dashed;
    left: 0;
    top: 25px;
    position: absolute;
    z-index: 1;
  }
   .row.steps > div:first-child .step-card::before {
    width: 50%;
   }
   .row.steps > div:last-child .step-card::before {
    width: 50%;
    left: auto;
    right: 0;
   }
   html[dir=ltr] .row.steps > div:first-child .step-card::before {
    left: auto;
    right: 0;
   }
   html[dir=ltr] .row.steps > div:last-child .step-card::before {
    left: 0;
    right: auto;
   }
  .row.steps > div {
    padding: 0 !important;
  }

   .cycle {
    background: url(../images/logo-section.png) 0 5px no-repeat;
    background-size: contain;
    text-align: center;
    padding: 50px 0 ;
   }
  .cycle .color-1 {
    color:#003d3f !important;
  }
  .cycle .heading-1 {
    font-weight: bold;
    font-size: 41px;
    text-align: center;
    margin-bottom: 30px;
  }

  .cycle-card {
    font-weight: bold;
    font-size: 28px;
    color: #fff;
    width: 375px;
    display: inline-block;
    padding: 30px 23px;
    text-align: center;
    border-radius: 12px;
    margin: 15px 25px;
    height: 146px;
    position: relative;
    vertical-align: top;
  }
    .cycle-card::before {
      content: '';
      display: block;
      width: 50px;
      height: 50px;
      background: url(../images/arrow.svg) center no-repeat;
      background-size: contain;
      position: absolute;
      top: calc(50% - 25px);
      right: -50px;
    }
      
  html[dir=ltr] .cycle-card::before {
      content: '';
      display: block;
      width: 50px;
      height: 50px;
      background: url(../images/arrow.svg) center no-repeat;
      background-size: contain;
      position: absolute;
      top: calc(50% - 25px);
      right: auto;
      left: -50px;
      transform: rotate(180deg);
    }
    .cycle-2::before,
    html[dir=ltr] .cycle-2::before {
        display: none;
      }
  html[dir=ltr] .cycle-card {
    font-size: 22px;
  }
  .cycle-1 {
    background: #c2a385;
  }
  .cycle-2 {
    background: #ad855c;
  }
  .cycle-3 {
    background: #996633;
  }
  .cycle-4 {
    background: #19787a;
  }
  .cycle-5 {
    background: #003d3f;
  }
.intro-section {
  position: relative;
  padding-bottom: 15vw;
}
.hero-spacer {
  position: absolute;
  bottom: 0;
  left: 0;
  min-width: 100%;
  max-width: 100%;
  z-index: 0;
}
html[dir=ltr] .hero-spacer {
  transform: rotateY(180deg);
}
.features-section {
  background: #003d3f;
  color:#fff;
  padding-top: 20px !important;
}
.center-heading {
  text-align: center;
  font-size: 41px;
  font-weight: bold;
  position: relative;
}
.center-heading::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #024547;
  border-bottom: #013638 1px solid;
  width: 400px;
  left: calc(50% - 200px);
  top: 30px;
  position: absolute;
  z-index: 1;
}
.center-heading h2 {
  background: #003d3f;
  display: inline-block;
  padding: 0 15px;
  position: relative;
  z-index: 2;
  margin-bottom: 50px !important;
}
.why-card {
  transition: transform 0.3s ease-in-out 0s;
  transform: translate3d(0,0,0);
}
.why-card:hover {
  transform: translate3d(0,0,0) scale3d(1.08,1.08,1.08);
}
.why-card, .why-card * {
  text-align: center;
  font-size: 31px;
}
html[dir=ltr] .why-card, html[dir=ltr] .why-card * {
  font-size: 26px;
}
.why-card h3 {
  font-weight: bold;
}
.why-card p {
  color: #996633;
}
/* Top state (0 offset) */
.full_page header.at-top {
    background: #003d3f;
    box-shadow: none;
}

/* Sticky state (scrolled but visible) */
.full_page header.sticky {
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}

/* Hidden state (scrolled down) */
.full_page header.hidden {
    transform: translateY(-100%);
}

/* logo */
.full_page header a.logo {
    margin: 20px 0;
    display: block;
}
.full_page header a.logo img {
    width: 160px;
    height: 60px;
}
.full_page header a.logo h1 {
    display: none !important;
}

/* main menu */
.main-menu {
    text-align: center;
    position: relative;
}
.main-menu > nav {
    position: absolute;
    left: 50% !important;
    transform: translate(-50%, 0);
}
.main-menu > nav >  ul {
    list-style: none;
    margin: 33px 0;
    padding: 0;
    white-space: nowrap;
}
.main-menu > nav >  ul > li {
    display: inline-block;
    margin: 0 12px;
}
.main-menu > nav >  ul > li > a {
    display: block;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease-in-out 0s;
    line-height: 34px;
    height: 34px;
    color:#fff !important;
    transform: translate3d(0, 0, 0);
    padding:0 10px;
    border-radius: 20px;
}
.main-menu > nav >  ul > li > a.active,.main-menu > nav >  ul > li > a:hover {
    background-color: #996633;
}

/* account box */
.account-box {
    display: flex;
    justify-content: flex-end;
    margin: 25px 0;
}
.account-box .language-box {
    padding: 11px 0;
}
.account-box .language-box a {
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    color:#fff !important;
}
.account-box .language-box a img {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
}
.account-box .language-box a span {
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
    height: 24px;
}
.account-box .login-box {
    margin-right: 30px;
}
.account-box .login-box a {
    display: block;
    height: 50px;
    line-height: 50px;
    text-decoration: none;
    border-radius: 8px;
    padding: 0 15px;
    font-weight: 700;
    font-size: 18px;
    transition: all 0.3s ease-in-out 0s;
}
.account-box .login-box a:hover {
    transform: scale(1.03);
}

/* main */
.full_page main {
    padding-top: 150px;
}

/* intro section */
.intro-section .intro-images {
    text-align: center;
    position: relative;
    max-width: 630px;
    margin: 0 auto;
}
.intro-section .intro-images .laptop {
    transform: translateX(-30px);
    animation: laptop-animation 1s normal forwards ease-in-out;
}
.intro-section .intro-images .iphone {
    position: absolute;
    right: -70px;
    bottom: 5px;
    transform: translateY(-30px);
    animation: iphone-animation 1s normal forwards ease-in-out;
}
@keyframes laptop-animation {
    0% {
        transform: translateX(-30px);
    }
    100% {
        transform: translateX(0);
    }
}
@keyframes iphone-animation {
    0% {
        transform: translateY(-30px);
    }
    100% {
        transform: translateY(0);
    }
}
.intro-text {
    padding-top: 55px;
    text-align: center;
    transform: translateY(30px);
    opacity: 0;
    animation: text-animation 1s normal forwards ease-in-out;
}
@keyframes text-animation {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
.intro-text h2 {
    font-size: 44px;
    font-weight: 600;
    color: #0F172A;
}
.intro-text h2 span {
    font-weight: 800;
    color: #042254;
}
.intro-text p {
    font-size: 24px;
    font-weight: 600;
    color: #0F172A;
    padding-top: 25px;
}
.intro-text a {
    background: #042254;
    color: #fff;
    width: 250px;
    display: block;
    margin: 25px auto;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    height: 50;
    transition: all 0.3s ease-in-out 0s;
}
.intro-text a:hover {
    transform: scale(1.03);
}

/* brands slider */
.brands-slider {
    padding: 50px 0;
}
.logos-carousel {
    overflow: hidden;
    position: relative;
    width: 100%;
    direction: ltr; /* Force LTR for the animation */
  }
  
  .logos-track {
    display: flex;
    width: max-content;
    animation: scroll 20s linear infinite;
  }
  
  .logos-track img {
    height: 60px;
    margin: 0 40px;
    object-fit: contain;
    flex-shrink: 0;
  }
  
  /* RTL-aware animation */
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-50%));
    }
  }
  
  /* Pause on hover */
  .logos-carousel:hover .logos-track {
    animation-play-state: paused;
  }


  /* features section */
  .features-section {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .features-section h2 {
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 50px;
  }
  .features-section .features-item {
    transition: all 0.3s ease-in-out 0s;
  }
  .features-section .features-row > div .features-card {
    border-radius: 18px;
    text-align: center;
    padding-top: 150px;
    height: 440px;
    overflow: hidden;
    max-height: 440px;
    transition: all 0.3s ease-in-out 0s;
  }
  .features-section .features-row > div:first-child .features-card {
    background: rgba(214, 241, 230, 0.24);
  }
  .features-section .features-row > div:nth-child(2) .features-card {
    background: rgba(219, 236, 246, 0.24);
  }
  .features-section .features-row > div:nth-child(3) .features-card {
    background: rgba(245, 233, 210, 0.24);
  }
  .features-section .features-row > div:last-child .features-card {
    background: rgba(226, 215, 240, 0.24);
  }
  .features-section .features-item.active .features-card {
    text-align: start;
    padding: 35px 25px;
  }
  .features-section .features-item img {
    transition: all 0.3s ease-in-out 0s;
    margin-bottom: 10px;
  }
  .features-section .features-item .collapsed-text h3 {
    color:#0F172A;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out 0s;
  }
  .features-section .features-item.active .collapsed-text h3 {
    font-size: 26px;
  }
  .features-section .features-item .collapsed-text p {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
    color: #475569;
  }
  .features-section .features-item.active .collapsed-text p {
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px);
  }
  .features-section .features-item .full-text {
    transition: all 0.3s ease-in-out 0s;
    margin-top: -20px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-20px);
    color:#0F172A;
  }
  .features-section .features-item.active .full-text {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
  .features-section .features-item .full-text ul {
    margin: 0;
    list-style: none;
    font-size: 22px;
  }
  .features-section .features-item .full-text ul li {
    margin-bottom: 20px;
    position: relative;
  }
  .features-section .features-item .full-text ul li:before {
    content: "";
    background: #0F172A;
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: 16px;
    right: -25px;
  }

  /* How to use section */
  .how-to-use {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .how-to-use > .container {
    max-width: 1050px;
  }
  .how-to-use .heading {
    text-align: center;
    color: #0F172A;
  }
  .how-to-use .heading h2 {
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .how-to-use .heading p {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .how-to-use .how-to-use-row {
    margin-top: 50px;
  }
  .how-to-use .how-to-use-item {
    position: relative;
  }
  .how-to-use .how-to-use-item.arrow::before {
    position: absolute;
    width: 27px;
    height: 195px;
    background: url(../images/how-to-use/arrow.svg) center no-repeat;
    display: block;
    content:'';
  }
  .how-to-use .how-to-use-item.arrow.arrow-1::before {
    top:175px;
  }
  .how-to-use .how-to-use-item.arrow.arrow-2::before {
    top:160px;
  }
  .how-to-use .how-to-use-item.arrow.arrow-3::before {
    top:100px;
  }
  .how-to-use .how-to-use-row .how-to-use-item img {
    max-width: 100%;
  }
  .how-to-use .how-to-use-row .how-to-use-item.text-self-center {
    align-self: center;
  }
  .how-to-use .how-to-use-item .how-to-use-card {
    display: inline-block;
    text-align: right;
  }
  .how-to-use .how-to-use-item .how-to-use-card h4 {
    color:#042254 !important;
    font-size: 22px;
    font-weight: 700;
  }
  .how-to-use .how-to-use-item .how-to-use-card h4 span {
    background: rgba(194, 232, 255, 0.3);
    width: 33px;
    height: 33px;
    border-radius: 8px;
    display: inline-block;
    line-height: 33px;
    text-align: center;
    margin-left: 5px;
  }
  .how-to-use .how-to-use-item .how-to-use-card p {
    font-size: 20px;
    font-weight: 600;
    color:#0F172A;
    padding-right: 40px;
    padding-top: 8px;
  }

  /* customer  reviews section */
  .customer-reviews {
    padding-bottom: 120px;
    padding-top: 50px;
    background: #f7f3ef;
  }
  .customer-reviews .heading {
    text-align: center;
    font-size: 42px;
    font-weight: bold;
    color:#996633 !important
  }
  .customer-reviews .heading h2 {
    color:#996633;
    font-size: 44px;
    font-weight: 700;
  }
  .customer-reviews .heading p {
    color:#0F172A;
    font-size: 24px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 50px;
  }
  .customer-reviews .review-item {
    border-radius: 12px;
    padding: 20px 15px;
    color: #0F172A;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease-in-out 0s;
    position: relative;
  }
  .customer-reviews .review-item::before {
    content: '';
    display: block;
    width: 109px;
    height: 93px;
    background: url(../images/quotation-marks.png) center no-repeat;
    left: 0;
    top: -90px;
    position: absolute;
    z-index: 1;
  }
  .customer-reviews .review-item::after {
    content: '';
    display: block;
    width: 109px;
    height: 93px;
    background: url(../images/quotation-marks.png) center no-repeat;
    right:  0;
    bottom: 0;
    position: absolute;
    z-index: 1;
    transform: translate3d(0,0,0) rotate(180deg);
  }

  .customer-reviews .review-item .review-text {
    text-align: center;
    font-size: 32px;
    color:#003d3f;
    font-weight: normal;
    padding: 0 35px;
  }
  html[dir=ltr] .customer-reviews .review-item .review-text {
    font-size: 24px;
  }
  .customer-reviews .review-item .review-user {
    padding-top: 20px;
    text-align: center;
  }
  .customer-reviews .review-item .review-user img {
    display: inline-block;
    vertical-align: top;
    margin-left: 8px;
    width: 64px;
    height: 64px;
  }
  .customer-reviews .review-item .review-user .user-info {
    display: inline-block;
    vertical-align: top;
  }
  .customer-reviews .review-item .review-user .user-info h4 {
    font-weight: bold;
    font-size: 24px;
    margin-top: 25px;
    margin-bottom: 15px;
    color:#996633;
  }
  .customer-reviews .review-item .review-user .user-info p {
    color:#003d3f;
    font-weight: normal;
    font-size: 24px;
  }
  .customer-reviews .swiper-slide {
    align-self: end;
    
  }


  .customer-reviews-slider .swiper {
    padding-top: 120px;
    padding-bottom: 30px;
    position: relative;
    margin-top: -90px;
    }
    .customer-reviews-slider .swiper-pagination.swiper-pagination-fraction.swiper-pagination-horizontal {
        color: #475569 !important;
        font-weight: 600;
        font-size: 18px;
        font-family: "Poppins", sans-serif;
        direction: ltr;
        z-index: 9;
    }
    .customer-reviews-slider span.swiper-pagination-current {
        display: inline-block;
        margin-right: -4px;
        color: #5381B2;
    }
    .customer-reviews-slider span.swiper-pagination-total {
        display: inline-block;
        margin-left: -4px;
    }
    .customer-reviews-slider .swiper-button-prev {
        bottom: 0 !important;
        top: auto !important;
        left: 50% !important;
        right: auto !important;
        transform: translate(25px, 0);
        margin: 0 !important;
        z-index: 10;
    }
    .customer-reviews-slider .swiper-pagination-bullet {
      width: 20px !important;
      height: 20px !important;
      margin: 0 3px !important;
      background: #003d3f !important;
      border-color: #003d3f !important;
      opacity: 1 !important;
    }
    .customer-reviews-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #996633 !important;
    }
    .customer-reviews-slider .swiper-button-prev:after {
        content: '' !important;
        /* background: url(../images/reviews/arrow-right.svg) center no-repeat !important; */
        width: 24px !important;
        height: 24px !important;
    }
    .customer-reviews-slider .swiper-button-next {
        bottom: 0 !important;
        top: auto !important;
        left: auto !important;
        right: 50% !important;
        transform: translate(-25px, 0);
        margin: 0 !important;
        z-index: 10;
    }
    .customer-reviews-slider .swiper-button-next:after {
        content: '' !important;
        /* background: url(../images/reviews/arrow-left.svg) center no-repeat !important; */
        width: 24px !important;
        height: 24px !important;
    }

  /* faq section */
  .faq-section {
    background: #F8FAFC;
    padding: 80px 0;
  }
  .faq-section .heading h2 {
    color:#0F172A;
    font-size: 44px;
    font-weight: 600;
    text-align: center;
  }
  .faq-list {
    max-width: 900px;
    margin: 25px auto;
  }
  .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    color:#475569;
    font-size: 18px;
    font-weight: 500;
    padding-left: 30px;
  }
  .faq-answer p {
        margin-bottom: 0;
    }
  .faq-item {
    border-bottom: #E2E8F0 1px solid;
    padding: 10px 0;
  }
  .faq-question {
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    color: #0F172A;
    position: relative;
    min-height: 32px;
    padding-left: 30px;
    padding-bottom: 5px;
  }
  .faq-question:before {
    content:'';
    width:24px;
    height: 24px;
    position: absolute;
    top: 6px;
    left: 0;
    background: url(../images/add-square.svg) center no-repeat;
  }
  .faq-question.active:before {
    background: url(../images/minus-square.svg) center no-repeat;
  }
  .faq-section .contact-box {
    max-width: 900px;
    margin: 0 auto;
    margin-top: 40px;
  }
  .faq-section .contact-box img {
    display: inline-block;
    margin-left: 25px;
    vertical-align: top;
  }
  .faq-section .contact-box .ask-text {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 200px);
  }
  .faq-section .contact-box .ask-text h4 {
    color: #0F172A;
    line-height: 45px;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
  }
  .faq-section .contact-box .ask-text p {
    color:#475569;
    font-size: 18px;
    font-weight: 500;
  }
  .faq-section .contact-box .ask-text a {
    display: block;
    background: #FBA834;
    color:#fff;
    border-radius: 8px;
    width: 250px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
  }
  .faq-section .contact-box .ask-text a:hover {
    transform: scale(1.03);
  }

  /* packages section */
  .packages-section {
    padding-bottom: 100px;
  }
  .packages-section .heading {
    text-align: center;
  }
  .packages-section .heading h2 {
    color:#042254;
    font-size: 40px;
    font-weight: 700;
  }
  .packages-section .heading p {
    color: #0F172A;
    font-size: 24px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .packages-section .packages-bill-switcher {
    text-align: center;
    padding-bottom: 50px;
  }
  .packages-section .packages-bill-switcher > div {
    display: inline-block;
    vertical-align: middle;
    color: #475569;
    font-size: 18px;
    font-weight: 500;
  }
  .packages-section .packages-bill-switcher .switcher {
    width: 28px;
    height: 16px;
    cursor: pointer;
    margin: 0 15px;
    position: relative;
  }
  .packages-section .packages-bill-switcher .switcher .bg {
    position: absolute;
    width: 28px;
    height: 16px;
    top: 0;
    left: 0;
  }
  .packages-section .packages-bill-switcher .switcher .indecator {
    position: absolute;
    width: 13px;
    height: 13px;
    top: 0.08rem;
    left: 13px;
    transition: all 0.3s ease-in-out 0s;
  }
  html[dir="ltr"]  .packages-section .packages-bill-switcher .switcher .indecator {
    left: 2px;
  }
  .packages-section.active .packages-bill-switcher .switcher .indecator {
    left: 2px;
  }
  html[dir="ltr"] .packages-section.active .packages-bill-switcher .switcher .indecator {
    left: 13px;
  }
  .packages-section .full,
  .packages-section.active .half {
    display: initial !important;
  }
  .packages-section.active .full,
  .packages-section .half {
    display: none !important;
  }
  .packages-section .packages-row > .packages-item .package {
    border-radius: 32px;
    padding: 30px 25px;
    position: relative;
    padding-bottom: 80px;
    min-height: 780px;
    box-shadow: 0px 32px 64px 0px rgba(0, 0, 0, 0.08);
  }
  .packages-section .packages-row > .packages-item:first-child .package {
    background: #F5F8FE;
    color: #000;
  }
  .packages-section .packages-row > .packages-item:nth-child(2) .package {
    background: #FEF8EF;
    color: #0F172A;
  }
  .packages-section .packages-row > .packages-item:last-child .package {
    background: #F3FCF6;
    color: #0F172A;
  }
  .packages-section .packages-row > .packages-item:last-child .package .badge {
    position: absolute;
    color: #fff;
    background: #FBA834;
    font-size: 20px;
    font-weight: 500;
    border-radius: 37px;
    padding: 0 8px;
    height: 36px;
    line-height: 36px;
    top:-20px;
  }
  .packages-section .packages-row > .packages-item .package h3 {
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 25px;
    color: #042254
  }
  .packages-section .packages-row > .packages-item:first-child .package h3 {
    color: #042254
  }
  .packages-section .packages-row > .packages-item .package .price-box {
    margin-bottom: 0;
  }
  .packages-section .packages-row > .packages-item .package .payment-note {
    font-size: 18px;
    color: #0F172A;
    font-weight: 500;
    margin-bottom: 15px;
    padding-bottom: 25px;
    display: block;
    position: relative;
  }
  .packages-section .packages-row > .packages-item .package .payment-note::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: #042254 1px dashed;
    margin-top: 10px;
    width: calc(100% + 50px);
    left: -25px;
    top: 40px;
    position: absolute;
  }
  .packages-section .packages-row > .packages-item:first-child .package .payment-note::after {
    border-color: #CBD5E1 !important;
  }
  .packages-section .packages-row > .packages-item .package .price-box .full > span::after {
    display: inline-block;
    content: '';
    background: url(../images//packages/sar.svg) center no-repeat;
    width: 41px;
    height: 44px;
    margin-inline-end: 5px;
    vertical-align: middle;
  }
  .packages-section .packages-row > .packages-item:nth-child(2) .package .price-box::before,
  .packages-section .packages-row > .packages-item:last-child .package .price-box::before {
    filter: brightness(100);
  }
  .packages-section .packages-row > .packages-item .package .price-box span {
    font-size: 56px;
    font-weight: 600;
  }
  .packages-section .packages-row > .packages-item .package .price-box small {
    display: inline-block;
    margin-inline-start: -8px;
    font-size: 18px;
    font-weight: 500;
  }
  .packages-section .packages-row > .packages-item .package nav {
    padding-bottom: 25px;
  }
  .packages-section .packages-row > .packages-item .package nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .packages-section .packages-row > .packages-item .package nav ul li {
    font-weight: 500;
    font-size: 19px;
    margin-bottom: 15px;
    padding-inline-start: 30px;
    position: relative;
  }
  .packages-section .packages-row > .packages-item .package nav ul li::before {
    background: url(../images/packages/check.svg) center no-repeat;
    position: absolute;
    content: '';
    display: block;
    width: 20px;
    height: 15px;
    top:8px;
    right: 0;
  }
  .packages-section .packages-row > .packages-item .package nav ul li.double::before {
    background: url(../images/packages/double-check.svg) center no-repeat;
    position: absolute;
    content: '';
    display: block;
    width: 26px;
    height: 15px;
    top:8px;
    right: 0;
    filter: none !important;
  }
  .packages-section .packages-row > .packages-item .package nav ul li::before {
    /* filter: brightness(35%) sepia(20%) hue-rotate(170deg) saturate(1500%); */
    filter: brightness(17.5%) sepia(20%) hue-rotate(170deg) saturate(1500%);
  }
  .packages-section .packages-row > .packages-item:first-child .package nav ul li::before {
    filter: brightness(40%) sepia(20%) hue-rotate(170deg) saturate(1500%);
  }
  .packages-section .packages-row > .packages-item .package-btn {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: #23B35C;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 0 0 32px 32px;
    height: 56px;
    line-height: 56px;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
  }
  .packages-section .packages-row > .packages-item .package-btn:hover {
    transform: opacity(0.9);
  }
  .packages-section .packages-row > .packages-item:nth-child(2) .package-btn {
    background:   #FBA834;
  }
  .packages-section .packages-row > .packages-item:first-child .package-btn {
    background:   #042254;
  }



  /* footer */
  section.footer {
    background: #e5ebeb;
    color: #fff;
    position: fixed;
    bottom:0;
    left: 0;
    right: 0;
    z-index: 1;
  }

  section.footer h3 {
    font-weight: 700;
    font-size: 18px;
  }
  section.footer .footer-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  section.footer .footer-links ul li {
    margin-bottom: 5px;
  }
  section.footer .footer-links ul li a {
    color:#F1F5F9;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    display: block;
    line-height: 35px;
  }
  section.footer .copyrights-box {
    color:#F1F5F9;
    font-weight: 500;
    font-size: 20px;
  }
  .footer-container {
    background: url(../images/last.png) bottom left no-repeat;
    background-size: 50vw;
  }
  html[dir=ltr]  .footer-container {
    text-align: right;
  }
  .footer-container h2 {
    color:#003d3f;
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .footer-container .col-12 {
    padding-top: 13.2vw;
    padding-bottom: 13.2vw;
  }
  .copyrights-container {
    background: #996633;
  }
  section.footer .copyrights-box p {
    margin: 0;
    line-height: 60px;
    direction: ltr;
  }
  section.footer .social-media a {
    text-decoration: none;
    display: inline-block;
    margin-left: 10px;
  }
  section.footer .contact-item a {
    text-decoration: none;
    color:#F1F5F9
  }
  .footer.light-footer {
    background: #F1F5F9;
    color: #042254;
  }
  section.footer.light-footer .footer-links ul li a,
  section.footer.light-footer .contact-item a,
  section.footer.light-footer .copyrights-box {
    color: #042254;
  }
  section.footer.light-footer .social-media img,
  section.footer.light-footer .contact-item img {
      filter: brightness(30%) sepia(20%) hue-rotate(170deg) saturate(1500%);
  }


/* english version */
html[dir=ltr] .account-box .login-box {
    margin-right: 0;
    margin-left: 30px;
}
html[dir=ltr] .intro-text h2 {
    font-size: 40px;
}
html[dir=ltr] .intro-text p {
    font-size: 18px;
}
html[dir=ltr] .features-section .features-item .full-text ul li:before {
    right: auto;
    left: -25px;
}
html[dir=ltr] .features-section .features-item .full-text ul {
    font-size: 19px;
}
html[dir=ltr] .how-to-use .how-to-use-item .how-to-use-card {
    text-align: left;
}
html[dir=ltr] .how-to-use .how-to-use-item.arrow::before {
    transform: rotateY(180deg) rotateX(30deg);

}
html[dir=ltr] .customer-reviews .review-item .review-text img,
html[dir=ltr] .customer-reviews .review-item .review-user img {
    transform: rotateY(180deg);
}
html[dir=ltr] .customer-reviews .review-item .review-text {
    height: 160px;
}
html[dir=ltr] .customer-reviews .review-item .review-user img {
    margin-left: 0;
    margin-right: 8px;
}
html[dir=ltr] .faq-question:before {
    left: auto;
    right: 0;
}
html[dir=ltr] .faq-answer {
    padding-left: 0;
    padding-right: 30px;
}
html[dir=ltr] .faq-question {
    padding-left: 0;
    padding-right: 30px;
}
html[dir=ltr] .faq-section .contact-box img {
    margin-left: 0;
    margin-right: 25px;
}
html[dir=ltr] .packages-section .packages-row > .packages-item .package nav ul li::before {
    right: auto;
    left: 0;
}

#packages-section {
  display: none !important;
}
#packages-section.show {
  display: block !important;
}

#packages-loading {
  text-align: center;
  min-height: 500px;
  padding-top: 230px;
}

#packages-loading .loader {
  width: 48px;
  height: 48px;
  border: 5px solid #042254;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  }

  @keyframes rotation {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
  } 

 .user-selection .range-numbers {
  position: relative;
  margin: auto;
  width: 200px;
  margin-bottom: 30px;
  margin-top: 10px;
 }
.user-selection .range-numbers .start {
  position: absolute;
  right: 0;
  top: 0;
 }
 html[dir=ltr] .user-selection .range-numbers .start {
  right: auto;
  left: 0;
 }
 .user-selection .range-numbers .end {
  position: absolute;
  left: 0;
  top: 0;
 }
  html[dir=ltr] .user-selection .range-numbers .end {
  left: auto;
  right: 0;
 }
  .user-selection .range-numbers .selected:empty,
    .user-selection .range-numbers .selected:empty::before {
    display: none;
  }
 .user-selection .range-numbers .selected {
  position: absolute;
  top:0;
  right: 25px;
  display: block;
  width:20px;
  background: #00696c;
  color:#fff;
  border-radius: 3px;
  font-size: 12px;
  line-height: 20px;
 }

 .user-selection .range-numbers .selected::before {
  content: '';
  position: absolute;
  display: block;    
  width: 0px;        
  left: 50%;
  bottom: 0;
  border: 5px solid transparent;
  border-bottom: 0;
  border-top: 5px solid #00696c;
  transform: translate(-50%, calc(100%));
}

/* <> Start modal <> */
.modal-body {
  border-radius: 0;
  padding: 0;
}
.modal-content {
  border-radius: 0;
}

/* <> Responsive video embed <> */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}