@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*main page*/

body{
    overflow-x: hidden;
    font-family: Mulish;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}
.btn{
    background-color: white;
    border-radius: 10px;
    color: black;
    font-weight: 600;
}
.btn:hover {
    color: #875779;
    font-weight: 600;
}
.navbar{
    background-color: #F8F8F8;
}
.navbar-collapse{
    background-color: #875779;
    padding: 15px;
    border-radius: 15px;
    font-weight: 500;
    font-size: 16px;
}
.nav-item a:hover{
    border-bottom: 2px solid white;
    display: block;
}
.help{
    padding-top: 160px;
}
.help h2{
    color: #03955C;
    font-family: "Mulish";
    font-weight: 800;
    padding-left: 40px;
}
.bg{
    background-color: #F8F8F8;
}
.img{
    float: center;
    right: 60px;
}
.center{
    text-align: center;
    padding: 10px;
    font-size: 25px;
    font-family: Mulish;
    border: 1px solid #000;
    margin-top: -2%;
    background-color: #ffffff;
    font-weight: bold;

}
.hed1{
    text-align: center;
    padding: 10px;
    font-size: 30px;
    font-family: Mulish;
    color: #875779;
    font-weight: bold;
    padding-top: 50px;

}
.hed1 p{
    text-align: center;
    padding: 4px;
    font-size: 20px;
    font-family: Mulish;
    color: #000;
    font-weight: lighter;
}
.hed1 img{
    margin-top: -8%;
}
.flow{
    margin-top: -2%;
}
.card{
    border-radius: 15px;
    box-shadow: 3px 3px 15px #00000029;
    padding-top: 40px;
    padding-bottom: 40px;
    border: 1px solid #FFFFFF;
}
.card-text12{
    background-color: #03955C;
    padding: 6px;
    color: #ffffff;
    text-align: center;
}
.card-text1 {
    background-color: #86577B;
    padding: 6px;
    color: #ffffff;
    text-align: center;
}
.card-title{
    text-align: center;
}

.list-group-item-action{
    background-color: white;
    color: black;
    font-weight: 700;
}
.list-group-item-action:hover{
    background-color: #FCFCFC;
    color: black;
    font-weight: 700;
}
.list-group-item-action img{
    margin-left: 280px;
}


.accordion {
    background-color: #eee;
    color: black;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: 2px solid #fff;
    box-shadow: 1px 1px 5px #00000029;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    font-weight:700;
    font-family:mulish;
  }
  
  .active, .accordion:hover {
    background-color: #03955C;
    color:white;
  }
  .active, .accordion:focus {
    background-color: #03955C;
    color:white;
    border: 1px solid #fff;
  }

  .panel {
    padding: 20px;
    display: none;
    background-color: #86577B;
    overflow: hidden;
    color: white;
    font-weight:400;
    font-family:mulish;
    font-size: 17px;
  }
  .accordion:after {
    content: '\25BC';
    color: #000;
    font-weight: bolder;
    float: right;
    margin-left: 5px;
  }
  
  .active:after {
    content: "\25B2";
    color: #fff;
    font-weight: bolder;
  }

.bg1{
    background-color: #F8F8F8;
    padding-top: 70px;
    padding-bottom: 60px;
}
.bg2{
    background-color: #F8F8F8;
}
.steps img{
    margin-top: -18%;
}
.numbers h1{
    font-weight: 900;
    font-family: Mulish;
    color: #E1E1E1;
    font-size: 65px;
}
.numbers h4{
    font-weight: 400;
    font-family: Mulish;
    color: #86577B;
    font-size: 25px;
    padding-left: 25px;
    margin-top: -5%;
}
.numbers p{
    font-weight: 150;
    font-family: Mulish;
    color: #000;
    font-size: 14px;
    padding-left: 25px;
}
.card-body1 h5{
    text-align: left;
    font-size: 65px;
    color: #E1E1E1;
    font-weight: 900;
    font-family: Mulish;
}
.card-body1 h3{
    text-align: left;
    font-size: 25px;
    color: #86577B;
    font-weight: 500;
    margin-top: -22%;
    padding-left: 43px;
    font-family: Mulish;
}
.card-body1 p{
    text-align: left;
    padding-left: 43px;
    font-size: 18px;
    font-family: Mulish;
}
.card-body2{
    text-align: center;
}
.card-body2 h5{
    text-align: center;
    padding-top: 20px;
    font-family: Mulish;
}
.card2{
    border-radius: 2px;
    box-shadow: 3px 3px 15px #00000029;
    padding-top: 30px;
    padding-bottom: 30px;
    border: 1px solid #fff;
    background-color: #fff;
    margin-top: -50px;
    font-family: Mulish;
}
.card3{
    border-radius: 2px;
    box-shadow: 3px 3px 15px #00000029;
    padding-top: 30px;
    padding-bottom: 30px;
    border: 1px solid #fff;
    background-color: #fff;
    font-family: Mulish;
}
.hed3{
    text-align: left;
    padding: 10px;
    font-size: 30px;
    font-family: Mulish;
    color: #875779;
    font-weight: bold;
    padding-top: 80px;

}
.hed3 p{
    text-align: left;
    padding: 4px;
    font-size: 20px;
    font-family: Mulish;
    color: #000;
    font-weight: lighter;
}
.hed3 img{
    margin-top: -18%;
    align-self: left;
}
.top-right {
    position: absolute;
    bottom: 8px;
    right: 16px;
}
.card-body3 h5{
    text-align: left;
    padding-left: 20px;
    font-family: Mulish;
}
.card-body3 p{
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Mulish;
    text-align: justify;
}
.card-read{
    text-decoration: none;
    color: white;
}
.card4{
    border-radius: 5px;
    border: none;
    background: #875779 0% 0% no-repeat padding-box;
    opacity: 100%;
    color: #FFFFFF;
}
.card5{
    border-radius: 5px;
    border: none;
    background: #03955C 0% 0% no-repeat padding-box;
    opacity: 100%;
    color: #FFFFFF;
}
.hed4{
    text-align: left;
    padding: 10px;
    font-size: 30px;
    font-family: Mulish;
    color: #875779;
    font-weight: bold;
    padding-top: 550px;
    padding-left: 70px;

}
.hed4 p{
    text-align: left;
    padding: 4px;
    font-size: 20px;
    font-family: Mulish;
    color: #000;
    font-weight: lighter;
}
.hed4 img{
    margin-top: -18%;
    align-self: left;
}
.details{
    border-radius: 4px;
    color: white;
    background-color: #03955C;
    border: none;
}

.details1{
    border-radius: 4px;
    color: white;
    background-color: #875779;
    border: none;
}
.card-body4 h4{
    text-align: left;
    padding-top: 20px;
    font-family: Mulish;
}
.card-body4 p{
    text-align: left;
    font-family: Mulish;
    text-align: justify;
}
.card-body4 img{
    text-align: left;
}
.footer{
    background-color: #F2F2F2;
    border-radius: 50% 50% 0% 0%;
}
.footer1{
    padding-top: 120px;
}
.footer1 p{
    padding-top: 10px;
    font-size: 18px;
    font-family: Mulish;
}
.socialmedia{
    padding: 10px;
    padding-left: 10px;
}
.socialmedia img{
    padding-left: 10px;
}
.footer2{
    align-self: center;
    padding-left: 50px;
}
.footer2 h4{
    padding-top: 70px;
    font-family: Mulish;
    color: #875779;
    font-weight: 700;
    padding-left: 40px;
}
.footer2 p{
    font-family: Mulish;
    color: black;
    font-weight: 500;
    padding-left: 40px;
}
.footer2 p:hover{
    font-family: Mulish;
    color: #875779;
}
.footer3{
    padding-left: 14px;
    padding-top: 5px;
    padding-bottom: 14px;
    font-weight: 700;
}
.footer3 p{
    padding-left: 14px;
    padding-top: 8px;
    font-family: Mulish;
    font-weight: 500;
}
.footer3:hover{
    padding-left: 14px;
    padding-top: 5px;
    padding-bottom: 14px;
    color: #875779;
}
.footer4 h4{
    padding-top: 120px;
    font-family: Mulish;
    color: #875779;
    font-weight: 700;
}
.footerlast{
   background-color: #F2F2F2;
}
.footerlast p{
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #000;
 }
 .list-group-item.active{
     background: #03955C;
     border-color: rgb(0 0 0 / 13%);
     color: white;
 }



 /* line insurance page */
 .lifeinsurance{
    position: relative;
 }
 .generalinsurance{
    position: relative;
 }
 .medicalinsurance{
    position: relative;
 }
 .mutualfunds{
    position: relative;
 }
 .loans{
    position: relative;
 }
 .structuredproducts{
    position: relative;
 }
 .top-left {
    position: absolute;
    top: 28px;
    left: 35px;
    color: white;
    font-family: Mulish;
    font-weight: 800;
    font-size: 30px;
  }
  .top-left1 {
    position: absolute;
    top: 28px;
    left: 35px;
    color: black;
    font-family: Mulish;
    font-weight: 800;
    font-size: 30px;
  }

  .lifecontent p{
      font-size: 18px;
      font-family: Mulish;
      padding-left: 60px;
      padding-right: 40px;
      text-align: justify;

  }
  .lifecontent h3{
    font-size: 25px;
    font-family: Mulish;
    padding-left: 60px;
    color: #875779;
    padding-top: 40px;
    padding-bottom: 10px;
    font-weight: 700;

}
.lifecontent h2{
  font-size: 25px;
  font-family: Mulish;
  padding-left: 60px;
  color: #875779;
  font-weight: 700;

}
.lifecontent img{
    padding-left: 60px;
}
.lifecontent1 img{
    padding-right: 25px;
}
.lifecontent2 img{
    padding-right: 25px;
    border-radius: 10px;
}
.lifecontent h5{
    font-size: 18px;
    font-family: Mulish;
    padding-left: 60px;
    color: #15A470;
    font-weight: 600;
    padding-top: 20px;
  
  }

  html {
    scroll-behavior: smooth;
  }
  .float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 40px;
    right: 40px;
    background-color: #875779;
    color: #fff;
    border-radius: 50px;
    display: none;
    z-index: 200;
  }
  .float:hover {
      color: #fff;
  }
  .my-float {
    align-self: center;
    margin-left: 18px;
  }
  .fa-arrow-up:hover {
    color: white;
  }

  #lessText {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5; /* number of lines to show */
    -webkit-box-orient: vertical;
  }

  .readmore{
      cursor: pointer;
      color: #15A470;
  }


  @media only screen and (max-width: 600px) {
    body {
      background-color: white;
      padding: 15px;
      overflow-x: hidden;
    }
    .card480_h{
        padding: 0px 10px 0px 10px;
    }
    .img{
        align-self: center;
        left: 5px;
    }
    .navbar{
        background-color: white;
    }
    .navbar img{
       float: left;
    }
    .card480{
        padding-bottom: 40px;
    }
    .card480_1{
        padding-bottom: 90px;
    }
    .hed3{
        padding-top: 25px;
        padding-left: 15px;
    }
    .card480_2{
        padding-bottom: 40px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .card480_f{
        border-radius: 0%;
    }
    .footer1{
        padding-top: 60px;
        padding-left: 35px;
    }
    .footer2{
        padding-left: 0px;
        padding-top: 50px;
    }
    .footer4{
        padding-left: 35px;
    }
    .lifecontent img{
        width: 305px;
    }
    .lifecontent1 img{
        width: 335px;
        padding-left: 60px;
    }
    .lifecontent2 img{
        width: 335px;
        padding-left: 60px;
    }
  }


  @media only screen and (device-width: 768px) {
    body {
      background-color: white;
      overflow-x: hidden;
    }
    .help{
        padding-bottom: 100px;
    }
    .img{
        align-self: center;
        left: 5px;
    }
    .navbar{
        background-color: white;
    }
    .navbar img{
       float: left;
    }
    .card480{
        padding-bottom: 40px;
    }
    .card480_1{
        padding-bottom: 90px;
    }
    .hed3{
        padding-top: 25px;
        padding-left: 15px;
    }
    .card480_2{
        padding-bottom: 40px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .footer2{
        margin-top: -137px;
        margin-left: -35px;
    }
    .lifecontent img{
        width: 305px;
    }
    .lifecontent1 img{
        width: 290px;
        float: right;
    }
    .lifecontent2 img{
        width: 290px;
        float: right;
    }
  }

  

  


