@font-face {
  font-family: "NeoSansArabic";
  src: url("../fonts/NeoSansArabic.eot?#iefix") format("embedded-opentype"),
  url("../fonts/NeoSansArabic.woff") format("woff"),
  url("../fonts/NeoSansArabic.ttf") format("truetype"),
  url("../fonts/NeoSansArabic.svg#NeoSansArabic") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* amiri-regular - latin */
@font-face {
  font-family: "Amiri";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/amiri-v13-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Amiri Regular"), local("Amiri-Regular"),
  url("../fonts/amiri-v13-latin-regular.eot?#iefix")
  format("embedded-opentype"),
    /* IE6-IE8 */
  url("../fonts/amiri-v13-latin-regular.woff2") format("woff2"),
    /* Super Modern Browsers */
  url("../fonts/amiri-v13-latin-regular.woff") format("woff"),
    /* Modern Browsers */
  url("../fonts/amiri-v13-latin-regular.ttf") format("truetype"),
    /* Safari, Android, iOS */
  url("../fonts/amiri-v13-latin-regular.svg#Amiri") format("svg");
  /* Legacy iOS */
}

body {
  direction: rtl;
  font-family: "Amiri,sans-serif";
}

.rounded-25 {
  border-radius: 25px;
}

.overflow-hidden {
  overflow: hidden;
}

.border-w-2 {
  border-width: 2px !important;
}

.box-shadow {
  box-shadow: 0 0 20px #f5f5f5;
  -webkit-box-shadow: 0 0 20px #f5f5f5;
  -moz-box-shadow: 0 0 20px #f5f5f5;
  -o-box-shadow: 0 0 20px #f5f5f5;
}

.box-shadow-light {
  box-shadow: 0 0 20px #f5f5f5;
  -webkit-box-shadow: 0 0 20px #f5f5f5;
  -moz-box-shadow: 0 0 20px #f5f5f5;
  -o-box-shadow: 0 0 20px #f5f5f5;
}

button:focus {
  outline: 0;
}

.z-index {
  z-index: 999;
}

.bg-fixed {
  background-attachment: fixed;
}

.white-color,
.white-color-hover:hover {
  color: #fff;
}

.black-border {
  border-color: #000 !important;
}

.blue-color {
  color: #002a40;
}

.black-color {
  color: #000;
}

.golden-color {
  color: #cc9136;
}

.blue-bg {
  background-color: #0577a2;
}

.blue-bg-gradiant-hover:hover {
  background-image: linear-gradient(to right, #002a40, #547a8c);
}

.blue-bg-overlay {
  position: relative;
}

.blue-bg-overlay:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 42, 64, 0.8);
}

.blue-light-color {
  color: #547a8c;
}

.blue-light-bg {
  background-color: #547a8c;
}

.btn-green {
  background-color: #548c79;
}

.cyan-bg {
  background-color: #07a3dd;
}

.orange-color,
.orange-color-hover:hover {
  color: #ff9605;
}

.orange-bg,
.orange-bg-hover:hover {
  background-color: #ff9605;
}

.orange-bg-gradiant,
.orange-bg-hover-gradiant:hover {
  background-image: linear-gradient(to right, #ff9605, #ffbf00);
}

.gray-color {
  color: #555555;
}

.gray-dark-color {
  color: #4a4a4a;
}

.gray-light {
  color: #9b9b9b;
}

.bg-light-gray {
  background-color: #fbfbfb;
}

.bg-gray {
  background-color: #f8f8f8;
}

.line-height-25 {
  line-height: 25px;
}

.underline-hover-0:hover {
  text-decoration: none;
}

.transition {
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}

.font-12 {
  font-size: 12px;
}

.font-14 {
  font-size: 14px;
}

.font-15 {
  font-size: 15px;
}

.font-16 {
  font-size: 16px;
}

.font-18 {
  font-size: 18px;
}

.font-20 {
  font-size: 20px;
}

.font-22 {
  font-size: 22px;
}

.font-23 {
  font-size: 23px;
}

.font-25 {
  font-size: 25px;
}

.font-28 {
  font-size: 28px;
}

.font-29 {
  font-size: 29px;
}

.font-30 {
  font-size: 30px;
}

.font-50 {
  font-size: 50px;
}

.form-control {
  border-color: #f0f0f0;
  box-shadow: 0 0 20px #f5f5f5;
  -webkit-box-shadow: 0 0 20px #f5f5f5;
  -moz-box-shadow: 0 0 20px #f5f5f5;
  -o-box-shadow: 0 0 20px #f5f5f5;
  padding: 10px;
  border-radius: 6px;
  color: #9b9b9b;
  font-size: 16px;
  line-height: 25px;
}

select.form-control:not([size]):not([multiple]) {
  height: 45px;
}

.info-bg-gradiant {
  background-image: linear-gradient(to right, #07a3dd, #0c7ca5);
}

.table td,
.table th {
  vertical-align: middle;
  border: 0;
  padding: 12px 0;
}

.badge-light {
  background-color: #ececec;
}

select {
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 7% 51%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
}

.form-control:focus {
  box-shadow: none;
}

/********************Custom Styles*********************/
.header .navbar-toggler {
  color: #fff;
  border-color: transparent;
  border: 0;
}

.header {
  background-image: /*url(../images/header-overlay.svg),*/
          linear-gradient(to right, #07a3dd, #0c7ca5);
  background-repeat: no-repeat;
  background-position: 95% 58%;
  background-size: auto;
}
.header2 {
  background-image: /*url(../images/header-overlay.svg),*/
          linear-gradient(to right, #0c7ca5,#07a3dd);
  background-repeat: no-repeat;
  background-position: 95% 58%;
  background-size: auto;
}

.header.navScroll {
  position: fixed;
  top: 0;
  z-index: 9999;
  right: 0;
  left: 0;
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}

.header.navScroll .navbar {
  padding: 10px 0 !important;
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}

.header.navScroll .navbar-brand img {
  width: 95px !important;
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}

.header.navScroll .nav-list .nav-link {
  font-size: 14px;
}

.nav-list .nav-link {
  color: #fff !important;
  border-radius: 4px;
  padding: 10px !important;
  margin: 0 2px;
  font-weight: bold;
}

.nav-list .nav-link.Logout {
  background-color: #fff;
  padding: 10px 10px !important;
  color: #07a3dd !important;
  border: none;
  cursor: pointer;
}

.nav-list .nav-link:hover,
.nav-list li.active .nav-link {
  background-color: #156b8a;
}

.banner-carousel .owl-dots {
  position: absolute;
  bottom: 4%;
  width: 100%;
}

.banner-carousel .owl-nav {
  position: absolute;
  top: 35%;
  width: 100%;
}

.banner-carousel .owl-dots .owl-dot.active span,
.banner-carousel .owl-dots .owl-dot:hover span {
  background: #1698d9;
  width: 12px;
  height: 12px;
}

.banner-carousel .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: #b0b0b0;
}

.banner-carousel .owl-prev {
  position: absolute;
  right: 2%;
}

.banner-carousel .owl-prev span,
.banner-carousel .owl-next span {
  font-size: 50px;
  color: #fff;
}

.banner-carousel .owl-next {
  position: absolute;
  left: 2%;
}

.banner-carousel .owl-prev:hover,
.banner-carousel .owl-next:hover {
  background-color: transparent !important;
}

.item-caption {
  position: absolute;
}

.about-icon:hover {
  background-color: #ff9605;
  color: #fff;
  transform: scale(1.2);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.plans {
  background-image: url(../images/plans_bg.jpg);
}

.plans-carousel .owl-item.center .blue-light-bg {
  background-color: #ff9605;
}

.plans-carousel .owl-dots {
  margin-top: 40px !important;
}

.plans-carousel .owl-dots .owl-dot.active span,
.plans-carousel .owl-dots .owl-dot:hover span {
  background: #1698d9;
  width: 12px;
  height: 12px;
}

.plans-carousel .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: #b0b0b0;
}

.section_title {
  position: relative;
}

.section_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 4px;
  right: 0;
  left: auto;
  background-color: #ff9605;
  width: 100%;
}

.footer-nav a {
  position: relative;
  padding: 0 8px;
}

.footer-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 20px;
  width: 1px;
  background-color: #547a8c;
}

.footer-nav li:last-child a::after {
  display: none;
}

/******************profile page************************/
.page-content {
  background-color: #f7f7f7;
}

.page-banner {
  background-image: url(../images/profile-banner.jpeg);
  background-repeat: no-repeat;
  background-position: center left;
  background-color: #1984bc;
  height: 61px;
  background-size: contain;
}

.page-banner .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  color: #10b2ef;
}

.breadcrumb-item + .breadcrumb-item::before {
  padding-left: 0.5rem;
}

/*******************programms page********************/
.my-4,
.my-lg-5 {
  margin-bottom: 0.5rem !important;
  margin-top: 0.5rem !important;
}

.programs-list li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0 !important;
}

.programs-list li a:hover {
  color: #fff;
}

.programs-list li:hover span,
.programs-list li.programe-active span {
  color: #002a40 !important;
  background-color: #fff;
}

.programe-active {
  background-color: #1082AC;

}

.programs-list li.programe-active a:after,
.programs-list li:hover a:after {
  display: none;
}

.programs-list li:hover {
  background-color: #1082AC;

}

.programs-list a {
  position: relative;
  display: block;
  font-size: 14px;
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}

.programs-list a .prog-icon {
  background-color: #38b5e3;
  padding: 1px;
  border-radius: 50%;
  border: 1px solid #fff;
  font-size: 35px;
  margin-left: 10px;
}

.programs-list a:hover .prog-icon {
  background-color: #fff;
}

.programs-list a::after {
  content: "";
  position: absolute;
  right: -16px;
  bottom: -29px;
  left: 5px;
  background-color: #41b1db;
  height: 1px;
}

.programs-list li:last-child a::after {
  display: none;
}

.close-side {
  background-color: #0b94c6;
  color: #fff;
  width: 25px;
  position: absolute;
  left: -25px;
  top: 17%;
  border-radius: 25px 0px 0px 25px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  z-index: 999;
  cursor: pointer;
}

.side-nav {
  /*width: 25%;*/
  width: 300px;
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  position: relative;
}

.side-nav.closed .programs-list li {
  padding: 0 !important;
}

.side-table {
  /*width: 75%;*/
  width: 100% !important;
}

.side-table.oppened {
  width: 100% !important;
}

.closed {
  width: 0 !important;
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}

.closed .cyan-bg {
  display: none;
}

.closed .programs-list a {
  font-size: 0;
  display: none;
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}

/********************messages page*********************************/
.messages-list a {
  color: #9f9f9f;
}

.messages-list a.unread_msg {
  color: #4a4a4a;
}

.card-header {
  border-bottom: 1px solid #eeeeee;
}

.invoice-info {
  padding: 12px 0;
  font-size: 23px;
}

.modal {
  z-index: 9999;
}

/************bootstrap check boxes & radio buttons*************/
.container-input {
  display: inline-block;
  position: relative;
  padding-right: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  right: 0;
  height: 25px;
  width: 25px;
  border-radius: 4px;
  border: 1px solid #ccc;
  background-color: #eee;
}

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

/* When the checkbox is checked, add a blue background */
.container-input input:checked ~ .checkmark {
  background-color: #07a3dd;
  border-color: #07a3dd;
}

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

/* Show the checkmark when checked */
.container-input input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-input .checkmark:after {
  left: 9px;
  top: 6px;
  width: 7px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.container-radio {
  display: inline-block;
  position: relative;
  padding-right: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

/* Create a custom radio button */
.checkmark-radio {
  position: absolute;
  top: 0;
  right: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 50%;
}

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

/* When the radio button is checked, add a blue background */
.container-radio input:checked ~ .checkmark-radio {
  background-color: #07a3dd;
  border-color: #07a3dd;
}

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

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

/* Style the indicator (dot/circle) */
.container-radio .checkmark-radio:after {
  top: 4px;
  left: 4px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: white;
}

.datepicker-inline {
  width: 220px;
  border: 1px solid #ccc;
  font-size: 12px;
}

.input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/********************custom input file*************************/
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: block;
  text-align: center;
  z-index: 999;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  padding-top: 8px;
}

.upload-btn-wrapper input[type="file"] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}

.image-overlay {
  position: absolute;
  bottom: -48px;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  height: 48px;
}

.image-container:hover .image-overlay {
  bottom: 0;
}

.breadcrumb-item.active,
.breadcrumb-item a {
  color: #ffc006;
}

i.contact-icons {
  color: #002a40;
  border: 1px solid;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 28px !important;
  font-size: 14px;
}

.contact-icons:hover {
  background-color: #ff9605;
  color: #fff;
  border-color: #ff9605;
}

.dropdown-toggle::after {
  content: "\f078";
  font-family: Font awesome5 Free;
  display: inline-block;
  font-weight: bold;
  margin-right: 0;
  vertical-align: 0;
  border-top: 0;
  border-left: 0;
  border-bottom: 0;
  border-right: 0;
  font-size: 11px;
  margin: 8px;
}

.page-link {
  color: #69adcf;
  background-color: #e3f4fd;
  border: 0;
  margin: 0 5px;
}

.page-link:hover {
  color: #e3f4fd;
  background-color: #69adcf;
}

.buttons-line {
  text-align: left;
  border-top: 2px solid #f3f4f4;
  padding-left: 0px;
}

.buttons-line button {
  border-radius: 0 0 5px 5px;
  width: 100px;
  margin-right: 8px;
  height: 40px;
}

.cd-faq .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0987b5;
}

ul.faq-list {
  list-style: none;
}

ul.faq-list li.faq-list-item {
  padding: 5px;
  background-color: #f7f7f7;
  border-radius: 7px;
  border: #eceaea solid 1px;
}

.error-summary {
  display: block;
  width: 100%;
}

.error-summary ul {
}

.error-summary ul li {
  display: inline-block;
  margin: 0px 5px;
  color: red;
}

.close {
  float: left;
}