
		.fl-fl {
  background: #000000;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 3px;
  width: 197px;
  position: fixed;
  right: -144px;
  z-index: 1000;
  font: normal normal 10px Arial;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.fl-fl i{
	font-size: 30px;
	padding: 10px;
  color: #fff;
}

.fa {
  font-size: 20px;
  color: #fff;
  /*padding: 10px 0;*/
  width: 40px;
  margin-left: 8px;
}

.fl-fl:hover {
  right: 0;
}

.fl-fl a {
      color: #fff !important;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding-right: 25px;
    justify-content: space-between;
}
.ft-ft {
  background: #000000;
  padding: 20px;
  width: 230px;
  position: fixed;
  right: -27px;
  border-radius: 28px 0px 0px 28px;
  border:2px solid #fcdf13;
  z-index: 1000;
  font: normal normal 10px Arial;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.ft-ft i{
  font-size: 30px;
  padding: 10px;
  color: #fff;
}

.fa {
  font-size: 20px;
  color: #fff;
  /*padding: 10px 0;*/
  width: 40px;
  margin-left: 8px;
}

.ft-ft:hover {
  right: 0;
}

.ft-ft a {
      color: #fff !important;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding-right: 25px;
    justify-content: space-between;
}

.fc-fc {
  background: #000000;
  padding: 20px;
  width: 230px;
  position: fixed;
  left: -27px;
  border-radius: 0px 44px 44px 0px;
  border:2px solid #fcdf13;
  z-index: 1000;
  font: normal normal 10px Arial;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.fc-fc i{
  font-size: 30px;
  padding: 10px;
  color: #fff;
}

.fa {
  font-size: 20px;
  color: #fff;
  /*padding: 10px 0;*/
  width: 40px;
  margin-left: 8px;
}

.fc-fc:hover {
  left: 0;
}

.fc-fc a {
      color: #fff !important;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding-left: 25px;
    justify-content: space-between;
}
.float-fb {
  top: 160px;
  background-color: #3B5998;
}

.float-tw {
  top: 215px;
  background-color: #55ACEE;
}

.float-gp {
  top: 326px;
  background-color: #009D00;
}

.float-rs {
  top: 325px;

}

.float-ig {
  top: 270px;
  background-color: #B90497;
}

.float-pn {
  top: 435px;
}
.customized{
  border-radius: 25px;
  background: #fcdf13;
  font-size: 20px;
}
.customized2{
  background: #ccc;
    color: #000;
    padding: 20px 107px;
}
.border-bottom{
  border-bottom: 1px solid #ddd;
}
.customized3{
    font-size: 20px;padding: 15px 60px;border-radius: 3px;
  }

  @media (max-width: 767px) {
  .customized3{
    font-size: 18px;padding: 10px 20px;border-radius: 3px;margin-top: 25px;
  }
}
.customized4{
  border-radius: 28px; background: #de2a1c;font-size: 20px;border-color: #fcdf13;color: #fff;padding: 15px 40px;
}
/*@media (min-width: 992px) {
  .customized3{
    font-size: 20px;padding: 15px 60px;border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .customized3{
    font-size: 18px;padding: 10px 20px;border-radius: 3px;
  }
}*/

.litem ul,li{
      list-style-position: outside !important;
}