:root {
  --cardWidth: 240px;
  --cardHeight: 280px;
  --cardMargin: 16px;
}

.hero-sectionB{
   
    
    
}
.contentvP{

}

.contentvSC{
 
background: #817aff;

padding-top: 100px;
   padding-bottom: 130px;

    background-image:url(../img/contA.png);
    background-position: right;
    background-size: 100% 100%;
     background-repeat:no-repeat;
    width: 100%;
    height: 90vh;

}

/*shop A*/
.linkmgs{
  background-color: #eeea16;
  padding: 5px 5px 5px 5px;
  text-decoration: none;
  font-size: 1.2em;
  color: #0a0f11;
  border-radius: 4px;
}

.linkmgs:hover{
  text-decoration: none;
  font-size: 1.2em;
  color: #221fe7;
  font-weight: bold;
}

.contentvMGS{

  background-image:url(../img/e-b444.png);
  background-position: center;
  background-size: 100% 100%;
   background-repeat:no-repeat;
  width: 100%;
  height: 50vh;
}


.contentvB{

  /*
  background: rgb(51,40,232);
background: linear-gradient(90deg, rgba(51,40,232,1) 0%, rgba(68,68,230,1) 30%, rgba(0,212,255,1) 100%);
*/
  /*background-color: #1CB2FF;*/
  padding-top: 100px;
  padding-bottom: 130px;

  background: rgb(255,210,63);
background: linear-gradient(90deg, rgba(255,210,63,1) 0%, rgba(230,220,68,0.938813025210084) 40%, rgba(254,249,243,1) 100%);

}
/*shopB*/
.contentvA{
  background-color: transparent;
  padding-top: 100px;
  padding-bottom: 130px;

}
#slideB{
  background-color: rgb(180, 199, 51);
  height: 20px;
  width: 100%;
  padding-top: 80px;
}
#subHead{
  background-color: rgb(91, 100, 231);
  height: 230px;
  width: 100%;
  padding-top: 80px;
  text-transform: uppercase;

  
    background-image:url(../img/subhead2.jpg);
    background-position: center;
    background-size: 100% 100%;
     background-repeat:no-repeat;
    width: 100%;
    /*height: 90vh;*/
}
.subHeadTextC{
 
  padding-left: 25px;
  font-weight: bold;
  font-size: 1.8em;
  padding-top: 20px;
  text-transform: uppercase;
}

.subHeadTextD{
 
  padding-left: 1px;
  font-weight: bold;
  font-size: 2.5em;
  padding-top: 8px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  
}
.subHeadTextD2{
 
  padding-left: 1px;
  font-weight: bold;
  font-size: 1.8em;
  padding-top: 8px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  
}
.ContText56{
  text-align: left;
}

.subHeadTextDP{
   color: #363636;
   margin-left: 20px;
}
.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;

 
}
.menu ul li{
  margin-bottom: 4px;
  text-transform: uppercase;
  font-size: small;
 
}

/* footer */
.ftrmUp{

  padding-left: 10px;
  padding-right: 10px;
  background-color: #011899;
  color: #fff;
}

.ftrmDn{
  padding-left: 10px;
  padding-right: 10px;
  background-color: blue;
  color: #fff;
}
/* footer end */
.imgBack{
  background-color: #54C2B7; /*#4285CF*/
  background-image:url(../img/pmt.jpg);
  background-position: center;
  background-size: 100% 100%;
   background-repeat:no-repeat;
  width: 100%;
  height: 90vh;
}

.imgCover{
  width: 100%;
  height: 260px;
}

.subHeadText{
  padding-left: 25px;
  font-weight: bold;
  font-size: 1.8em;
  padding-top: 20px;
}
.deA{
  padding-top: 10px;
  padding-bottom: 10px;
}
/* -------  card design ----------------------*/
.main-section {
  display: flex;
  justify-content: center ; /*flex-start*/
  flex-wrap: wrap;
 /* background: #bbb;*/
}
.card {
  width: var(--cardWidth);
  height: var(--cardHeight);
  margin: var(--cardMargin);
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #fff;
  box-sizing: border-box;
  position: relative;
}

.cardB {
  width: 300px;
  height: 250px;
  margin: 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #fff;
  box-sizing: border-box;
  position: relative;
}
.cardBa {
  width: 300px;
  height: 250px;
  margin: 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  /*background: #fff;*/
  box-sizing: border-box;
  position: relative;

  background-image:url(../img/df1.png);
    background-position: center;
    background-size: 100% 100%;
     background-repeat:no-repeat;
   /* width: 100%;*/
    /*height: 90vh;*/

}

.cardBaV {
  width: 250px;
  height: 200px;
  margin: 10px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #fff;
  box-sizing: border-box;
  position: relative;

  /*background-image:url(../img/df1.png);*/
    background-position: center;
    background-size: 100% 100%;
     background-repeat:no-repeat;
   /* width: 100%;*/
    /*height: 90vh;*/

}

.cardBc {
  width: 400px;
  height: 480px;
  margin: 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #fff;
  box-sizing: border-box;
  position: relative;
}

.cardInA{
  width: 100%;
  background-color: rgb(249, 245, 170);
  height: 260px;
}
.cardInB{
  width: 100%;
  background-color: rgb(243, 241, 238);
  height: 180px;

  padding-top: 10px;
  padding-bottom: 10px;
  font-size: x-large;
  font-weight: bolder;
}
.shortText{
  text-align: left;
  font-size: medium;
  padding-left: 20px;
  padding-right: 10px;
  padding-top: 10px;
  color: #413f3f;
  
}

.cardInC{
  width: 100%;
  background-color: rgb(249, 245, 170);
  height: 40px;
  border-radius: 8px;

  padding-top: 10px;
  padding-bottom: 3px;
  font-size: medium;
  font-weight: bold;
}


/*  -card design end- */

.sc-text23{
  padding-left: 5px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  /*margin-right: 8px;
  border-radius: 8px;*/
  background-color: blue;
  color: #fff;
  
  font-size: larger;
  font-weight: bold;
  font-size: 30px;
}
.sc-text24{
  font-size: larger;
  font-weight: bold;
}
.sc-text25{
  padding-left: 5px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  
  background-color: rgb(26, 126, 17);
  color: #fff;
 
  font-size: 30px;
  font-weight: bold;
}
/*botton link*/
.dbtn{
  color: #1CB2FF;
  text-decoration: none;
}

.dbtn:hover{
  color: #0a0f11;
  text-decoration: none;
}

/*botton link*/
@media  only screen and (min-width: 200px) and (max-width: 767px) {
    .container {
      margin: 1em 2em;
    }

    .boxC{
        margin-bottom: 15px;
    }


  }

  /*For child File details page*/
  .contChldM{
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .imgViewR{
    width: 90%;
  }
  .chldViewPg{
    padding-top: 10px;
    padding-bottom: 10px;
    
  }

  .bgcR{
    background-color: rgb(114, 108, 204);

  }
  .bgcY{
  
    
    background: rgb(231,232,40);
background: linear-gradient(90deg, rgba(231,232,40,0.6839110644257703) 0%, rgba(230,220,68,0.938813025210084) 40%, rgba(202,255,0,0.4906337535014006) 100%);
   
   

  }
  .bgcYcontA{
  
  background-color:#FAF4D3 ; 

  }
  .bgcYcontB{
  
    background-color:#FEF9F3 ; 
  
    }

  .bgcYm{
    background-color:#FFF3B0;
  }


  
  .lftAln{
    text-align: left;

  }
  .imgHglt{

    width: 100%;
    height: 100%;
    border-radius: 8px;
  }
  .ftrAbt{
    margin-top: 15px;
    margin-left: 15px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 10px 10px 10px 10px;
    background-color: #fdfdfb;
    border-radius: 8px;
    color: #0a0f11;
    }
  .ftrLnkTextA{
    color: #FFF3B0;
    font-weight: bolder;
    margin-bottom: 5px;
  }  

  .ftrmnu a{
    text-decoration: none;
    color: #fff;

  }
  .ftrmnu a:hover{
    text-decoration: none;
    color: #e7c91f;

  }

  .contusA{
    margin-left: 30px;
  }
  .textA12{
    font-size: 20px;
    font-weight: bold;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-top: 15px;
  }
  .textA12d{
    padding-top: 8px;
    padding-right: 10px;
    text-align: left;
    margin-left: 15px;

  }
  .textA12cc{
    font-size: 25px;
    font-weight: bold;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 6px;
    padding-right: 6px;
    background-color: #4add99;
    margin-top: 15px;
    color: #fff;

  }

  .cont-opening{
    min-height: 50vh;
  }
  .contOpenA{
    background-color: #e7c91f;
  }

  /*opening table*/
  .cellDeA li{
    list-style-type:none;
  }
  .tex101{
    font-size: 1.2em;

  }
  .tex102{
    font-size: 1.2em;
    color: #0a9cd6;
     
  }
  .tex103{
    font-size: 1.2em;
    color: #0a9cd6;
     
  }
  .tex103a{
    font-size: 1.2em;
    color: #02151d;
    font-weight: bold;
     
  }
  .tex103ab{
    font-size: 0.8em;
    color: #02151d;
    font-weight: bold;
     
  }

  .btn-apply{
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;

  }
  .btn-apply:hover{
    
  }

  .box4568{
    text-align: left;
  }