/* Declared CSS */

@font-face {
    font-family: 'AdelleSansARA-Light';
    src: url('../fonts/AdelleSansARA-Light.woff2') format('woff2'),
      url('../fonts/AdelleSansARA-Light.woff') format('woff');
  }
  
  @font-face {
    font-family: 'AdelleSansARA-Regular';
    src: url(../fonts/AdelleSansARA-Regular.woff2) format('woff2'),
      url(../fonts/AdelleSansARA-Regular.woff) format('woff');
  }
  
  @font-face {
    font-family: 'AdelleSansARA-Semibold';
    src: url(../fonts/AdelleSansARA-Semibold.woff2) format('woff2'),
      url(../fonts/AdelleSansARA-Semibold.woff) format('woff');
  }
  
  @font-face {
    font-family: 'AdelleSansARA-Bold';
    src: url(../fonts/AdelleSansARA-Bold.woff2) format('woff2'),
      url(../fonts/AdelleSansARA-Bold.woff) format('woff');
  }
  
  .font-light {
    font-family:  'AdelleSansARA-Light';
  }
  .font-regular {
    font-family: 'AdelleSansARA-Regular';
  }
  .font-semibold {
    font-family: 'AdelleSansARA-Semibold';
  }
  .font-bold {
    font-family:'AdelleSansARA-Bold';
  }
header {
    background-color: #fff;
    box-shadow: 0 1px 5px hsla(0,0%,67%,.16);
    inset-block-start: 0;
    inset-inline: 0;
    position: fixed;
    transition: all .1s linear;
    z-index: 10;
}
.padding-header {
    background: transparent url(../images/header-img.svg) left top 130px no-repeat;
    height: 100%;
    min-height: calc(100vh - 70px);
    padding-block-start: 200px;
    width: 100%;
}
.bg-primary-gradient-2 {
    background: #0d8f75;
    background: linear-gradient(90deg,#0d8f75 30%,#214570 90%);
    color: #fff;
}
.text-underline {
    text-decoration: underline!important;
}
.header-first-div{
    height: 55px;
}
.header-second-div{
    height: 75px;
}
.text-primary-blue {
    color: #214570!important;
}
.text-primary-green {
    color: #00726F!important;
}
.text-muted {
    color: #6c757d!important;
    font-size: 12px;
}
.btn-outline-primary-green {
    border-color: #0d8f75;
    color: #0d8f75;
}
.btn-outline-primary-green:hover {
    background-color: #0d8f75!important;
    border-color: #0d8f75!important;
    color: #fff!important;
}
.btn-primary-blue {
    background: #214570;
    color: #fff;
}
.text-end {
    text-align: end!important;
}
.text-shadow-green {
    text-shadow: 3px 1px #0d8f75;
}
.btn-white {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}
.btn-outline-primary-blue {
    border-color: #214570;
    color: #214570;
}
.btn:active {
    border-color: hsla(45, 100%, 51%, 0)!important;
}
.footer-large .content-1 {
    background-color: #214570;
    height: 8px;
    width: 100%;
}
.footer-large .content-3 {
    background-color: #082c36;
    color: #fff;
    padding: 30px 0;
    text-align: center;
}
.footer-large .content-4 {
    background-color: #0d8f75;
    color: #fff;
    font-size: 11px;
    padding: 15px 0;
    text-align: center;
}
.telecom-logos img {
    margin-inline-end: 20px;
    width: 30px;
}
.telecom-logos img:nth-child(2) {
    width: 22px;
}
.custom-tabs.nav-pills .nav-link.active {
    background-color: #ededed;
    color: #214570;
    overflow-x: hidden;
}
.custom-tabs.nav-pills .nav-link {
    background-color: #f7f7f7;
    border-radius: 16px 16px 0 0;
    color: #9aa0a5;
    font-family: AdelleSansARA-Semibold;
    height: 100%;
    padding: 0.5rem 3rem;
    position: relative;
}
.custom-tabs.nav-pills .nav-link.active:before {
    background: #214570;
    content: "";
    height: 5px;
    inset-block-start: 0;
    inset-inline-start: 0;
    position: absolute;
    width: 100%;
}
.fs-10 {
    font-size: 10px!important;
}

.bg-light-grey{
    background-color:#f2f2f2 ;
}
.bg-white{
    background-color: #fff;
}
.bg-light-blue{
    background-color: #F8F9FA;
}

.sms-donation-pricing-container-1,
.sms-donation-pricing-container-2 {
    background-image: none;
    background-color: #EDEDED;
    border-radius: 0;
}

.sms-donation-bg {
    height: 95vh;
    padding-top: 0;
}

.sms-donation-page .card .card .card-body {
    height: auto;
}
/* NEW CSS */
.btnSmsDonationModal {
    position: relative;
}

.bg-primary-gradient-4 {
    background: rgb(6, 133, 113);
    background: linear-gradient(210deg, #0D8F75 -10%, #214570 90%);
    color: #fff;
}

.text-shadow-none {
    text-shadow: none !important;
}
.card-shadow {
    border: none;
    box-shadow: 0 2px 15px 0 rgba(78, 78, 78, .1);
}
/* Media Queries depond on media query from bootstrap */
@media (max-width: 767.98px){
    .padding-header {
        background: transparent url(../images/header-img.svg) left top 55px no-repeat;
        background-size: 700px;
        min-height: calc(100vh - 91px);
        padding-block-start: 50px;
    }
    .header-second-div{
        height: 60px;
    }
    .header-second-div img{
        height: 44px;
    }
    .w-25{
        width:75% !important;
    }
   
}
@media (min-width: 768px){
    .opacity-show{
        opacity: 1 !important;
    }
    .navbar-brand {
        align-items: center;
        background: #fff;
        border-radius: 0 0 30px 30px;
        box-shadow: 0 3px 5px hsla(0,0%,67%,.16);
        display: flex;
        height: 152px;
        inset-block-start: 0;
        inset-inline-start: 0;
        justify-content: center;
        padding: 15px 20px 30px;
        position: absolute;
        transition: .3s;
        width: 141px;
        z-index: 999;
    }
    .sms-donation-pricing-container-1,
    .sms-donation-pricing-container-2 {
        background-color: #FAFAFAED;
    }

    .sms-donation-bg {
        height: 87vh;
        padding-top: 0;
    }

    .btnSmsDonationModal {
        position: absolute;
        left: 0;
        top: 0;
    }
    .sms-donation-pricing-container-1,
    .sms-donation-pricing-container-2 {
        border-radius: 16px;
    }
}

