@charset "UTF-8";

/* ==========================================================
! 1. Fonts Section
========================================================== */
@font-face {
  font-family: "IBM_Regular";
  src: url("../fonts/IBMPlexSansArabic-Regular.ttf");
}
@font-face {
  font-family: "IBM_Medium";
  src: url("../fonts/IBMPlexSansArabic-Medium.ttf");
}
@font-face {
  font-family: "IBM_SemiBold";
  src: url("../fonts/IBMPlexSansArabic-SemiBold.ttf");
}
@font-face {
  font-family: "IBM_Bold";
  src: url("../fonts/IBMPlexSansArabic-Bold.ttf");
}
/* ==========================================================
! 2. General Section
========================================================== */
html {
  scroll-behavior: smooth;
}

body {
  height: 100%;
  font-family: "IBM_Regular";
  font-size: 16px;
  overflow-x: hidden;
  background-color: #fff;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none !important;
}

.logo-dark {
  display: none;
}

.section-title {
  padding: 0 0 40px 0;
  text-align: center;
}

.section-title h2 {
  font-weight: 700;
  font-size: 36px;
  color: #183B56;
  margin-top: 0;
  margin-bottom: 15px;
}

.section-title p {
  font-family: "IBM_Regular";
  font-size: 16px;
  color: #A3BBCC;
  max-width: 800px;
  margin: 0 auto;
}

.section-title .line {
  background-color: #D8D8D8;
  width: 70px;
  height: 2px;
  display: block;
  margin: 20px auto 0;
}

.btn-custom {
  border-radius: 10px;
  font-weight: 500;
  font-size: 15px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 13px 20px;
  min-width: 200px;
  display: inline-block;
  text-align: center;
}

.btn-custom.primary {
  background-color: #000;
  color: #fff;
  -webkit-box-shadow: 0 20px 40px rgba(68, 183, 186, 0.15);
  box-shadow: 0 20px 40px rgba(68, 183, 186, 0.15);
}

.btn-custom.blue {
  background-color: #324D9C;
  color: #fff;
}

.titles {
  text-align: center;
}

.titles h2 {
  font-weight: 700;
  font-size: 35px;
  color: #000000;
  -webkit-box-shadow: 0 9px #192342;
  box-shadow: 0 9px #192342;
  display: inline-block;
  margin-bottom: 1.5rem;
  font-weight: 700;
}

.titles h3 {
  font-family: "IBM_Regular";
  font-size: 16px;
  color: #fff;
}

/* ==========================================================
    ! 3. Header
    ========================================================== */
.fixed-header header.main-header {
  position: fixed !important;
  top: 0;
  right: 0;
  left: 0;
  z-index: 22222;
  padding: 10px 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.09);
}

header.main-header {
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.09);
  padding: 20px 0;
  position: relative;
  z-index: 100;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

header.main-header.inside-header {
  position: relative;
  background-color: #fafbfe;
  padding: 10px 0;
  -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.03);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.03);
}

header.main-header.inside-header .sign ul li {
  border-left: 1px solid #99A6CE;
}

header.main-header.inside-header .sign ul li:last-child {
  border: 0;
}

header.main-header .inner-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header.main-header .inner-header .logo {
  max-width: 100px;
}

header.main-header .inner-header .logo img {
  width: 100%;
}

header.main-header .inner-header .nav-links nav .nav-items {
  list-style: none;
}

header.main-header .inner-header .nav-links nav .nav-items>li {
  position: relative;
  font-weight: 500;
  display: inline-block;
  color: #000;
  font-size: 15px;
  padding: 0 15px;
}

header.main-header .inner-header .nav-links nav .nav-items>li a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

header.main-header .inner-header .nav-links nav .nav-items>li.active a {
  font-weight: 500;
  color: #000;
}

header.main-header .inner-header .nav-links nav .nav-items>li.active::after {
  content: " ";
  display: block;
  width: 100%;
  background-color: #000;
  height: 2px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

header.main-header .sign ul {
  list-style: none;
}

header.main-header .sign ul>li {
  position: relative;
  font-weight: 500;
  display: inline-block;
  color: #1B3582;
  font-size: 15px;
  padding: 0 15px;
}

header.main-header .sign ul>li a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

header.main-header .sign ul>li a.myaccount {
  color: #1B3582;
  outline: none;
}

header.main-header .sign ul>li.call {
  font-family: "IBM_Regular";
}

header.main-header .sign ul>li.call a {
  color: #fff;
  background: #000;
  min-width: 175px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

header.main-header .sign ul>li.lang .nice-select {
  background-color: transparent;
  border: none;
  color: #1B3582 !important;
  font-size: 16px;
  padding-right: 18px;
  padding-left: 30px;
  text-align: right;
  float: none !important;
}

header.main-header .sign ul>li.lang .nice-select ul li {
  display: block;
}

header.main-header .sign ul>li.lang .nice-select .list {
  width: 100%;
  min-width: 150px;
}

header.main-header .sign ul>li.lang .nice-select .option {
  text-align: right;
  color: #000000;
}

header.main-header .sign ul>li.lang .nice-select .option:hover,
header.main-header .sign ul>li.lang .nice-select .option.focus,
header.main-header .sign ul>li.lang .nice-select .option.selected.focus {
  background-color: transparent;
  font-weight: normal;
}

header.main-header .sign ul>li.lang .nice-select::after {
  border-bottom-color: #ffffff;
  border-right-color: #ffffff;
}

header.main-header .sign ul>li::after {
  content: " ";
  width: 1px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: -15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-left: 2px dotted #ffffff;
}

header.main-header .sign ul>li:last-child {
  margin-left: 0;
}

header.main-header .sign ul>li:last-child::after {
  display: none;
}

@media (max-width: 567px) {
  header.main-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.03);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.03);
  }
}

#m-menu {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(28, 28, 28, 0.8);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  z-index: 2222222;
  opacity: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

#m-menu.active {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
}

#m-menu .toggle-nav {
  position: absolute;
  top: 20px;
  left: 30px;
  cursor: pointer;
}

#m-menu .toggle-nav .fa {
  color: #fff;
  font-size: 16px;
}

#m-menu .toggle-nav span {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #fff;
  margin-bottom: 5px;
  border-radius: 5px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

#m-menu .toggle-nav span:nth-child(2) {
  width: 14px;
}

#m-menu .toggle-nav.active span:nth-child(2) {
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
  opacity: 0;
}

#m-menu .toggle-nav.active span:nth-child(1) {
  -webkit-transform: rotateY(180deg) rotateZ(45deg) translate(11px, 10px);
  transform: rotateY(180deg) rotateZ(45deg) translate(11px, 10px);
}

#m-menu .toggle-nav.active span:nth-child(3) {
  -webkit-transform: rotateY(-180deg) rotateZ(-45deg) translate(0px, 0px);
  transform: rotateY(-180deg) rotateZ(-45deg) translate(0px, 0px);
}

#m-menu .nav-items {
  width: 30% !important;
  height: 100%;
  min-height: 100vh;
  display: block;
  margin: 3rem auto;
  text-align: center;
}

#m-menu .nav-items li {
  position: relative;
  font-family: "IBM_Regular";
  display: block;
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

#m-menu .nav-items li:last-child::after {
  display: none;
}

#m-menu .nav-items li:last-child .btn-custom.primary {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#m-menu .nav-items li a {
  padding: 15px 1rem;
  display: block;
  color: inherit;
}

#m-menu .nav-items li::after {
  content: " ";
  width: 0%;
  display: block;
  background: #fff;
  height: 4px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

#m-menu .nav-items li:hover {
  color: #fff;
}

#m-menu .nav-items li:hover::after {
  width: 100%;
}

@media (max-width: 567px) {
  #m-menu .nav-items {
    width: 50% !important;
    margin: 7rem ​auto;
  }
}

@media (min-width: 1200px) {
  header .toggle-nav {
    display: none;
  }
}

@media (max-width: 1200px) {

  header nav,
  header .sign ul {
    display: none;
  }

  header .toggle-nav {
    margin-top: 0;
    line-height: 0;
  }

  header .toggle-nav .toggle-btn {
    background: none;
    border: none;
    outline: 0;
  }

  header .toggle-nav .toggle-btn span {
    display: block;
    width: 22px;
    height: 2px;
    background-color: #000;
    margin-bottom: 5px;
    border-radius: 5px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }

  header .toggle-nav .toggle-btn span:nth-child(2) {
    width: 14px;
  }

  header .toggle-nav .toggle-btn.active span:nth-child(2) {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }

  header .toggle-nav .toggle-btn.active span:nth-child(1) {
    -webkit-transform: rotateY(180deg) rotateZ(45deg) translate(11px, 10px);
    transform: rotateY(180deg) rotateZ(45deg) translate(11px, 10px);
  }

  header .toggle-nav .toggle-btn.active span:nth-child(3) {
    -webkit-transform: rotateY(-180deg) rotateZ(-45deg) translate(0px, 0px);
    transform: rotateY(-180deg) rotateZ(-45deg) translate(0px, 0px);
  }

  header .toggle-nav .mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    -webkit-transform: translateX(270px);
    transform: translateX(270px);
    -webkit-box-shadow: 5px 0 25px rgba(0, 0, 0, 0.25);
    box-shadow: 5px 0 25px rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
  }

  header .toggle-nav .mobile-menu .mobile-menu-items {
    background-color: #ffffff;
    margin: 0;
    width: 270px;
    height: 100%;
    overflow: auto;
    list-style: none;
    padding: 0;
  }

  header .toggle-nav .mobile-menu-items li {
    padding: 15px 23px;
    border-bottom: 1px solid #f1f1f1;
    font-family: "IBM_Regular";
    color: #3C2663;
    font-size: 16px;
    line-height: 19px;
    text-align: right;
  }

  header .toggle-nav .mobile-menu-items li a {
    color: inherit;
    text-decoration: none;
  }

  header .toggle-nav .mobile-menu-items li a.myaccount i {
    margin-left: 10px;
  }

  header .toggle-nav .mobile-menu-items li.lang .nice-select {
    float: none;
    text-align: right !important;
  }

  header .toggle-nav .mobile-menu-items li.lang .nice-select .list {
    width: 100%;
  }

  header .toggle-nav .mobile-menu.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
  }
}

/* ==========================================================
  ! 3. New Sections
========================================================== */
.main-section {
  position: relative;
  margin: 30px 0 50px 0;
  padding: 30px 30px;
  border-radius: 15px;
  background-color: #F8FAFF;
}

.main-section .shapes {
  position: absolute;
  top: -12%;
  opacity: .7;
}

.main-section .shapes img {
  max-width: 80%;
  display: block;
}

.main-section .section-info {
  position: relative;
  z-index: 2;
  top: -15px;
}

.main-section .section-info h1 {
  color: #000;
  font-weight: 700;
  font-size: 35px;
  margin-bottom: 30px;
}

.main-section .section-info p {
  font-weight: 500;
  color: #000;
  font-size: 16px;
  line-height: 30px;
}

.main-section .section-info .download-app {
  margin-top: 30px;
}

.main-section .section-info .download-app p {
  font-weight: 700;
  color: #000;
  font-size: 16px;
}

.main-section .section-info .download-app a {
  display: inline-block;
  margin-left: 5px;
}

.main-section .section-info .download-app img {
  max-width: 170px;
}

.main-section .section-vector {
  position: relative;
    z-index: 2;
    /* height: 300px; */
    max-width: 380px;
    margin-right: auto;
}


.main-section .section-vector img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  border-radius: 14px;
}

.about-wrapper {
  /* margin-top: 200px; */
  background-color: #F8FAFF;
  border-radius: 15px;
  padding: 80px 30px 30px;
}

.about-wrapper .about-info h2 {
  color: #000;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 30px;
}

.about-wrapper .about-info p {
  font-weight: 500;
  color: #000;
  font-size: 16px;
  line-height: 30px;
}

.about-wrapper .about-vector img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.our-features {
  padding: 70px 0 0;
}

.our-features .title {
  text-align: center;
  margin-bottom: 50px;
}

.our-features .title h2 {
  font-weight: 700;

  font-size: 30px;
}

.our-features .feature-item {
  padding: 30px 20px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  -webkit-box-shadow: 20px 20px 45px rgba(17, 17, 17, 0.06);
  box-shadow: 20px 20px 45px rgba(17, 17, 17, 0.06);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-align: center;
}

.our-features .feature-item .icon {
  border-radius: 19px;
    width: 130px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.our-features .feature-item .icon svg {
  width: 50px;
  height: 50px;
}

.our-features .feature-item .icon.bg-1 {
  background: rgba(163, 144, 215, 0.13);
  fill: rgba(163, 144, 215, 1);
}

.our-features .feature-item .icon.bg-1 svg {
  fill: rgba(163, 144, 215, 1);
}

.our-features .feature-item .icon.bg-2 {
  background: rgba(118, 199, 245, 0.13);
  stroke: rgba(118, 199, 245, 1);
}
.our-features .feature-item .icon.bg-2 svg path {
  stroke: rgba(118, 199, 245, 1);
}

.our-features .feature-item .icon.bg-3 svg path {
  fill: rgba(68, 234, 162, 1);
}

.our-features .feature-item .icon.bg-3 {
  background: rgba(0, 0,0,0.12);
  fill: rgba(86, 13, 196, 1);
}

.our-features .feature-item .icon img {
  max-width: 50px;
}

.our-features .feature-item h3 {
  font-weight: 700;
  font-size: 17px;
  color: #000;
  margin-bottom: 10px;
}

.our-features .feature-item p {
  font-weight: 500;
  color: #000000;
  font-size: 15px;
}

.explore-app {
  background-color: #000;
  padding: 60px 30px 60px;
  position: relative;
  margin-top: 100px;
  scroll-margin-top: 120px;
  border-radius: 25px;
  margin-bottom: 50px;
  overflow: hidden;
}

.explore-app .explore-info {
  text-align: center;
}

.explore-app h2 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 700;
}

.explore-app p {
  color: #fff;
  font-size: 16px;
}

.explore-app .download-app {
  margin-top: 30px;
}

.explore-app .download-app a {
  position: relative;
  /* display: inline-block; */
  margin-left: 20px;
  border-radius: 50px;
  
}

.explore-app .download-app img {
  max-width: 170px;
  /* background-color: #fff; */
  border-radius: 6px;
  object-fit: cover;
}

.explore-app .explore-vector {
  position: absolute;
  top: 50%;
  left: -30%;
  transform: translateY(-55%);
}

.explore-app .explore-vector img {
  width: 300px;
  display: block;
  margin: 0 auto;
  opacity: .5;
  /* filter: invert(1) brightness(100); */
}

.main-footer {
  padding: 30px 0;
}

.main-footer .links li {
  display: inline-block;
}

.main-footer .links li a {
  font-weight: 500;
  color: #000;
  font-size: 15px;
  padding: 0 5px;
}

.main-footer .copyrights {
  text-align: center;
}

.main-footer .copyrights p {
  font-weight: 500;
  margin-bottom: 0;
  font-size: 13px;
  color: #000;
}

.main-footer .copyrights p a {
  font-weight: 500;
  color: #000;
}

.main-footer .payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  direction: ltr;
  margin-top: 10px;
}

.main-footer .payment li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background-color: #F8FAFF;
  text-align: center;
  line-height: 40px;
  margin: 0 10px 0 0;
}

.main-footer .payment li img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  width: 30px;
  object-fit: cover;
}

@media (max-width: 767px) {
  header.main-header {
    padding: 10px 16px 10px 10px;
  }

  .main-section {
    margin-top: 80px;
    padding: 40px 0 30px;
  }

  .main-section .section-info h1 {
    margin-top: 20px;
  }

  .main-section .section-info .download-app {
    display: block;
  }

  .main-section .download-app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px !important;
  }

  .main-section .download-app img {
    max-width: 130px !important;
  }

  .main-section .section-vector {
    max-width: 340px;
    margin: 50px auto 30px;
    height: auto;
  }

  .explore-app p {
    font-size: 14px;
  }

  .main-section .section-info h1 {
    font-size: 30px;
  }

  .main-section .section-info p {
    font-size: 14px;
  }

  .about-wrapper {
    padding: 40px 30px 30px;
  }

  .our-features {
    padding-bottom: 0;
  }

  .our-features .title {
    margin-bottom: 20px;
  }

  .our-features .feature-item {
    margin-bottom: 30px;
  }

  .explore-app {
    padding: 50px 20px;
    margin-top: 0;
  }

  .explore-app .download-app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px !important;
    justify-content: flex-start;
  }

  .explore-app .download-app img {
    max-width: 130px !important;
  }


  .main-footer {
    text-align: center;
  }

  .main-footer .links {
    padding: 20px 0;
  }

  .main-footer .copyrights {
    padding: 20px 0;
    text-align: center;
  }

  .main-footer .payment {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/* ==========================================================
  ! 3. Big Section
========================================================== */
.pageTitle {
  background-color: #000;
  padding: 100px 0;
  margin-bottom: -65px;
  text-align: center;
}

.pageTitle h2 {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
}

.pageTitle .breadcrumb {
  background-color: transparent;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 13px;

}

.pageTitle .breadcrumb a {
  color: #fff;
  font-weight: 400;
}

.pageTitle .breadcrumb .breadcrumb-item.active {
  color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #fff;
  content: " - ";
}

.pageContentWrap {
  padding-bottom: 50px;
}

.main-card {
  border: 1px solid #EDEFF7;
  -webkit-box-shadow: 0 18px 40px rgba(163, 175, 206, 0.2);
  box-shadow: 0 18px 40px rgba(163, 175, 206, 0.2);
}

.main-card .card-header {
  background-color: #E7EBE7;
  border-color: #E7EBE7;
  padding: 25px 20px;
}

.main-card .card-header .num {
  color: #000;
}

.main-card .card-header {
  color: #000000;
  font-size: 16px;
}

.main-card .form-group {
  margin-bottom: 30px;
}

.main-card .form-group label {
  font-size: 17px;
  color: #000;
}


.main-card .inputWrap {
  position: relative;
  /* padding-right: 30px; */
}

.main-card .inputWrap .icon {
  position: absolute;
  top: 15px;
  right: 16px;
  z-index: 2;
  /* -webkit-transform: translateY(-50%); */
  /* transform: translateY(-50%); */
}

.main-card .inputWrap .toggle-password {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  font-size: 16px;
  height: 100%;
  line-height: 60px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-card .inputWrap .icon img {
  max-width: 15px;
}

.main-card .form-group input {
  font-size: 16px;
  border: 0;
  background-color:  #F5F7F9;
  color: #838383;
  text-align: center;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 50px;
  border: 1px solid #E7E5EA;
}
.main-card .form-group input::placeholder,
.main-card .form-group input::-moz-placeholder{
  font-size: 16px;
  font-weight: 400;
}
.main-card .select2-container {
  max-width: 100%;
  width: 100% !important;
}

.main-card .select2-container--default .select2-selection--single {
  border: 0;
  background-color:  #F5F7F9;
  color: #838383;
  text-align: center;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #eff1f4;
  border-radius: 4px;
}
.select2-dropdown,
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #eff1f4;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #6c757d;
  line-height: 50px;
  font-size: 14px;
}

.select2-container .select2-selection--single {
  height: 50px;
}

.main-card .uploadWrap .dropify-wrapper .dropify-message span.file-icon {
  color: #000;
}

.main-card .labelNote {
  display: block;
  color: #000;
  font-size: 12px;
}

.dropify-wrapper .dropify-message p {
  font-family: "IBM_Regular";
  font-size: 12px;
}

.dropify-wrapper {
  background-color: #F8FAFF;
  border: 1px dashed #8193AE;
  border-radius: 5px;
  margin-top: 20px;
}

.submit-button {
  text-align: left;
  margin-top: 30px;
}

.submit-button button {
  background-color: #000;
  color: #fff;
  -webkit-box-shadow: 0 18px 40px rgba(107, 183, 134, 0.10);
  box-shadow: 0 18px 40px rgba(107, 183, 134, 0.10);
  border: 0;
  padding: 15px;
  border-radius: 3px;
  width: 100%;
}

.mockup img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.content {
  text-align: center;
  padding: 50px 0;
}

.content h3 {
  color: #000;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 15px;
  font-weight: 700;
}

.content p {
  color: #000;
  font-size: 15px;
  margin-bottom: 30px;
}

.content a {
  background-color: #000;
  color: #fff;
  -webkit-box-shadow: 0 18px 40px rgba(107, 183, 134, 0.10);
  box-shadow: 0 18px 40px rgba(107, 183, 134, 0.10);
  border: 0;
  padding: 15px 40px;
  border-radius: 3px;
  font-size: 13px;
  min-width: 200px;
}

/*End*/
/*--------------------- Loading ---------------------*/
#loading {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999;
  margin-top: 0px;
  top: 0px;
}

#loading img {
  max-width: 150px;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  right: 50%;
}

div.cssload-content {
  margin: auto;
  display: box;
  display: -o-box;
  display: -ms-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  box-orient: vertical;
  -o-box-orient: vertical;
  -ms-box-orient: vertical;
  -webkit-box-orient: vertical;
  box-direction: normal;
  -o-box-direction: normal;
  -ms-box-direction: normal;
  -webkit-box-direction: normal;
  flex-direction: column;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -moz-flex-direction: column;
  box-align: center;
  -o-box-align: center;
  -ms-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  box-pack: center;
  -o-box-pack: center;
  -ms-box-pack: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}

/*******************************/
.login-register-popup .modal-body {
  background-color: #FAFBFE;
  border-color: #FAFBFE;
  border-radius: 8px;
  padding: 1rem 3rem;
}

.login-register-popup .nav-tabs {
  border-bottom: 0;
  margin-bottom: 1rem;
}

.login-register-popup .nav-tabs .nav-item {
  width: 49%;
  text-align: center;
}

.login-register-popup .nav-tabs .nav-item .nav-link {
  font-weight: 700;
  font-size: 16px;
  color: #AAAAAA;
  border-bottom: 2px solid transparent;
}

.login-register-popup .nav-tabs .nav-item .nav-link.active {
  border: 0;
  background-color: transparent;
  color: #324D9C;
  border-bottom: 2px solid #324D9C;
}

.login-register-popup .input-item {
  margin-bottom: 20px;
}

.login-register-popup .input-item label {
  font-weight: 500;
  font-size: 15px;
  color: #183B56;
  margin-bottom: 13px;
  display: block;
}

.login-register-popup .input-item input[type="text"] {
  width: 100%;
  border-radius: 6px;
  outline: none;
  padding: 10px 15px;
  font-weight: 500;
  background-color: #fff;
  border: 1px solid #E5EAF4;
  font-size: 15px;
}

.login-register-popup .input-item input[type="text"]::-webkit-input-placeholder,
.login-register-popup .input-item input[type="text"]:-ms-input-placeholder,
.login-register-popup .input-item input[type="text"]::-ms-input-placeholder {
  font-weight: 500;
  font-size: 15px;
}

.login-register-popup .input-item input[type="text"]::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 15px;
  font-weight: 500;
  font-size: 15px;
}

.login-register-popup .input-item input[type="text"]:-ms-input-placeholder,
.login-register-popup .input-item input[type="text"]::-ms-input-placeholder,
.login-register-popup .input-item input[type="text"]:-ms-input-placeholder {
  font-weight: 500;
  font-size: 15px;
}

.login-register-popup .input-item input[type="text"]:-ms-input-placeholder,
.login-register-popup .input-item input[type="text"]::-ms-input-placeholder,
.login-register-popup .input-item input[type="text"]::-ms-input-placeholder {
  font-weight: 500;
  font-size: 15px;
}

.login-register-popup .input-item input[type="text"]:-ms-input-placeholder,
.login-register-popup .input-item input[type="text"]::-ms-input-placeholder,
.login-register-popup .input-item input[type="text"]::placeholder {
  font-weight: 500;
  font-size: 15px;
}

.login-register-popup .input-item input[type="submit"] {
  background-color: #324D9C;
  border: 0;
  color: #EDF4F9;
  font-weight: 700;
  font-size: 16px;
  padding: 15px;
  border-radius: 8px;
  width: 100%;
}

.login-register-popup .forget-password {
  font-size: 12px;
  color: #324D9C;
}

.login-register-popup .login-more-option {
  position: relative;
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
}

.login-register-popup .login-more-option span {
  position: absolute;
  left: 50%;
  top: 0;
  background: #FAFBFE;
  width: 100px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  color: #575a5b;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.login-register-popup .login-input a {
  background-color: #EBEDF5;
  border-color: #EBEDF5;
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  color: #87A0B4;
}

.login-register-popup .login-input a img {
  float: right;
}

.login-register-popup .registerNow {
  font-size: 14px;
  color: #919191;
  font-weight: 500;
}

.login-register-popup .registerNow span {
  color: #324D9C;
}

.dropify-wrapper input {

  height: 100% !important;

}

.contact-us {
  background-color: #F8FAFF;
  padding: 50px 30px 50px;
  border-radius: 20px;
  position: relative;
}

.contact-us .title {
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
}

.contact-us .text-danger {
  font-size: 10px;
}

.contact-us form {
  max-width: 800px;
    margin: 0 auto;
}
.contact-us input.form-control {
  height: 53px;
  border: 1px solid #eff1f3;
  font-size: 14px;
  font-weight: 400;
  outline: none;
  box-shadow: none;
  border-radius: 10px;
}

.contact-us input.form-control::placeholder {
  color: #495057;
  opacity: 0.8;
}

.contact-us textarea {
  border: 1px solid #eff1f3;
  font-size: 14px;
  font-weight: 400;
  outline: none;
  box-shadow: none;
  border-radius: 10px;
  padding: 15px 12px;
}

.contact-us .form-control::placeholder {
  font-size: 14px;
  font-weight: 400;
}

.contact-us .SendButton {
  font-weight: 500;
  font-size: 15px;
  background-color: #000;
  border-color: #000;
  padding: 15px;
  color: #fff;
  border-radius: 10px;
}

.form-control:focus {
  box-shadow: none;
  border-color: #eff1f3;
}

label.error {
  font-size: 10px !important;
  color: red !important;
}


.selectWrap {
  position: relative;
}

.selectWrap label.error {
  position: absolute;
  bottom: -30px;
z-index: 22;
}

@media(max-width: 576px) {
  .pageTitle {
    padding: 110px 0 40px;
    margin-bottom: -40px;
  }
  .pageTitle h2 {
    font-size: 25px;
  }
  .main-section .section-info  {
    top: 0;
    text-align: center;
  }

  .pageTitle .breadcrumb {
    margin-top: 0px;
    margin-bottom: 10px;

  }

  .thanks-page {
    margin-top: 120px;
  }
  .thanks-page .content h3 {
    font-size: 20px;
    color: #000;
  }
  .thanks-page .content p {
    font-family: "IBM_Regular";
    font-size: 14px;
  }
  .thanks-page .content a {
    padding: 14px 20px;
    border-radius: 3px;
    font-size: 12px;
    min-width: 200px;
  }

 
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;

  transform: translateY(-50%);
}
.select2-results__option {
  padding: 10px;
  font-size: 14px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #000;
  color: white;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-size: 13px;
}

/* Loading  */

#loader-modal {
  display: block;
  position: fixed;
  z-index: 100000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  display: none;
}

#loader-modal #loader-modal-content {
  background:#000;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  transform: translate(-50%,-50%);
  padding: 10px;
  border-radius: 4px;
  font-size: 14px;
}



.privacy-policy {
  padding: 50px 0 100px;
}

.privacy-policy h1,
.privacy-policy h2 {
  color: #000;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
}

.privacy-policy p {
  font-size: 14px;
  line-height: 26px;
}

.privacy-policy ol {
  margin-bottom: 20px;
  list-style-type: decimal;
}

.privacy-policy ol li {
  padding: 0 5px 10px 5px;
}

.custom-alert {
  color: #ffffff;
  background-color: #00886a;
  border-color: #00886a;
  border-radius: 15px;
  position: fixed;
  top: 12px;
  left: 12px;
  width: 300px;
  text-align: right;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJPdXRsaW5lIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgZmlsbD0iI2ZmZiI+PHBhdGggZD0iTTIyLjMxOSw0LjQzMSw4LjUsMTguMjQ5YTEsMSwwLDAsMS0xLjQxNywwTDEuNzM5LDEyLjlhMSwxLDAsMCwwLTEuNDE3LDBoMGExLDEsMCwwLDAsMCwxLjQxN2w1LjM0Niw1LjM0NWEzLjAwOCwzLjAwOCwwLDAsMCw0LjI1LDBMMjMuNzM2LDUuODQ3YTEsMSwwLDAsMCwwLTEuNDE2aDBBMSwxLDAsMCwwLDIyLjMxOSw0LjQzMVoiLz48L3N2Zz4K) !important;
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 95%;
  padding-right: 40px;

}


.text-danger {
  color: red !important;
}



/* ITI */
.iti {
  min-width: auto;
  width: 100%;
  /* width: calc(100% - 41px); */
}

.iti__country-list {
  left: 0;
  border: 1px solid #f0f2f5;
  box-shadow: 3px 1px 15px 3px hsl(0deg 0% 93% / 80%);
  border-radius: 8px;
}

/* .iti__country.iti__standard {
  display: none;
} */

.iti__arrow {
  background-size: 47%;
}

.iti__selected-flag {
  padding-left: 10px;
}