
@media only screen and (max-width: 467px) {
    /*------------------ navbar--------- */
    *{
      margin:0px;
      padding: 0px;
    }
  /* ------navbar---------- */
  #navbarText{
    max-width: 100%;
}
#navbarText ul li{
width: 100%;
margin: auto;
text-align: center;
font-weight: 600;
}

/* --------text-properties---------- */
.para-light-text{
    font-size: 15px;
    font-weight: 400;
    color: #737382;
    line-height: 28px;
    /* text-shadow: 0px 1px 2px  #737382; */
}
.heading-mid-text{
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -1px;
    color: #232E45;
    font-size: 35px;
}
.menu-opt-text{
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #626984;
}
    /* 
----------------main--------------------- */
main{
    width: 90.0%;
    margin: auto;
}
.containerA h1{
    font-size: 50px;
    line-height: 52px;

}
.containerA .para{
    width: 90%;
    margin: auto; 
    margin-top: 3vh;
    text-align: center;
    font-size: 16px;
}
/* .simple-list-example{
    display: none !important;
} */

.heroImg img{
    width: 100%;
    margin-bottom: 3vh;
}
.col-3{
    display: none ;
}
.col-9,.row,section{
width: 103%;
}
.col-9 img{
width: 100%;
}

.containerB{
    width: 100%;
    margin: auto;
}

section{
    /* width: 100% !important; */
    padding-top: 6vh;
    padding-bottom: 1vh;
}
.para-subcont img{
    height: 153px;
    width: 100%;
   object-fit: contain;
   margin: 5px 0px 5px 0px  ;
}
/* ---------------------------career-page--------------- */
#containerCareer{
    background-image: none;
    padding-bottom: 4vh 
}

#containerCareer .headingDisc{
    display: flex;
    flex-direction: column;
    
    align-items: flex-start;
    width: 90%;
    margin: auto;
    margin-bottom: 8vh;
    margin-top: 8vh;
}
.headingDisc .leftCont{
    width:100%;
    text-align: left; 
    margin-bottom: 20px;   
}
.headingDisc .rightCont{
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
}
.twoCards{
    width: 78.8%;
    margin: auto;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    margin-top: 15vh;
}
/* 
.twoCards .cards:hover{
    transform: scale(1.02);
    transition-duration: 0.2s;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
} */
.twoCards .cards .cardimg img{
    width:100%
}
.twoCards .cards .textIcon{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    border: 1px solid rgba(128, 128, 128, 0.496);
    border-radius: 0px 0px 12px 12px;
    border-top: 0px;
    width:100%;
    margin-bottom: 20px;

}



/* -----------------contact-page----------- */

.cont-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 100%;
    
}

.cont-container .leftCont{
    width: 100%;
    margin-top: 20vh;
}
iframe{
    border-radius: 15px;
    width: 100%;
    height: 45vh;
}
.cont-container .rightCont{
    width: 100%;
    margin: auto;
    padding-left: 0vw;
}
.cont-container .rightCont h1{
 position: absolute;
 top: 0px;
 line-height: 60px;
 margin-top: 2vh;
margin-bottom: 3vh;
} 
.rightCont p{
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 3vh;
    margin-top: 4vh;
}

/* -------------------------referal programme----------- */
.navPath{
    margin-top: 15px;
}
.navPath .navpoint{
    font-weight: 600;
    font-size: 15px;
   }
   .navPath .navArrow{
    font-size: 12px;
    margin: 0px 10px;
}
.headImgCont{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 4vh;
    margin-bottom: 10vh;
  }
  .headImgCont img{
    width:  100%;
    height: auto;
  }
  .headImgCont .heading{
    width: 95%; 
} 
  .referalHeading{
    font-size: 54px;
    line-height: 62px;
 }
  
 .referalProgram ul {
    margin-top: 52px;
    padding-left: 3px;
 }
 .referalProgram ul{
    margin-bottom: 10vh;
 }
/* --------------------------footer------------------- */
 
#containerH{
    margin-top: 5vh;
    height: fit-content;
    padding: 15px 0px 15px 0px ;
}
.subContainerA{
    width: 96%;
    flex-direction: column;
    padding-bottom: 5px;
}
.subContainerA .footerlogo img{
    width: 123px;
    object-fit: contain;
    margin-bottom: 10px;
}
.subContainerA .footLinks{
    width: 100%;
    flex-direction: row;
}
.subContainerA .footLinks a{
    width: 100%;
    font-size: 13px;
    flex-direction: row;
}
.subContainerB{
    width: 95%;
}
.subContainerB .left-subContainer{
    width: 100%;
    border-radius: 32px;
    margin-top: 5vh;
    padding:  25px 20px 20px 25px;
    position: relative;
    height: fit-content;
}
.subContainerB .left-subContainer form .form-group{
 margin-top: 0px !important;
}
.subContainerB .left-subContainer form input{

    border-radius: 20px;
    border: none;
    padding: 8px;
    font-size: 13px; 
    height: 40px;

}
.subContainerB .left-subContainer button{
    position: static;
    margin-top: 0px;
    margin-left: 10px;

}



.subContainerB .right-subContainerB {
    display: none;
}


/* ---------term and condition & privacy policy------------- */

.termConditioncont h1{
    font-size: 50px;
    padding-top: 8vh;
}
.termConditioncont .para{
    width: 100%;
    margin: auto;
    margin-top: 2vh;
    text-align: center;
    font-size: 17px;
    padding-bottom: 4vh;
}





























}