/* .nhs_advertise_box:after {
    background-image: url(../../../assets/images/common/icons/advertise_abstract.svg);
    content: "";
    width: 119px;
    position: absolute;
    right: 0px;
    height: 80px;
    background-repeat: no-repeat;
    top: calc(100% - 11px);
    background-size: 100%;
} */

.nhs_advertise_box {
    border: solid 2px #005eb9;
    padding: 10px;
    border-radius: 14px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    position: fixed;
    bottom: 20%;
    z-index: 11;
    right: 80px;
}

.click_hear_glow {
    font-size: 14px;
    color: white;
    animation-name: glow;
    animation-duration: 0.3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    background: #f91b1b;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 0;
    cursor: pointer;
}
a.click_hear_glow:hover,a.click_hear_glow:focus {
    color: #fff !important;
}
a.click_hear_glow{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border: solid 3px #df181c;
}
 
.click_hear_glow img {
    width: 40px;
}
.click_hear_glow p {
    font-size: 18px;
}
.nhs_advertise_box h2 {
    font-size: 28px;
    margin: 0;
}

.team_meet {
    font-size: 14px;
    color: white;
    animation-name: glow;
    animation-duration: 0.3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    background: #005EB8;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 0;
    cursor: pointer;
}
a.team_meet:hover,a.team_meet:focus {
    color: #fff !important;
}
a.team_meet{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border: solid 3px #005EB8;
}
 
.team_meet img {
    width: 40px;
}
.team_meet p {
    font-size: 15px;
}

@keyframes glow{
    from{text-shadow:0px 0px 5px #fff,0px 0px 5px #614ad3;}
    to{text-shadow:0px 0px 20px #fff,0px 0px 20px #614ad3;}
  }
/* NHS adertise End */

p.pre_consult_lounch_tx{
    width: 400px;
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
}

.close_add {
    position: absolute;
    right: -9px;
    top: -12px;
    font-size: 24px;
    color: red;
    background: #f15929;
    border: solid 1px #f15929;
    height: 27px;
    line-height: 3px;
    width: 27px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.nostaffinvo p {
    font-size: 18px;
    font-weight: 600;
    color: #db5f00;
}

.nostaffinvo {
    width: 400px;
    text-align: center;
    margin: 0 auto;
    margin-top: 4px;
}
.nhs_mv_rgt img {
    transform: rotate(180deg);
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.nhs_video_modal .modal-dialog {
    max-width: 768px;
}

.launching_text.text-center {
    font-size: 16px;
}

.launching_text b {
    font-size: 20px;
    color: #005eb9;
}

/* zoominglowanimate  start*/
.bluezoomingglowanimate {
    border-radius: 14px;
    text-align: center;
    animation: bluezoomingglowanimate 1.5s infinite!important;
    margin-right: 0px;
    height: auto;
    font-weight: bold;
    word-break: break-word;
}

@-webkit-keyframes bluezoomingglowanimate {
0% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
100% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@keyframes bluezoomingglowanimate {
0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
}
@-webkit-keyframes bluezoomingglowanimate {
0% {
    -webkit-box-shadow: 0 0 0 rgba(35, 49, 241, 0.8);
}
50% {
    -webkit-box-shadow: 0 0 0 10px rgba(231, 61, 61, 0);
}
100% {
    -webkit-box-shadow: 0 0 0 0 rgba(238, 83, 83, 0);
}
}
@keyframes bluezoomingglowanimate {
0% {
    -moz-box-shadow: 0 0 0 rgba(63, 50, 243, 0.8);
    box-shadow: 0 0 0  rgba(0, 11, 155, 0.8);
}
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);
}
}
/* bluezoomingglowanimate  End*/