@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    /* font-family: "Nunito Sans", sans-serif; */
    font-family: "Mulish", sans-serif;
}
.header{
    padding: 14px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.09);
}
a{
    text-decoration: none;
}
.logo{
    width: 200px !important;
}
.btn-fs{
    border: 0;
    background-image: linear-gradient(to right top, #2840bf, #214ac7, #1953ce, #0e5dd5, #0066dc);
  border-radius: 50px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  padding: 8px 40px;
    line-height: 1.1;
    transition: all .3s ease-in-out;
}
.btn-fs:hover{
    transform: scale(1.1);
}
.banner{
    padding: 60px 0px;
    background-color: #F4F5FC;
}
.title{
    font-size: 46px;
    margin-bottom: 8px;
    background: linear-gradient(to right top, #2840bf, #214ac7, #1953ce, #0e5dd5, #0066dc);
    -webkit-background-clip: text;
   color: transparent;
   font-weight: 700;
}
.py-60{
    padding: 60px 0px;
}
.sec-title{
    font-size: 28px;
    text-align: center;
    font-weight: 600;
    display: block;
    text-transform: capitalize;
}
.nav-tabs{
    border-bottom: none !important;
}
.nav-tabs .nav-link{
    border: none !important;
    color: #a0a0a0; 
    font-size: 15px;
    font-weight: 600;
}
.nav-tabs .nav-link.active{
        color: #293DCA;
        font-weight: 600;
        border-bottom: 1px solid #a0a0a0 !important;
        border-radius: 2px;
}
.nav-tabs{
    box-shadow: 0 10px 10px #f3f3f3;
  padding: 20px 0px;
}
.nav-tabs li{
    padding-right: 18px;
}
.mt-50{
    margin-top: 50px !important;
}
.mt-70{
    margin-top: 70px !important;
}
.tab-text-title{
    font-size: 20px;
    color: #333;
    font-weight: 800;
    line-height: 24px;
    display: block;
    margin-bottom: 15px;
}
.tab-para{
    font-weight: 600;
  line-height: 18px;
  letter-spacing: .2px;
  color: #333;
}
.tab-content img{
    border-radius: 14px;
}
.br-14{
    border-radius: 14px !important;
}
.list{
    list-style-type: disclosure-closed;
    margin-top: 20px;
}
.bg-gray{
    background-color: #F4F5FC;
}
.steps{
    background: url('../img/banner.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 99;
}
.steps::before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: linear-gradient(to right top, #2840bf, #214ac7, #1953ce, #0e5dd5, #0066dc);
    opacity: 0.9;
    z-index: -1;
}
.fs-14{
    font-size: 14px !important;
}
.about-card{
    background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 6px;
  padding: 20px;
}
.fs-15{
    font-size: 15px !important;
}
.faq-list{
    list-style-type: disclosure-closed;
}
.accordion-button:focus{
    box-shadow: none !important;
}
.apply {
	font-size: 36px;
	color: #333;
	font-weight: 800;
    display: block;
    line-height: 46px !important;
    margin-bottom: 20px !important;
}
.ln-24{
    line-height: 24px !important;
}
.apply-img {
	position: relative;

}
