.highlCont{
    display: flex;
    
    justify-content: center ;

  
  
}

.highBoxA{
 position: relative;
 margin: 2%;
 padding-left: 10px;

 
 

}

.highBoxB{
    
}

.packCont{
    background-color: rgb(247, 245, 244);
    margin-top: 8px;
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-right: 10px;
} 

.lpT67{
    font-weight: bold;
}
.btn-tbook{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: rgb(85, 2, 2);
    color: #fff;
    display: inline-block;
    border-radius: 8px;
    text-decoration: none;
   

}
/*short cont*/
.shortContCont{
    display: flex;
}

.shortContCont-child{
    display: flex;
}

.cont-chld-boxA{
     display: flex;
   justify-content: center ; /*flex-start*/
    align-items: center;  /* vertically middle */
    height: 100px;
     background-color: antiquewhite;
 
}

.cont-chld-boxB{

        display: flex;
        vertical-align: middle;
         align-items: center; 

      height: 100px;
      background-color: rgb(255, 255, 255);
      font-weight: bold;
      font-size: 1.4rem;

 
}
.whatsico{
    height: 100px;
    
}



.cont-chld-boxC{
     display: flex;
   justify-content: center ; /*flex-start*/
    align-items: center;  /* vertically middle */
    height: 100px;
   
 
}

/*short cont*/

.lnkImgUp{
    width: 100%;
    height: 300px;
    border-radius: 8px;
}

/*contact us*/
.main-section-cont {
  display: flex;
  justify-content: left ; /*flex-start*/
  padding-left: 30px;

 /*background: #bbb;*/
}

.cont-chld-leftimg{
  
   display: flex;
   justify-content: center ; /*flex-start*/
   align-items: center;  /* vertically middle */
    
 
   text-align: left;
   padding-right: 10px;
   padding-left: 10px;
   width: 80px;

 
}

.chrSize{
    font-size: 30px;
}

.cont-chld-rhtTxt{

        display: flex;
        vertical-align: middle;
         align-items: center; 

      
      background-color: rgb(255, 255, 255);
      font-weight: bold;
      font-size: 1.4rem;

 
}
.telcon{
    text-decoration: none;
    color: black;
}