@font-face {
  font-family: "Samsung Sharp Sans";
  src: url("../fonts/SamsungSharpSans.woff2") format("woff2"), url("../fonts/SamsungSharpSans.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Samsung Sharp Sans";
  src: url("../fonts/SamsungSharpSans-Medium.woff2") format("woff2"), url("../fonts/SamsungSharpSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Samsung Sharp Sans";
  src: url("../fonts/SamsungSharpSans-Bold.woff2") format("woff2"), url("../fonts/SamsungSharpSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLT Arabic 45";
  src: url("../fonts/HelveticaNeueLTArabic-Light.woff2") format("woff2"), url("../fonts/HelveticaNeueLTArabic-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
.custom-checkbox .custom-control-label {
  position: relative;
  cursor: pointer;
}
.custom-checkbox .custom-control-label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #777777;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 3px;
  top: -3px;
}
.custom-checkbox input {
  display: none;
}
.custom-checkbox input:checked + label::before {
  background: #777777;
}
.custom-checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 7px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Font Family */
/* Scss Document */
/* Box Shadow */
/* Transition */
/* Transform Rotate */
/* Width Calc */
/*  Opacity Color */
/* Background Opacity Color */
/* Border Color */
/* Animation Key Frame */
/* translate3d */
/* translate */
/* Background Image */
/* text shadow */
html,
body {
  height: 100%;
  font-family: "Instrument Sans", serif;
  font-size: 14px;
  color: #000;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.container {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.fade {
  transition: opacity 0.2s ease-in-out; /* Adjust duration and easing as desired */
}

.fade.out {
  opacity: 0; /* Fade out */
}

.fade.in {
  opacity: 1; /* Fade in */
}

::-ms-reveal {
  display: none;
}

.form-check-input:checked {
  background-color: transparent;
  border-color: #FE6D1F;
}

.form-check-input:checked[type=radio] {
  background: url(../images/home/icons/radio-dot.svg) no-repeat;
  cursor: pointer;
}

.form-check-input:checked[type=checkbox] {
  background: url(../images/home/icons/check.svg) no-repeat center;
  cursor: pointer;
  color: #FE6D1F;
}

a {
  color: #FE6D1F;
}

.form-check-label {
  color: #6E6E6E;
  cursor: pointer;
}

.form-check-input:checked[type=radio] + .form-check-label {
  color: #000;
}

.vcenter {
  display: table;
  width: 100%;
}
.vcenter .mid {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.theme-red-text {
  color: #FE6D1F;
}

.text-primary {
  color: #FE6D1F !important;
}

.status {
  padding: 4px 6px;
  border-radius: 6px;
  background: #FE6D1F;
  color: #fff;
  font-size: 11px;
}

.btn-primary-theme {
  padding: 10px 16px 10px 16px;
  border-radius: 6px;
  background: #FE6D1F;
  font-size: 14px;
  border-color: #FE6D1F;
  min-width: 174px;
  color: #fff;
  font-weight: 500;
}
.btn-primary-theme:hover {
  background: #fe6310;
  border-color: #fe6310;
  color: #fff;
}
.btn-primary-theme:focus {
  box-shadow: none;
}

.btn-outline-primary-theme {
  padding: 10px 16px 10px 16px;
  border-radius: 6px;
  font-size: 14px;
  border-color: #FE6D1F;
  border: 1px solid #222;
  color: #222;
  font-weight: 500;
}
.btn-outline-primary-theme:hover {
  background: #fe6310;
  border-color: #fe6310;
  color: #fff;
}
.btn-outline-primary-theme:focus {
  box-shadow: none;
}

.btn-get-started {
  border-radius: 60px;
}

header {
  background: #fff;
}
header .navbar {
  background: #fff;
  padding: 30px 0 20px 0;
}
@media (max-width: 991px) {
  header .navbar {
    padding: 20px 0;
  }
}
header .logo {
  max-width: 160px;
}
@media (max-width: 991px) {
  header .logo {
    max-width: 100px;
  }
}
header nav {
  font-family: "Instrument Sans", serif;
}
@media (max-width: 991px) {
  header nav .navbar-nav {
    gap: 0 !important;
  }
}
header nav .navbar-nav .nav-item {
  font-size: 14px;
  font-weight: 400;
}
header nav .navbar-nav .nav-item .nav-link {
  font-size: 14px;
  font-weight: 400;
  line-height: 17.08px;
  color: #222;
}

footer {
  padding: 30px 0;
  background-repeat: no-repeat;
  border-top: 1px solid #AAAAAA;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  footer {
    text-align: center;
  }
}
footer .footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
  footer .footer-links {
    flex-wrap: wrap;
  }
}
footer .footer-links ul {
  padding: 0;
  margin: 0 auto;
  list-style: none;
}
@media (max-width: 991px) {
  footer .footer-links ul {
    flex: 50%;
  }
}
footer .footer-links ul li {
  color: #000;
  line-height: 35px;
  display: inline-block;
  margin-right: 10px;
}
footer .footer-links ul li a {
  color: #000;
  text-decoration: none;
  font-weight: 600;
}
footer .footer-links ul li a:hover {
  color: #FE6D1F;
}
footer .copyright {
  color: #ccc;
  margin: 0;
  text-align: center;
  padding: 0 0px 20px 0;
}

.social {
  float: right;
  text-align: right;
}
@media (max-width: 767px) {
  .social {
    float: unset;
    text-align: center;
    margin-top: 10px;
  }
}
.social a {
  width: 38px;
  height: 38px;
  font-size: 16px;
  border-radius: 50%;
  border: 1px solid #2D194E;
  line-height: 38px;
  display: inline-block;
  text-align: center;
  margin-right: 12px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #2D194E;
}
@media (max-width: 991px) {
  .social a {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.social a:hover {
  background: white;
  color: #FE6D1F;
}

.section-banner {
  padding: 180px 0 40px 0;
}
@media (max-width: 767px) {
  .section-banner {
    padding: 120px 0 20px 0;
  }
}
@media (max-width: 767px) {
  .section-banner img {
    display: none;
  }
}
.section-banner h1 {
  font-family: "neulis-neue", sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 64px;
  text-align: left;
  color: #000;
  margin-bottom: 20px;
}
.section-banner h1 span {
  background: url(../images/home/h1-arrow.svg) no-repeat 5px bottom;
  display: inline-block;
}
.section-banner p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  margin-bottom: 0;
  color: #605F5F;
}
.section-banner ul {
  list-style-type: none;
  margin: 40px 0 0 0;
  padding: 0;
  float: left;
}
.section-banner ul li {
  padding-left: 20px;
  background: url(../images/home/squar-bullet.svg) no-repeat 0 3px;
  margin-bottom: 10px;
  color: #000;
}

.section-geting-started {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .section-geting-started .mt-5 {
    margin-top: 1.5rem;
  }
}
.section-geting-started .title-block h2 {
  font-family: "Instrument Sans", serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 51px;
  text-align: left;
  color: #000;
}
.section-geting-started .title-block p {
  font-family: "Instrument Sans", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: #000;
}
.section-geting-started .card-box {
  padding: 24px;
  border-radius: 16px;
  border: 1px solid #E6E6E6;
  min-height: 297px;
}
@media (max-width: 767px) {
  .section-geting-started .card-box {
    margin-bottom: 20px;
  }
}
.section-geting-started .card-box:hover {
  border-color: #FE6D1F;
}
.section-geting-started .card-box .icon-box {
  padding: 10px;
  border-radius: 6px;
  background: #FFF6F2;
}
.section-geting-started .card-box .card-content {
  min-height: 215px;
}
.section-geting-started .card-box .card-content h4 {
  font-family: "Instrument Sans", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 29.28px;
  text-align: left;
  color: #000;
}
.section-geting-started .card-box .card-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #000;
}

.section-why {
  padding: 60px 0 140px 0;
}
.section-why .left-block {
  background: #FFF6F2;
  padding: 115px 60px;
  border-radius: 20px;
}
.section-why .right-block {
  padding: 0 0 0 30px;
}
@media (max-width: 767px) {
  .section-why .right-block {
    padding: 0;
    margin-top: 20px;
  }
  .section-why .right-block .d-flex.w-100.h-100 {
    min-height: auto !important;
  }
}
.section-why .right-block h2 {
  font-size: 44px;
  font-weight: 400;
  line-height: 53.68px;
  text-align: left;
}
.section-why p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
}
.section-why .accordion .accordion-item {
  border: none;
}
.section-why .accordion .why-no {
  font-size: 16px;
  font-weight: 500;
  line-height: 19.52px;
  text-align: center;
  width: 40px;
  height: 40px;
  padding: 10px;
  gap: 8px;
  border-radius: 100px;
  border: 0.5px solid #6E6E6E;
  margin-right: 10px;
}
.section-why .accordion .accordion-button-new {
  padding: 20px 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.96px;
  text-align: left;
  background: transparent;
  border: none;
  width: 100% !important;
  color: #000;
}
.section-why .accordion .accordion-button-new.collapsed {
  border-bottom: 1px solid #E6E6E6;
}
.section-why .accordion .accordion-button-new:focus {
  box-shadow: none;
}
.section-why .accordion .accordion-body {
  border-bottom: 1px solid #FE6D1F;
  padding: 0 0 20px 50px;
}
.section-why .accordion .accordion-body p {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.section-plans {
  padding: 100px 0;
  background: #FFF6F2;
}
.section-plans h2 {
  font-size: 44px;
  font-weight: 400;
  line-height: 53.68px;
  letter-spacing: -0.04em;
  text-align: center;
}
.section-plans p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
}
.section-plans .plan-box {
  padding: 32px;
  border-radius: 16px;
  background: #fff;
  min-height: 678px;
}
@media (max-width: 767px) {
  .section-plans .plan-box {
    margin-bottom: 20px;
  }
}
.section-plans .plan-box h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 29.28px;
  letter-spacing: -0.04em;
  text-align: left;
}
.section-plans .plan-box h3 span {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.52px;
  letter-spacing: -0.04em;
  text-align: left;
  color: #FE6D1F;
}
.section-plans .plan-box p {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  min-height: 43px;
}
.section-plans .plan-box .price {
  font-size: 20px;
  font-weight: 500;
  line-height: 24.4px;
  text-align: left;
  color: #FE6D1F;
  margin-bottom: 20px;
}
.section-plans .plan-box .price span {
  font-size: 16px;
  font-weight: 500;
  line-height: 29.28px;
  letter-spacing: -0.04em;
  text-align: left;
  color: #000;
}
.section-plans .plan-box ul {
  list-style-type: none;
  padding: 0;
}

.section-plans .plan-box ul li {
  font-size: 14px;
  padding-left: 20px;  
  margin-bottom: 10px;
  color: #000;
}

li.available{
  background: url(../images/home/icons/circle-tick-icon-green.svg) no-repeat 0 3px !important;
}
li.not-available{
  background: url(../images/home/icons/circle-cross-icon.svg) no-repeat 0 3px !important;
}

.section-plans .plan-box ul:last-child {
  margin: 0;
}
.section-plans .plan-box h5 {
  position: relative;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.64px;
  text-align: center;
  color: #6E6E6E;
  margin: 20px 0;
}
.section-plans .plan-box h5::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #ccc;
}
.section-plans .plan-box h5 span {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  z-index: 9;
}

.section-testimonials {
  padding: 140px 0;
}
@media (max-width: 767px) {
  .section-testimonials {
    padding: 80px 0;
  }
}
.section-testimonials .title-block h2 {
  font-family: "Instrument Sans", serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 51px;
  text-align: left;
  color: #000;
}
.section-testimonials .title-block p {
  font-family: "Instrument Sans", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: #000;
}
.section-testimonials .testimonial-box {
  padding: 24px;
  border-radius: 16px;
  border: 1px solid #E6E6E6;
  min-height: 363px;
  padding: 44px 24px 24px 24px;
  border-radius: 16px;
  position: relative;
}
.section-testimonials .testimonial-box .author-image {
  border-radius: 50px;
  width: 57px;
  height: 57px;
}
.section-testimonials .testimonial-box .author-image img {
  border-radius: 50px;
  width: 57px;
  height: 57px;
}
.section-testimonials .testimonial-box .testimonial-box-content {
  padding-top: 20px;
}
.section-testimonials .testimonial-box .testimonial-box-content p {
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}
.section-testimonials .testimonial-box .author-details {
  position: absolute;
  bottom: 20px;
}
.section-testimonials .testimonial-box .author-details .author-name {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  display: block;
}
.section-testimonials .testimonial-box .author-details .author-desigantion {
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  color: #6E6E6E;
  display: block;
}

body .swiper {
  overflow: visible !important;
}

.section-faq {
  padding: 0px 0 80px 0;
}
.section-faq h2 {
  font-size: 44px;
  font-weight: 400;
  line-height: 53.68px;
  text-align: left;
}
.section-faq .accordion .accordion-item {
  border: none;
}
.section-faq .accordion .why-no {
  font-size: 16px;
  font-weight: 500;
  line-height: 19.52px;
  text-align: center;
  width: 40px;
  height: 40px;
  padding: 10px;
  gap: 8px;
  border-radius: 100px;
  border: 0.5px solid #6E6E6E;
  margin-right: 10px;
}
.section-faq .accordion .accordion-button-new:not(.collapsed)::after {
  background: url(../images/home/icons/minus-icon.svg) no-repeat;
  width: 1.5rem;
  height: 1.5rem;
}
.section-faq .accordion .accordion-button-new {
  padding: 30px 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.96px;
  text-align: left;
  background: transparent;
  border: none;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  color: #000;
}
.section-faq .accordion .accordion-button-new:after {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: auto;
  content: "";
  background: url(../images/home/icons/plus-icon.svg) no-repeat;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  transition: 0.3s;
}
.section-faq .accordion .accordion-button-new.collapsed {
  border-bottom: 1px solid #E6E6E6;
}
.section-faq .accordion .accordion-button-new:focus {
  box-shadow: none;
}
.section-faq .accordion .accordion-body {
  border-bottom: 1px solid #FE6D1F;
  padding: 0 0 20px 0;
}
.section-faq .accordion .accordion-body p {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.section-contact-us {
  padding: 140px 0 100px 0;
}
.section-contact-us h2 {
  font-size: 44px;
  font-weight: 400;
  line-height: 51px;
  text-align: left;
}
.section-contact-us p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  color: #605F5F;
}
.section-contact-us h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
  margin-top: 30px;
}
.section-contact-us .breadcrumb-item a {
  color: #605F5F;
  text-decoration: none;
}
.section-contact-us .breadcrumb-item.active {
  color: #605F5F;
}
.section-contact-us .breadcrumb-item + .breadcrumb-item::before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
  margin-top: 2px;
}

.contact-form {
  padding: 32px;
  gap: 32px;
  border-radius: 24px;
  border: 1px solid rgba(255, 229, 215, 0.4784313725);
}
@media (max-width: 767px) {
  .contact-form {
    padding: 0;
  }
}
.contact-form h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  text-align: left;
  margin-bottom: 30px;
}
.contact-form input.form-control {
  border: 1px solid #D9D9D9;
  height: 49px;
  border-radius: 6px;
  font-size: 14px;
}
.contact-form textarea.form-control {
  border: 1px solid #D9D9D9;
  border-radius: 6px;
  font-size: 14px;
}

.register-form {
  max-width: 560px;
  margin: 0 auto;
  border: none;
}
.register-form h3 {
  text-align: center;
}
.register-form p {
  text-align: center;
}


/* By Muhsin */
.price .was-price{
  text-decoration: line-through;
  text-decoration-thickness: .5px; /* Adjust thickness as needed */
  font-size: 14px !important;
  font-weight: 400 !important; 
  text-align: left;
  color: #6E6E6E !important; 
  padding-right: 5px; 
}
.alert-small{
  padding: 5px 5px;
}
span.status-available, span.status-not-available {display: block;padding: 8px;font-size: 14px;margin-bottom: 16px;text-align: center;border-radius: 4px;margin-top: 5px;}
span.status-available {background: #e0f5d7;color: #449626;}
span.status-not-available {background-color: #ffe6e6;color: #ea5252;}

/* Spinner styles */
.spinner-border {
  width: 1rem;
  height: 1rem;
  border-width: 0.15em;
  border-top-color: #fff;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  animation: spinner-border .75s linear infinite;
}

@keyframes spinner-border {
  to { transform: rotate(360deg); }
}

/* Apply padding only for screens wider than 576px (non-mobile) */
@media (min-width: 576px) {
  .section-demo .modal-body {
      padding: 10px 90px 40px 90px;
  }
}
.section-demo .modal-body h2{
  font-size: 44px;
  font-weight: 400;
}
.section-demo .modal-header{
  border-bottom: none;
}
.section-demo .modal-content{
  border-radius: 24px;
}

.custom-model.modal-dialog{
  max-width: 796px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-demo .modal-header{
  padding: 31px 40px 11px 0;
  font-size: 10px;
}
.section-demo .modal-body p{
  max-width: 550px;
  /* margin: 0 auto;
  text-align: center;  */
}

/*# sourceMappingURL=style.css.map */
.cookieConsentContainer {
    z-index: 999;
    width: 350px;
    min-height: 20px;
    padding: 30px 30px 30px 30px;
    overflow: hidden;
    position: fixed;
    bottom: 30px;
    left: 30px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #e4e4e4;
    box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, .05);
    /* display: none; */
}

.cookie-consent {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 15px 30px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  width: 65%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 768px) {
  .cookie-consent {
      bottom: 0;
      width: 100%;
      left: 0;
      transform: none;
      border-radius: 0;
  }
}

.cookie-consent .text-section {
  flex: 1; /* Allows the text section to take available space */
}
.cookie-consent .btn {
  /* margin-left: 10px; */
}

.btn-outline-primary-theme.small{
  padding: 5px 16px 5px 16px;
}