#callus {
  font-size: 16px;
  color: #fff;
  float: left;
  width: 150px;
  line-height: 33px;
  font-family: inherit;
}

.float {
  color: #fff;
  text-align: center;
  font-size: 25px;
  z-index: 100;
  padding: 2px 3px 5px;
  display: flex;
}

.phonesvg {
  max-width: 15px;
  -webkit-transition: 0.3s ease;
  /* transition: 0.3s ease;
font-size: 2.2rem;  */
}

/* .phonesvg:hover{
-webkit-transform: rotate(135deg);
transform: rotate(135deg); 
} */

.cc-container {
  position: fixed;
  right: 365px;
  top: auto;
  bottom: 40px;
  z-index: 9999;
}
.cc {
  background-color: #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px 5px;
  position: absolute;
  cursor: pointer;
}

.keybutton {
  height: 40px;
  width: 220px;
  color: white;
  z-index: 1;
  transition: 1.2s;
  background: #071ea4;
}

.number {
  height: 40px;
  width: 220px;
  background-image: linear-gradient(
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url(https://resclick.com/images/callwidget/callcenter.jpg);
  background-size: cover;
  color: white;
}

.keybutton:hover {
  transform: translateY(-80%);
  transition: 1.2s;
}

@media only screen and (max-width: 1023px) and (min-width: 20px) {
  .cc-container {
    display: none;
  }
}

.mobile-circle {
  position: fixed;
  right: 100px;
  top: auto;
  bottom: 20px;
  z-index: 9999;
  background: #071ea4;
  width: 60px;
  height: 60px;
  padding: 1rem;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
}

#telnumber1 {
  color: #fff;
  text-align: center;
  font-size: 25px;
  z-index: 100;
  padding: 2px 3px 5px;
}
.mobilesvg {
  position: absolute!important;
  max-width: 26px;
  bottom: 18px;
  left: 16px;
  position: fixed;
  /* margin-left: 2px; 
phone.svg için */
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-size: 2.2rem;
}

.mobilesvg:hover {
  /* margin-left: 2px; */
  /* -webkit-transform: rotate(135deg);
transform: rotate(135deg);  */
}

@media only screen and (max-width: 2560px) and (min-width: 1024px) {
  .mobile-circle {
    display: none;
  }
}

.logo {
    height: 90px;
    margin-top: 70px;
    margin-left: 10px;
    background: #fff;
    border-radius: 3px;
    padding: 6px;
}

.endleft {
    margin: 12px 5px;
}

.endleft span a {
    text-decoration: none;
    margin-right: 4px;
    color: #000;
}

.endleft span {
    display: inline-block;
    color: #000;
    cursor: pointer;
}

.footerlogo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    margin-top: 12px;
    border-radius: 2px;
    background: #fff;
}
