﻿.callbutton {
    position: fixed ! Important;
    z-index: 99999999 ! Important;
    right: 0 ! Important;
    float: right ! Important;
    top: 70vh ! Important;
    margin-top: -25px ! Important;
    cursor: pointer ! Important;
    min-width: 50px ! Important;
    max-width: 150px ! Important;
    color: #fff ! Important;
    text-align: center ! Important;
    padding: 10px ! Important;
    margin: 0 auto 0 auto ! Important;
    background: #A30208 ! Important;
    border-radius: 50%;
    -webkit-transition: All 0.5s ease ! Important;
    -moz-transition: All 0.5s ease ! Important;
    -o-transition: All 0.5s ease ! Important;
    -ms-transition: All 0.5s ease ! Important;
    transition: All 0.5s ease ! Important;
    visibility: hidden;
}
 @media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
/* Styles */

.ui-widget-content {
    border: 1px solid #aaaaaa/*{borderColorContent}*/;
    background: #ffffff/*{bgColorContent}*/ url(images/ui-bg_flat_75_ffffff_40x100.png)/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/;
    color: #222222/*{fcContent}*/;
    font-size: -webkit-xxx-large;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 42px ! Important;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


  .panel-heading
  {
      font-size:35px !Important;
      width :104% !Important;
      }
  .finput
  {
      height:65px ! Important;
      font-size: 34px !Important;
      }
  .panel-body {
    padding: 15px;
    font-size: 34px;
    font-weight: 600;
}
  
   .top-call {
    /* background: rgba(52, 61, 150, 0.88); */
    height: 66px;
    position: fixed;
    right: 0;
    width: 25%;
    top: 83%;
    z-index: 9;
    visibility: hidden;
    
}

.callbutton {
    position: fixed ! Important;
    z-index: 99999999 ! Important;
    right: 0 ! Important;
    float: right ! Important;
    top: 70vh ! Important;
    margin-top: -25px ! Important;
    cursor: pointer ! Important;
    min-width: 50px ! Important;
    max-width: 150px ! Important;
    color: #fff ! Important;
    text-align: center ! Important;
    padding: 10px ! Important;
    margin: 0 auto 0 auto ! Important;
    background: #A30208 ! Important;
    border-radius: 50%;
    -webkit-transition: All 0.5s ease ! Important;
    -moz-transition: All 0.5s ease ! Important;
    -o-transition: All 0.5s ease ! Important;
    -ms-transition: All 0.5s ease ! Important;
    transition: All 0.5s ease ! Important;
    visibility: visible;
}
  
  }
 @media screen and (max-width:768px)
        
{
    
    
   .top-call {
    /* background: rgba(52, 61, 150, 0.88); */
    height: 66px;
    position: fixed;
    right: 0;
    width: 25%;
    top: 83%;
    z-index: 9;
    visibility: hidden;
    
}

.callbutton {
    position: fixed ! Important;
    z-index: 99999999 ! Important;
    right: 0 ! Important;
    float: right ! Important;
    top: 70vh ! Important;
    margin-top: -25px ! Important;
    cursor: pointer ! Important;
    min-width: 50px ! Important;
    max-width: 150px ! Important;
    color: #fff ! Important;
    text-align: center ! Important;
    padding: 10px ! Important;
    margin: 0 auto 0 auto ! Important;
    background: #A30208 ! Important;
    border-radius: 50%;
    -webkit-transition: All 0.5s ease ! Important;
    -moz-transition: All 0.5s ease ! Important;
    -o-transition: All 0.5s ease ! Important;
    -ms-transition: All 0.5s ease ! Important;
    transition: All 0.5s ease ! Important;
    visibility: visible;
}
  
  }