/*-----------------------
    Fonts
-------------------------*/
@font-face {
  font-family: 'Cairo-Regular';
  src: url('../fonts/Cairo-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Cairo-Medium';
  src: url('../fonts/Cairo-Medium.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Cairo-Bold';
  src: url('../fonts/Cairo-Bold.ttf');
  font-weight: normal;
  font-style: normal;
}
/* width */
::-webkit-scrollbar {
    width: 0px !important;
}

/* Track */
::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: transparent;
}
body.login{
    background: #fff;
}
body{
    background: #f4f7fe;
     vertical-align: baseline;
    line-height: 26px;
    font-weight: 400;
    overflow-x: hidden !important;
  font-family: 'Cairo-Regular';
}
@media screen and (min-width: 576px) {
    .halfcontainer {
      margin-right: 0;
    }
  }
  @media screen and (min-width: 768px) {
    .halfcontainer {
      margin-right: 0;
    }
  }
  @media screen and (min-width: 992px) {
    .halfcontainer {
      margin-right: calc((100% - 960px) / 2);
    }
  }
  @media screen and (min-width: 1200px) {
    .halfcontainer {
      margin-right: calc((100% - 1140px) / 2);
    }
  }
  @media screen and (min-width: 1400px) {
    .halfcontainer {
      margin-right: calc((100% - 1320px) / 2);
    }
  }
.no-pading{
    padding:0 !important;
}
.pt-80
{
  padding-top: 80px !important;
}
.cardLogin
{
  padding: 0 59px;
}
.LoginContent
{
    background: rgba(2, 187, 218, 1) url(../images/loginBg.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size:90%;
    padding: 80px 0 0 0;
    min-height: 700px
}
.LoginContent img
{
  height: 65px;
  margin-bottom: 50px;
}
.LoginContent h3{
  color: #fff;
  font-size: 45px;
  line-height: 54px;
  font-weight: normal;
  letter-spacing: -0.02em;
  margin-bottom: 15px;
  font-family: 'Cairo-Bold';
}
.LoginContent p{
  font-size: 22px;
  color: #fff;
  line-height: 44px;
  letter-spacing: -0.02em;
}
.card-header h4{
    font-size: 28px;
    margin-bottom: 12px;
    line-height: 45px;
    color: #2B3674;
    font-family: 'Cairo-Bold';
}
.card-header p{
    font-size: 16px;
    color: #A3AED0;
}
.mainTitle
{
    color: #464747 !important;
    font-weight: normal !important;
    font-size: 16px;
      font-family: 'Cairo-Bold';
}
.navbar-brand img
{
    display: block;
    margin: 0 auto
}
.nav-link.activeColor
{
    color: rgba(19, 118, 173, 1) !important;
    border-left: 4px solid rgba(19, 118, 173, 1);
    border-radius: 0 !important;
}

.card-Item
{
    border-radius: 20px;
    padding: 25px;
    background: #E3F5FF;
    height: 100%;
   
}
.colCard:nth-child(odd) .card-Item
{
     background: #E5ECF6;
}
.card-Item p{
    color: #1C1C1C;
    margin-bottom: 10px
    font-size: 15px;
}
.card-Item h5{
    font-size: 32px;
    color: #1C1C1C;
    overflow-wrap: anywhere;
    font-family: 'Cairo-Bold';
}
.card-Item span{
    color:#1C1C1C;
    font-size: 14.5px;
}

.button-row
{
    gap:16px;
}