.novocall-button {
    display: block;
    position: fixed;
    z-index: 2147483647;
    opacity: 1;
    transform: translateY(0%);
    width: 65px;
    height: 65px;
    bottom: 25px;
    font-family: Arial;
    text-align: center;
    cursor: pointer;
    color: rgb(255, 255, 255);
    margin: 0px;
    padding: 0px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    overflow: visible;
    animation: 2s ease 0s 3 normal none running novocallPulse;
    background: rgb(2, 136, 209);
}

.novocall-button {
    left: 30px;
    box-shadow: rgba(0, 0, 0, 0.3) -2px 2px 3px 2px;
    padding-right: 4px;
    border-radius: 50%;
}
.nova-img{padding-top: 15px;width: 38px;}
.card-title{margin-bottom: 5px;color: #fff;}
.nav-tabs>li{    width: 50%;}
.container-tab{padding:10px;}
.card-text {font-size: 16px;
margin-top: 15px;
    font-weight: 500; }
.card{width:300px; border: 1px solid #ddd; background-color: #efefef; z-index: 999999;
    transition: all 2s; position: fixed; margin: 15px; border-radius: 7px; bottom: 80px;}
.card img{ width: 60px;
    height: 60px;
    padding: 3px; margin: 5px;
    border-radius: 100%;
    float: left;
    border: 1px solid #ddd;}
.btn-widget-small{color: #0288D1; background: #0288D130; font-weight: bold !important;}
.single-button-small {
    min-width: fit-content;
    width: 70%;
    position: relative;
    margin: auto;
}
.card-title-text{padding: 5px;}
.card-subtitle, .close-button{color: #fff;}
.close-button {
    font-size: 20px;
    position: absolute;
    top: 1px;
    right: 18px;
    cursor: pointer;
}
#novocall-popup-close:hover {
  color: #c2dcea;
}
.card-img{padding: 15px 15px 0px;    border-radius: 8px 8px 0px 0px; background-color: #0288d1;}
.card-body{padding: 10px 15px 15px;}
.close-button:hover{text-decoration: none;}

@keyframes slideInFromLeft {
    0% {
      transform: translateX(-100%);
    }
    100% {
      transform: translateX(0);
    }
  }
  .card{
    animation: 1s ease-out 0s 1 slideInFromLeft;
  }

  .pulse {
   
    box-shadow: 0 0 0 #0288d1;
    animation: pulse 2s infinite;
  }
  .pulse:hover {
    animation: none;
  }
  
  @-webkit-keyframes pulse {
    0% {
      -webkit-box-shadow: 0 0 0 0 #0288d1;
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px #0288d1;
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 #0288d1;
    }
  }
  @keyframes pulse {
    0% {
      -moz-box-shadow: 0 0 0 0 #7dd2ff;
      box-shadow: 0 0 0 0 #7dd2ff;
    }
    70% {
        -moz-box-shadow: 0 0 0 10px #d9f1ff;
        box-shadow: 0 0 0 10px #d9f1ff;
    }
    100% {
        -moz-box-shadow: 0 0 0 0 #ffffff;
        box-shadow: 0 0 0 0 #ffffff;
    }
  }

.modal-dialog {
	width: 400px !important;
    margin: 30px auto;
}
ol, ul {
    margin-top: 0 !important;
    margin-bottom: 0px !important;
}
.header .nav li.item-select, .header .nav li, .header .nav li:hover{    padding: 0px 0;}
header, header.sticky{z-index:99;}
.nav>li>a:hover, .nav>li:hover{ background-color: #4498c4; }
#myModal{z-index: 999999999;}
#myModal2{z-index: 999999999;}
.modal-content iframe{ max-height: 675px !important;}
.datetimepicker{ top: 10px !important; }

.row-shadow {
    border-radius: 25px;
    box-shadow: 7px 5px 50px -1px lightgrey;
}
.book-a-call{cursor: pointer;}
.tit_font{
	margin-top: 10px;
margin-bottom: 6px;
font-weight: 700;
font-size: 24px;
font-family: Raleway,sans-serif;}

.font_25{
	    margin-top: 40px;
font-size: 20px;    line-height: 34px;
    font-weight: 400;}

@media only screen and (max-width: 600px) {
.welcome-detail{text-align:center;}
.tit_font{margin-top: 8px;}
	.welcome-detail .detail p{ margin: 0px 0 0;}
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #4498c4 !important;}

