@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Kufi+Arabic:wght@100..900&display=swap");
html[dir=rtl] .header .translate-container {
  text-align: left;
}
html[dir=rtl] .header .header-navbar .collapse.myNavbar {
  left: -12px;
  right: inherit;
}
html[dir=rtl] body {
  font-family: "Noto Kufi Arabic", sans-serif;
}

html[dir=ltr] body {
  font-family: "Poppins", sans-serif;
}

@media only screen and (max-width: 768px) {
  body .header-container .container {
    max-width: 100% !important;
  }
}

.btn-primary {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  padding: 6px 40px;
  color: #ffffff;
  border-radius: 30px;
  border: 2px solid #F2706C;
  background-color: #F2706C;
}
.btn-primary:hover {
  color: #F2706C;
  border-color: #F2706C;
  background-color: #ffffff;
}

.btn-warning {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  padding: 6px 40px;
  color: #ffffff;
  border-radius: 30px;
  border: 2px solid #FBAC48;
  background-color: #FBAC48;
}
.btn-warning:hover {
  color: #FBAC48;
  border-color: #FBAC48;
  background-color: #ffffff;
}

.btn-success {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  padding: 6px 40px;
  color: #ffffff;
  border-radius: 30px;
  border: 2px solid #63b135;
  background-color: #63b135;
}
.btn-success:hover {
  color: #63b135;
  border-color: #63b135;
  background-color: #ffffff;
}

.header {
  display: flex;
  margin-block: 20px;
  align-items: center;
  justify-content: space-between;
}
.header .logo-prix-maroc {
  text-align: center;
}
.header .logo-prix-maroc img {
  width: 160px;
}
.header .logo-ministere img {
  width: 250px;
}
@media only screen and (max-width: 992px) {
  .header .logo-ministere img {
    width: 150px;
  }
}
@media only screen and (min-width: 200px) and (max-width: 768px) {
  .header .header-navbar {
    display: flex !important;
  }
}
.header .top-menu .menu {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.header .top-menu .menu li a {
  font-size: 16px;
  font-weight: 500;
  color: #E25822;
  text-decoration: none;
}
.header .top-menu .menu li a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .header .top-menu {
    display: block !important;
  }
}
@media only screen and (max-width: 768px) {
  .header .logo-ministere img, .header .logo-prix-maroc img {
    width: 120px;
  }
}
.header .translate-container {
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .header .translate-container {
    display: block !important;
  }
}
.header .translate-container .navbar {
  padding: 0;
  display: inline-flex;
}
.header .translate-container .navbar .navbar-collapse {
  display: block;
}
.header .translate-container .navbar .nav-link {
  padding: 10px 15px;
  border-radius: 15px;
  background-color: #EDEDED;
}
.header .translate-container .navbar .nav-link.dropdown-toggle::after {
  border-top: 10px solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  color: #5D5D5D;
  margin-left: 10px;
  margin-right: 4px;
  vertical-align: 0px;
}
.header .translate-container .navbar .nav-link.show {
  border-radius: 15px 15px 0px 0px;
}
.header .translate-container .navbar .dropdown-menu {
  margin: 0;
  border: 0;
  min-width: 80px;
  border-radius: 0px 0px 15px 15px;
  background-color: #EDEDED;
  border-top: 1px solid #5D5D5D;
}
.header .translate-container .navbar .dropdown-menu li a:hover {
  cursor: pointer;
  color: #5D5D5D;
}
.header .translate-container .navbar a {
  color: #F2706C;
  font-size: 17px;
  font-weight: 700;
  line-height: 20px;
}
@media only screen and (max-width: 768px) {
  .header .header-navbar .navbar-toggle {
    color: #F18F1E;
    border-color: #F18F1E;
    background-color: #ffffff;
  }
  .header .header-navbar .collapse.myNavbar {
    position: absolute;
    background: #ffffff;
    width: 100vw;
    right: -12px;
    top: 65px;
  }
  .header .header-navbar .collapse.myNavbar .menu {
    padding: 0;
    margin-block: 100px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    list-style: none;
  }
  .header .header-navbar .collapse.myNavbar .menu li {
    padding-block: 5px;
  }
  .header .header-navbar .collapse.myNavbar .menu li a {
    font-size: 20px;
    font-weight: 600;
    color: #F18F1E;
    text-decoration: none;
  }
  .header .header-navbar .collapse.myNavbar .translate-container {
    text-align: center;
    margin-bottom: 50px;
  }
  .header .header-navbar .collapse.myNavbar .translate-container .navbar-nav-scroll {
    max-height: initial;
  }
}

.footer {
  display: flex;
  padding-block: 25px;
  align-items: flex-end;
  justify-content: space-between;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 37.48px;
}
.footer-container {
  background-color: #000000;
}
.footer .logo-prix-maroc {
  text-align: center;
}
.footer .logo-prix-maroc img {
  width: 160px;
  border-radius: 15px;
}
.footer .social-links ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
  list-style: none;
  justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
  .footer {
    gap: 15px;
    align-items: center;
    flex-direction: column;
  }
  .footer .logo-prix-maroc {
    order: 1;
  }
  .footer .social-links {
    order: 2;
  }
  .footer .text {
    order: 3;
  }
}

.parcipation-section {
  background-color: rgba(98, 44, 140, 0.07);
  color: #000000;
  padding: 2.5em 0;
}
@media (max-width: 768px) {
  .parcipation-section {
    padding-block: 30px;
  }
}
.parcipation-section .row:first-child {
  margin: 0px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.parcipation-section .row:first-child .title .description {
  font-weight: 700;
  color: #000000;
}
.parcipation-section .row:first-child .title {
  font-size: 49px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .parcipation-section .row:first-child .title {
    font-size: 35px;
    line-height: 50px;
  }
}
.parcipation-section .row:first-child .description {
  font-size: 25px;
  line-height: 35px;
  text-align: justify;
  padding-bottom: 1em;
}
@media (max-width: 768px) {
  .parcipation-section .row:first-child .description {
    font-size: 20px;
    line-height: 30px;
  }
}
.parcipation-section .row:first-child .btn-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
}
.parcipation-section .row:first-child .btn-container a {
  text-decoration: none;
  border-radius: 100px;
  padding: 6px 25px;
  font-weight: 700;
  color: #E25822;
  line-height: 37px;
  font-size: 17px;
}
@media (max-width: 768px) {
  .parcipation-section .row:first-child .btn-container a {
    line-height: 30px;
    font-size: 15px;
  }
}
.parcipation-section .row:first-child .btn-container a {
  font-weight: 600;
  background-color: #25A5DA;
  color: #ffffff;
}
.parcipation-section .row:first-child .btn-container a:nth-of-type(1) {
  background-color: #F18F1E;
  color: #ffffff;
}
.parcipation-section .row:first-child .img-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .parcipation-section .row:first-child .img-container .img {
    height: 310px;
    margin-top: 2em;
  }
}
.parcipation-section .row:first-child .cards-conainers {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  .parcipation-section .row:first-child .cards-conainers {
    margin-top: 5px;
  }
}
@media (max-width: 1200px) {
  .parcipation-section .row:first-child .cards-conainers {
    flex-wrap: wrap;
  }
}
.parcipation-section .row:first-child .cards-conainers .time-card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 120px;
  margin: 5px 5px;
  background-color: #FBAC48;
  border-radius: 14px;
  border: 6px solid #e0d5b4;
  border-image-slice: 1;
}
@media (max-width: 768px) {
  .parcipation-section .row:first-child .cards-conainers .time-card {
    margin-bottom: 15px;
    width: 100px;
    height: 100px;
  }
}
.parcipation-section .row:first-child .cards-conainers .time-card .number {
  font-weight: 700;
  font-size: 32px;
  color: #313A72;
}
@media (max-width: 768px) {
  .parcipation-section .row:first-child .cards-conainers .time-card .number {
    font-size: 25px;
  }
}
.parcipation-section .row:first-child .cards-conainers .time-card .text {
  font-weight: 400;
  font-size: 21px;
  color: #313A72;
  line-height: 39.35px;
}
@media (max-width: 768px) {
  .parcipation-section .row:first-child .cards-conainers .time-card .text {
    font-size: 17px;
    line-height: 25px;
  }
}
.parcipation-section .row:first-child .cards-conainers .time-card div {
  display: flex;
}
.parcipation-section .row:first-child .cards-conainers .time-card div:nth-of-type(1) {
  align-items: center;
  justify-content: end;
}

.discover-section {
  background-color: #2596D1;
}
.discover-section .separator {
  background-color: #2596D1;
  display: flex;
  height: 16px;
}
.discover-section .row {
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media (max-width: 768px) {
  .discover-section .row {
    padding-inline: 15px;
  }
}
.discover-section .video {
  width: 100%;
  border-radius: 20px;
}
.discover-section .side1 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .discover-section .side1 {
    justify-content: center;
    margin-bottom: 30px;
  }
}
.discover-section .side2 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.discover-section .side2 .title {
  color: #ffffff;
  font-weight: 700;
  font-size: 35px;
  margin-bottom: 10px;
}
.discover-section .side2 ul {
  color: #ffffff;
  font-weight: 400;
  font-size: 21px;
  line-height: 32px;
  text-align: justify;
}
.discover-section .side2 .description {
  color: #ffffff;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-align: justify;
}
@media only screen and (max-width: 576px) {
  .discover-section .side2 .description {
    text-align: initial;
  }
}

.our_pricing {
  background-color: #ffffff;
  padding: 5em 0;
}
@media only screen and (max-width: 768px) {
  .our_pricing {
    padding: 3em 0;
  }
}
.our_pricing .title-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.our_pricing .title-container .section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 35px;
}
@media only screen and (max-width: 992px) {
  .our_pricing .title-container .section-title {
    padding: 0 0;
  }
}
.our_pricing .title-container .section-title .title {
  color: #000000;
  font-size: 29px;
  font-weight: 700;
  margin-top: 0;
  text-transform: capitalize;
  line-height: 54px;
}
@media only screen and (max-width: 768px) {
  .our_pricing .title-container .section-title .title {
    font-size: 25px;
  }
}
.our_pricing .title-container .section-title .separator {
  width: 152px;
  border: 2.5px solid #FBAC48;
}
.our_pricing .card-containers {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.our_pricing .card-containers p.section-title {
  color: #FBAC48;
}
.our_pricing .card-containers .section-title p {
  padding: 0 10px;
  width: 70%;
  margin: auto;
  letter-spacing: 1px;
}
.our_pricing .card-containers .pricingTable {
  background: #FBAC48;
  color: #ffffff;
  margin-top: 30px;
  padding: 50px 15px;
  box-shadow: 0px 19px 43px 0px rgba(17, 17, 17, 0.05);
  perspective: 700px;
  position: relative;
  text-align: center;
  z-index: 1;
  border-radius: 45px;
  border-image-slice: 1;
}
@media only screen and (max-width: 480px) {
  .our_pricing .card-containers .pricingTable {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 992px) {
  .our_pricing .card-containers .pricingTable {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .our_pricing .card-containers .pricingTable {
    margin-bottom: 50px;
  }
}
.our_pricing .card-containers .pricingTable .icon {
  margin-bottom: 1.5rem;
}
.our_pricing .card-containers .pricingTable .icon img {
  width: 150px;
}
.our_pricing .card-containers .pricingTable .title {
  display: block;
  font-size: 37px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 1.5rem;
}
.our_pricing .card-containers .pricingTable .price-month {
  font-size: 16px;
  font-weight: 500;
  margin-top: 5px;
}
.our_pricing .card-containers .pricingTable .price-value {
  font-size: 37px;
  color: #ffffff;
  font-weight: 700;
  direction: ltr;
  unicode-bidi: embed;
}
@media only screen and (max-width: 768px) {
  .our_pricing .card-containers .pricingTable .price-value {
    font-size: 47px;
  }
}
.our_pricing .card-containers .pricingTable .price-value .value-bg {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: #313A72;
  font-weight: 600;
  font-size: 60px;
  line-height: 60px;
}
.our_pricing .card-containers .pricingTabletop {
  background-color: #63b135;
}
.our_pricing .card-containers .pricingTablemiddle {
  background-color: #F2706C;
}
.our_pricing .card-containers .pricingTablebottom {
  background-color: #6080BF;
}

.blog-section {
  margin-block: 70px;
}
.blog-section .item {
  align-items: stretch;
}
@media only screen and (max-width: 768px) {
  .blog-section .item {
    gap: 20px;
  }
}
.blog-section .item .content {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding-block: 10px;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  .blog-section .item .content.right {
    padding-left: 30px;
  }
  .blog-section .item .content.left {
    padding-right: 30px;
  }
}
.blog-section .item .content .title {
  font-size: 33px;
  font-weight: 700;
  line-height: 61px;
  margin-block: 0px 15px;
}
.blog-section .item .content .title[data-type=index_1] {
  color: #632C8D;
}
.blog-section .item .content .title[data-type=index_2] {
  color: #87BF3D;
}
.blog-section .item .content .title[data-type=index_3] {
  color: #f8ae3d;
}
.blog-section .item .content .title[data-type=index_4] {
  color: #6080BF;
}
.blog-section .item .content .title[data-type=index_5] {
  color: #55bce9;
}
.blog-section .item .content .description {
  font-size: 18px;
  font-weight: 400;
  line-height: 37px;
  text-align: justify;
}
.blog-section .item .content ul {
  list-style-type: square;
}
.blog-section .item .content ul li {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: justify;
}
.blog-section .item .content .btn {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  padding: 6px 40px;
  color: #ffffff;
  border-radius: 30px;
  background-color: #F2706C;
}
.blog-section .item #content_1 {
  background-image: url("./../images/background_1.svg");
}
.blog-section .item #content_2 {
  background-image: url("./../images/background_2.svg");
}
@media only screen and (min-width: 768px) {
  .blog-section .item .figure {
    overflow: hidden;
  }
  .blog-section .item .figure img {
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .blog-section .item .figure img {
    max-width: 100%;
    height: auto;
  }
}
.blog-section .item .left {
  order: 1;
}
.blog-section .item .right {
  order: 2;
}
@media only screen and (max-width: 768px) {
  .blog-section .item .content {
    order: 1;
  }
  .blog-section .item .figure {
    order: 2;
  }
}

.partners-section {
  margin: 20px 0px 20px 0px;
  padding: 60px 0px 60px 0px;
}
.partners-section .title-container {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 20px 0px 60px 0px;
}
.partners-section .title-container .title {
  color: #000000;
  font-weight: 700;
  font-size: 37px;
  padding: 10px;
  position: relative;
}
.partners-section .title-container .title:after {
  content: "";
  width: 150px;
  height: 5px;
  background-color: #A7174C;
  position: absolute;
  display: block;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.partners-section .multiple-items img {
  width: 100%; /* Ensure images take up full width */
  height: auto;
}
.partners-section .multiple-items .slick-track {
  display: flex;
  align-items: center;
  justify-content: center;
}
.partners-section .multiple-items {
  width: 100%; /* Ensure the slider has width */
  max-width: 1200px; /* You can set a max-width if needed */
  margin: 0 auto; /* Center the carousel */
}

.membres-section .section-title {
  text-align: center;
}
.membres-section .section-title .title {
  font-size: 40px;
  font-weight: 700;
  position: relative;
  margin-bottom: 30px;
}
.membres-section .section-title .title:after {
  content: "";
  width: 150px;
  height: 5px;
  background-color: #63b135;
  position: absolute;
  display: block;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.membres-section .membres {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .membres-section .membres {
    flex-direction: column;
  }
}
.membres-section .membres .category {
  display: flex;
  align-items: center;
  justify-content: center;
}
.membres-section .membres .category .category-title {
  font-size: 35px;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .membres-section .membres .category .category-title {
    font-size: 30px;
  }
}
.membres-section .membres .category-indice-1 img {
  border: 5px solid #ed6b69;
}
.membres-section .membres .category-indice-1 .category-title {
  color: #ed6b69;
}
.membres-section .membres .category-indice-2 img {
  border: 5px solid #36b7ac;
}
.membres-section .membres .category-indice-2 .category-title {
  color: #36b7ac;
}
.membres-section .membres .category-indice-3 img {
  border: 5px solid #f8ae3d;
}
.membres-section .membres .category-indice-3 .category-title {
  color: #f8ae3d;
}
.membres-section .membres .category-indice-4 img {
  border: 5px solid #6080BF;
}
.membres-section .membres .category-indice-4 .category-title {
  color: #6080BF;
}
.membres-section .membres .category-indice-5 img {
  border: 5px solid #55bce9;
}
.membres-section .membres .category-indice-5 .category-title {
  color: #55bce9;
}
.membres-section .membres .membre-item {
  text-align: center;
  padding: 25px 20px;
  margin-bottom: 24px;
}
.membres-section .membres .membre-item .figure {
  margin-bottom: 20px;
}
.membres-section .membres .membre-item .figure img {
  object-fit: cover;
  object-position: center;
  height: 180px;
  width: 180px;
  border-radius: 90px;
  padding: 5px;
}
.membres-section .membres .membre-item .name {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 10px;
  color: #101828;
}
.membres-section .membres .membre-item .profile {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
  color: #22B286;
}
.membres-section .membres .membre-item .category {
  font-size: 13px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 10px;
  color: #101828;
}
.membres-section .membres .membre-item .description {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
  color: #667085;
}
.membres-section .membres .membre-item .description .load-more {
  cursor: pointer;
  font-size: 16px;
  color: black;
  font-weight: 500;
  color: #63b135;
}
.membres-section .membres .membre-item .description .load-less {
  cursor: pointer;
  font-size: 16px;
  color: black;
  font-weight: 500;
  color: #63b135;
}
.membres-section .membres .membre-item ul.link {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.membres-section .membres .membre-item ul.link li a {
  color: #667085;
}
.membres-section .membres .membre-item ul.link li a i.fa {
  font-size: 24px;
}

.contact-section {
  padding: 3em 0;
  color: #000000;
  background: #F8F8F8;
}
@media only screen and (max-width: 768px) {
  .contact-section {
    padding-inline: 15px;
  }
}
.contact-section .section-title {
  text-align: center;
}
.contact-section .section-title .title {
  font-size: 40px;
  font-weight: 700;
  position: relative;
  margin-bottom: 30px;
}
.contact-section .section-title .title:after {
  content: "";
  width: 150px;
  height: 5px;
  background-color: #63b135;
  position: absolute;
  display: block;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.contact-section .section-title .description {
  color: #717171;
  font-size: 20px;
  font-weight: 500;
}
.contact-section .contact-details {
  padding-block: 50px;
  border-radius: 7px;
  background-color: #ffffff;
}
.contact-section .contact-details .row {
  height: 100%;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .contact-section .contact-details .row {
    gap: 50px;
  }
}
.contact-section .contact-details .contact-card {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 7px;
}
.contact-section .contact-details .contact-card .icon {
  background: linear-gradient(180deg, #86BE3D 0%, #3E581C 100%);
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 20px;
}
.contact-section .contact-details .contact-card .label {
  font-size: 20px;
  font-weight: 500;
  color: #57277C;
}
.contact-section .contact-details .contact-card .value {
  font-size: 20px;
  font-weight: 700;
  color: #57277C;
}
.contact-section .contact-details .contact-card .value a {
  color: #57277C;
  text-decoration: none;
}
.contact-section .image-container {
  height: 100%;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}
.contact-section .image-container img {
  width: 2018;
}
.contact-section .image-container:after {
  content: "";
  width: 160px;
  height: 100px;
  background-image: url("../images/letter_send 1.png");
  background-size: cover;
  position: absolute;
  bottom: 30px;
  right: 50px;
  transform: rotate(-10deg);
}
.contact-section .container-info {
  height: 100%;
  padding: 30px;
  border-radius: 7px;
  background: #63b135;
}
.contact-section .container-info .info-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 42px;
  color: #ffffff;
}
.contact-section .container-info .info-subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 30px;
  color: #C9C9C9;
}
.contact-section .container-info .detail {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 15px;
  color: #ffffff;
}
.contact-section .container-info .detail .fa {
  width: 20px;
  margin-right: 10px;
}

/* ************************** signup page ************************ */
html[dir=rtl] #signup .step-3 .accordion-item {
  border: 1px solid #45BCE7;
}
html[dir=rtl] #signup .step-3 .accordion-item .title {
  text-align: right;
}

html[dir=ltr] #signup .step-3 .accordion-item {
  border: 1px solid #45BCE7;
}
html[dir=ltr] #signup .step-3 .accordion-item .title {
  text-align: left;
}

#signup .step-3 .accordion-item .title {
  font-size: 15px;
}

/* ************************** signup page ************************ *//*# sourceMappingURL=home.css.map */