.llstc {width: 320px;border: 2px solid #1ea3e7;border-radius: 20px;text-align: center;padding: 1px;top: 50%;left: 50%;display: none;position: fixed;transform: translate(-50%, -50%);background: linear-gradient(to bottom, rgb(200 255 244), rgb(255, 255, 255));z-index: 99;}
.llstop {background: url(shop.jpg)/*tpa=http://www.watchbc.com/images/shop.jpg*/;background-size: cover;width: 100%;height: 110px;background-color: white;border-radius: 18px 18px 0px 0px;}

.llstop button {border: 0px;position: absolute;top: 10px;right: 10px;color: white;background-color: rgb(164, 164, 164);}

.llscontent1 h2 {font-size: 30px;display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;}

.llscontent1 div {margin: 10px 0px 20px 0px;}

.llscontent2 {display: flex;justify-content: space-around;align-items: center;}

.llscontent2 button {width: 23%;border: 1px solid black;border-radius: 6px;color: black;background-color: #fff;line-height: normal;padding: 1px 6px;}
.llscontent2 a {width: 24%;border: 1px solid black;border-radius: 6px;color: black;background-color: #fff;line-height: normal;padding: 1px 6px;}

.llscontent2 button:hover:{
	background-color:#FFF;}
.llscontent3 {display: flex;justify-content: space-around;align-items: center;}

.llscontent3 h3 {color:#1ea3e7;display: block;
    font-size: 1.5em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;}

.llsphone {line-height: 35px;width: 38%;height: 35px;border: 0px;color: white;border-radius: 20px;background: linear-gradient(to right,#55b3e3,#1ea3e7);}

@media screen and (max-width: 600px) {
    .llstc{width: 260px;}
    .llstop {height: 100px;}
    .llstop button{height:32px;top:12px;font-size: 14px;}
    .llscontent1 h2 {font-size: 25px;}
    .llscontent1 div {font-size: 14px;}
    .llscontent2 button {width: 26%;font-size: 12px;}
}
.footer {
  border-radius: 20px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #ffae00;
  color: white;
  text-align: center;
 height: 3rem;
  font-size: 1.5rem;
  z-index: 99;
}

.footer  p{

line-height: 3rem;
}


.llsphone:hover{
	background: linear-gradient(to right,  #6fbee7, #187db1);color:#FFF;}



