
p{
  color: rgb(105, 105, 105);
  font-size: 14px;
}
.navs
 {
   height:80px;
 }

 .navText
 {
  font-weight:500; color: rgb(44, 44, 44)
 }

 .navText:hover
 {
  font-weight: 500; color:#48C7EC
 }

 .Btnhover{margin-left:10px; background-color:#48C7EC; color: #fff;}

 .Btnhover:hover{margin-left:10px; background-color:#fff; color: #48C7EC; border:2px solid #48C7EC;}

 .center
 {
     justify-content: center;
     align-items: center;
     display: flex;
 }

 h3
 {
   text-align: center; margin-top:40px;
 }
 .csdiv1
 {
   height:250px;

 }

 .bacui
 {
   text-align: center;
 }

 h5{text-align: center;}

 .inputXC
 {
  width:100%; height:50px; background-color:#F7F7F7;border:none; box-shadow: none;
 }
 .footer
 {
   min-height:400px;
   background-color: #272626;
   margin-top:80px;
 }

 ul
 {
   list-style:square;
   color: rgb(255, 255, 255);
   padding-left:6%;
 }
 li
 {
   margin-top:15px;
 }

 .marg
 {
  color:#fff;
   margin:10px;
 }
.lack
{
  color: rgb(255, 255, 255);
}

 .marg:hover{color:#48C7EC;}
 .lack:hover{color:#48C7EC;}

 .card
 {
   box-shadow:none;
   border: none;
   font-size:17px;
   font-weight:700;
   color: black;
 }

 .marts-ed
 {
   font-size:20px;
   font-weight:600;
   color: #000;
  padding-top:15px;
 }

 .cdys
 {
   font-weight:700;
   font-size:18px;
   color:#48C7EC;
 }

 .dropdown-item
 {
   color:#fff;
 }

 .facirc
 {
   height:35px;
   width: 35px;
   border:1px solid rgb(167, 167, 167);
   color:rgb(193, 193, 193);
   border-radius:50%;
   margin-left:7px;
 }

 .facirc:hover
 {
   height:35px;
   width: 35px;
   border:1px solid rgb(167, 167, 167);
   color:#ffffff;
   background-color: #48C7EC;
   border-radius:50%;
   margin-left:7px;
 }

 #myBtn {
  display: none; 
  position: fixed; 
  bottom: 20px;
  right: 30px; 
  z-index: 99; 
  border: none; 
  outline: none; 
  background-color:#48C7EC;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px; 
  font-size: 18px;
}

#myBtn:hover {
  background-color: #555; 
}