.rsNavbar{
    background-color: unset;
}
.abdrMn{
    margin-bottom: 40px;
}
.abdrMn>div>div>img{
    max-width: 100%;
    object-fit: contain;
}
.abtLC h5,.pabUs>h5{
    font-weight: 600;
        font-size: 40px;
        line-height: 56px;
        color: var(--dark-color);
}
.abtLC h6{
    font-size: 20px;
    margin-top: 10px;
}
.abtLC h3, .expLft h3, .aoI h3, .Accts h3, .Mmbr h3 {
    font-weight: 600;
    font-size: 34px;
    line-height: 56px;
    padding: 8px 22px;
    margin-top: 20px;
}
.abtLC h3{
  background-color: #EDF7ED;
 color: #4C9150;
}
.expLft h3{
    background-color: #FDEDED;
    color: #D84545;
}
.aoI h3{
    background-color: #FFF4E5;
    color: #F08227;
    text-align: center;
}
.Accts h3{
    background-color: #E5F6FD;
    color: #1893D5;
    text-align: center;
}
.Mmbr h3{
  background-color: #E3F2FD; 
  color: #1565C0;   
  text-align: center;   
}

.aoLft ul li{
    font-family: var(--body-fonts);
   font-size: 1rem;
   line-height: 2;
   color: var(--secondary-color);
   margin-top: 15px;
}
.abtLC ul, .expLft ul, .Accts ul{
    padding-left: 30px;
}
.abtLC ul li, .expLft ul li, .Accts ul li{
   font-family: var(--body-fonts);
   font-size: 1rem;
   line-height: 2;
   color: var(--secondary-color);
   margin-top: 15px;
}
.expLft ul li strong, .AccMn ul li strong{
    color: #000;
    font-size: 18px;
}
.abdrMn>div>div>p{
    background: var(--white-color);
   font-family: var(--body-fonts);
   font-size: 1rem;
   line-height: 2;
   color: var(--secondary-color);
   margin-top: 15px;
}

.exptMn{
    margin-bottom: 40px;
    background-color: var(--grey-color);
   padding: 33px;
}
.exptMn>div>div>p {
    background: var(--white-color);
    font-family: var(--body-fonts);
    font-size: 1rem;
    padding: 18px;
    line-height: 2;
    color: var(--secondary-color);
}
.exptMn>div>div>h6{
    letter-spacing: 0.04em;
    font-family: var(--title-fonts);
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    color:#fff;
    background:  #1560BD;
    padding: 4px 8px;
    margin: 0 0 10px;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; 
    margin-top: 35px;
}
.exptMn>div>div>ul>li{
    display: flex;
    list-style: none;
    align-items: center;
    gap: 7px;
    color:var(--secondary-color);
    font-family: var(--body-fonts);
    font-size: 1rem;
    line-height: 2;
    margin-top: 8px;
}
.exptMn>div>div>img{
    max-width: 100%;
    object-fit: contain;
}
.exptMn>div{
    --bs-gutter-x: 4rem;
}
.pabUsM>div>div>div>div{
    background: var(--grey-color);
    padding: 45px;
    border-radius: 3px;
    width: 600px;
    max-width: 100%;
    height: 350px;
}
.aoIMn{
    display: flex;
    align-items: center;
    max-width: 100%;
}

.aoLft, .aoRyt{
    width: 50%;
}
.aoRyt{
    padding: 30px 0;
}
.aoRyt h4{
font-size: 25px;
}
.aoRyt p{
    font-family: var(--body-fonts);
    font-size: 1rem;
    line-height: 1.8;
    color: var(--secondary-color);
    padding-top: 20px;
}
.mbrMn p{
        font-family: var(--body-fonts);
    font-size: 1rem;
    line-height: 1.8;
    color: var(--secondary-color);
    padding: 20px 0;
}
.aoLft ul{
    padding-left: 20px;
}
.pabUs>h5{
    text-align: center;
    margin-bottom: 40px;
}
.pabUs{
    text-align: center;     
    margin: auto;
    padding-bottom: 40px;
    padding-top: 40px;
}
.pabUs>div>div>div>div>p{
    background: var(--white-color);
    font-family: var(--body-fonts);
    font-size: 1rem;
    line-height: 2;
    color: var(--secondary-color);
}
.card>p{
    line-height: 2;
    text-align: left;
}
.card h2{
    text-align: right;
    margin-top: 10px;
}

              @media all and (max-width: 992px) {
.pabUsM>div>div>div>div {

    height: 475px;
}
              }
@media all and (max-width:768px){
 
    .exptMn>div>div>img {
        margin-top: 48px;
    }
    .abdrMn>div>div>p {
        font-size: 0.9rem;
    }
    .exptMn>div>div>p {
        font-size: 0.9rem;
    }
    .exptMn>div>div>ul>li {
        font-size: 0.9rem;
    }
    .abdrMn>div>div>h5, .pabUs>h5 {
        font-size: 21px;
    }
}

          @media all and (max-width: 500px) {
            .pabUs {
    padding-top: 5px;
}
.exptMn {
    margin-bottom: 20px;
}
.pabUs>h5 {
    margin-bottom: 20px;
}
.abdrMn>div>div>h5, .pabUs>h5 {
   line-height: 150%;
}
.pabUsM>div>div>div>div {

    height: 400px;
}

          }
@media all and (max-width:400px){
    .abdrMn>div>div>h5, .pabUs>h5 {
        font-size: 20px;
    }
    .abdrMn>div>div>p {
        font-size: 0.8rem;
    }
    .exptMn>div>div>p {
        font-size: 0.8rem;
    }
    .exptMn>div>div>ul>li {
        font-size: 0.8rem;
    }
}
              @media all and (max-width: 375px) {
                .card>p {
 
    font-size: 12px;
}
.pabUsM>div>div>div>div {
    height: 365px;
}
              }