@media (max-width:768px){
    .text-center-mobile{
        text-align: center !important;
    }
}
#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #263163; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px 20px;
  border-radius: 2px;
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #263163; /* Add a dark-grey background on hover */
}

footer .tcw{
    margin-bottom: 40px;
}
body,html{
    touch-action: pan-y !important;
}
.site_by_link{
    color: #ddd;
}
.site_by_link:hover {
    color: #ffffff;
}
.pricing-item p{
    margin: 0 0 20px;
    text-transform: capitalize;
}
.pricing-block {
    margin-bottom: 20px;
}
/* width */
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  .navbar-fixed-top {
    top: 40px;
  }
 #topbar {
      
    text-align: right;
    padding: 0 25px;
    background: #263163;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    height: 40px;
    vertical-align: middle;
	border-bottom: 1px solid rgba(255,255,255,.15);
  }