
/* @font-face {
font-family: 'Raleway';
font-style: normal;
src: local('Raleway'),
url('/static/fonts/Raleway-Regular.ttf') format("truetype");
} */


:root {
  /* --primary: #721A45; */
  /* --secondary: #f0e8ec; */
  --primary: #5c1738;
  --secondary:#e6e6e6;
  --third: #DCDCDC;
  --fourth: #848484;
  --dark-green:#5d7B6F;
  --normal-green:#A4C3A2;
  --light-green:#B0D4B8;
  --paige:#EAE7D6;
  --light-blue:#D7F9FA;
  --yellow:#FFFF00;
  --purple:purple;
}

body {
  font-family: 'Raleway', sans-serif;
  background-color: white;
}

.bg-main {
  background-color: #343a40 !important;
  color:white;
}

.text-main {
  color: #343a40 !important;
}

.badge-large {
  font-size: 1.0em;
}

.class-body {
  background-color: #2779B7;
}


.text-white {
  color:white !important;
}


/* ************************** Gray ***********************/
.hr-white {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(255,255,255, 0.5);
}

.text-grey {
  color:#6c757d
}

.bg-grey {
  background-color: #DCDCDC;
  color:white
}

.text-bold {
  font-weight: bold;
}


.pd-0 {
  padding:0
}

.select2 { width: 100% !important; padding: 0; }

.shadow-light {
  box-shadow: 0 0.1rem .5rem white !important
}

.lg-icon {
  font-size: 50px
}


.no-hyper-link:hover, .no-hyper-link:visited, .no-hyper-link:link, .no-hyper-link:active{
  text-decoration: none;
  color: #FFFFFF;
}

.title {
  font-size: 26px
}

.custom-footer-font {
  color:white;
  font-size: 12px;
  margin-left: 5px

}
.bg-primary-custom {
  background-color: var(--primary);
  color:white;
}

.bg-secondary-custom {
  background-color: var(--secondary);
  color:black;
}


.bg-primary {
  background-color: var(--primary !important);
  color:white;
}

.bg-secondary {
  background-color: var(--secondary) !important;
  color:black;
}

.btn-primary {
  background-color: var(--primary);
  color:white;
  height: 50px;
  border-radius:20px
}

.highlight-link {
  color:var(--yellow) !important;
}
.btn-dark-green {
  background-color: var(--dark-green);
  color:var(--paige);
  height: 50px;
  border-radius:20px
}

.btn-dark-green:hover {
  background-color: var(--normal-green);
  color:var(--dark-green);
}

.btn-dark-green-large {
  background-color: var(--dark-green);
  color:var(--paige);
  height: 50px;
  font-size: 25px;
  border-radius:20px
}

.btn-dark-green-large:hover {
  background-color: var(--normal-green);
  color:var(--dark-green);
}


.btn-light-blue {
  background-color: var(--light-blue);
  color:var(--paige);
  height: 50px;
  border-radius:20px
}

.btn-outline-primary {
  border: 1px solid white;
  background-color: transparent;
  color:white;
  height: 50px;
  border-radius:20px
}

.btn-primary:hover {
  background-color: var(--secondary);
  color:var(--primary);
}

.no-border {
  border-color: transparent
}

.form-login-input {
  height: 50px;
  border-radius: 20px !important;
  background: rgba(255, 255, 255, 0.65) !important;
}

.login-input {
  height: 49px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.65) !important;
}

.btn-primary-custom {
  background-color: var(--primary);
  color:white;
  height: 50px;
  border-radius:20px
}

.btn-outline-primary-custom-login {
  border: 1px solid white;
  background-color: transparent;
  color:white;
  height: 50px;
  border-radius:20px
}

.btn-outline-primary-custom {
  border: 1px solid var(--primary);
  background-color: transparent;
  color:var(--primary);
  height: 50px;
  border-radius:20px
}

.btn-outline-paige {
  border: 1px solid var(--paige);
  background-color: transparent;
  color:var(--paige);
  height: 50px;
  border-radius:20px
}
.btn-outline-paige:hover {
  border: 1px solid var(--light-green);
  background-color: transparent;
  color:var(--light-green);
  height: 50px;
  border-radius:20px
}

.btn-primary-custom:hover {
  background-color: var(--secondary);
  color:var(--primary);
}

.btn-secondary-custom {
  background-color: var(--secondary);
  color:white;
  height: 50px;
  border-radius:20px
}

.btn-secondary-custom:hover {
  background-color: var(--primary);
  color:var(--secondary);
}

.btn-third-custom {
  background-color: var(--third);
  color:black;
  height: 50px;
  border-radius:20px
}

.btn-third-custom:hover {
  background-color: var(--fourth);
  color:white;
}

.login-input::-webkit-input-placeholder {
  font-size: 14px;
  color:var(--purple);
  /* color:purple */
}
.login-input:-webkit-autofill {
  -webkit-background-clip: text;
  background: transparent
}

.login-input:-internal-autofill-selected {
  background: transparent
}

.login-input:autofill {
  -webkit-background-clip: text;
  background: transparent
}

.login-input:focus {
  border: transparent
}


.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.round {
  border-radius: 50%;
}

.btn-circule {
  height: 35px;
  width: 35px;
  border-radius: 50%;

}
.opacity-50 {
  opacity: 50%
}

.btn-profile {
  background-color: white !important;
  height: 35px;
  width: 35px;
}

.sidenav .sidenav-menu .nav .nav-link .fa-light{
  color:white
}

.text-primary-custom {
  color:var(--primary) !important;
}

.text-dark-green {
  color:var(--dark-green) !important;
}

.cp-title {
  font-size: 25px;
  font-weight:400px;
}

.bg-sidebar-custom {
  background: linear-gradient(150deg, var(--primary), #77254A)
}

.sidenav .sidenav-menu .nav .nav-link.active {
  background: rgba(255, 255, 255, 0.65) !important;
  color: var(--primary) !important;
  border-radius: 20px;
  margin: 10px;
  margin-bottom: 0;
  margin-top: 0;
  box-shadow:0 0.1rem 1rem 0 white !important

}

.sidenav .sidenav-menu .nav .nav-link.active .fa-light{
  color:var(--primary)
}

.footer-profile-btn-content {
  background: rgba(255, 255, 255, 0.65) !important;
  color: var(--primary) !important;
  border-radius: 20px;
}

.shadow-primary {
  box-shadow:0 0.15rem 1.75rem 0 var(--primary) !important
}

.bg-transparent {
  background: transparent !important
}
.border-white {
  border: 1px solid white
}

.dataTables_wrapper .dataTables_filter input {
  background: transparent;
  border-radius:10px;
  border: 1px gray solid;
  height: 40px;
  width: 300px;
  padding-right: 20px;
  padding-left: 20px;
  box-shadow: 0 0.15rem 1.75rem 0 rgb(33 40 50 / 15%) !important
}

.margin-left-14 {
  margin-left: -14rem !important;
}

.border-radius-10 {
  border-radius: 10px
}

#secondary-sidebar .nav-link {
  color: var(--important) !important;
}

#secondary-sidebar .nav-link.active {
  background: var(--primary) !important;
  opacity: .65;
  color: white !important;
  border-radius: 20px;
  margin: 0px;
  margin-bottom: 5px;
  margin-top: 0;
  box-shadow:0 0.15rem 1.75rem 0 var(--primary) !important
}

.form-check-input:checked {
  background-color: var(--primary) !important;
  border-color: var(--primary)!important;
}
.btn-action {
  background-color: var(--primary);
  color:white;
  width: 50px;
  border-radius: 50%;
  height: 50px;
  flex-direction: column;
}

.border-left {
  border-left: 4px solid var(--primary)!important;
}

.border-left-secondary {
  border-left: 4px solid var(--secondary)!important;
}

.form input {
  background: var(--secondary);
  font-weight: bold
}

.btn-dropwdown-custom {
  border:2px solid;
}

/* Website */
.bg-primary-web {
  background-color: var(--dark-green);
  color:white;
}

.bg-light-green {
  background-color: var(--light-green);
  color:white;
}

.bg-paige {
  background-color: var(--paige);
  color:var(--dark-green);
}

.bg-dark-green {
  background-color: var(--dark-green);
  color:var(--paige);
}

.border-left-web {
  border-left: 4px solid var(--paige)!important;
}

.border-left-dark-green {
  border-left: 4px solid var(--dark-green)!important;
}

.border-right-dark-green {
  border-right: 4px solid var(--dark-green)!important;
}

.border-left-paige {
  border-left: 4px solid var(--paige)!important;
}

.border-right-paige {
  border-right: 4px solid var(--paige)!important;
}

.no-shadow {
  box-shadow:none;
}

.patient-info {
  font-size: 20px;
}
.landing-header {
  background-image: linear-gradient(to bottom right, #2f3e38, #41564e , #6d887d);
  /* background-image: linear-gradient(to bottom right, #839c82, #94b092 , #94b092); */
  color:var(--paige);
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  height:370px
}

.bg-gradient-dark-green {
  background-image: linear-gradient(to bottom right, #2f3e38, #41564e , #6d887d);
  color:var(--paige);
}

.navbar-custom {
  padding: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
}


.btn-outline-dark-green {
  border: 1px solid var(--dark-green);
  background-color: transparent;
  color:var(--dark-green);
  height: 50px;
}


.btn-back {
  border: 1px solid var(--paige);
  background-color: transparent;
  color:var(--dark-green);
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.65) !important;

}

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

.category-card {
  border-bottom-right-radius: 50px !important;
  border-top-left-radius: 50px !important;
}

.category-card-header {
  border-bottom-right-radius: 50px !important;
  border-top-left-radius: 50px !important;
}

.card-img-top {
  width: 100%;
  height: 15vw;
  object-fit: contain;
}

.select-medical-file {
  background: rgba(255, 255, 255, 0.65) !important;
}

.select-medical-file-green {
  background: rgba(93, 123, 111, .65)!important;
  color: var(--paige)
}

.forget-password {
  color: var(--paige);
  text-decoration: none;
  margin-left: 10px
}

.custom-tab {
  font-size:26px;
  color:var(--third);
  text-decoration: none
}
.custom-tab:hover {
  color:var(--light-green);
}
.custom-tab.active {
  color:var(--paige);
  border-bottom:3px solid white;
  padding-bottom:20px;
}
.custom-tab.active:hover {
  color:var(--light-green);
  border-bottom:3px solid var(--light-green);
}

.container-login {
  padding: 50px !important;
}

@media (max-width: 576px) {
  .container-login {
    padding: 0px !important;
  }
  .landing-header {
    background-image: linear-gradient(to bottom right, #2f3e38, #41564e , #6d887d);
    /* background-image: linear-gradient(to bottom right, #839c82, #94b092 , #94b092); */
    color:var(--paige);
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
    height:250px
  }
  .icon-title {
    color:var(--dark-green);
  }
}

@media (max-width: 999px) {
  .icon-title {
    color:var(--dark-green);
  }
}

.category-title {
  font-size:25px !important;
  font-weight:600 !important;
  color:var(--dark-green) !important ;
}

.product-title {
  font-size:26px !important;
  font-weight:600 !important;
  color:var(--dark-green) !important ;
}

.product-price {
  font-size:16px !important;
  font-weight:600 !important;
  color:var(--dark-green) !important ;
}

.html-bg-gradient-dark-green {
  background-image: linear-gradient(to bottom right, #2f3e38, #41564e , #6d887d);
  background-repeat: no-repeat;
  background-size: cover;
  padding:10px;
  height: 100vh;
}

.btn-action-dark-green {
  background-color: var(--paige);
  color:var(--dark-green);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 3px;
  margin-left: 3px;
}

.scrollX{
  flex-direction:row;
  overflow: auto;
  white-space: nowrap;
  padding-bottom:20px;
}

.scrollX::-webkit-scrollbar {
  display: none;
}

.scrollmenu {
  overflow: auto;
  white-space: nowrap;
}
.scrollmenu::-webkit-scrollbar {
  -webkit-appearance: none;
}

.scrollmenu:hover::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.scroll-item {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 1px;
  text-decoration: none;
}

.block.timeline {
  background: #222227;
}

.timeline-wrapper {
  display: flex;
  align-items: center;
}

.timeline-button {
  position: relative;
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  background: transparent;
  border: none;
}

.timeline-step {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  font-size: 1.25rem;
  color: var(--dark-green);
  background: var(--paige);
}

.timeline-button::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  height: 4px;
  width: 100%;
  background: var(--paige);
}

.timeline-button:last-child::after {
  display: none;
}

.timeline-button:disabled .timeline-step {
  color: #var(--paige);
}
.timeline-step.active {
  background: var(--dark-green);
  color:var(--paige);
  border:2px solid var(--paige);
}

.includer {
  position: relative;
}

.badge-corner {
  color: white;
  padding-top: 5px;
  background-color:red;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  position: absolute;
  top: -1px;
  right: -1px;
}

.hidden {
  visibility: hidden;
}
.bold {
  font-weight: bold
}
.card-body-scroll {
  max-height: 200px;
  min-height: 200px;
  overflow-y: auto;
}

/* Portfolio */
/* ====================== LANDING PAGE CSS ====================== */


.main {
  width: 100vww;
  height: auto;
  display: flex;
  flex-direction: column;
}

/* HEADER */

.header {
  background-color: #111a28;
  margin: 0;
  padding: 15px 0;
  display: flex;
  justify-content: space-around;
  align-items: center;

}

.logo {
  font-size: 24px;
  color: #F9FAF8;
}

.hero {
  /* background-color: var(--light-green); */
  padding: 90px 20px;
  margin-bottom: 150px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  z-index: 2;
}
.hero2 {
  /* background-color: var(--light-green); */
  padding: 90px 20px;
  margin-bottom: 150px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  z-index: 2;
}
.right {
  width: 500px;
}

.titlelanding {
  font-size: 48px;
  font-weight: 700;
  line-height: 1em;
  color: #ffffff;
}
.subinfo_title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1em;
  color: #ffffff;
}
.subinfoLanding {
  /* max-height: 490px; */
  margin: 0px;
  padding: 1vw;
  max-width: 25vw;
}

.subinfoImage {
  position: absolute;
  padding: 0;
  max-width: 25vw;
}
.homeSubinfoImage {
  position: absolute;
  min-height: 500px;
  max-height: 500px;
  margin-left: 50vw;
  width: 50vw;
  object-fit: none;
}
.homeSubinfoImageArabic {
  position: absolute;
  min-height: 500px;
  max-height: 500px;
  margin-right: 50vw;
  width: 50vw;
  object-fit: none;
  transform: scaleX(-1);
}



.subtitle {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  margin: 15px 0;
}
.subinfo_subtitle {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  margin: 15px 0;
}

.titlelanding2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1em;
  color: #ffffff;
}

.titlelanding3 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1em;
}
.subtitle2 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  margin: 15px 0;
}
.subtitle3 {
  font-size: 15px;
  font-weight: 500;
  margin: 15px 0;
  color: var(--paige);
  margin-bottom: 2%;

}
.signup {
  color: var(--dark-green);
  background-color: #ffffff;
  font-size: 18px;
  padding: 8px 25px;
  border: none;
  border-radius: 8px;
  flex-shrink: 0;
}

/* .left img {
  width: 400px;
  height: auto;
  border-radius: 15px;
} */

.homeTitleLogo {
  max-width: 50vw;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 70px;
  background-color: #E5E7EB;
}



.infocards {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 30px;
}

.cardinfos {
  max-width: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 13px;
  color: #515b67;
}

.info img {
  width: 150px;
  margin: 20px 0 10px 0;
  padding: 2px;
  border-radius: 25px;
  outline: 3px solid #3882f6;
}

.box p {
  color: var(--grayishBlue);
}

.box {
  border-radius: 5px;
  box-shadow: 0px 30px 40px -20px var(--grayishBlue);
  padding: 30px;
  margin: 20px;
}

.box i {
  float: right;
}

/*  ENABLE THIS IF YOU ARE USING IMAGE INSTEAD OF PICTURE
.box i {
float: right;
}
*/
.iconcolor i {
  color: var(--dark-green);
}




.dark-green-box {
  border-top: 5px solid var(--dark-green);
}
.light-green-box {
  border-top: 5px solid var(--light-green);
}



.hContents {
  /* margin-left:10%; */
  width:100%;
}

.infotitle {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}
.titlelanding2 {
  color: white;
}
.subtitle2 {
  color: white;
}
.slogan {
  width: 60vw;
  margin: auto;
  font-size: 25px;
}

@media only screen and (min-width : 320px) {
  .box {
    min-height: 250px;
  }
  .titlelanding {
    color: var(--dark-green);
  }

  .subtitle {
    color: var(--dark-green);
  }
  .subinfo_title {
    color: #ffffff;
  }

  .homeTitle {
    /* height: 100%; */
    width: 100%;
    padding: 1vw;
  }
  .signup {
    background-color: var(--dark-green);
    color: #ffffff
  }
  .hero {
    margin-bottom: 0px;
  }
  .hero2 {
    margin-bottom: 50px;
  }
  .subinfoLanding {
    /* max-height: 490px; */
    margin: 0px;
    padding: 1vw;
    max-width: 50vw;
  }

  .backbox {
    position: static;
    z-index: 0;
    background: #fff;
    margin:0;
    width: 100%;
    height: 500px;
    border-bottom-left-radius: 0;
    background-color: var(--dark-green)
  }
  .backboxarabic {
    position: static;
    z-index: 0;
    background: #fff;
    margin:0;
    width: 100%;
    height: 500px;
    border-bottom-right-radius: 0;
    background-color: var(--dark-green)
  }
  .nav-text{
    color:white;
  }
  .colornav{
    background-color: var(--dark-green);
    color:var(--paige);
  }
  .textcolor{
    color:white !important;
  }

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

  .box {
    min-height: 200px;
  }
  .header p {
    width: 30%;
  }
  .subinfoLanding {
    /* max-height: 490px; */
    margin: 0px;
    padding: 1vw;
    max-width: 50vw;
  }

  .backbox {
    position: static;
    z-index: 0;
    background: #fff;
    margin:0;
    right:0;
    width: 100%;
    height: 500px;
    border-bottom-left-radius: 0;
    background-color: var(--dark-green)
  }
  .backboxarabic {
    position: static;
    z-index: 0;
    background: #fff;
    margin:0;
    left:0;
    width: 100%;
    height: 500px;
    border-bottom-right-radius: 0;
    background-color: var(--dark-green)
  }
  .titlelanding {
    color: var(--dark-green)
  }
  .subtitle {
    color: var(--dark-green);
  }
  .homeTitle {
  }
  .signup {
    background-color: var(--dark-green);
    color: #ffffff
  }
  .hero {
    margin-bottom: 50px;
  }
  .hero2 {
    margin-bottom: 50px;
  }
  .colornav{
    background-color: var(--dark-green);
    color:var(--paige);
  }
  .textcolor{
    color:white !important;
  }
}

@media only screen and (min-width : 576px) {

  .box {
    min-height: 200px;
  }
  .header p {
    width: 30%;
  }
  .subinfoLanding {
    /* max-height: 490px; */
    margin: 0px;
    padding: 1vw;
    max-width: 50vw;
  }

  .subinfoImage {
    position: absolute;
    padding: 0;
    max-width: 50vw;
  }

  .backbox {
    position: static;
    z-index: 0;
    background: #fff;
    margin:0;
    width: 100%;
    height: 500px;
    border-bottom-left-radius: 0;
    background-color: var(--dark-green)
  }
  .backboxarabic {
    position: static;
    z-index: 0;
    background: #fff;
    margin:0;
    width: 100%;
    height: 500px;
    border-bottom-right-radius: 0;
    background-color: var(--dark-green)
  }
  .titlelanding {
    color: var(--dark-green)
  }
  .subtitle {
    color: var(--dark-green);
  }
  .homeTitle {
  }
  .signup {
    background-color: var(--dark-green);
    color: #ffffff
  }
  .hero {
    margin-bottom: 50px;
  }
  .hero2 {
    margin-bottom: 50px;
  }
  .colornav{
    background-color: var(--dark-green);
    color:var(--paige);
  }
  .textcolor{
    color:white !important;
  }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
  .nav-text{
    color:black;
  }
  .row1-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .row2-container {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
  }

  .homeTitleLogo {
    max-width: 18vw;
  }

  .subinfoLanding {
    /* max-height: 490px; */
    margin: 0px;
    padding: 1vw;
    max-width: 25vw;
  }

  .subinfoImage {
    position: absolute;
    padding: 0;
    max-width: 25vw;
  }
  .homeSubinfoImage {
    position: absolute;
    min-height: 590px;
    max-height: 590px;
    margin-left: 25vw;
    width: 25vw;
    object-fit: none;
  }
  .homeSubinfoImageArabic {
    position: absolute;
    min-height: 590px;
    max-height: 590px;
    margin-right: 25vw;
    width: 25vw;
    object-fit: none;
  }


  .box-down {
    position: relative;
    top: 150px;
  }
  .box {
    position: relative;
    width: 30%;
    height: 10%;
  }
  .header p {
    width: 30%;
  }
  .slogan {
    width: 30vw;
  }
  .backbox {
    position: static;
    z-index: 0;
    background: #fff;
    height: 590px;
    width: 45vw;
    margin-right: 0;
    margin-left: 50vw;
    border-bottom-left-radius: 10vw;
    background-color: var(--dark-green)
  }
  .backboxarabic {
    position: static;
    z-index: 0;
    background: #fff;
    height: 590px;
    width: 45vw;
    margin-left: 0;
    margin-right: 50vw;
    border-bottom-right-radius: 10vw;
    background-color: var(--dark-green)
  }
  .titlelanding {
    color: var(--dark-green);
  }
  .subtitle {
    color: var(--dark-green);
  }
  .homeTitle {
    /* height: 590px; */
    width: 40vw;
    position: absolute;
  }
  .subinfoTitle {
    width: 25vw;
  }
  .signup {
    background-color: var(--dark-green);
    color: #ffffff
  }
  .hero {
    margin-bottom: 120px;
  }
  .hero2 {
    margin-bottom: 50px;
  }
  .colornav{
    background-color: transparent;
    color:var(--paige);
  }
  .textcolor{
    color:black !important;
  }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
  .nav-text{
    color:black;
  }
  .row1-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .row2-container {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
  }
  .box-down {
    position: relative;
    top: 150px;
  }
  .box {
    width: 20%;
  }
  .header p {
    width: 30%;
  }
  .homeSubinfoImage {
    position: absolute;
    min-height: 600px;
    max-height: 600px;
    margin-left: 25vw;
    width: 25vw;
    object-fit: none;
  }
  .homeSubinfoImageArabic {
    position: absolute;
    min-height: 600px;
    max-height: 600px;
    margin-right: 25vw;
    width: 25vw;
    object-fit: none;
  }

  .backbox {
    z-index: 0;
    background: #fff;
    height: 600px;
    /* border-bottom-left-radius: 170px; */
    background-color: var(--dark-green)
  }
  .backboxarabic {
    z-index: 0;
    background: #fff;
    height: 600px;
    /* border-bottom-right-radius: 170px; */
    background-color: var(--dark-green)
  }
  .titlelanding {
    color: var(--dark-green);
  }
  .subtitle {
    color: var(--dark-green);
  }
  .homeTitle {
    /* height: 600px; */
  }
  .signup {
    background-color: var(--dark-green);
    color: #ffffff
  }
  .hero {
    margin-bottom: 100px;
  }
  .hero2 {
    margin-bottom: 50px;
  }
  .textcolor{
    color:black !important;
  }
}
@media only screen and (min-width : 1000px) {
  .row1-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .row2-container {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
  }
  .box-down {
    position: relative;
    top: 150px;
  }
  .box {
    width: 20%;
  }
  .header p {
    width: 30%;
  }
  .backbox {
    z-index: 0;
    background: #fff;
    height: 600px;
    /* border-bottom-left-radius: 170px; */
    background-color: var(--dark-green)
  }
  .backboxarabic {
    z-index: 0;
    background: #fff;
    height: 600px;
    /* border-bottom-right-radius: 170px; */
    background-color: var(--dark-green)
  }
  .titlelanding {
    color: var(--dark-green);
  }
  .subtitle {
    color: var(--dark-green);
  }
  .homeTitle {
    width: 45vw;
  }
  .signup {
    background-color: var(--dark-green);
    color: #ffffff
  }
  .hero {
    margin-bottom: 120px;
  }
  .hero2 {
    margin-bottom: 40px;
  }
  .nav-text{
    color:black;
  }
  .textcolor{
    color:black !important;
  }

}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
  .row1-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .row2-container {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
  }
  .box-down {
    position: relative;
    top: 150px;
  }
  .box {
    min-height:350px;
    width: 20%;
  }
  .header p {
    width: 30%;
  }
  .backbox {
    z-index: 0;
    background: #fff;
    height: 600px;
    /* border-bottom-left-radius: 10vw; */
    background-color: var(--dark-green)
  }
  .backboxarabic {
    z-index: 0;
    background: #fff;
    height: 600px;
    /* border-bottom-right-radius: 170px; */
    background-color: var(--dark-green)
  }
  .titlelanding {
    color: var(--dark-green);
  }
  .subtitle {
    color: var(--dark-green);
  }
  .homeTitle {
    width: 40vw;
  }
  .signup {
    background-color: var(--dark-green);
    color: #ffffff
  }
  .hero {
    margin-bottom: 120px;
  }
  .hero2 {
    margin-bottom: 40px;
  }
  .nav-text{
    color:black;
  }
  .textcolor{
    color:black !important;
  }

}


.price-table{
  text-align: center;
  overflow: hidden;
  margin: 10px;
  background:#fff;
  box-sizing: border-box;
  box-shadow: inset 0 0 40px rgba(0,0,0,.2), 0 20px 50px rgba(0,0,0,.5);
  border-radius: 10px
}
.price-head{
  padding: 50px;
  background:linear-gradient(45deg, var(--dark-green), var(--normal-green));
  border-bottom-left-radius: 50%;
  border-top-right-radius: 50%;
  transition: 0.3s all linear
}
.price-head:hover{
  border-bottom-left-radius: 0%;
  border-top-right-radius: 0%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%
}
.price-table .price-head h4{
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: 700
}
.price-table .price-head h2{
  text-transform: uppercase;
  margin: 0;
  padding: 20px 0 0;
  color: #fff;
  font-size: 30px
}
.price-content{
  position: relative;
  min-height: 300px;
  max-height: 300px;
}

.price-content ul{
  position: relative;
  margin:0;
  padding:20px 0;
}
.price-content ul li{
  list-style: none;
  font-size:16px;
  text-transform: uppercase;
  padding: 10px 0;
  color:#333;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  cursor:pointer;
  transition: 0.5s all
}
.price-content ul li:hover{
  border-left: 10px solid var(--dark-green);
  border-right: 10px solid var(--dark-green);
}
.price-button{
  padding: 0 0 30px;
}
.price-button a{
  padding: 10px 40px;
  background: #000;
  color:#fff;
  border-radius: 10px;
  font-size:18px;
  text-decoration: none;
  background:linear-gradient(45deg, var(--dark-green), var(--normal-green));
  transition: 0.5s ease-in-out
}
.price-button a:hover{
  background:linear-gradient(-15deg, var(--dark-green), var(--normal-green));
}

.footer-basic {
  padding:20px 0;
  background-color:var(--dark-green);
  color:#4b4c4d;
  margin-top: 5%
}

.footer-basic ul {
  padding:0;
  list-style:none;
  text-align:center;
  font-size:18px;
  line-height:1.6;
  margin-bottom:0;
}

.footer-basic li {
  padding:0 10px;
}

.footer-basic ul a {
  color:inherit;
  text-decoration:none;
  opacity:0.8;
}

.footer-basic ul a:hover {
  opacity:1;
}


.footer-basic .copyright {
  margin-top:15px;
  text-align:center;
  font-size:13px;
  color:#aaa;
  margin-bottom:0;
}
/* .nav a {
  text-decoration: none;
  color: #E5E7EB;
  font-size: 18px;
  font-weight: 300;
  margin: 10px;
  padding: 5px;
} */
