/*live lawyer widget start*/
.rounded-circle-icon {border-radius: 50%!important;width: 130px;height: 130px;padding: 10px;display: inline-block;}
.popup-btn a{padding:10px;background-color: #fff !important; color: #f00;}
.live-lawyer-btn {position:fixed;padding:5px 15px;background-color:#fff;color:#000;bottom:0px;width:100%;text-align:center; z-index: 999999; box-shadow: 0 -2px 4px rgb(0 0 0 / 13%);}
.live-lawyer-btn a{
  margin:5px !important;     
  display: block;
    padding: 10px 20px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #000;
    color: #fff;
}

.live-lawyer-query-link{display: block; }    
#live-lawyer-listing{cursor:pointer; background-color:inherit; border-radius:4px; padding:5px 10px 10px 5px;}
#live-lawyer-listing span{color:#f2f2f2; font-weight:400; font-size:12px;}
#live-lawyer-listing .avatar-container{width:45px; display: inline-block; margin-right: 10px;}
.default-avatar {background-color: #f2f2f2;font-weight: 500;color: #fff;font-size: 1.6rem;}
.rounded-circle {border-radius: 50%!important;}
.member-overlap-item {height: 22px;width: 22px;margin-right: -10px;border: 2px solid #fff;}
.pulse{margin-left:10px;display:inline-block;width:10px;height:10px;border-radius:50%;background:#3bda3b;animation:pulse 2s infinite;box-shadow:0 0 0 rgba(204,169,44, 0.4);}
@-webkit-keyframes pulse {
  0% {-webkit-box-shadow: 0 0 0 0 rgba(235, 14, 14, 0.918);}
  70% {-webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);}
  100% {-webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);}
}
@keyframes  pulse {
  0% {-moz-box-shadow: 0 0 0 0 rgba(235, 14, 14, 0.918);box-shadow: 0 0 0 0 rgba(235, 14, 14, 0.918);}
  70% {-moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);box-shadow: 0 0 0 10px rgba(204,169,44, 0);}
  100% {-moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);box-shadow: 0 0 0 0 rgba(204,169,44, 0);}
}
.modal-fullscreen .modal-content {height: auto;}

/* The Modal (background) */
.modal {
  display: none; 
  position: fixed; 
  z-index: 9999; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4); 
  -webkit-animation-name: fadeIn; 
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s
}

/* Modal Content */
.modal-content {
  
  bottom: 0;
  background-color: #fefefe;
  width: 96%;
  margin: 10% auto;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s;
  padding:10px;
  max-width: 500px;
}

.booking-form{padding:10px}
/* The Close Button */
.close {
      color: white;
    float: right;
    font-weight: bold;
    background-color: #000;
    height: 25px;
    width: 25px;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
}

.close span{padding:2px;}
#errorSuccessMsg2{padding-left:15px}
#errorSuccessMsg2 p span{display:block;}
.modal-header {border-bottom:1px solid #d2d2d2;}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.modal-logo{padding:10px}
.modal-bg-light{background-color:#f5f5f5 !important}

/* Add Animation */
@-webkit-keyframes slideIn {
  from { opacity: 0} 
  to {bottom: 0; opacity: 1}
}

@keyframes slideIn {
  from { opacity: 0}
  to {bottom: 0; opacity: 1}
}

@-webkit-keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}

@keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}
.d-none{display:none !important;}
/*live lawyer widget end*/


/*youtube video popup on feature image start*/
#you-close{
    float: right;font-weight: bold;background-color: #fff;height: 25px;color:#000;width: 25px;text-align: center;vertical-align: middle; cursor:pointer;
}
.u-content{
    padding:0 10px 0 10px; background:#fff; border:0px; margin-top:150px;
}
.wrapped-iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}


#open_youtube_modal img{
    opacity: 0.5;
}
#open_youtube_modal .circle {
  display: inline-block;
  border: 5px solid red;
  background:red;
  border-radius: 35px;
  padding: 30px;
  height: 20px;
  width: 20px;
  position:absolute;
  right:48%;
  top:11%;
}

#open_youtube_modal .circle .triangle {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid white;
  transform: translate(-25%, -50%);
}

@media only screen and (max-width: 479px) {
    #open_youtube_modal .circle {
      display: inline-block;
      border: 3px solid red;
      background:red;
      border-radius: 25px;
      padding: 20px;
      height: 10px;
      width: 10px;
      position:absolute;
      right:45%;
      top:7%;
    }
    
    #open_youtube_modal .circle .triangle {
      display: inline-block;
      width: 0;
      height: 0;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-left: 10px solid white;
      transform: translate(-25%, -50%);
    }
}


@media (min-width: 320px) and (max-width: 480px) { 
    
    .modal-content {margin: 50% auto;}
}
/*end*/
