@charset "UTF-8";:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translate3d(0,0,9999 px);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:pointer;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__navigation-icon:before,.react-datepicker__year-read-view--down-arrow{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{margin-left:-4px;position:absolute;width:0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before{border:8px solid #0000;box-sizing:initial;content:"";height:0;left:-8px;position:absolute;width:1px;z-index:-1}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before{border-bottom-color:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{margin-top:-8px;top:0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{border-bottom-color:#f0f0f0;border-top:none}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after{top:0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{border-bottom-color:#aeaeae;top:-1px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{bottom:0;margin-bottom:-8px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before{border-bottom:none;border-top-color:#fff}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after{bottom:0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before{border-top-color:#aeaeae;bottom:-1px}.react-datepicker-wrapper{border:0;display:inline-block;padding:0}.react-datepicker{background-color:#fff;border:1px solid #aeaeae;border-radius:.3rem;color:#000;display:inline-block;font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;position:relative}.react-datepicker--time-only .react-datepicker__triangle{left:35px}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__triangle{left:50px;position:absolute}.react-datepicker-popper{z-index:1}.react-datepicker-popper[data-placement^=bottom]{padding-top:10px}.react-datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle,.react-datepicker-popper[data-placement=top-end] .react-datepicker__triangle{left:auto;right:50px}.react-datepicker-popper[data-placement^=top]{padding-bottom:10px}.react-datepicker-popper[data-placement^=right]{padding-left:8px}.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle{left:auto;right:42px}.react-datepicker-popper[data-placement^=left]{padding-right:8px}.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle{left:42px;right:auto}.react-datepicker__header{background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative;text-align:center}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__year-dropdown-container--select{display:inline-block;margin:0 15px}.react-datepicker-time__header,.react-datepicker-year-header,.react-datepicker__current-month{color:#000;font-size:.944rem;font-weight:700;margin-top:0}.react-datepicker-time__header{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.react-datepicker__navigation{align-items:center;background:none;border:none;cursor:pointer;display:flex;height:32px;justify-content:center;overflow:hidden;padding:0;position:absolute;text-align:center;text-indent:-999em;top:2px;width:32px;z-index:1}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{display:block;margin-left:auto;margin-right:auto;position:relative;top:0}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover :before{border-color:#a6a6a6}.react-datepicker__navigation-icon{font-size:20px;position:relative;top:-1px;width:0}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next:before{left:-7px;transform:rotate(45deg)}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous:before{right:-7px;transform:rotate(225deg)}.react-datepicker__month-container{float:left}.react-datepicker__year{margin:.4rem;text-align:center}.react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}.react-datepicker__year .react-datepicker__year-text{display:inline-block;margin:2px;width:4rem}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;margin:2px;width:4rem}.react-datepicker__input-time-container{clear:both;float:left;margin:5px 0 10px 15px;text-align:left;width:100%}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{display:inline-block;margin-left:5px}.react-datepicker__time-container{border-left:1px solid #aeaeae;float:right;width:85px}.react-datepicker__time-container--with-today-button{border:1px solid #aeaeae;border-radius:.3rem;display:inline;position:absolute;right:-87px;top:0}.react-datepicker__time-container .react-datepicker__time{background:#fff;border-bottom-right-radius:.3rem;position:relative}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{border-bottom-right-radius:.3rem;margin:0 auto;overflow-x:hidden;text-align:center;width:85px}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{box-sizing:initial;height:calc(195px + .85rem);list-style:none;margin:0;overflow-y:scroll;padding-left:0;padding-right:0;width:100%}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{background-color:#f0f0f0;cursor:pointer}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{background-color:initial;cursor:default}.react-datepicker__week-number{color:#ccc;display:inline-block;line-height:1.7rem;margin:.166rem;text-align:center;width:1.7rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected,.react-datepicker__week-number--keyboard-selected):hover{background-color:#f0f0f0;border-radius:.3rem}.react-datepicker__week-number--selected{background-color:#216ba5;border-radius:.3rem;color:#fff}.react-datepicker__week-number--selected:hover{background-color:#1d5d90}.react-datepicker__week-number--keyboard-selected{background-color:#2a87d0;border-radius:.3rem;color:#fff}.react-datepicker__week-number--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day-names{margin-bottom:-8px;white-space:nowrap}.react-datepicker__week{white-space:nowrap}.react-datepicker__day,.react-datepicker__day-name,.react-datepicker__time-name{color:#000;display:inline-block;line-height:1.7rem;margin:.166rem;text-align:center;width:1.7rem}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer}.react-datepicker__day:hover,.react-datepicker__month-text:hover,.react-datepicker__quarter-text:hover,.react-datepicker__year-text:hover{background-color:#f0f0f0;border-radius:.3rem}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:700}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{background-color:#3dcc4a;border-radius:.3rem;color:#fff}.react-datepicker__day--highlighted:hover,.react-datepicker__month-text--highlighted:hover,.react-datepicker__quarter-text--highlighted:hover,.react-datepicker__year-text--highlighted:hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--holidays,.react-datepicker__month-text--holidays,.react-datepicker__quarter-text--holidays,.react-datepicker__year-text--holidays{background-color:#ff6803;border-radius:.3rem;color:#fff;position:relative}.react-datepicker__day--holidays .holiday-overlay,.react-datepicker__month-text--holidays .holiday-overlay,.react-datepicker__quarter-text--holidays .holiday-overlay,.react-datepicker__year-text--holidays .holiday-overlay{background-color:#333;border-radius:4px;bottom:100%;color:#fff;left:50%;opacity:0;padding:4px;position:absolute;transform:translateX(-50%);transition:visibility 0s,opacity .3s ease-in-out;visibility:hidden;white-space:nowrap}.react-datepicker__day--holidays:hover,.react-datepicker__month-text--holidays:hover,.react-datepicker__quarter-text--holidays:hover,.react-datepicker__year-text--holidays:hover{background-color:#cf5300}.react-datepicker__day--holidays:hover .holiday-overlay,.react-datepicker__month-text--holidays:hover .holiday-overlay,.react-datepicker__quarter-text--holidays:hover .holiday-overlay,.react-datepicker__year-text--holidays:hover .holiday-overlay{opacity:1;visibility:visible}.react-datepicker__day--in-range,.react-datepicker__day--in-selecting-range,.react-datepicker__day--selected,.react-datepicker__month-text--in-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--selected,.react-datepicker__quarter-text--in-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--selected,.react-datepicker__year-text--in-range,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--selected{background-color:#216ba5;border-radius:.3rem;color:#fff}.react-datepicker__day--in-range:hover,.react-datepicker__day--in-selecting-range:hover,.react-datepicker__day--selected:hover,.react-datepicker__month-text--in-range:hover,.react-datepicker__month-text--in-selecting-range:hover,.react-datepicker__month-text--selected:hover,.react-datepicker__quarter-text--in-range:hover,.react-datepicker__quarter-text--in-selecting-range:hover,.react-datepicker__quarter-text--selected:hover,.react-datepicker__year-text--in-range:hover,.react-datepicker__year-text--in-selecting-range:hover,.react-datepicker__year-text--selected:hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{background-color:#bad9f1;border-radius:.3rem;color:#000}.react-datepicker__day--keyboard-selected:hover,.react-datepicker__month-text--keyboard-selected:hover,.react-datepicker__quarter-text--keyboard-selected:hover,.react-datepicker__year-text--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:#216ba580}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{color:#ccc;cursor:default}.react-datepicker__day--disabled:hover,.react-datepicker__month-text--disabled:hover,.react-datepicker__quarter-text--disabled:hover,.react-datepicker__year-text--disabled:hover{background-color:initial}.react-datepicker__input-container{display:inline-block;position:relative;width:100%}.react-datepicker__input-container .react-datepicker__calendar-icon{box-sizing:initial;padding:.5rem;position:absolute}.react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}.react-datepicker__month-read-view,.react-datepicker__month-year-read-view,.react-datepicker__year-read-view{border:1px solid #0000;border-radius:.3rem;position:relative}.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover,.react-datepicker__year-read-view:hover{cursor:pointer}.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__year-read-view--down-arrow{right:-16px;top:0;transform:rotate(135deg)}.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown,.react-datepicker__year-dropdown{background-color:#f0f0f0;border:1px solid #aeaeae;border-radius:.3rem;left:25%;position:absolute;text-align:center;top:30px;width:50%;z-index:1}.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover,.react-datepicker__year-dropdown:hover{cursor:pointer}.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable,.react-datepicker__year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__month-option,.react-datepicker__month-year-option,.react-datepicker__year-option{display:block;line-height:20px;margin-left:auto;margin-right:auto;width:100%}.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type,.react-datepicker__year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type,.react-datepicker__year-option:last-of-type{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem;-webkit-user-select:none;user-select:none}.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover,.react-datepicker__year-option:hover{background-color:#ccc}.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected,.react-datepicker__year-option--selected{left:15px;position:absolute}.react-datepicker__close-icon{background-color:initial;border:0;cursor:pointer;display:table-cell;height:100%;outline:0;padding:0 6px 0 0;position:absolute;right:0;top:0;vertical-align:middle}.react-datepicker__close-icon:after{background-color:#216ba5;border-radius:50%;color:#fff;content:"×";cursor:pointer;display:table-cell;font-size:12px;height:16px;line-height:1;padding:2px;text-align:center;vertical-align:middle;width:16px}.react-datepicker__close-icon--disabled{cursor:default}.react-datepicker__close-icon--disabled:after{background-color:#ccc;cursor:default}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;clear:left;cursor:pointer;font-weight:700;padding:5px 0;text-align:center}.react-datepicker__portal{align-items:center;background-color:#000c;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:2147483647}.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__time-name{line-height:3rem;width:3rem}@media (max-height:550px),(max-width:400px){.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__time-name{line-height:2rem;width:2rem}}.react-datepicker__portal .react-datepicker-time__header,.react-datepicker__portal .react-datepicker__current-month{font-size:1.44rem}.react-datepicker__children-container{height:auto;margin:.4rem;padding-left:.2rem;padding-right:.2rem;width:13.8rem}.react-datepicker__aria-live{border:0;clip-path:circle(0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.react-datepicker__calendar-icon{height:1em;vertical-align:-.125em;width:1em}.owl-carousel{-webkit-tap-highlight-color:transparent;display:none;position:relative;width:100%;z-index:1}.owl-carousel .owl-stage{-moz-backface-visibility:hidden;position:relative;touch-action:manipulation}.owl-carousel .owl-stage:after{clear:both;content:".";display:block;height:0;line-height:0;visibility:hidden}.owl-carousel .owl-stage-outer{overflow:hidden;position:relative;-webkit-transform:translateZ(0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0)}.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-backface-visibility:hidden;float:left;min-height:1px;position:relative}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:none;border:none;color:inherit;font:inherit;padding:0!important}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{display:block;opacity:0}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{touch-action:pan-y;-webkit-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{background:#000;height:100%;position:relative}.owl-carousel .owl-video-play-icon{-webkit-backface-visibility:hidden;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjU1RTM0MEU5QzBCMDExRTM4MURCQTkwQzkyRUYxMzEzIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjU1RTM0MEVBQzBCMDExRTM4MURCQTkwQzkyRUYxMzEzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTVFMzQwRTdDMEIwMTFFMzgxREJBOTBDOTJFRjEzMTMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NTVFMzQwRThDMEIwMTFFMzgxREJBOTBDOTJFRjEzMTMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6n647gAAAP5klEQVR42uxcCVRU1xl+82aGQWAQEcVAFI2gWCMqxDWYYOPCSQPxpNianLjHGJtdY2ubGI0naeBU20ZjTBQxotGKB6IhatVoIkQSRR1EQNFRBlllGZDNGRDof4f/6eP63jDMjqf3nCvOW+7yvX+//72S9vZ25v/F/CIj/0gkErMbMPcDNDU1+SkUilB4fwr0/wTUwVD7Q/Uw3l17dWtraxXUfJ1OlwntpGk0mtzJkyfXtJsxGEvmbnif9GkvAO/evfsM/JkilUrnQp+PWZMSWlpacuvr67dptdq0oKCgbLjUZgqglgLIWMrC5H1jVa/Xj4LJvd/W1lbUbqfS3NycU1lZ+U5CQkI/GCJrbHwWF1sBCKBFAMVta3dggf4rqqqqYk+fPj0UhirlOM6aAFqdhQG4MSzLvgVsutDYeyC/tDU1NWqQX5dycnLysrOzS86cOVOVmZlZT5oVeqdXr17sjBkzvEJCQvqGhYUNGTZs2OMDBgwY7enpGQD9uYn1BdRfW11d/eW0adM+hn7uwJjbnFIGwkDXAnhrjCiOCgDs159//jlt3759eSdPnqwgWGLVE/yhtpKmjI2ZsCUqQDlUxYoVKwIjIyPHjxw58pn+/fuHiYEJ4uQayMjNfn5+X5K+CJBOIQOB6iYDeL+KsVJFRcXFlJSUTyZNmjQTXgmFOgzqo1D7QlUS4kIwBNmMYjkOQPKsC1QCVm+o/aEGrFq1aoZKpfqisbGxWGw8wNbfzJw50xvbcCyAYE6sFBvorVu3VFu3bv0LPDYJ6igyQQTNHQFju1JCplQElYChwA/iO2vWrDEgDmKB6kuExgYi5HphYeFSfId1CIAAXqLQ4BoaGoqTkpI+hkcmQ30cqa03N1hrgGYCmISq+86bN29sfn5+PIz1jtBYCwoKPsIPytoNQHhHCSybKjSg3Nzcb8PDw5+Dx8YgxfVGVpPYEjgRMDkgfXbu3Pk8KK3zQmMuLS2NR8qV2hzAO3fuBAB4P9CDgOtVO3bsWA2PTEQZ5wPV1dYU1w0g3ceOHRtw9erVL4nyEJDTSfixpTYDEJ7tD+D9RHcOJkLe/PnzX0QFMYj7mo4GToC1idztk56e/idQfPX0PMrLy/d1G0RTAYTnZADefwXI/8yECROeRSXhi1QncSbwBKjR48CBA1HANaX0fIqKiuK7BaKpAAJ4KXRn169fP+Hv7/9buP0b1K5yZwaPosZeiYmJ4QCihp6XWq2OQy5irQIgaLA4uhMwAdI9PDyehtvBhC2IYevswAmAqABrIRx851v0/C5cuLCcUGqXIHYFIPiTiwXsu6zg4OAZcHsEgiftSeBRILqAR/QszPM2f45giGtCQ0MD0fQyD0BUGrcoG68IfMrn4fZIqN49jfLEKBEobh78buXPtaSk5ACKJqlZAALr7uQ3CL/1sbGxb6KN16+ng8ebu0EmAmCf0dyWlZVFTDNPUVYWAxBI+hW6sR9//HEL3BoH1R+NY+YhAdAAYlhYWO+6urrT/DkTVxA4bgRaF6YDCKybxW+orKzsHFx+Eupj6MBLLAEQPlCMKcEDOwJoMHGOHj0aBpzWyJ87cQVFWVkIQGhgBRWY1L/77rsLUe558cnZgsGTr5sEA34cQ1MSJwCQFDkoyVia+77++uto9JklRgGE33Kgvnz+yyqVKglZ9xG09RhrAIgfp7q4uPj96OhopSPcPqF449q1a310Ot1Vigp3wb0B3EKcKIBAfa/zX9Tr9bXTp08n6AcJfQFLAeSZDefz8vKetXfgQaRINRrNIlqBxsXFTX8AA7oRoL5s/ouZmZkE+TDUutLuLiqZCiA3TvCrdyQnJz9mL9tSrMydO9cdqDCH4sTPMXArFQQQHOxp/Bfgd+OcOXOIsA9ExcHYGECO6kuAAl63RzTHSGFBcb5BcUkJXB+KITJBAD+ifN3jcPmJB1C3MYBcqa+vPwUG7lO29LGNlT179viCjO7kSIDX8jf0vlihRaFO0YktW7asQF/X4wHtYwcASYEx6SoqKj7bvHnzAFuwdReFBbswnj8erVabjSE7RScAwaEeT5FraWBgYASG4+XmLqxbCiBvDeMalLk4cImdAGSKiooi6QCsu7v7KIzW3LfnJBLJFP6LN2/ePK9Wq2+T1UjimDg6iUehUMD3DEy8fft2cnp6eiiMVyaxeE2y63Lq1KkM0MDF/GsLFy4cwomVe18BHlLxUd67dy/xAYej2mYcTYGUYV8HAn7dggULvCxVMqasnYPBv4/fP3zA9WgTSrmG3KgB6ubPn/975HUXZwOQ56dmge04yxLb0ZRSU1PzJhWRuoEurauhEZB/Y/gP1NbW3vD09JxgTPs6A4CcngHBvic1NTXYHJfQlFJSUjIZOLSW32lUVFQ4idKwCMII/gsA4E3QPiTdormLNAtnKJI+ffq8GBkZmQZy+21CFSAaWWt2AHK3ALhSw782depUYg+6cB0N598Eb6AIwbsrlujjdJmiMlm/gQMHrgfr4QewHacCiHJrKZk1a9ZUAAV2AnDo0KEDiSJhUQMP4d+srKws4SX69Kji5uY2ecyYMUdgDp/v3r3bH+Zmcf7L/v37W8EeLeRf8/X1fYQPYD+KAmuQ+tqYHlgI9fn4+Lw6e/bs0zdu3FgIv12tQI1l/B+gI0h8UMaxsCfF8w1IfT06A93FxWXQkCFDtoFLeCAjI2OcJbYjcUL4v11dXQ1rxxyACip9g1MebcxDUDw8PGZOnDgxHVzCf5BAgDlKhriUneJdUqkLH0CWeritp1OfQHJlHbCzDiPqsu6+z7JsM/XbYDJxwHVSFnK5QTY+FACSGGNOTs6BWbNmvQJU+B9z50XkKkVkBvdWhp3c4d9UKpWuYtGXnlRAGebu2LFj68qVK88QhwJrvTm+Pb1/paWl5Q4fwFr+TS8vLyUC2CNBBM+qFvzVPTExMfvAKdAicCQwQpIszTLNgGV9+L/B3iTttbFIjuX8m/369fPhlhx7Gnhqtfr44sWLl06bNi0BwCMOAYmkVJI5mwseUuCj/N9VVVWkzVYZkmMBqOV7N8GG8kcA2Z4CHJheN8Dg3bZkyZKfiDcKVYvsqudvazBTjsrBlRvEv1ZaWlp2D0Ag+Xz+TW9v70EY73J6AGFiTefOndu/aNGi3ZcvX65AdiUAEhnVas7+ObrodDo/sCk7bU3Lysq6afDWSPvFxcXDqGh0WUhISCgXdXXWaExRUdHp5cuXL8B1G+Lce3c3Ym1KAQ59BsRcpyT14ODgCENMkDSyceNGBbUO0frpp5/OxgFJnA3AhoaGUtwFQLZPjMDgpps5ayYm2pAf8Puvqam5ynQkGvS9l+IFbHyW/1BaWlocI7QS70AAW1tbmy9evLg/IiKC2wUwCN1Qs1NDTKTAY/xxfP/99yQiPcrQN9dIZWXlEir3+RRcHsKIZSXZGUCyaWfdunWvQZfjmY4sCavsAjBBRPkCR9bwxzJlypTfwa3BBnHBNZKXlxdELarXzZs3L7wrOWhrAMmmxCNHjvxTJpORzDCS3OSH6zRSe6zKgZKawx8PaHsNfsT+BiXLa0QKbHyF//CJEyfWMiIpHXYAsC0/P//w7NmzSWZEKH5xL8bKi+wmAJhKLax/AZdD7kWw+FmaWq32r9SmvAtMx24jhT0BBBcsHxQbWdSfgNFy8rV7MTZI8+jCfAkE9m3ij2316tWLUOO70gAy8MVHU9q4LT4+/iWmY9+EzTMTyOYXUF5b/f39p6KQfhRFiM3yB7tQHhso7XsNP+p95Uo1IgWVfZZKtD6OckduSwALCwtPLVu27GW06YjRSvJPbJ7qJlaampr8gX60/DEeOnRoA37Y+wRF5wmXl5cvoaiwZdu2bTFICRJrAwhCuTAxMfFDnk3nizadXZItxQqYTJ9QyoOsiTz5gEgTaEQBvH+B2oiXIUaFFgy++cqVKwmhoaGR0Mxoa9h01gIQN1TWUAp1E46zTycXV6ARkhe3TCBD/22coFUyVDUazQtMx67OIKYjgVvBOGZLrBD1fUNTn1KpnIKWgOsDFCRQFCAwU6jtrGVLly4dTTdgwcAVaJZ4MA7c6SRgtkTTxHP8+PGNSH3eDwRYRABks7OznxbYmXkI7UKZFQDkdpY7zTYH9DqK6N2oTMfO+wBBr8yIIJXDy3+nQVSpVGsY3s6dh2WjDfxfIrQLPy4u7g1GYHuHKQASCnGvq6v7ic5WB9dqDmpKycMCIMzrAWJJT0+PR7dN1IzrMtH64MGDIdB4A3W0UuWuXbsiGCffXG0qgDC/1wTs0jQ0W4YyQhtsTATQsPBUUFDwjsAZCTe3b98+iXHQgRLWqqA05pKUSDpggLvwg9FoZo1GU7paT2E6djJuFABRk5yc/GRPBRHAI5tpWih3smn9+vVvo9b16XIR3sSgIvkCSjCo9wqclFYOsiKqp7Gz2IFBKSkpsRht9mO6yM7tDoAciJ4AYrJApLhRrVb/2Z4umAXVE8a7XQi8w4cP/wuDBQEY/ZFYE0AG7bbe5HgQkTOpkjZs2DCQcdIjAIBbnqC38XJLBd999x1JPJqIUXjTTzIyY9XPACJoqa+EQAS5eC03N/cPjnLNRKoLgLSKrEcZOTBoPLpq3TsGysxlUwKiJ3grH5B1WSEga2trk8+ePTuOceBeYFQUzwHVZYqts2AIjUS8B3IiqLur7uauNxsUy6ZNmyKqq6vPiqyiNYJJsBuAnmRnIFkA7nmoJ8Wi3pcuXUqG8YSjl3HvwCBz0hYsWbRnUdgOACWy1dh+N/BoDoIp9MekpCRvWykaYMfBIOfeAuDOGtlbUgGe1AaMPwZheEpudh6QFTIfJEhdXqmpqS+BIjltbL0DJlgIYH4FfvYLWVlZ/haCKdPpdMOgzUUAWgp8qNvG+iZUhwbyWNS05p3Yxp+8tY4AxbRZQo29MzMzXx0+fPhLSqUyqIu02VqY+BWouVCzwYgl+SZkx2gtUFMDy7J6aKNdLpe7gThQSqVSQr1+8DcQ+hsNf0fCM0FMF4fjXLt27Sho2UPvvffeGV7iEckDt3wfjDWOABU4IY24PwEZGRkfggy83O6AQpYigOK+jY2NfR01LFkueISOP1ojBdZqAPIGxSJVEPkSkJCQ8LJKpfoK2K3S1sCRNLdjx479OyYm5gVcoBqOwCmF1pQtll/WYmGRpEQWB+2KJoI72FxPjRo1alxwcHCku7v7YGukuGm12qu//PJL6tGjR1VgFagxta0e2ZRs19WLpbr1iKPgcW+GlAcmkZVu0dHRflFRUcHDoPj5+QWBvPN1dXXtS2SeTCZzw0x4YsvpyRmoer2+HmQjWE3VJQUFBerz58+rd+3aVaDRaJoQtEYEjH+sstEj4R0OoJlamwPTBascWV7O3D8OmcXKDa4dBX4rJom3YG3mVe6a3bZpOAJAIVuSO1ib5eVmCyW5t1NActVh+1r+J8AAu6ig4K2spqcAAAAASUVORK5CYII=) no-repeat;cursor:pointer;height:80px;left:50%;margin-left:-40px;margin-top:-40px;position:absolute;top:50%;transition:transform .1s ease;width:80px;z-index:1}.owl-carousel .owl-video-play-icon:hover{transform:scale(1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{background-position:50%;background-repeat:no-repeat;background-size:contain;height:100%;opacity:0;transition:opacity .4s ease}.owl-carousel .owl-video-frame{height:100%;position:relative;width:100%;z-index:1}.owl-theme .owl-nav{-webkit-tap-highlight-color:transparent;margin-top:10px;text-align:center}.owl-theme .owl-nav [class*=owl-]{background:#d6d6d6;border-radius:3px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;margin:5px;padding:4px 7px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#fff;text-decoration:none}.owl-theme .owl-nav .disabled{cursor:default;opacity:.5}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots{-webkit-tap-highlight-color:transparent;text-align:center}.owl-theme .owl-dots .owl-dot{zoom:1;display:inline-block;*display:inline}.owl-theme .owl-dots .owl-dot span{-webkit-backface-visibility:visible;background:#d6d6d6;border-radius:30px;display:block;height:10px;margin:5px 7px;transition:opacity .2s ease;width:10px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}@keyframes react-loading-skeleton{to{transform:translateX(100%)}}.react-loading-skeleton{--base-color:#ebebeb;--highlight-color:#f5f5f5;--animation-duration:1.5s;--animation-direction:normal;--pseudo-element-display:block;background-color:var(--base-color);border-radius:.25rem;display:inline-flex;line-height:1;overflow:hidden;position:relative;-webkit-user-select:none;user-select:none;width:100%}.react-loading-skeleton:after{animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-iteration-count:infinite;animation-name:react-loading-skeleton;animation-timing-function:ease-in-out;background-image:linear-gradient(90deg,var(--base-color) 0,var(--highlight-color) 50%,var(--base-color) 100%);background-image:var(
    --custom-highlight-background,linear-gradient(90deg,var(--base-color) 0,var(--highlight-color) 50%,var(--base-color) 100%)
  );background-repeat:no-repeat;content:" ";display:var(--pseudo-element-display);height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display:none}}.carousel .control-arrow,.carousel.carousel-slider .control-arrow{background:none;border:0;cursor:pointer;filter:alpha(opacity=40);font-size:32px;opacity:.4;position:absolute;top:20px;transition:all .25s ease-in;z-index:2}.carousel .control-arrow:focus,.carousel .control-arrow:hover{filter:alpha(opacity=100);opacity:1}.carousel .control-arrow:before,.carousel.carousel-slider .control-arrow:before{border-bottom:8px solid #0000;border-top:8px solid #0000;content:"";display:inline-block;margin:0 5px}.carousel .control-disabled.control-arrow{cursor:inherit;display:none;filter:alpha(opacity=0);opacity:0}.carousel .control-prev.control-arrow{left:0}.carousel .control-prev.control-arrow:before{border-right:8px solid #fff}.carousel .control-next.control-arrow{right:0}.carousel .control-next.control-arrow:before{border-left:8px solid #fff}.carousel-root{outline:none}.carousel{position:relative;width:100%}.carousel *{box-sizing:border-box}.carousel img{display:inline-block;pointer-events:none;width:100%}.carousel .carousel{position:relative}.carousel .control-arrow{background:none;border:0;font-size:18px;margin-top:-13px;outline:0;top:50%}.carousel .thumbs-wrapper{margin:20px;overflow:hidden}.carousel .thumbs{list-style:none;position:relative;transform:translateZ(0);transition:all .15s ease-in;white-space:nowrap}.carousel .thumb{border:3px solid #fff;display:inline-block;margin-right:6px;overflow:hidden;padding:2px;transition:border .15s ease-in;white-space:nowrap}.carousel .thumb:focus{border:3px solid #ccc;outline:none}.carousel .thumb.selected,.carousel .thumb:hover{border:3px solid #333}.carousel .thumb img{vertical-align:top}.carousel.carousel-slider{margin:0;overflow:hidden;position:relative}.carousel.carousel-slider .control-arrow{bottom:0;color:#fff;font-size:26px;margin-top:0;padding:5px;top:0}.carousel.carousel-slider .control-arrow:hover{background:#0003}.carousel .slider-wrapper{margin:auto;overflow:hidden;transition:height .15s ease-in;width:100%}.carousel .slider-wrapper.axis-horizontal .slider{-ms-box-orient:horizontal;display:-moz-flex;display:flex}.carousel .slider-wrapper.axis-horizontal .slider .slide{flex-direction:column;flex-flow:column}.carousel .slider-wrapper.axis-vertical{-ms-box-orient:horizontal;display:-moz-flex;display:flex}.carousel .slider-wrapper.axis-vertical .slider{flex-direction:column}.carousel .slider{list-style:none;margin:0;padding:0;position:relative;width:100%}.carousel .slider.animated{transition:all .35s ease-in-out}.carousel .slide{margin:0;min-width:100%;position:relative;text-align:center}.carousel .slide img{border:0;vertical-align:top;width:100%}.carousel .slide iframe{border:0;display:inline-block;margin:0 40px 40px;width:calc(100% - 80px)}.carousel .slide .legend{background:#000;border-radius:10px;bottom:40px;color:#fff;font-size:12px;left:50%;margin-left:-45%;opacity:.25;padding:10px;position:absolute;text-align:center;transition:all .5s ease-in-out;transition:opacity .35s ease-in-out;width:90%}.carousel .control-dots{bottom:0;margin:10px 0;padding:0;position:absolute;text-align:center;width:100%;z-index:1}@media (min-width:960px){.carousel .control-dots{bottom:0}}.carousel .control-dots .dot{background:#fff;border-radius:50%;box-shadow:1px 1px 2px #000000e6;cursor:pointer;display:inline-block;filter:alpha(opacity=30);height:8px;margin:0 8px;opacity:.3;transition:opacity .25s ease-in;width:8px}.carousel .control-dots .dot.selected,.carousel .control-dots .dot:hover{filter:alpha(opacity=100);opacity:1}.carousel .carousel-status{color:#fff;font-size:10px;padding:5px;position:absolute;right:0;text-shadow:1px 1px 1px #000000e6;top:0}.carousel:hover .slide .legend{opacity:1}.szh-menu{background-color:#fff;border:1px solid #0000001a;box-sizing:border-box;list-style:none;margin:0;padding:0;width:max-content;z-index:100}.szh-menu:focus{outline:none}.szh-menu__arrow{background-color:#fff;border-color:#0000001a #0000 #0000 #0000001a;border-style:solid;border-width:1px;box-sizing:border-box;height:.75rem;width:.75rem;z-index:-1}.szh-menu__arrow--dir-left{right:-.375rem;transform:translateY(-50%) rotate(135deg)}.szh-menu__arrow--dir-right{left:-.375rem;transform:translateY(-50%) rotate(-45deg)}.szh-menu__arrow--dir-top{bottom:-.375rem;transform:translateX(-50%) rotate(-135deg)}.szh-menu__arrow--dir-bottom{top:-.375rem;transform:translateX(-50%) rotate(45deg)}.szh-menu__item{cursor:pointer}.szh-menu__item:focus{outline:none}.szh-menu__item--hover{background-color:#ebebeb}.szh-menu__item--focusable{background-color:inherit;cursor:default}.szh-menu__item--disabled{color:#aaa;cursor:default}.szh-menu__group{box-sizing:border-box}.szh-menu__radio-group{list-style:none;margin:0;padding:0}.szh-menu__divider{background-color:#0000001f;height:1px;margin:.5rem 0}#pdf-container,.szh-menu-button{box-sizing:border-box}#pdf-container{background-color:#e4f0fe;height:1587px;padding:32px;width:1122px}.analysis-progress-overlay{align-items:center;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#ffffffb3;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.progress-container{background:#fff;border-radius:15px;box-shadow:0 10px 30px #0000001a;max-width:500px;padding:30px;text-align:center;width:90%}.progress-content{align-items:center;display:flex;flex-direction:column}.progress-icon{font-size:24px}.progress-title{font-size:16px;font-weight:700;margin-bottom:15px}.progress-step-text{color:#666;font-size:16px;margin-bottom:20px;min-height:24px}.progress-bar-container{width:100%}.custom-progress-bar{background-color:#f0f0f0;border-radius:8px;height:16px}.custom-progress-bar .progress-bar{background:#e31000;border-radius:8px;box-shadow:0 2px 4px #e3100033}.progress-percentage{font-size:14px;font-weight:600}.content-hidden{opacity:0;pointer-events:none}.content-visible{opacity:1;pointer-events:auto;transition:opacity .5s ease-in-out}@media(max-width:768px){.progress-container{padding:30px 20px}.progress-title{font-size:20px}.progress-step-text{font-size:14px}}.ai-report-analysis-page{font-family:Poppins,sans-serif;margin-top:auto;position:relative}@keyframes slideDown{0%{max-height:0;opacity:0;transform:translateY(-10px)}to{max-height:100px;opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{max-height:100px;opacity:1;transform:translateY(0)}to{max-height:0;opacity:0;transform:translateY(-10px)}}@keyframes wave{0%,60%,to{transform:none}30%{transform:translateY(-2px)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmerGlow{0%{left:-100%}50%{left:100%}to{left:100%}}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes loadingBar{0%{transform:translateX(-100%)}50%{transform:translateX(0)}to{transform:translateX(100%)}}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.ai-report-analysis-page .shimmer-box,.ai-report-analysis-page .shimmer-line{animation:skeleton-loading 2s ease-in-out infinite,fadeInUp .6s ease-out;animation-delay:0s;animation-delay:var(--delay,0s);background:linear-gradient(90deg,#f8f9fa,#e9ecef 25%,#dee2e6 50%,#e9ecef 75%,#f8f9fa);background-size:400% 100%;border-radius:4px;margin-bottom:8px;overflow:hidden;position:relative}.ai-report-analysis-page .shimmer-box:after,.ai-report-analysis-page .shimmer-line:after{animation:shimmerGlow 2s ease-in-out infinite;background:linear-gradient(90deg,#0000,#fff6,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;width:100%}.ai-report-analysis-page .shimmer-box{display:inline-block}.ai-report-analysis-page .shimmer-box.rounded-circle{animation:shimmer 2s ease-in-out infinite,pulse 2.5s ease-in-out infinite;border-radius:50%!important;box-shadow:0 4px 8px #0000001a}.ai-report-analysis-page .shimmer-box.loading-enhanced{animation:skeleton-loading 2s ease-in-out infinite,wave 3s ease-in-out infinite;background:linear-gradient(90deg,#f8f9fa,#e9ecef 20%,#dee2e6 40%,#e9ecef 60%,#f8f9fa 80%,#f8f9fa);background-size:200% 100%}.ai-report-analysis-page .shimmer-line{display:block;height:16px}.ai-report-analysis-page .shimmer-line:first-child{animation-delay:0s}.ai-report-analysis-page .shimmer-line:nth-child(2){animation-delay:.1s}.ai-report-analysis-page .shimmer-line:nth-child(3){animation-delay:.2s}.ai-report-analysis-page .shimmer-line:nth-child(4){animation-delay:.3s}.ai-report-analysis-page .shimmer-line:nth-child(5){animation-delay:.4s}.ai-report-analysis-page .findings-table-container .shimmer-line:nth-child(odd),.ai-report-analysis-page .test-list .shimmer-line:nth-child(odd){width:85%}.ai-report-analysis-page .findings-table-container .shimmer-line:nth-child(2n),.ai-report-analysis-page .test-list .shimmer-line:nth-child(2n){width:75%}.ai-report-analysis-page .findings-table-container .shimmer-line:last-child,.ai-report-analysis-page .test-list .shimmer-line:last-child{width:60%}.ai-report-analysis-page.shimmer-loading .report-content:not(.shimmer-content),.ai-report-analysis-page.shimmer-loading .report-header:not(.shimmer-header){opacity:0;visibility:hidden}.ai-report-analysis-page .report-header,.ai-report-analysis-page .report-header2{background-color:#fff;border-radius:16px;box-shadow:0 1px 4px #00000014;margin:0 15px;overflow:hidden;position:relative}.ai-report-analysis-page .report-header .shimmer-box,.ai-report-analysis-page .report-header2 .shimmer-box{animation:shimmer 1.8s ease-in-out infinite,pulse 3s ease-in-out infinite}.ai-report-analysis-page .report-header .shimmer-box:first-child,.ai-report-analysis-page .report-header2 .shimmer-box:first-child{animation-delay:0s}.ai-report-analysis-page .report-header .shimmer-box:nth-child(2),.ai-report-analysis-page .report-header2 .shimmer-box:nth-child(2){animation-delay:.2s}.ai-report-analysis-page .report-header .shimmer-box:nth-child(3),.ai-report-analysis-page .report-header2 .shimmer-box:nth-child(3){animation-delay:.4s}.ai-report-analysis-page .ai-badge-fixed{left:0;position:absolute;right:0;top:0;z-index:10}.ai-report-analysis-page .ai-badge-text{background-color:#002c77;border-bottom-right-radius:8px;border-top-left-radius:8px;color:#fff;display:inline-block;font-size:18px;font-weight:500;padding:6px 16px}.ai-report-analysis-page .patient-name{font-size:25px;font-weight:700;margin-top:16px}.ai-report-analysis-page .patient-info{color:#333;font-size:16px}.ai-report-analysis-page .report-meta-center .meta-item{font-size:14px;font-weight:500}.ai-report-analysis-page .vertical-divider,.ai-report-analysis-page .vertical-divider2{background-color:#a1b5c8;height:100px;width:1px}.ai-report-analysis-page .btn-download-analysis,.ai-report-analysis-page .download-btn,.ai-report-analysis-page .download-btn-header,.ai-report-analysis-page .download-btn-mobile-header{align-items:center;background:#0000;border:1px solid #e31c25;color:#e31c25;display:inline-flex;text-decoration:none;transition:all .3s ease;white-space:nowrap}.ai-report-analysis-page .btn-download-analysis .w-18-px,.ai-report-analysis-page .download-btn .w-18-px,.ai-report-analysis-page .download-btn-header .w-18-px,.ai-report-analysis-page .download-btn-mobile-header .w-18-px{display:inline-block;height:18px;width:18px}.ai-report-analysis-page .btn-download-analysis .download-icon-default,.ai-report-analysis-page .download-btn .download-icon-default,.ai-report-analysis-page .download-btn-header .download-icon-default,.ai-report-analysis-page .download-btn-mobile-header .download-icon-default{display:inline-block;filter:none;height:18px;transition:filter .3s ease;width:18px}.ai-report-analysis-page .btn-download-analysis .download-icon-default img,.ai-report-analysis-page .btn-download-analysis .download-icon-default svg,.ai-report-analysis-page .download-btn .download-icon-default img,.ai-report-analysis-page .download-btn .download-icon-default svg,.ai-report-analysis-page .download-btn-header .download-icon-default img,.ai-report-analysis-page .download-btn-header .download-icon-default svg,.ai-report-analysis-page .download-btn-mobile-header .download-icon-default img,.ai-report-analysis-page .download-btn-mobile-header .download-icon-default svg{transition:filter .3s ease}.ai-report-analysis-page .btn-download-analysis .download-icon-hover,.ai-report-analysis-page .download-btn .download-icon-hover,.ai-report-analysis-page .download-btn-header .download-icon-hover,.ai-report-analysis-page .download-btn-mobile-header .download-icon-hover{display:none!important}.ai-report-analysis-page .btn-download-analysis span,.ai-report-analysis-page .download-btn span,.ai-report-analysis-page .download-btn-header span,.ai-report-analysis-page .download-btn-mobile-header span{transition:color .3s ease}.ai-report-analysis-page .btn-download-analysis:active,.ai-report-analysis-page .btn-download-analysis:focus,.ai-report-analysis-page .btn-download-analysis:hover,.ai-report-analysis-page .download-btn-header:active,.ai-report-analysis-page .download-btn-header:focus,.ai-report-analysis-page .download-btn-header:hover,.ai-report-analysis-page .download-btn-mobile-header:active,.ai-report-analysis-page .download-btn-mobile-header:focus,.ai-report-analysis-page .download-btn-mobile-header:hover,.ai-report-analysis-page .download-btn:active,.ai-report-analysis-page .download-btn:focus,.ai-report-analysis-page .download-btn:hover{background-color:#e31c25!important;border-color:#e31c25!important;color:#fff!important;text-decoration:none!important}.ai-report-analysis-page .btn-download-analysis:active span,.ai-report-analysis-page .btn-download-analysis:focus span,.ai-report-analysis-page .btn-download-analysis:hover span,.ai-report-analysis-page .download-btn-header:active span,.ai-report-analysis-page .download-btn-header:focus span,.ai-report-analysis-page .download-btn-header:hover span,.ai-report-analysis-page .download-btn-mobile-header:active span,.ai-report-analysis-page .download-btn-mobile-header:focus span,.ai-report-analysis-page .download-btn-mobile-header:hover span,.ai-report-analysis-page .download-btn:active span,.ai-report-analysis-page .download-btn:focus span,.ai-report-analysis-page .download-btn:hover span{color:#fff!important}.ai-report-analysis-page .btn-download-analysis:active .download-icon-default,.ai-report-analysis-page .btn-download-analysis:active .download-icon-default img,.ai-report-analysis-page .btn-download-analysis:active .download-icon-default svg,.ai-report-analysis-page .btn-download-analysis:focus .download-icon-default,.ai-report-analysis-page .btn-download-analysis:focus .download-icon-default img,.ai-report-analysis-page .btn-download-analysis:focus .download-icon-default svg,.ai-report-analysis-page .btn-download-analysis:hover .download-icon-default,.ai-report-analysis-page .btn-download-analysis:hover .download-icon-default img,.ai-report-analysis-page .btn-download-analysis:hover .download-icon-default svg,.ai-report-analysis-page .download-btn-header:active .download-icon-default,.ai-report-analysis-page .download-btn-header:active .download-icon-default img,.ai-report-analysis-page .download-btn-header:active .download-icon-default svg,.ai-report-analysis-page .download-btn-header:focus .download-icon-default,.ai-report-analysis-page .download-btn-header:focus .download-icon-default img,.ai-report-analysis-page .download-btn-header:focus .download-icon-default svg,.ai-report-analysis-page .download-btn-header:hover .download-icon-default,.ai-report-analysis-page .download-btn-header:hover .download-icon-default img,.ai-report-analysis-page .download-btn-header:hover .download-icon-default svg,.ai-report-analysis-page .download-btn-mobile-header:active .download-icon-default,.ai-report-analysis-page .download-btn-mobile-header:active .download-icon-default img,.ai-report-analysis-page .download-btn-mobile-header:active .download-icon-default svg,.ai-report-analysis-page .download-btn-mobile-header:focus .download-icon-default,.ai-report-analysis-page .download-btn-mobile-header:focus .download-icon-default img,.ai-report-analysis-page .download-btn-mobile-header:focus .download-icon-default svg,.ai-report-analysis-page .download-btn-mobile-header:hover .download-icon-default,.ai-report-analysis-page .download-btn-mobile-header:hover .download-icon-default img,.ai-report-analysis-page .download-btn-mobile-header:hover .download-icon-default svg,.ai-report-analysis-page .download-btn:active .download-icon-default,.ai-report-analysis-page .download-btn:active .download-icon-default img,.ai-report-analysis-page .download-btn:active .download-icon-default svg,.ai-report-analysis-page .download-btn:focus .download-icon-default,.ai-report-analysis-page .download-btn:focus .download-icon-default img,.ai-report-analysis-page .download-btn:focus .download-icon-default svg,.ai-report-analysis-page .download-btn:hover .download-icon-default,.ai-report-analysis-page .download-btn:hover .download-icon-default img,.ai-report-analysis-page .download-btn:hover .download-icon-default svg{filter:brightness(0) invert(1)}.ai-report-analysis-page .download-btn-mobile-header{padding:8px 12px;position:absolute;right:15px;top:0}.ai-report-analysis-page .download-btn-mobile-header .w-18-px{display:inline-block;height:18px;position:relative;width:18px}.ai-report-analysis-page .download-btn-mobile-header:active span,.ai-report-analysis-page .download-btn-mobile-header:focus span,.ai-report-analysis-page .download-btn-mobile-header:hover span{color:#fff!important}.ai-report-analysis-page .download-btn-header{align-items:center;border-radius:0!important;display:flex;height:40px;justify-content:center;width:40px}.ai-report-analysis-page .btn-download-analysis{border-radius:24px;font-size:14px;font-weight:500}.ai-report-analysis-page .section{animation:fadeInUp .8s ease-out;border-radius:8px;margin-bottom:15px;overflow:hidden}.ai-report-analysis-page .section:first-child{animation-delay:0s}.ai-report-analysis-page .section:nth-child(2){animation-delay:.2s}.ai-report-analysis-page .section:nth-child(3){animation-delay:.4s}.ai-report-analysis-page .section:nth-child(4){animation-delay:.6s}.ai-report-analysis-page .section-title{color:#333;font-size:18px;font-weight:600;margin:10px 0}.ai-report-analysis-page .section-title .action-icon,.ai-report-analysis-page .section-title .check-icon,.ai-report-analysis-page .section-title .warning-icon{font-size:18px;margin-right:8px;margin-top:18px}.ai-report-analysis-page .tests-conducted .section-header-collapsible{background:#0000;border-radius:8px;cursor:pointer;padding:10px 0;transition:all .3s ease}.ai-report-analysis-page .tests-conducted .section-header-collapsible:hover{background-color:#00000005;padding:10px 15px}.ai-report-analysis-page .tests-conducted .section-header-collapsible .more-tests-text-header{color:#666;font-size:13px;font-style:italic;opacity:.8;transition:all .3s ease}.ai-report-analysis-page .tests-conducted .section-header-collapsible .more-tests-text-header:hover{color:#e31c25;opacity:1}.ai-report-analysis-page .tests-conducted .section-header-collapsible .chevron-icon{align-items:center;background:#0000;border-radius:50%;display:flex;height:32px;justify-content:center;transition:transform .3s cubic-bezier(.4,0,.2,1);width:32px}.ai-report-analysis-page .tests-conducted .section-header-collapsible .chevron-icon.expanded{background:#0000;transform:rotate(180deg)}.ai-report-analysis-page .tests-conducted .section-header-collapsible .chevron-icon svg{transition:all .3s ease}.ai-report-analysis-page .tests-conducted .section-header-collapsible .chevron-icon svg path{transition:stroke .3s ease}.ai-report-analysis-page .tests-conducted .section-header-collapsible .chevron-icon:hover{background-color:#0000000d}.ai-report-analysis-page .tests-conducted .test-list-container{overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1)}.ai-report-analysis-page .tests-conducted .test-list-container.collapsed .hidden-item{margin-bottom:0;max-height:0;opacity:0;overflow:hidden;padding-bottom:0;padding-top:0;transform:translateY(-10px);transition:all .3s cubic-bezier(.4,0,.2,1)}.ai-report-analysis-page .tests-conducted .test-list-container.collapsed .more-tests-indicator{opacity:1;transform:translateY(0);transition:all .3s ease .1s}.ai-report-analysis-page .tests-conducted .test-list-container.expanded{background:#0000}.ai-report-analysis-page .tests-conducted .test-list-container.expanded .hidden-item{margin-bottom:1rem;max-height:100px;opacity:1;transform:translateY(0);transition:all .4s cubic-bezier(.4,0,.2,1)}.ai-report-analysis-page .tests-conducted .test-list-container.expanded .hidden-item:nth-child(4){transition-delay:0s}.ai-report-analysis-page .tests-conducted .test-list-container.expanded .hidden-item:nth-child(5){transition-delay:.05s}.ai-report-analysis-page .tests-conducted .test-list-container.expanded .hidden-item:nth-child(6){transition-delay:.1s}.ai-report-analysis-page .tests-conducted .test-list-container.expanded .hidden-item:nth-child(7){transition-delay:.15s}.ai-report-analysis-page .tests-conducted .test-list-container.expanded .hidden-item:nth-child(8){transition-delay:.2s}.ai-report-analysis-page .tests-conducted .test-list-container.expanded .hidden-item:nth-child(9){transition-delay:.25s}.ai-report-analysis-page .tests-conducted .test-list-container.expanded .hidden-item:nth-child(10){transition-delay:.3s}.ai-report-analysis-page .tests-conducted .test-list-container.expanded .hidden-item:nth-child(11){transition-delay:.35s}.ai-report-analysis-page .tests-conducted .test-list-container.expanded .hidden-item:nth-child(12){transition-delay:.4s}.ai-report-analysis-page .tests-conducted .test-list-container.expanded .hidden-item:nth-child(13){transition-delay:.45s}.ai-report-analysis-page .tests-conducted .test-list-container.expanded .hidden-item:nth-child(14){transition-delay:.5s}.ai-report-analysis-page .tests-conducted .test-list-container.expanded .hidden-item:nth-child(15){transition-delay:.55s}.ai-report-analysis-page .tests-conducted .test-list-container.expanded .hidden-item:nth-child(16){transition-delay:.6s}.ai-report-analysis-page .tests-conducted .test-list-container.expanded .hidden-item:nth-child(17){transition-delay:.65s}.ai-report-analysis-page .tests-conducted .test-list-container.expanded .hidden-item:nth-child(18){transition-delay:.7s}.ai-report-analysis-page .tests-conducted .test-list-container.expanded .hidden-item:nth-child(19){transition-delay:.75s}.ai-report-analysis-page .tests-conducted .test-list-container.expanded .hidden-item:nth-child(20){transition-delay:.8s}.ai-report-analysis-page .tests-conducted .test-list-container.expanded .more-tests-indicator{opacity:0;transform:translateY(-10px);transition:all .2s ease}.ai-report-analysis-page .tests-conducted .test-list .test-item{border-bottom:1px solid #f0f0f0;color:#555;font-size:14px;transition:all .3s cubic-bezier(.4,0,.2,1)}.ai-report-analysis-page .tests-conducted .test-list .test-item span{display:block;padding:0 0 8px 20px}.ai-report-analysis-page .tests-conducted .test-list .test-item.visible-item{max-height:100px;opacity:1;transform:translateY(0)}.ai-report-analysis-page .tests-conducted .test-list .test-item.hidden-item{will-change:transform,opacity,max-height}.ai-report-analysis-page .tests-conducted .test-list .test-item:last-child{border-bottom:none}.ai-report-analysis-page .key-findings .section-title{border-bottom:1px solid #cddff0;font-size:18px;margin:0;padding:15px 0}.ai-report-analysis-page .key-findings .findings-table-container{overflow-x:auto}.ai-report-analysis-page .key-findings .findings-table{border-collapse:collapse;margin:0}.ai-report-analysis-page .key-findings .findings-table thead tr th{border-bottom:2px solid #cddff0;color:#000;font-size:15px;font-weight:600;padding:15px 20px;text-align:left}.ai-report-analysis-page .key-findings .findings-table tbody tr{border-bottom:1px solid #cddff0}.ai-report-analysis-page .key-findings .findings-table tbody tr td{color:#000;font-size:14px;line-height:1.4;padding:1rem 20px;vertical-align:top}.ai-report-analysis-page .key-findings .findings-table tbody tr td.issue-cell{width:25%}.ai-report-analysis-page .key-findings .findings-table tbody tr td.issue-cell .issue-name{font-weight:600}.ai-report-analysis-page .key-findings .findings-table tbody tr td.details-cell{width:30%}.ai-report-analysis-page .key-findings .findings-table tbody tr td.remarks-cell{line-height:1.5;width:45%}.ai-report-analysis-page .key-findings .findings-table table{width:100%}.ai-report-analysis-page .key-findings .findings-table table th{padding:.8rem 24px}.ai-report-analysis-page .normal-findings .normal-findings-content .normal-findings-list .normal-item{font-size:14px;line-height:1.5;padding:8px 0}.ai-report-analysis-page .normal-findings .normal-findings-content .normal-findings-list .normal-item strong{font-weight:600}.ai-report-analysis-page .normal-findings .normal-findings-content .normal-findings-html h2{font-size:18px;font-weight:600;margin-bottom:15px}.ai-report-analysis-page .normal-findings .normal-findings-content .normal-findings-html h3{color:#333;font-size:16px;font-weight:600;margin:20px 0 10px}.ai-report-analysis-page .normal-findings .normal-findings-content .normal-findings-html ul{list-style:inside;padding-left:20px}.ai-report-analysis-page .normal-findings .normal-findings-content .normal-findings-html ul li{font-size:14px;line-height:1.2;list-style-type:decimal;margin-bottom:10px}.ai-report-analysis-page .normal-findings .normal-findings-content .normal-findings-html ul li h3{font-size:15px;margin:0 0 8px}.ai-report-analysis-page .normal-findings .normal-findings-content .normal-findings-html ul li p{color:#555;margin:5px 0}.ai-report-analysis-page .normal-findings .normal-findings-content .normal-findings-html ul li ul{margin:8px 0;padding-left:20px}.ai-report-analysis-page .normal-findings .normal-findings-content .normal-findings-html ul li ul li{color:#555;list-style-type:disc;margin-bottom:5px}.ai-report-analysis-page .action-plan .action-plan-content .action-plan-list .action-item{margin-bottom:25px}.ai-report-analysis-page .action-plan .action-plan-content .action-plan-list .action-item h3{color:#333;font-size:16px;font-weight:600;margin:0 0 10px}.ai-report-analysis-page .action-plan .action-plan-content .action-plan-list .action-item ul{margin:0;padding-left:20px}.ai-report-analysis-page .action-plan .action-plan-content .action-plan-list .action-item ul li{color:#555;font-size:14px;line-height:1.5;margin-bottom:5px}.ai-report-analysis-page .action-plan .action-plan-content .action-plan-list .action-item p{color:#555;font-size:14px;line-height:1.5;margin:0}.ai-report-analysis-page .action-plan .action-plan-content .action-plans-html h2{color:#333;font-size:18px;font-weight:600;margin-bottom:15px}.ai-report-analysis-page .action-plan .action-plan-content .action-plans-html h3{color:#333;font-size:16px;font-weight:600;margin:20px 0 10px}.ai-report-analysis-page .action-plan .action-plan-content .action-plans-html ul{padding-left:20px}.ai-report-analysis-page .action-plan .action-plan-content .action-plans-html ul li{font-size:14px;line-height:1.2;list-style-type:decimal;margin-bottom:10px}.ai-report-analysis-page .action-plan .action-plan-content .action-plans-html ul li h3{font-size:15px;margin:0 0 8px}.ai-report-analysis-page .action-plan .action-plan-content .action-plans-html ul li p{color:#555;margin:0}.ai-report-analysis-page .action-plan .action-plan-content .action-plans-html ul li ul li{color:#000;list-style-type:disc;margin-bottom:5px}.ai-report-analysis-page .action-plan .action-plan-content .action-plans-html ul{list-style:inside}.ai-report-analysis-page .disclaimer-note{background-color:#d6e9fb;border:1px solid #cddff0;border-radius:8px;margin-bottom:30px;padding:15px 20px}.ai-report-analysis-page .disclaimer-note p{color:#e31019;font-size:14px;line-height:1.5;margin:0}.ai-report-analysis-page .disclaimer-note p strong{font-weight:600}.ai-report-analysis-page .doctor-recommendations .section-subtitle{font-size:14px;line-height:1.5;margin-bottom:10px}.ai-report-analysis-page .doctor-recommendations .doctor-specialties{margin-bottom:30px;padding:0}.ai-report-analysis-page .doctor-recommendations .doctor-specialties a{color:#2b79e9}.ai-report-analysis-page .doctor-recommendations .doctor-specialties .doctor-specialty-card{animation:fadeInUp .6s ease-out;background-color:#d6e9fb!important;background-color:#0000;border:2px solid #cddff0;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;margin:0 auto;max-width:200px;min-height:220px;padding:0;position:relative;text-align:center;transition:all .3s ease}.ai-report-analysis-page .doctor-recommendations .doctor-specialties .doctor-specialty-card:first-child{animation-delay:0s}.ai-report-analysis-page .doctor-recommendations .doctor-specialties .doctor-specialty-card:nth-child(2){animation-delay:.1s}.ai-report-analysis-page .doctor-recommendations .doctor-specialties .doctor-specialty-card:nth-child(3){animation-delay:.2s}.ai-report-analysis-page .doctor-recommendations .doctor-specialties .doctor-specialty-card:nth-child(4){animation-delay:.3s}.ai-report-analysis-page .doctor-recommendations .doctor-specialties .doctor-specialty-card .specialty-radio-label{border:none;border-radius:6px;cursor:pointer;display:block;display:flex;flex-direction:column;height:100%;justify-content:center;margin:0;min-height:216px;padding:40px 10px;transition:all .3s ease;width:100%}.ai-report-analysis-page .doctor-recommendations .doctor-specialties .doctor-specialty-card input[type=radio]{accent-color:#e31c25;cursor:pointer;height:18px;left:15px;position:absolute;top:15px;width:18px;z-index:2}.ai-report-analysis-page .doctor-recommendations .doctor-specialties .doctor-specialty-card input[type=radio]:checked+.specialty-radio-label{background:#d6e9fb}.ai-report-analysis-page .doctor-recommendations .doctor-specialties .doctor-specialty-card:has(input[type=radio]:checked){border-color:#e31c25;transform:translateY(-2px)}.ai-report-analysis-page .doctor-recommendations .doctor-specialties .doctor-specialty-card:has(input[type=radio]:checked) .specialty-name{color:#000;font-weight:700}.ai-report-analysis-page .doctor-recommendations .doctor-specialties .doctor-specialty-card .specialty-icon{margin-bottom:15px;margin-top:10px}.ai-report-analysis-page .doctor-recommendations .doctor-specialties .doctor-specialty-card .specialty-icon .icon-circle{align-items:center;background-color:#f8f9fa;border:3px solid #e31c25;border-radius:50%;display:inline-flex;height:100px;justify-content:center;width:100px}.ai-report-analysis-page .doctor-recommendations .doctor-specialties .doctor-specialty-card .specialty-icon .icon-circle .icon-image{border-radius:50%;height:80px;object-fit:contain;width:80px}.ai-report-analysis-page .doctor-recommendations .doctor-specialties .doctor-specialty-card .specialty-icon .icon-circle .icon-emoji{font-size:40px}.ai-report-analysis-page .doctor-recommendations .doctor-specialties .doctor-specialty-card .specialty-name{color:#333;font-size:14px;font-weight:600;margin:0;transition:all .3s ease}.ai-report-analysis-page .doctor-recommendations .doctor-specialties .doctor-specialty-card:hover{transform:translateY(-3px)}.ai-report-analysis-page .doctor-recommendations .doctor-specialties .doctor-specialty-card .shimmer-box.rounded-circle{margin:0 auto 12px}.ai-report-analysis-page .doctor-recommendations .book-consultation-container{padding:0 0 25px;text-align:left}.ai-report-analysis-page .ai-report-error,.ai-report-analysis-page .ai-report-loading,.ai-report-analysis-page .ai-report-no-data{padding:50px 20px;text-align:center}.ai-report-analysis-page .ai-report-error .spinner-border,.ai-report-analysis-page .ai-report-loading .spinner-border,.ai-report-analysis-page .ai-report-no-data .spinner-border{height:3rem;width:3rem}.ai-report-analysis-page .ai-report-error .alert,.ai-report-analysis-page .ai-report-loading .alert,.ai-report-analysis-page .ai-report-no-data .alert{border-radius:8px;margin:0 auto;max-width:500px}.ai-report-analysis-page .typing-cursor{animation:blink 1s infinite;background-color:#333;display:inline-block;margin-left:2px;width:2px}.ai-report-analysis-page .action-plan-content .action-plans-html,.ai-report-analysis-page .action-plan-content .findings-table,.ai-report-analysis-page .action-plan-content .normal-findings-html,.ai-report-analysis-page .findings-table-container .action-plans-html,.ai-report-analysis-page .findings-table-container .findings-table,.ai-report-analysis-page .findings-table-container .normal-findings-html,.ai-report-analysis-page .normal-findings-content .action-plans-html,.ai-report-analysis-page .normal-findings-content .findings-table,.ai-report-analysis-page .normal-findings-content .normal-findings-html{min-height:50px;transition:none}.ai-report-analysis-page .action-plan-content .action-plans-html.typing-active,.ai-report-analysis-page .action-plan-content .findings-table.typing-active,.ai-report-analysis-page .action-plan-content .normal-findings-html.typing-active,.ai-report-analysis-page .findings-table-container .action-plans-html.typing-active,.ai-report-analysis-page .findings-table-container .findings-table.typing-active,.ai-report-analysis-page .findings-table-container .normal-findings-html.typing-active,.ai-report-analysis-page .normal-findings-content .action-plans-html.typing-active,.ai-report-analysis-page .normal-findings-content .findings-table.typing-active,.ai-report-analysis-page .normal-findings-content .normal-findings-html.typing-active{contain:layout style;will-change:auto}.ai-report-analysis-page .key-findings .findings-table{table-layout:fixed;width:100%}.ai-report-analysis-page .key-findings .findings-table tbody{vertical-align:initial}.ai-report-analysis-page .text-decoration-underline{text-decoration:underline}.ai-report-analysis-page .typing-text-container{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;backface-visibility:hidden;text-rendering:optimizeSpeed;transform:translateZ(0)}@media(max-width:821px){.ai-report-analysis-page .ai-badge-text{font-size:16px}.ai-report-analysis-page .doctor-list-container{width:100%}}.ai-report-analysis-page .cursor-pointer{cursor:pointer}@media(max-width:767px){.ai-report-analysis-page .btn-red-holo:active,.ai-report-analysis-page .btn-red-holo:focus,.ai-report-analysis-page .btn-red-holo:hover,.ai-report-analysis-page .btn-red:active,.ai-report-analysis-page .btn-red:focus,.ai-report-analysis-page .btn-red:hover{background-color:#e31c25!important;border-color:#e31c25!important;color:#fff!important}.ai-report-analysis-page .btn-red-holo:active:after,.ai-report-analysis-page .btn-red-holo:focus:after,.ai-report-analysis-page .btn-red-holo:hover:after,.ai-report-analysis-page .btn-red:active:after,.ai-report-analysis-page .btn-red:focus:after,.ai-report-analysis-page .btn-red:hover:after{background-color:#e31c25!important;top:0!important}.ai-report-analysis-page .download-btn:active .download-icon-default,.ai-report-analysis-page .download-btn:focus .download-icon-default,.ai-report-analysis-page .download-btn:hover .download-icon-default{display:none!important}.ai-report-analysis-page .download-btn:active .download-icon-hover,.ai-report-analysis-page .download-btn:focus .download-icon-hover,.ai-report-analysis-page .download-btn:hover .download-icon-hover{display:inline-block!important}.ai-report-analysis-page .container{padding-left:0!important;padding-right:0!important}.ai-report-analysis-page .report-header{margin:10px 5px 0;padding:10px 5px}.ai-report-analysis-page .report-header .patient-name{font-size:20px;font-weight:800}.ai-report-analysis-page .report-header .report-meta-center{flex-direction:column;margin-top:15px}.ai-report-analysis-page .report-header .vertical-divider{height:1px;margin:15px 0;width:100%}.ai-report-analysis-page .report-header .text-right{margin-top:15px;text-align:center!important}.ai-report-analysis-page .report-content .section{margin-bottom:15px}.ai-report-analysis-page .report-content .section .section-title{font-size:18px;padding:10px 5px 0}.ai-report-analysis-page .report-content .action-plan .action-plan-content,.ai-report-analysis-page .report-content .doctor-recommendations .doctor-specialties,.ai-report-analysis-page .report-content .doctor-recommendations .section-subtitle,.ai-report-analysis-page .report-content .normal-findings .normal-findings-content,.ai-report-analysis-page .report-content .tests-conducted .test-list{padding-left:5px;padding-right:5px}.ai-report-analysis-page .report-content .doctor-recommendations .doctor-specialties .row{margin-left:-5px;margin-right:-5px}.ai-report-analysis-page .report-content .doctor-recommendations .doctor-specialties .col-md-2{flex:0 0 50%;max-width:50%;padding-left:5px;padding-right:5px}.ai-report-analysis-page .report-content .doctor-recommendations .doctor-specialties .doctor-specialty-card{margin-bottom:15px;max-width:100%}.ai-report-analysis-page .report-content .doctor-recommendations .book-consultation-container{padding:0}.ai-report-analysis-page .report-content .doctor-recommendations .book-consultation-container button{display:block!important;margin-left:0!important;margin-right:0!important;width:100%!important}.ai-report-analysis-page .report-content .key-findings .section-title{padding:10px 5px}.ai-report-analysis-page .report-content .key-findings .findings-table{font-size:13px}.ai-report-analysis-page .report-content .key-findings .findings-table tbody td,.ai-report-analysis-page .report-content .key-findings .findings-table thead th{padding:10px}.ai-report-analysis-page .report-content .disclaimer-note{margin:15px 5px;padding:10px 15px}.ai-report-analysis-page .shimmer-box,.ai-report-analysis-page .shimmer-line{animation-duration:1.2s}}@media(min-width:768px){.ai-report-analysis-page .report-header .vertical-divider{height:100px!important;margin:0!important;width:1px!important}.ai-report-analysis-page .report-content .doctor-specialties .col-md-2{flex:0 0 16.666667%!important;max-width:16.666667%!important;padding-left:15px!important;padding-right:15px!important}.ai-report-analysis-page .report-content .doctor-specialties .row{margin-left:-15px!important;margin-right:-15px!important}.ai-report-analysis-page .report-content .doctor-specialties .doctor-specialty-card{max-width:200px!important}}@media(prefers-color-scheme:dark){.ai-report-analysis-page .shimmer-box,.ai-report-analysis-page .shimmer-line{background:linear-gradient(90deg,#2d3748 25%,#4a5568 50%,#2d3748 75%)}}@media(hover:none)and (pointer:coarse){.ai-report-analysis-page .download-btn-mobile-header:active{background-color:#e31c25!important;border-color:#e31c25!important}.ai-report-analysis-page .download-btn-mobile-header:active .download-icon-default,.ai-report-analysis-page .download-btn-mobile-header:active .download-icon-default img,.ai-report-analysis-page .download-btn-mobile-header:active .download-icon-default svg{filter:brightness(0) invert(1)}}*,:after,:before{box-sizing:border-box}html{-webkit-tap-highlight-color:rgba(0,0,0,0)}body{background-color:#fff;color:#333;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.428571429}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive{display:block;height:auto;max-width:100%}.img-rounded{border-radius:6px}.img-thumbnail{background-color:#fff;border:1px solid #ddd;border-radius:4px;display:inline-block;height:auto;line-height:1.428571429;max-width:100%;padding:4px;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{border:0;border-top:1px solid #eee;margin-bottom:20px;margin-top:20px}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{color:inherit;font-family:inherit;font-weight:500;line-height:1.1}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{color:#777;font-weight:400;line-height:1}.h1,.h2,.h3,h1,h2,h3{margin-bottom:10px;margin-top:20px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-bottom:10px;margin-top:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{font-size:16px;font-weight:300;line-height:1.4;margin-bottom:20px}@media(min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{background-color:#fcf8e3;padding:.2em}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.initialism,.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{background-color:#337ab7;color:#fff}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{border-bottom:1px solid #eee;margin:40px 0 20px;padding-bottom:9px}ol,ul{margin-bottom:10px;margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-inline,.list-unstyled{list-style:none;padding-left:0}.list-inline{margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-bottom:20px;margin-top:0}dd,dt{line-height:1.428571429}dt{font-weight:700}dd{margin-left:0}.dl-horizontal dd:after,.dl-horizontal dd:before{content:" ";display:table}.dl-horizontal dd:after{clear:both}@media(min-width:768px){.dl-horizontal dt{clear:left;float:left;overflow:hidden;text-align:right;text-overflow:ellipsis;white-space:nowrap;width:160px}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{border-bottom:1px dotted #777;cursor:help}.initialism{font-size:90%}blockquote{border-left:5px solid #eee;font-size:17.5px;margin:0 0 20px;padding:10px 20px}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{color:#777;display:block;font-size:80%;line-height:1.428571429}blockquote .small:before,blockquote footer:before,blockquote small:before{content:"— "}.blockquote-reverse,blockquote.pull-right{border-left:0;border-right:5px solid #eee;padding-left:0;padding-right:15px;text-align:right}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:""}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:" —"}address{font-style:normal;line-height:1.428571429;margin-bottom:20px}.clearfix:after,.clearfix:before{content:" ";display:table}.clearfix:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{background-color:#0000;border:0;color:#0000;font:0/0 a;text-shadow:none}.hidden{display:none!important}.affix{position:fixed}.visible-lg,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media(max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}.visible-xs-block{display:block!important}.visible-xs-inline{display:inline!important}.visible-xs-inline-block{display:inline-block!important}}@media(min-width:768px)and (max-width:1023px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}.visible-sm-block{display:block!important}.visible-sm-inline{display:inline!important}.visible-sm-inline-block{display:inline-block!important}}@media(min-width:1024px)and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}.visible-md-block{display:block!important}.visible-md-inline{display:inline!important}.visible-md-inline-block{display:inline-block!important}}@media(min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}.visible-lg-block{display:block!important}.visible-lg-inline{display:inline!important}.visible-lg-inline-block{display:inline-block!important}}@media(max-width:767px){.hidden-xs{display:none!important}}@media(min-width:768px)and (max-width:1023px){.hidden-sm{display:none!important}}@media(min-width:1024px)and (max-width:1199px){.hidden-md{display:none!important}}@media(min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}.hidden-print{display:none!important}}.margin-bottom-0{margin-bottom:0!important}.margin-top-0{margin-top:0!important}.margin-right-0{margin-right:0!important}.margin-left-0{margin-left:0!important}.padding-left-0{padding-left:0!important}.padding-right-0,.ph0{padding-right:0!important}.ph0{padding-left:0!important}.pv0{padding-bottom:0!important;padding-top:0!important}.margin-bottom-10{margin-bottom:10px!important}.margin-top-10{margin-top:10px!important}.margin-right-10{margin-right:10px!important}.margin-left-10{margin-left:10px!important}.padding-left-10{padding-left:10px!important}.padding-right-10,.ph10{padding-right:10px!important}.ph10{padding-left:10px!important}.pv10{padding-bottom:10px!important;padding-top:10px!important}.margin-bottom-15{margin-bottom:15px!important}.margin-top-15{margin-top:15px!important}.margin-right-15{margin-right:15px!important}.margin-left-15{margin-left:15px!important}.padding-left-15{padding-left:15px!important}.padding-right-15,.ph15{padding-right:15px!important}.ph15{padding-left:15px!important}.pv15{padding-bottom:15px!important;padding-top:15px!important}.margin-bottom-20{margin-bottom:20px!important}.margin-top-20{margin-top:20px!important}.margin-right-20{margin-right:20px!important}.margin-left-20{margin-left:20px!important}.padding-left-20{padding-left:20px!important}.padding-right-20,.ph20{padding-right:20px!important}.ph20{padding-left:20px!important}.pv20{padding-bottom:20px!important;padding-top:20px!important}.margin-bottom-30{margin-bottom:30px!important}.margin-top-30{margin-top:30px!important}.margin-right-30{margin-right:30px!important}.margin-left-30{margin-left:30px!important}.padding-left-30{padding-left:30px!important}.padding-right-30,.ph30{padding-right:30px!important}.ph30{padding-left:30px!important}.pv30{padding-bottom:30px!important;padding-top:30px!important}.margin-bottom-45{margin-bottom:45px!important}.margin-top-45{margin-top:45px!important}.margin-right-45{margin-right:45px!important}.margin-left-45{margin-left:45px!important}.padding-left-45{padding-left:45px!important}.padding-right-45,.ph45{padding-right:45px!important}.ph45{padding-left:45px!important}.pv45{padding-bottom:45px!important;padding-top:45px!important}.margin-bottom-50{margin-bottom:50px!important}.margin-top-50{margin-top:50px!important}.margin-right-50{margin-right:50px!important}.margin-left-50{margin-left:50px!important}.padding-left-50{padding-left:50px!important}.padding-right-50,.ph50{padding-right:50px!important}.ph50{padding-left:50px!important}.pv50{padding-bottom:50px!important;padding-top:50px!important}.margin-bottom-65{margin-bottom:65px!important}.margin-top-65{margin-top:65px!important}.margin-right-65{margin-right:65px!important}.margin-left-65{margin-left:65px!important}.padding-left-65{padding-left:65px!important}.padding-right-65,.ph65{padding-right:65px!important}.ph65{padding-left:65px!important}.pv65{padding-bottom:65px!important;padding-top:65px!important}.z-index-1{z-index:1}.z-index-2{z-index:2}.z-index-3{z-index:3}.z-index-4{z-index:4}.z-index-5{z-index:5}.z-index-6{z-index:6}.z-index-7{z-index:7}.z-index-8{z-index:8}.z-index-9{z-index:9}.z-index-10{z-index:10}body,html{background-color:#e4f0fe!important;font-family:Poppins,sans-serif!important;font-weight:400;height:100%;margin:0;padding:0}html{font-size:10px}@media(max-width:1200px){html{font-size:9px!important}}@media(min-width:1200px)and (max-width:1400px){html{font-size:8.8px!important}}@media(min-width:2400px)and (max-width:3200px){html{font-size:16px}}html::-webkit-scrollbar-thumb{cursor:pointer}@media(max-width:768px){html .wa-widget-send-button{bottom:130px!important}}body{background-color:#e4f0fe;color:#000;font-size:1.4rem;min-width:320px}body.page-template-default .content-side,body.single-post .content-side{font-size:1.6rem}body.page-template-default .content-side .wp-block-image,body.page-template-default .content-side ol,body.page-template-default .content-side ul,body.single-post .content-side .wp-block-image,body.single-post .content-side ol,body.single-post .content-side ul{margin-bottom:30px}body.page-template-default .content-side ol li,body.page-template-default .content-side ul li,body.single-post .content-side ol li,body.single-post .content-side ul li{line-height:normal;margin-bottom:10px}body.page-template-default .content-side ol>li,body.single-post .content-side ol>li{counter-increment:item;list-style-type:none;margin:0;padding:0 0 10px 2em;position:relative}body.page-template-default .content-side ol>li:before,body.single-post .content-side ol>li:before{color:#000;content:counter(item) ".";display:inline-block;font-weight:700;left:5px;position:absolute;text-align:right;top:0;width:1em}body.page-template-default .content-side a,body.single-post .content-side a{color:#e31000}body.page-template-default .content-side a:hover,body.single-post .content-side a:hover{color:#000}@media(max-width:767px){body.page-template-default .content-side a:hover,body.single-post .content-side a:hover{color:#e31000}}@media(max-width:575px){body p{font-size:1.4rem;line-height:2.4rem}body h1{font-size:3rem}body .h2,body h2{font-size:2.5rem;line-height:3rem}body h3{font-size:2.2rem}body .h4,body h4{font-size:1.8rem}body h5{line-height:2rem}body h5,body h6{font-size:1.6rem}body .small-heading{font-size:1.4rem!important}body .mb-sm-3{margin-bottom:1rem!important}}.btn-link,a{color:#e31000;cursor:pointer;text-decoration:none}.btn-link:hover,a:hover{color:#000}@media(max-width:767px){.btn-link:hover,a:hover{color:#e31000}}.hover-none:hover{color:none!important}.hover-primary:hover{color:#e31000!important}.black-hover{color:#e31000}.black-hover:hover{color:#000}@media(max-width:767px){.black-hover:hover{color:#e31000}}.red-hover{color:#000}.red-hover:hover{color:#e31000!important}.box-shadow-none{box-shadow:none!important}.hr-1{border:1px solid #e1e1e1}.hr-2{border:2px solid #e1e1e1}.svg-red-hover-color{transition:all .2s ease-in-out}.svg-red-hover-color:hover svg path{fill:#e31000;color:#e31000}.svg-white-hover-color{transition:all .2s ease-in-out}.svg-white-hover-color:hover svg path{fill:#fff;color:#fff}.svg-black-hover-color{transition:all .2s ease-in-out}.svg-black-hover-color:hover svg path{fill:#000;color:#000}.min-fullHeight{min-height:100%}.bg-red-hover-color{background-color:#000}.bg-red-hover-color:hover{background-color:#e31000}.rotate-hover{transition:all .6s ease-in-out}.rotate-hover:hover{transform:rotate(1turn)}ol li,ul li{line-height:3rem}.bottom-0{bottom:0!important}.bottom-min-100{bottom:-100px}.left-0{left:0}.w-fit-content{width:fit-content}.object-fit-cover{object-fit:cover}.display-grid{display:grid}.text-wrap-pre{white-space:pre}.overflow-unset{overflow:visible!important;overflow:initial!important}.outline-none{outline:none!important}.family-fontAwesome{font-family:FontAwesome}.outline-none:focus{border-color:#ced4da!important}.shadow-none{box-shadow:none!important}.dropdown-item.active,.dropdown-item:active{background-color:inherit;color:inherit;text-decoration:none}.shadow-none:focus{box-shadow:none!important}.after-none:after{content:"";display:none!important}.text-black-imp{color:#000!important}.w-20{width:20%!important}.w-55{width:55%!important}.w-60{width:60%!important}.w-65{width:65%!important}.w-70{width:70%!important}.w-80{width:80%!important}.w-350{max-width:350px}.w-300{max-width:300px}.w-250{max-width:250px}.w-230{width:230px}.w-225{max-width:250px}.w-200{max-width:200px}.w-150{max-width:150px}.w-350-px{width:350px}.w-300-px{width:300px}.w-250-px{width:250px}.w-200-px{width:200px}.w-150-px{width:150px}.w-160-px{width:160px}.w-170-px{width:170px}.w-100-px{width:100px}.w-95-px{width:95px}.w-90-px{width:88px}.w-85-px{width:85px}.w-80-px{width:80px}.w-75-px{width:75px}.w-70-px{width:70px}.w-65-px{width:65px}.w-60-px{width:6rem}.w-55-px{width:5.5rem}.w-50-px{width:5rem}.w-45-px{width:4.5rem}.w-40-px{width:4rem}.w-35-px{width:35px}.w-30-px{width:30px}.w-25-px{width:25px}.w-20-px{width:20px}.w-18-px{width:18px}.w-16-px{width:16px}.w-15-px{width:15px}.w-14-px{width:14px}.w-13-px{width:13px}.w-12-px{width:12px}.w-11-px{width:11px}.w-10-px{width:10px}.w-h-12-px{height:12px;width:12px}.w-h-14-px{height:14px;width:14px}.w-h-16-px{height:16px;width:16px}@media(min-width:2400px)and (max-width:3200px){.w-90-px{width:8.8rem}.w-80-px{width:8rem}.w-70-px{width:7rem}.w-35-px{width:35px}.w-30-px{width:3rem}.w-25-px{width:2.5rem}.w-20-px{width:2rem}.w-18-px{width:1.8rem}.w-16-px{width:1.6rem}.w-15-px{width:1.5rem}.w-14-px{width:1.4rem}.w-13-px{width:1.3rem}.w-12-px{width:1.2rem}.w-11-px{width:1.1rem}.w-10-px{width:1rem}}.l-height-26{line-height:26px}.l-height-25{line-height:25px}.l-height-24{line-height:24px}.l-height-22{line-height:22px}.l-height-21{line-height:21px}.l-height-18{line-height:18.75px}.l-height-14{line-height:1.4rem}.l-height-16{line-height:1.6rem}.l-height-12{line-height:1.2rem}.l-height-11{line-height:1.1}.l-height-10{line-height:1rem}.l-height-8{line-height:.8rem}.l-height-normal{line-height:normal}@media(min-width:2400px)and (max-width:3200px){.l-height-21{line-height:2.1rem}.l-height-22{line-height:2.2rem}.l-height-18{line-height:1.87rem}}.no-bg-color{background-color:#0000!important}html .bg-black{background-color:#000!important}html .bg-semi-grey{background-color:#f4f4f4}html .bg-exlight-grey{background-color:#fbfbfb}html .bg-light-yellow{background-color:#fff3cd}html .bg-primarycolor{background-color:#e31000}html .bg-lightpink{background-color:rgba(244,119,124,.322)}html .bg-lightgreen{background-color:#3cc753}html .bg-semilight-blue{background-color:#e4f0fe}html .bg-lightblue{background-color:#e4f0fe!important}html .bg-lightblue2{background-color:#d6e9fb!important}html .bg-lightblue3{background-color:#f1f8ff!important}.lightgrey-color{color:#a1a0a0}.text-grey{color:#666}.text-white{color:#fff}.text-light-black{color:#444}.text-lightgreen{color:#3cc753}.text-semilight-grey{color:#a1a0a0}.text-semidark-grey{color:#7c7c7c}.text-black{color:#000!important}.text-primary-color,.text-primary-link{color:#e31000}.text-primary-link:hover{color:#000}@media(max-width:767px){.text-primary-link:hover{color:#e31000}}.lightred-color{background-color:#f4777c}.position-sticky{position:sticky!important;z-index:99}a:focus{color:#e31000}.text-color-white{color:#fff!important}.rounded-t-br-5{border-radius:0 5px 0 5px}.rounded-5{border-radius:5px!important}.rounded-10{border-radius:10px}.rounded-20{border-radius:20px}.rounded-t-lr-5{border-radius:5px 5px 0 0}.rounded-b-lr-5{border-radius:0 0 5px 5px}.rounded-tr-5{border-top-right-radius:5px!important}.rounded-br-5{border-bottom-right-radius:5px!important}.tl-rounded-0{border-top-left-radius:0!important}.content-side .wp-block-embed-youtube{margin-bottom:30px}.content-side .wp-block-embed-youtube iframe{height:435px;width:100%}a:focus,button:focus,input:focus{box-shadow:none;outline:none}img{height:auto;max-width:100%}h1,h2,h3,h4,h5,h6{color:#000;font-weight:700}a{transition:all .2s ease-in-out}a:focus,a:hover,a:visited{outline:none;text-decoration:none}strong{font-weight:600}.logo-text{color:#fff;font-family:Righteous,cursive;font-size:4rem;font-weight:700}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover,select:-webkit-autofill,select:-webkit-autofill:active,select:-webkit-autofill:focus,select:-webkit-autofill:hover{-webkit-box-shadow:inset 0 0 0 30px #fff!important}input:-webkit-autofill,select:-webkit-autofill{-webkit-text-fill-color:#000}::selection{background:#e31000;color:#fff}.h-100-vh{height:100vh;min-height:650px}.h-80-vh{height:80vh;min-height:650px}.max-height-70{max-height:70px!important}.max-height-50{max-height:50px!important}.max-height-100{max-height:100px!important}.max-height-110{max-height:110px!important}.max-height-120{max-height:120px!important}.max-height-150{max-height:150px!important}.max-height-225{max-height:225px!important}.max-height-250{max-height:250px!important}.max-height-255{max-height:255px!important}.max-height-300{max-height:300px!important}.min-height-70{min-height:70px!important}.min-height-60{min-height:60px!important}.min-height-150,.min-height-50{min-height:50px!important}.min-height-200{min-height:200px!important}.min-height-250{min-height:250px!important}.min-height-255{min-height:255px!important}.min-height-300{min-height:300px!important}.bg-light-yellow{background-color:#fff3cd!important}.m-w-70{min-width:70px}.m-w-80{min-width:80px}.m-w-90{min-width:90px}.m-w-100{min-width:100px}.m-w-120{min-width:120px}.m-w-140{min-width:14rem}@media(max-width:991px){.m-w-140{min-width:90px}}.m-w-160{min-width:160px}.m-w-180{min-width:180px}.m-w-200{min-width:200px}.font-size-xl{font-size:2.4rem}.border-bottom-red,.border-top-red{border-top-color:#e31000!important}.border-bottom-grey,.border-top-grey{border-top-color:#f4f4f4!important}.border-bottom-dark-grey,.border-top-dark-grey{border-top-color:#a1a0a0!important}html .border-bottom-red{border-bottom-color:#e31000!important}html .border-bottom-grey{border-bottom-color:#f4f4f4!important}html .border-bottom-dark-grey{border-bottom-color:#a1a0a0!important}html .border-bottom-blue3{border-bottom-color:#0d1a67!important}html .border-red{border-color:#e31000!important}html .border-lightblue3{border-color:#f1f8ff!important}html .border-blue3{border-color:#0d1a67!important}.tooltip{font-size:1.4rem}.tooltip>div.tooltip-inner{border-radius:5px;padding:4px 10px 6px}.container{max-width:100%}@media(min-width:1200px)and (max-width:1366px){.container{max-width:100%}}@media(min-width:1420px)and (max-width:1920px){.container{max-width:calc(100% - 3.5rem);width:100%}}@media(max-width:1199px){.container{max-width:100%}}h1{font-size:4.2rem}h2{font-size:3rem}h3{font-size:2.4rem}h4{font-size:2rem}h5{font-size:1.8rem}h6,p{font-size:1.6rem}p{line-height:2.6rem;margin-bottom:20px}ol,ul{list-style:none;margin:0;padding:0}.small-heading{color:#e31000;font-size:1.4rem;font-weight:600;letter-spacing:3px}.family-roboto{font-family:Roboto,sans-serif!important}.font-light{font-weight:300!important}.font-regular{font-weight:400!important}.font-semilight{font-weight:500!important}.font-semiBold{font-weight:600!important}.font-bold{font-weight:700!important}.sp-grey-bg{background-color:#666}.sp-red-color{color:red;font-size:1.15em}.sp-red-color-imp{color:red!important}.sp-light-red-color{color:#e31019b5}.sp-red-bg{background-color:#e31000}.sp-white-color{color:#fff}.sp-white-bg{background-color:#fff}.sp-red-borderColor{border-color:#e31000!important}.sp-black-borderColor{border-color:#000!important}.border-light-pink{border-color:#f4777c!important}.opacity-0{opacity:0}.opacity-0-IM{opacity:0!important}.opacity-1{opacity:.2}.opacity-1-IM{opacity:.2!important}.opacity-2{opacity:.4}.opacity-2-IM{opacity:.4!important}.opacity-3{opacity:.6}.opacity-3-IM{opacity:.6!important}.opacity-4{opacity:.8}.opacity-4-IM{opacity:.8!important}.opacity-5{opacity:1}.opacity-5-IM{opacity:1!important}.font-size-inherit{font-size:inherit}.font-size-28{font-size:2.8rem!important}.font-size-26{font-size:2.6rem}.font-size-25{font-size:2.5rem}.font-size-24{font-size:2.4rem}.font-size-22{font-size:2.2rem}.font-size-20{font-size:2rem!important}.font-size-18{font-size:1.8rem!important}.font-size-16{font-size:1.6rem!important}.font-size-15{font-size:1.5rem!important}.font-size-14{font-size:1.4rem!important}.font-size-13{font-size:1.3rem!important}.font-size-12{font-size:1.2rem!important}.font-size-11{font-size:1.1rem}.font-size-10{font-size:1rem!important}.font-size-9{font-size:.9rem}.font-size-8{font-size:.8rem}.font-size-5{font-size:5px}@media(max-width:767px){.font-size-xs-18{font-size:1.8rem!important}.font-size-xs-16{font-size:1.6rem!important}.font-size-xs-14{font-size:1.4rem!important}.font-size-xs-12{font-size:1.2rem!important}.font-size-xs-10{font-size:1rem!important}}.pb-100{padding-bottom:100px}.pb-95{padding-bottom:95px}.pb-90{padding-bottom:90px}.pb-85{padding-bottom:85px}.pb-80{padding-bottom:80px}.pb-75{padding-bottom:75px}.pb-70{padding-bottom:70px}.pb-65{padding-bottom:65px}.pb-60{padding-bottom:60px}.pb-55{padding-bottom:55px}.pb-50{padding-bottom:50px}.pb-45{padding-bottom:45px}.pb-40{padding-bottom:40px}.pt-100{padding-top:100px}.pt-95{padding-top:95px}.pt-90{padding-top:90px}.pt-85{padding-top:85px}.pt-80{padding-top:80px}.pt-75{padding-top:75px}.pt-70{padding-top:70px}.pt-65{padding-top:65px}.pt-60{padding-top:60px}.pt-55{padding-top:55px}.pt-50{padding-top:50px}.pt-45{padding-top:45px}.pt-40{padding-top:40px}.ml-min-1{margin-left:-1px}.ml-min-2{margin-left:-2px}.ml-min-3{margin-left:-3px}.ml-min-4{margin-left:-4px}.ml-min-5{margin-left:-5px}.mr-min-1{margin-right:-1px}.mr-min-2{margin-right:-2px}.mr-min-3{margin-right:-3px}.mr-min-4{margin-right:-4px}.mr-min-5{margin-right:-5px}.mr-top-1{margin-top:1px}.mr-top-2{margin-top:2px}.mr-top-3{margin-top:3px}.mr-top-4{margin-top:4px}.mr-top-5{margin-top:5px}.top-0{top:0}.top-1{top:1px}.top-2{top:2px}.top-3{top:3px}.top-4{top:4px}.top-5{top:5px}.top-6{top:6px}.top-7{top:7px}.top-8{top:8px}.top-9{top:9px}.top-10{top:10px}.top-15{top:15px}.top-20{top:20px}.right-1{right:1px}.right-2{right:2px}.right-3{right:3px}.right-4{right:4px}.right-5{right:5px}.right-6{right:6px}.right-7{right:7px}.right-8{right:8px}.right-9{right:9px}.right-10{right:10px}.right-15{right:15px}.right-20{right:20px}.right-min-0{right:0}.right-min-1{right:-1px}.right-min-2{right:-2px}.right-min-3{right:-3px}.right-min-4{right:-4px}.right-min-5{right:-5px}.right-min-6{right:-6px}.right-min-7{right:-7px}.right-min-8{right:-8px}.right-min-9{right:-9px}.right-min-10{right:-10px!important}.right-min-15{right:-15px!important}.right-min-20{right:-20px!important}.left-min-0{left:0}.left-min-1{left:-1px}.left-min-2{left:-2px}.left-min-3{left:-3px}.left-min-4{left:-4px}.left-min-5{left:-5px}.left-min-6{left:-6px}.left-min-7{left:-7px}.left-min-8{left:-8px}.left-min-9{left:-9px}.left-min-10{left:-10px!important}.left-min-15{left:-15px!important}.left-min-20{left:-20px!important}.top-min-0{top:0}.top-min-1{top:-1px}.top-min-2{top:-2px}.top-min-3{top:-3px}.top-min-4{top:-4px}.top-min-5{top:-5px}.top-min-10{top:-10px!important}.top-min-15{top:-15px!important}.top-min-20{top:-20px!important}.transform-none{transform:none!important}.leftArrow{transform:rotate(180deg)}.topArrow{transform:rotate(-90deg)}.bottomArrow{transform:rotate(90deg)}.bottom-direction{transform:rotate(180deg)}.bottom-flip-x-direction{transform:scaleX(-1) rotate(180deg)}.z-index--1{z-index:-1!important}.z-index-0{z-index:0}.z-index-99{z-index:99}.z-index-0-IM{z-index:0!important}.copy-link{position:absolute;right:30px;top:10px;z-index:2}.copy-link button{font-size:14px}.devider-line{align-items:center;color:#ddd;display:flex;flex-direction:row;font-size:12px;font-style:normal;justify-content:center;right:30px;text-align:center;width:20px}.devider-line,.devider-line:before{height:100%;position:absolute;top:0}.devider-line:before{background:#bbccdc;content:"";display:block;left:0;margin:0 auto;right:0;width:1px}.devider-line span{background:#bbccdc;color:#666;display:block;padding:5px;position:relative}.telegram-icon-ref{background-color:#229ed9;border-color:#229ed9;border-radius:50%;padding:3px 5px}.whatsapp-icon-ref{background-color:#25d366;border-color:#25d366;border-radius:50%;padding:3px 5px}.facebook-icon-ref{background-color:#4267b2;border-color:#4267b2;border-radius:50%;padding:3px 5px}html::-webkit-scrollbar{width:5px}html::-webkit-scrollbar-thumb{background:#e31000;border-radius:10px}html::-webkit-scrollbar-track{border-radius:10px;box-shadow:inset 0 0 5px #e1e1e1}.card,.list-group-item{background:#d6e9fb}.modal-content{background:#f1f8ff}#My_Tests{margin-top:.5rem}.inputTextBg{border:1px solid #bab4b4}@media(max-width:991px){.container,.container-md,.container-sm{max-width:100%}}.border{border:1px solid #bab4b4!important}.expanded{background-color:#e31000}.packagesList{display:flex;flex-wrap:wrap;margin-left:-1.5rem;margin-right:-1.5rem}.packagesList .item{padding-left:2rem;padding-right:2rem;width:33.33%}@media(max-width:991px){.packagesList .item{width:50%}}@media(max-width:767px){.packagesList .item{width:100%}}.form-container{margin:0 auto;max-height:2000px}#Lab_Details div#multiCollapseExample1{left:0;right:0}#Lab_Details .lab_Details .nav-tabs{border-bottom:1px solid #0d1a67!important;box-shadow:0 3px 0 #fff}#My-Booking .inputTextBg .preffered_visit_citywise,#myWallet .inputTextBg .preffered_visit_citywise,#refEarning .inputTextBg .preffered_visit_citywise,.boxFormInput .inputTextBg .preffered_visit_citywise{border:none!important;height:3.8rem;padding:0}#My-Booking .Search-sec .form-group.sp-formField,#myWallet .Search-sec .form-group.sp-formField,#refEarning .Search-sec .form-group.sp-formField,.boxFormInput .Search-sec .form-group.sp-formField{margin-bottom:0;padding-left:1rem}#My-Booking .Search-sec .form-group.sp-formField .form-control,#myWallet .Search-sec .form-group.sp-formField .form-control,#refEarning .Search-sec .form-group.sp-formField .form-control,.boxFormInput .Search-sec .form-group.sp-formField .form-control{border-bottom:none!important;height:3rem}.login-modal{background:#e4f0fe;border-radius:5px!important}.login-modal .carousel-item p{display:inline-block;max-width:43rem;min-height:10.5rem}.login-modal .login-modal-img-container{border:2px dashed #d6e9fb;border-radius:50%;display:inline-block;margin:auto;padding:1rem}.login-modal .login-modal-img{align-items:center;background-color:#e6e6e6;border-radius:50%;display:flex;height:14rem;justify-content:center;margin:auto;padding:1.5rem;width:14rem}.login-modal .login-modal-img img{max-height:100%;width:100%}.tabpackages-outer .cyp-card{flex-direction:column;padding:1.5rem;text-align:center}@media(min-width:1420px)and (max-width:1920px){.tabpackages-outer .cyp-card{margin-top:.8rem;padding:2.2rem}}.tabpackages-outer .cyp-card .icon{margin-bottom:.5rem}.tabpackages-outer .cyp-card .icon svg{height:5.2rem}@media screen and (min-width:1200px)and (max-width:1800px)and (max-aspect-ratio:683/300)and (min-aspect-ratio:683/345){.tabpackages-outer .cyp-card .icon svg{height:4.5rem}}.row2{margin-left:-1rem!important;margin-right:-1rem!important}.row2 .col-12,.row2 .col-6{padding-left:1rem!important;padding-right:1rem!important}sup{top:0}.dr-content{position:relative;text-align:right}.dr-content .dr-content-text{position:absolute;right:0;top:100%;white-space:nowrap;width:auto}.dr-content .dr-content-text p{line-height:1.6!important}@media(max-width:767px){.dr-content{display:flex;padding-bottom:1.5rem;text-align:left}.dr-content .dr-content-text{padding:0 1.5rem;position:relative;top:0}.dr-content .drImage{width:6.5rem}}.booking-list .booking-list-item{background:#d6e9fb;border:1px solid #d6e9fb}.booking-list .booking-list-item:first-child{border-radius:5px 5px 0 0}.booking-list .booking-list-item:last-child{border-radius:0 0 5px 5px}.booking-list .booking-list-item:nth-child(2n){background:#e4f0fe}.Patients_list{background:#d6e9fb;border:2px solid #bab4b4}.Patients_list:focus,.Patients_list:hover{border:2px solid #e31000;transition:all .2s ease-in-out}.first-Patients-list{background-color:#fff3cd;border:2px solid #e31000}@media(max-width:767px){.labProfileHeading{display:flex;position:relative;z-index:999}.labProfileHeading .carousel-root{margin-right:1.5rem;max-width:12rem;min-width:12rem}.labProfileHeading .carousel-root .image_slider img{height:auto!important}.labProfileHeading .labProfileDetails .sp-counter .mt-3{margin-top:1rem!important}}@media(min-width:1921px){body{margin:0 auto;max-width:1920px}#header.h-100-vh{min-height:0!important}#header .top-bar+div,#header.h-100-vh{height:auto!important}#header .top-bar+div .header-center{padding-bottom:190px!important}}@media screen and (min-width:1200px)and (max-width:1800px)and (max-aspect-ratio:683/300)and (min-aspect-ratio:683/345){#header .top-bar+div .header-center{padding-bottom:20px!important}}@media(min-width:2400px)and (max-width:3200px){body{margin:0 auto;max-width:3000px}#header.h-100-vh{min-height:0!important}#header .top-bar+div,#header.h-100-vh{height:auto!important}#header .top-bar+div .header-center{padding-bottom:160px!important}#header .lg-screen-max-width{max-width:3000px!important}.modal-xl{max-width:1700px}.modal-md{max-width:800px}.popover{max-width:400px!important}}.fade.modal.show+.fade.modal-backdrop.show{z-index:1050}.fleboPlatinumUserIcon{align-items:center;display:flex}.fleboPlatinumUserIcon .max-width-70px{max-width:70px}.fleboPlatinumUserIcon .fleboPlatinumUserIconContainer{align-items:center;display:flex;flex-direction:column}.fleboPlatinumUserIcon .fleboPlatinumUserIconContainer img{margin:.5rem .5rem 0}.fleboPlatinumUserIcon .fleboPlatinumUserIconContainer p{font-size:1rem;line-height:normal;margin:0}#mob-slideNav .platinumCrownMember{background-color:#fff;border-radius:50%;height:2rem;padding:.3rem;position:absolute;right:-1rem;top:.3rem;width:2rem}.form-control.p-0.text-black.preffered_visit_citywise.select2-px-0.bg-gray_color.border{z-index:2}.form-control.p-0.text-black.preffered_visit_citywise.select2-px-0.bg-gray_color.border.zIndex3{z-index:3}@media(min-width:992px){.w-50-lg{max-width:50%}}.compass-icon-width{margin-left:8px;width:20px}.location-icon-width{width:30px}@media(max-width:576px){.compass-icon-width{margin-left:2px;width:15px}.location-icon-width{width:20px}}@media(max-width:1024px){.hide-on-mobile{display:none}}.new-badge{background-color:#fff;border-radius:5px;box-shadow:1px 2px 4px #0003;font-size:10px;left:-4px;padding:1px 3px;text-transform:uppercase;top:-12px}.new-badge,.popover-report{color:red;font-weight:700;position:absolute}.popover-report{align-items:center;background:#fff;border:2px solid red;border-radius:10px;box-shadow:2px 2px 10px #0000001a;display:flex;justify-content:center;padding:15px;right:30%}.popover-report:after{border:10px solid #0000;border-right-color:red;content:"";left:-22px;position:absolute;top:50%;transform:translateY(-50%)}.popover-report-close{align-items:center;background:#000;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:12px;height:20px;justify-content:center;position:absolute;right:-10px;top:-10px;width:20px}.upload-report-assign-loader{animation:spin .8s linear infinite;border:3px solid red;border-radius:50%;border-top:3px solid #0000;display:inline-block;height:20px;width:20px}.upload-report-assign-loader-mobile{border-color:#0000 #fff #fff}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media(max-width:576px){.rating-mobile-margin{margin-right:-25px}}.w-23-px{width:23px!important}.upload-btn{border-color:#ec1c24!important;border-width:2px!important;color:#000;padding-right:1rem!important}.upload-btn img{width:40px}.upload-btn.mobile img{width:30px}.report-status-box{height:48px;right:90px;top:40px;width:250px;z-index:100}.report-status-box.mobile{right:10px;top:60px!important;width:240px}.report-upload-progress{height:48px;right:40px;top:40px;width:300px;z-index:100}@media screen and (min-width:1400px){.report-upload-progress{width:350px}.pill-large-screen-text{display:ruby-text;margin-left:2.5rem!important}}.report-upload-progress.mobile{right:5px;top:60px}.report-progress-bar-container{border:1px solid #000;border-radius:100px;height:24px;overflow:hidden;width:124px}.report-progress-bar{background:#e31019;border-radius:9999px;height:100%;transition:width .5s ease-in-out}.report-progress-bar.animated:after{animation:shimmer 1s linear infinite;background:linear-gradient(120deg,#ffffff4d,#fff9 50%,#ffffff4d);content:"";height:100%;left:0;position:absolute;top:0;width:200%}@keyframes shimmer{0%{left:-100%}to{left:100%}}.smart-report-modal{background-color:#e3f4ff;border-radius:12px}.modal-title-text{font-size:16px;font-weight:700;margin-bottom:16px}.smart-report-table{display:flex;flex-direction:column}.table-header,.table-row{background:#fff;display:grid;font-size:14px;grid-template-columns:2fr 1fr 1fr}.table-header{background:#fff;border-bottom:1px solid #ccc;font-weight:700}.parent-title{font-weight:600;margin-bottom:4px}.test-name{font-size:13px;margin-left:8px}.test-range,.test-value{font-size:13px;line-height:20px}.modal_header_smart{background:#fff;font-size:1.5rem;font-weight:700}.bg-odd{background-color:#e4f0fe!important}.bg-even{background-color:#d6e9fb!important}.modal-content{border-radius:1rem;overflow:hidden}.modal-title-custom{font-weight:600}.test-value.red{color:red}.test-value.amber{color:#ff7518}.nowrap{white-space:nowrap}.announcement-bar{background-color:#ff0;color:#000;font-size:1.8rem;padding:8px 0}@media(max-width:767px){.announcement-bar{font-size:1.6rem}}.announcement-bar marquee{height:20px}#header{background-color:#e4f0fe;background-position:bottom;background-size:cover;color:#fff;font-family:Poppins,sans-serif}#header:after{background-position:100% 100%;background-repeat:no-repeat;background-size:26%;bottom:0;content:"";height:100%;position:absolute;right:0;width:100%;z-index:-1}@media(min-width:768px)and (max-width:1023px){#header:after{background-position:100% 85%}}@media(max-width:767px){#header:after{display:none}}#header:before{background-position:0 100%;background-repeat:no-repeat;background-size:32%;bottom:0;content:"";height:100%;left:0;position:absolute;width:100%;z-index:-1}@media(max-width:1200px){#header:before{background-position:0 90%}}@media(min-width:768px)and (max-width:1023px){#header:before{background-position:0 86%;background-size:34%}}@media(max-width:767px){#header:before{background-position:100% 89%;background-size:contain}}#header .lg-screen-max-width{max-width:2000px}@media(max-width:767px){#header .form-container{padding:0}}#header .form-container h1{font-size:32px;font-weight:800}@media(min-width:992px)and (max-width:1366px){#header .form-container h1{font-size:26px!important}}@media(max-width:575px){#header .form-container h1{font-size:22px!important}}#header .form-container nav.h-tabs,#header nav.home-menu{display:flex;flex-direction:row}@media(max-width:767px){#header .form-container nav.h-tabs,#header nav.home-menu{margin-left:-15px;margin-right:-15px;width:auto}}#header .form-container nav.h-tabs .nav-link,#header nav.home-menu .nav-link{background-color:#0d1a67;border:1px solid #0d1a67;border-bottom:0;border-radius:5px 5px 0 0;color:#fff;flex:1 1 auto!important;font-size:1.8rem;font-weight:600;margin-right:1px;padding:.5rem 0!important;text-align:center}#header .form-container nav.h-tabs .nav-link:last-child,#header nav.home-menu .nav-link:last-child{margin-right:0}@media(max-width:575px){#header .form-container nav.h-tabs .nav-link,#header nav.home-menu .nav-link{font-size:14px;padding:.8rem 0!important}}#header .form-container nav.h-tabs .nav-link:hover,#header nav.home-menu .nav-link:hover{background-color:#9ecbfe;color:#e31000}#header .form-container nav.h-tabs .nav-link.active,#header nav.home-menu .nav-link.active{background-color:#fff;color:#e31000}#header .form-container nav.h-tabs .nav-link.disabled,#header nav.home-menu .nav-link.disabled{color:#000}@media(min-width:768px)and (max-width:1023px){#header nav.home-menu{display:none}}@media(max-width:768px){#header nav.home-menu{display:none}}#header .form-container .tab-content{padding-left:0;padding-right:0;padding-top:5px}@media(max-width:767px){#header .form-container .tab-content{margin-left:-15px;margin-right:-15px;width:auto}}#header .flebo-logo{left:-5px;max-width:140px}@media(max-width:767px){#header .flebo-logo{max-width:120px}}#header.h-100-w-abm-vh{height:auto;min-height:calc(100vh - 40px)}@media(min-width:768px)and (max-width:1023px){#header.h-100-w-abm-vh{height:auto;min-height:auto}}@media(max-width:767px){#header.h-100-w-abm-vh{height:auto;min-height:auto}}#header.h-100-vh{height:auto;min-height:100vh}@media(min-width:768px)and (max-width:1023px){#header.h-100-vh{height:auto;min-height:auto}}@media(max-width:767px){#header.h-100-vh{height:auto;min-height:auto}}@media only screen and (min-device-width:1366px)and (max-device-height:1024px)and (-webkit-min-device-pixel-ratio:2)and (orientation:landscape){#header.h-100-vh{height:auto;min-height:auto}}@media only screen and (min-device-width:1024px)and (max-device-height:1366px)and (-webkit-min-device-pixel-ratio:2)and (orientation:portrait){#header.h-100-vh{height:auto;min-height:auto}}@media screen and (min-width:1200px)and (max-aspect-ratio:2/1)and (min-aspect-ratio:1/1){#header.h-100-vh{min-height:auto}}@media screen and (min-width:1200px)and (max-width:1800px)and (max-aspect-ratio:683/300)and (min-aspect-ratio:683/345){#header.h-100-vh{min-height:auto}}#header .top-bar{background-color:#000;color:#fff}@media(max-width:575px){#header .top-bar .sm-icons{display:none}#header .top-bar .flex-sm-auto{flex:auto}#header .top-bar .justify-content-space-between{justify-content:space-between!important}}#header .top-bar ul li{display:inline-block;margin-right:1rem}#header .top-bar ul li:last-child{margin-right:0!important}#header .top-bar a{color:#fff;font-size:1.4rem}#header .top-bar a:hover{color:#e31000}#header .top-bar .border-left,#header .top-bar .border-right{border-color:#5c5c5c!important}#header .top-bar .sm-icons{height:20px}@media(min-width:2400px)and (max-width:3200px){#header .top-bar .sm-icons{height:auto}}#header .top-bar .sm-icons ul li{line-height:normal;margin-right:10px}#header .top-bar+div{height:calc(100% - 40px)}#header .top-bar+div .header-center{padding-bottom:80px}@media(min-width:1366px)and (max-width:1419px){#header .top-bar+div .header-center{padding-bottom:40px}}@media(min-width:768px)and (max-width:991px){#header .top-bar+div .header-center{padding-bottom:40px}}@media(min-width:992px)and (max-width:1023px){#header .top-bar+div .header-center{padding-bottom:0}}@media(max-width:767px){#header .top-bar+div .header-center{padding-bottom:30px}}@media(min-width:992px)and (max-width:1023px){#header .top-bar+div .header-center>div.position-lg-absolute>span{margin-right:0!important}}@media(min-width:1024px)and (max-width:1199px){#header .top-bar+div .header-center>div.position-lg-absolute{top:100px}}@media(min-width:992px)and (max-width:1023px){#header .top-bar+div .header-center>div.position-lg-absolute{margin:12px 0!important;text-align:center!important}}@media(min-width:768px)and (max-width:1023px){#header .top-bar+div{height:auto;padding-bottom:150px}}@media(max-width:767px){#header .top-bar+div{height:auto;padding-bottom:130px}}@media only screen and (min-device-width:1366px)and (max-device-height:1024px)and (-webkit-min-device-pixel-ratio:2)and (orientation:landscape){#header .top-bar+div{height:auto;padding-bottom:50px}}@media only screen and (min-device-width:1024px)and (max-device-height:1366px)and (-webkit-min-device-pixel-ratio:2)and (orientation:portrait){#header .top-bar+div{height:auto;padding-bottom:50px}}@media screen and (min-width:1200px)and (max-width:1800px)and (max-aspect-ratio:683/300)and (min-aspect-ratio:683/345){#header .top-bar+div{height:calc(100% - 40px);padding-bottom:50px}}#header .top-bar ul.list-unstyled li .dropdown .btn{font-size:1.4rem;font-weight:300}#header .top-bar ul.list-unstyled li .dropdown .btn:after{display:none!important}#header .top-bar ul.list-unstyled li .dropdown-menu{background-color:#e4f0fe;border:0;box-shadow:0 0 8px 3px #00000026;left:auto!important;right:0!important;width:140px}@media(min-width:2400px)and (max-width:3200px){#header .top-bar ul.list-unstyled li .dropdown-menu{width:250px}}#header .top-bar ul.list-unstyled li .dropdown-menu a{background:#e4f0fe;border-bottom:1px solid #d5d5d5;color:#000!important;display:block;font-family:Roboto,sans-serif;font-size:1.4rem;font-weight:400;position:relative}#header .top-bar ul.list-unstyled li .dropdown-menu a.active{background-color:#fff;color:#e31000!important}#header .top-bar ul.list-unstyled li .dropdown-menu a.active:after{width:6px}#header .top-bar ul.list-unstyled li .dropdown-menu a:hover{background-color:#fff;color:#e31000!important}#header .top-bar ul.list-unstyled li .dropdown-menu a:hover:after{width:6px}#header .top-bar ul.list-unstyled li .dropdown-menu a:after{background-color:#e31000;bottom:0;content:"";left:0;position:absolute;top:0;width:0}#header .top-bar ul.list-unstyled li .dropdown-menu a:after:hover{width:6px}#header .top-bar ul.list-unstyled li .dropdown-menu :last-child{border:none}#header .offer-code{background-color:#e31000;display:none;font-size:12px;padding:5px;text-transform:uppercase}#header .offer-code .code{background:#0000004d;padding:4px}@media(max-width:767px){#header .offer-code{display:flex!important}}#header .offer-tag{display:block;left:30px;max-width:160px;position:absolute;top:80px;z-index:0}@media(max-width:1200px){#header .offer-tag{left:0;margin:auto;max-width:160px;position:relative;right:0;top:10px}}@media(max-width:767px){#header .offer-tag{display:none!important;left:0;position:relative;top:100px}}@media(min-width:768px)and (max-width:1023px)and (orientation:portrait){#header .offer-tag{left:0;max-width:120px;position:relative;top:0}}#header .red_scrollbar{max-height:115px}@media(min-width:2400px)and (max-width:3200px){#header .red_scrollbar{max-height:230px}}@media(max-width:767px){#header .red_scrollbar{max-height:180px}}#header .tests-packages-by-featured-list .disabled{border-color:#dee2e6!important;opacity:.8;pointer-events:none}#header .banner-sticky-note{background:#ffc;box-shadow:5px 5px 7px #212121b3;color:#000;display:block;height:10em;padding:1em;position:absolute;right:0;text-decoration:none;top:0;transform:rotate(-10deg);width:10em;z-index:0}@media(min-width:768px)and (max-width:1023px){#header .banner-sticky-note{font-size:1.4rem!important}}@media(max-width:767px){#header .banner-sticky-note{font-size:1.4rem!important;height:10em;margin-top:20px;padding:1em;position:relative;width:10em}#header nav{padding-left:10px!important;padding-right:10px!important}#header nav.h-tabs{padding-left:0!important;padding-right:0!important}}#header nav #main-nav{display:flex;justify-content:end}@media(max-width:767px){#header nav #main-nav .customer-feedback-rating{font-size:8px}}#header nav #main-nav .customer-feedback-rating svg{position:relative;width:18px}@media(max-width:767px){#header nav #main-nav .customer-feedback-rating svg{top:2px;width:10px}}@media(max-width:991px){#header nav #main-nav{display:none;position:absolute;right:0;top:10px}#header nav #main-nav img{margin-bottom:5px;width:150px}}@media(max-width:767px){#header nav #main-nav{position:absolute;right:0;top:5px}#header nav #main-nav img{margin-bottom:0;width:115px}}#header nav #main-nav>ul{align-self:center;margin:0;padding:0}#header nav #main-nav>ul>li{display:inline-block;list-style:none;margin-right:3rem}@media(max-width:767px){#header nav #main-nav>ul>li{margin-right:0}}#header nav #main-nav>ul>li:last-child{margin-right:0}#header nav #main-nav>ul>li>a{color:#000;font-size:1.5rem;font-weight:500;padding:0 0 .25rem;position:relative;z-index:2}@media(max-width:991px){#header nav #main-nav>ul>li>a{font-size:1.4rem}}#header nav #main-nav>ul>li>a:after{border:0;border-bottom:2px solid #0000;bottom:0;content:"";left:0;margin:0;position:absolute;transition:all .3s ease-in-out;width:0}#header nav #main-nav>ul>li>a.active,#header nav #main-nav>ul>li>a:hover{color:#e31000}#header nav #main-nav>ul>li>a.active:after,#header nav #main-nav>ul>li>a:hover:after{border-bottom-color:#e31000;width:100%}#header nav #main-nav>ul>li.active>a{color:#e31000}#header nav #main-nav>ul>li.active>a:after{border-bottom-color:#e31000;width:100%}#header nav #main-nav>ul>li.dropdown>a:before{content:"";display:block;font-family:FontAwesome;font-size:17px;font-weight:400;height:20px;line-height:24px;position:absolute;right:-20px;text-align:center;top:5px;transform:rotate(90deg);width:10px;z-index:5}#header nav #main-nav>ul>li.dropdown:hover>a,#header nav #main-nav>ul>li.dropdown>a:hover{color:#e31000}#header nav #main-nav>ul>li.dropdown:hover>a:after{border-bottom-color:#e31000;width:100%}#header nav #main-nav>ul>li.dropdown:hover>a+ul{display:block;opacity:1;visibility:visible}#header nav #main-nav>ul>li>ul{background:#fff;border:0;border-radius:0;-ms-box-shadow:2px 2px 5px 1px #0000000d,-2px 0 5px 1px #0000000d;-o-box-shadow:2px 2px 5px 1px #0000000d,-2px 0 5px 1px #0000000d;box-shadow:2px 2px 5px 1px #0000000d,-2px 0 5px 1px #0000000d;display:none;left:0;padding:25px 0;position:absolute;top:120%;transition:all .5s ease;-moz-transition:all .5s ease;-webkit-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease;width:250px;z-index:1}#header nav #main-nav>ul>li>ul:before{content:"";display:block;height:30px;left:0;position:absolute;top:-30px;width:100%}#header nav #main-nav>ul>li>ul.from-right{left:auto;right:0}#header nav #main-nav>ul>li>ul>li{margin-bottom:0;position:relative;width:100%}#header nav #main-nav>ul>li>ul>li:last-child{margin-bottom:0}#header nav #main-nav>ul>li>ul>li>a.nav-link{color:#222;display:block;font-size:16px;font-weight:400;line-height:24px;padding:7px 30px;position:relative;text-transform:capitalize;transition:all .5s ease;-moz-transition:all .5s ease;-webkit-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease;white-space:normal}#header nav #main-nav>ul>li>ul>li>a.nav-link:hover{background:#0000;color:#e31000}#header nav #main-nav>ul>li>ul>li>ul{background-color:#fff;border-radius:0;-ms-box-shadow:2px 2px 5px 1px #0000000d,-2px 0 5px 1px #0000000d;-o-box-shadow:2px 2px 5px 1px #0000000d,-2px 0 5px 1px #0000000d;box-shadow:2px 2px 5px 1px #0000000d,-2px 0 5px 1px #0000000d;display:none;left:100%;opacity:0;padding:25px 0;position:absolute;top:100%;transition:all .5s ease;-moz-transition:all .5s ease;-webkit-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease;visibility:hidden;width:250px;z-index:100}#header nav #main-nav>ul>li>ul>li>ul.from-right{left:auto;right:0}#header nav #main-nav>ul>li>ul>li>ul>li{margin-bottom:0;position:relative;width:100%}#header nav #main-nav>ul>li>ul>li>ul>li:last-child{margin-bottom:0}#header nav #main-nav>ul>li>ul>li>ul>li>a.nav-link{color:#222;display:block;font-size:16px;font-weight:400;line-height:24px;padding:7px 25px;position:relative;text-transform:capitalize;transition:all .5s ease;-moz-transition:all .5s ease;-webkit-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease}#header nav #main-nav>ul>li>ul>li>ul>li>a.nav-link:hover{background:#0000}#header nav #main-nav>ul>li>ul>li>ul>li.dropdown:hover>ul{opacity:1;top:0;transform:rotateX(0deg);transition:all .5s ease;-moz-transition:all .5s ease;-webkit-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease;visibility:visible}#header .banner-content{color:#fff}#header .banner-content h1{color:#fff;font-size:4.8rem;font-weight:800;margin-top:0}@media(max-width:767px){#header .banner-content h1{font-size:4rem}}#header .banner-content h1 span{line-height:normal;position:relative}#header .banner-content h1 span:after{border-bottom:3px solid #fff;bottom:4px;content:"";display:block;left:0;position:absolute;width:100%}#header .banner-content h4{color:#fff;font-size:2.4rem;font-weight:600}@media(max-width:767px){#header .banner-content h4{font-size:1.4rem}}#header .banner-content h4 span{display:inline-block;margin-left:20px;padding-right:20px}#header .banner-content h4 span:first-of-type{margin-left:0}#header .banner-content p{font-size:2rem;font-weight:400}@media(max-width:767px){#header .banner-content p{font-size:1.4rem}#header .top-header .customer-feedback-rating{font-size:1.2rem}}@media(min-width:768px)and (max-width:1023px){#header .mob--menu{margin-top:10px}}@media(max-width:767px){#header .mob--menu{margin-top:8px}}@media(min-width:768px)and (max-width:1023px){#header .lg-logo{padding-left:70px}}@media(max-width:767px){#header .lg-logo{padding-left:55px;padding-right:0!important}}@media(max-width:991px){#header .feedbackOuter{padding-left:0!important;padding-right:0!important}}@media(min-width:992px)and (max-width:1023px){#header .lg-logo{flex:auto;max-width:100%;text-align:center!important}#header .lg-top-bar>div{float:right}#header .lg-top-bar .justify-content-center{justify-content:center!important}}@media(max-width:575px){#header .lg-top-bar{padding-left:0}#header .lg-top-bar>div{float:right}}.install-app{background-color:#1d1d1b}.install-app h5{font-weight:600}.install-app p{font-size:10px!important;line-height:15px}.install-app .close-icon{background:#fff;border-radius:50px;color:#000;display:block;height:20px;line-height:20px;text-align:center;width:20px}.install-app .img{background:#e31000;border-radius:3px;height:45px;overflow:hidden;width:45px}.mainHeading{font-size:3.5rem!important;font-weight:700;line-height:1.25}@media(min-width:1420px)and (max-width:1920px){.mainHeading{font-size:3.8rem!important}}@media screen and (min-width:1200px)and (max-width:1800px)and (max-aspect-ratio:683/300)and (min-aspect-ratio:683/345){.mainHeading{font-size:3rem!important}}@media(max-width:767px){.mainHeading{font-size:3rem!important}}.headerFormOuter{margin-bottom:4rem;max-width:56rem;min-height:54rem}@media(min-width:992px)and (max-width:1199px){.headerFormOuter{max-width:48rem}}@media(min-width:1366px)and (max-width:1419px){.headerFormOuter{max-width:51rem;min-height:45rem}}@media(min-width:1200px)and (max-width:1400px){.headerFormOuter{max-width:53rem;min-height:51rem}}@media(min-width:1420px)and (max-width:1920px){.headerFormOuter{max-width:53rem;min-height:48rem}}@media screen and (min-width:1200px)and (max-width:1800px)and (max-aspect-ratio:683/300)and (min-aspect-ratio:683/345){.headerFormOuter{margin-bottom:1rem;max-width:52rem;min-height:calc(100vh - 21rem)}}@media(max-width:991px){.headerFormOuter{background:none;box-shadow:none;margin-bottom:1rem;min-height:0;padding:.5rem 0}}@media(max-width:767px){.headerFormOuter{max-width:inherit;min-height:20rem}}@media(min-width:768px)and (max-width:1023px){.headerFormOuter{max-width:inherit;min-height:20rem}}.headerFormOuter .headerForm{margin-top:0;max-width:auto}.headerFormOuter .headerForm .w-custom{margin-top:1rem;padding-left:0}@media screen and (min-width:1200px)and (max-width:1800px)and (max-aspect-ratio:683/300)and (min-aspect-ratio:683/345){.headerFormOuter .headerForm .w-custom{margin-top:0}.headerFormOuter .headerForm .w-custom .Uploads .file-input{min-height:28px}}@media(max-width:991px){.headerFormOuter .headerForm{margin:0!important;max-width:auto}.headerFormOuter .headerForm .w-custom{padding-left:0}}.headerFormOuter .headerForm .search-test{margin-top:13px}@media screen and (min-width:1200px)and (max-width:1800px)and (max-aspect-ratio:683/300)and (min-aspect-ratio:683/345){.headerFormOuter .headerForm .search-test{margin-top:.5rem}}.headerFormOuter .headerForm .tab-content{background-color:#fff;border-radius:0 0 6px 6px;box-shadow:0 0 8px 3px #00000026;min-height:54rem;padding:1.5rem .5rem 1rem}@media(min-width:992px)and (max-width:1199px){.headerFormOuter .headerForm .tab-content{max-width:51rem}}@media(min-width:1420px)and (max-width:1920px){.headerFormOuter .headerForm .tab-content{min-height:57rem}}@media screen and (min-width:1200px)and (max-width:1800px)and (max-aspect-ratio:683/300)and (min-aspect-ratio:683/345){.headerFormOuter .headerForm .tab-content{min-height:calc(100vh - 28rem);padding-bottom:1px}}@media(min-width:768px)and (max-width:1023px){.headerFormOuter .headerForm .tab-content{min-height:30rem}}@media(max-width:767px){.headerFormOuter .headerForm .tab-content{min-height:27rem}}.headerFormOuter .headerForm .tab-content .videoSection{padding-top:.4rem!important}@media(max-width:767px){.home-searchbox .search-form .search-test{margin-top:0}}.search-form{border-radius:5px;font-size:2.5rem;margin-bottom:10px;padding:0;position:relative;z-index:99}.search-form .mt-2-px{margin-top:2px!important}@media(max-width:767px){.search-form .mt-xs-2-px{margin-top:2px!important}}.search-form input[type=text]{font-size:1.5rem;line-height:40px;min-height:40px;outline:none}@media(min-width:2400px)and (max-width:3200px){.search-form input[type=text]{min-height:70px!important}}.search-form input[type=text]::placeholder{color:#000}@media(max-width:767px){.search-form input[type=text]{font-size:1.4rem}}@media(max-width:575px){.search-form input[type=text]{font-size:1.4rem;padding:20px 5px!important}}.search-form input[type=text]:focus{box-shadow:none;outline:none!important}.search-form select{appearance:none;font-size:1.5rem;height:4rem;line-height:4rem;min-height:4rem;outline:none}@media(max-width:767px){.search-form select{font-size:1.4rem}}.search-form .icon{color:#e3101994;font-size:21px}@media(max-width:575px){.search-form .icon{font-size:16px}}.search-form .pincode{padding-right:0}.search-form .search-test{padding-right:2px}@media(max-width:767px){.search-form .search-test{padding-right:0}}.logo-slider{background-color:#fff;bottom:0;box-shadow:-1px -3px 6px 0 rgba(0,0,0,.122);height:72px;left:0;position:absolute;width:100%}.logo-slider .logos{height:45px}@media screen and (min-width:768px)and (max-width:991px){.logo-slider{bottom:48px;height:auto;margin-top:0;position:absolute}}@media(min-width:2400px)and (max-width:3200px){.logo-slider{height:auto;margin-top:0}}@media(max-width:991px){.logo-slider{height:auto;margin-top:0}}@media only screen and (min-device-width:1366px)and (max-device-height:1024px)and (-webkit-min-device-pixel-ratio:2)and (orientation:landscape){.logo-slider{height:auto;margin-top:0}}@media only screen and (min-device-width:1024px)and (max-device-height:1366px)and (-webkit-min-device-pixel-ratio:2)and (orientation:portrait){.logo-slider{height:auto;margin-top:0}}@media(max-width:768px){.logo-slider{height:auto;margin-top:0}}@media(max-width:767px){.logo-slider{height:auto;margin-top:0}}@media(max-width:768px){.logo-slider .text{margin-bottom:8px;text-align:center;width:100%}}@media(max-width:767px){.logo-slider .text{margin-bottom:4px;text-align:center;width:100%}}.logo-slider .text h6:after{background:#aaaaaac7;content:"";height:55px;position:absolute;right:-15px;top:-6px;width:1px}@media(min-width:768px)and (max-width:1023px){.logo-slider .text h6:after{display:none}}@media(max-width:767px){.logo-slider .text h6:after{display:none}}.logo-slider .text h6:before{background:#fff;border-bottom:8px solid #0000;border-left:10px solid #aaaaaac7;border-top:8px solid #0000;content:"";height:10px;position:absolute;right:-25px;top:14px;width:0}@media(min-width:768px)and (max-width:1023px){.logo-slider .text h6:before{display:none}}@media(max-width:767px){.logo-slider .text h6:before{display:none}.logo-slider .logos{width:100%}}@media(min-width:768px)and (max-width:991px){.logo-slider .logos{width:70%!important}}.logo-slider .logos .owl-carousel .owl-item{text-align:center}.logo-slider .logos .owl-carousel .owl-item img{display:block;height:40px;width:auto}@media(max-width:767px){.logo-slider .logos .owl-carousel .owl-item img{height:4rem}}.logo-slider .logos .slider-items{padding-left:5px;position:relative}.logo-slider .logos .slider-items:after{background:linear-gradient(90deg,#fff0,#fff0 35%,#fff);bottom:0;content:"";position:absolute;right:0;top:0;width:200px;z-index:2}@media(max-width:767px){.logo-slider .logos .slider-items:after{right:-2px;width:30px}.logo-slider .logos .slider-items:before{background:linear-gradient(90deg,#fff,hsla(0,0%,100%,.878) 35%,#fff0);bottom:0;content:"";left:-2px;position:absolute;top:0;width:30px;z-index:2}}#header.Inner_header{background-color:#e4f0fe!important;background-image:none!important}@media(min-width:768px)and (max-width:1023px){#header.Inner_header{background-color:#e4f0fe!important;border-bottom:0}}@media(max-width:767px){#header.Inner_header{background-color:#e4f0fe!important;border-bottom:0}}#header.Inner_header .flebo-logo{max-width:140px;z-index:22}@media(max-width:767px){#header.Inner_header .flebo-logo{max-width:120px}#header.Inner_header .mob--menu{margin-top:1px}}#header.Inner_header:before{content:none}#header.Inner_header #main-nav{display:none;top:15px}#header.Inner_header .top-bar+div{padding-bottom:0}#header.Inner_header .search-form{background-color:#0000!important}#header.Inner_header .logo-max-w{max-width:fit-content}@media(min-width:992px)and (max-width:1023px){#header.Inner_header .logo-max-w{display:none!important}}#header.Inner_header #main-nav ul li a{color:#000!important}#header.Inner_header #main-nav ul li a:hover{color:#e31000!important}#header.Inner_header:after{display:none}#header.Inner_header h3.title{font-size:28px;font-weight:700}@media(max-width:767px){#header.Inner_header h3.title{font-weight:600}}#header.Inner_header ul.breadcrumbs{margin:0;padding:0}#header.Inner_header ul.breadcrumbs li{display:inline-block;line-height:normal;margin:0 10px}@media(max-width:767px)and (orientation:landscape){#header.Inner_header ul.breadcrumbs li{line-height:22px!important}}#header.Inner_header ul.breadcrumbs li:first-child{margin-left:0}#header.Inner_header ul.breadcrumbs li:last-child{margin-right:0}#header.Inner_header ul.breadcrumbs li a{font-size:inherit;position:relative}#header.Inner_header ul.breadcrumbs li a:after{color:#fff;content:"";font-family:FontAwesome;font-size:inherit;line-height:normal;position:absolute;right:-12px;top:3px}@media(max-width:767px){#header.Inner_header ul.breadcrumbs li a:after{top:2px}}#header.Inner_header ul.breadcrumbs li:last-child a:after{display:none}#header.Inner_header .sub-header ul.breadcrumbs a,#header.Inner_header .top-header ul.breadcrumbs a,#header.Inner_header .top-header ul.breadcrumbs a:after{color:#666}@media(max-width:767px){#header.Inner_header .sub-header ul.breadcrumbs a{font-size:10px}}#header.Inner_header .sub-header ul.breadcrumbs a:after{color:#666}.navbar-toggle.x .icon-bar:first-of-type{transform:rotate(45deg);transform-origin:10% 10%}.navbar-toggle.x .icon-bar:nth-of-type(2){filter:alpha(opacity=0);opacity:0}.navbar-toggle.x .icon-bar:nth-of-type(3){transform:rotate(-45deg);transform-origin:10% 90%}.navbar-toggle.x.collapsed .icon-bar:first-of-type{transform:rotate(0)}.navbar-toggle.x.collapsed .icon-bar:nth-of-type(2){filter:alpha(opacity=100);opacity:1}.navbar-toggle.x.collapsed .icon-bar:nth-of-type(3){transform:rotate(0)}.navbar-toggle{background-color:#0000;background-image:none;border:none;border-radius:0;float:left;left:0;margin-bottom:8px;margin-top:6px;outline:none;padding:8px;position:absolute;top:0}.navbar-toggle:focus{outline:none}.navbar-toggle .icon-bar{background-color:#e31000;border-radius:1px;display:block;height:2px;transition:all .2s;width:22px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}.navbar-toggle.collapsed{border-color:#e31000;text-align:left}.navbar-toggle.collapsed:hover:hover{background-color:#0000}.navbar-toggle.collapsed .icon-bar:nth-child(2){margin-right:6px;width:16px}#mob-slideNav{background-color:#e4f0fe;box-shadow:0 4px 20px 0 #0003;height:100%;left:-310px;padding-top:10px;position:fixed;top:0;transition:all .2s ease-in-out;width:300px;z-index:9999}#mob-slideNav.in,#mob-slideNav.showNav{display:inline-block;left:0}#mob-slideNav .Uploads>span{display:none!important}#mob-slideNav>ul{list-style:none;margin:10px 20px;padding:0}#mob-slideNav>ul>li{margin-bottom:10px}#mob-slideNav>ul>li>a{color:#000;display:block;font-size:1.6rem;padding:0;position:relative}#mob-slideNav>ul>li>a.active,#mob-slideNav>ul>li>a:hover{color:#e31000}#mob-slideNav>ul>li>a.dropdown-toggle:after{border:0;content:"";display:block;font-family:FontAwesome;font-size:17px;font-weight:400;height:20px;line-height:24px;position:absolute;right:0;text-align:center;top:5px;transform:rotate(90deg);width:10px;z-index:5}#mob-slideNav>ul ul.dropdown-menu{margin-bottom:10px;margin-top:0;position:static!important;transform:none!important;width:100%}#mob-slideNav>ul ul.dropdown-menu li:hover{background-color:#0000}#mob-slideNav>ul ul.dropdown-menu li:hover>a{color:#e31000}#mob-slideNav .red_scrollbar{max-height:100%}#mob-slideNav .navbar-toggle{left:auto;position:absolute;right:5px;top:0}#mob-slideNav .navbar-toggle .icon-bar{background-color:#e31000}.test-search-bar .red_scrollbar{max-height:119px;overflow-x:hidden;overflow-y:auto}@media(min-width:768px)and (max-width:1023px){.test-search-bar .red_scrollbar{max-height:160px}}@media(max-width:767px){.test-search-bar .red_scrollbar{max-height:160px}}.test-search-bar div#multiCollapseExample1{left:15px;right:15px}@media(max-width:767px){.test-search-bar .box-border{border:2px solid #ccc;border-radius:2px;margin:0;padding:10px 0}}.test-search-bar .test-name{max-width:245px}@media(max-width:767px){.test-search-bar .test-name{margin-right:0!important;max-width:100%;width:100%}.test-search-bar .test-name .text-truncate{width:100%}}.test-search-bar .cross-icon{flex-shrink:0;height:22px;transition:all .2s ease-in-out;width:22px}.test-search-bar .cross-icon:hover{background-color:#e31000!important}.test-search-bar .cross-icon>span{line-height:18px;margin:0 auto}div#multiCollapseExample1{left:15px;right:15px}.flebo-logo span{border-bottom:1px solid #ed1c24;bottom:2px;left:32px;padding:6px 0;position:absolute;width:59%;z-index:2}.flebo-logo svg{width:160px}#mob-slideNav{overflow:hidden}#mob-slideNav .navbar-nav{border-bottom:1px solid #d5d5d5}#mob-slideNav .navbar-nav+.tab-content{height:78vh;margin-top:10px}#mob-slideNav a.nav-item{border-bottom:1px solid #d5d5d5;border-top-left-radius:5px;border-top-right-radius:5px;color:#000;font-size:14px;padding:8px 10px}#mob-slideNav a.nav-item.active{border-color:#e31000;border-bottom:#fff;color:#e31000}#mob-slideNav ul.nav{height:80vh;margin-top:20px;overflow-y:auto}#mob-slideNav ul.nav #leftsideMenu>div .login{display:none}#mob-slideNav ul.nav>li>a{border-bottom:1px solid #d5d5d5;color:#000;font-size:14px;font-weight:400;padding-left:20px;position:relative}#mob-slideNav ul.nav>li>a:after{background-color:#e31000;bottom:0;content:"";left:0;position:absolute;top:0;width:0}#mob-slideNav ul.nav>li>a.active:after{width:8px}#mob-slideNav ul.nav>li>a:hover{color:#e31000}#mob-slideNav ul.nav>li>a:hover:after{width:8px}#mob-slideNav ul.nav>li:nth-last-child(2){border-top:3px solid #d5d5d5}#mob-slideNav .Sidenav-Footer .contact-info i{color:#e31000;display:inline-table;font-size:40px;line-height:30px;position:relative;text-align:center;top:6px}#mob-slideNav .Sidenav-Footer .contact-info i.icon-contact-email{font-size:45px}#mob-slideNav .Sidenav-Footer .contact-info li span{color:#666;line-height:normal}#mob-slideNav .Sidenav-Footer .contact-info li span.contact-label{color:#000;font-size:15px;font-weight:500}#mob-slideNav .Sidenav-Footer .contact-info li a{font-weight:400;line-height:normal}#mob-slideNav .Sidenav-Footer .contact-info li p{color:#000;font-family:Roboto,sans-serif;font-size:14px;font-weight:400;line-height:29px}.Admin-Navbar .Res-Nav{margin-top:0;max-width:100%;padding:0}.Admin-Navbar .Res-Nav #leftsideMenu .list-group{border:0!important;border-radius:0!important}.Admin-Navbar .Res-Nav #leftsideMenu .list-group button{background-color:#0000;border-bottom:1px solid #d5d5d5!important;border:0;color:#000;font-family:Roboto,sans-serif;font-size:15px;font-weight:400;line-height:24px;margin-bottom:1px;padding-left:20px}.offer-modal .modal-dialog .modal-content{background-color:#0000!important}.sliderSection{position:relative}.sliderSection .sliderContent{left:-15px;position:absolute;right:-15px;top:0}@media(max-width:991px){.sliderSection .sliderContent{position:relative;width:calc(100% + 30px)}}.sliderSection .headerformContent{left:1rem;margin-bottom:3rem;max-width:56rem;position:relative;top:2rem;z-index:3}@media screen and (min-width:1200px)and (max-width:1800px)and (max-aspect-ratio:683/300)and (min-aspect-ratio:683/345){.sliderSection .headerformContent{margin-bottom:1rem;top:1rem}}@media(max-width:767px){.sliderSection .headerformContent{margin-bottom:1rem}}@media(max-width:991px){.sliderSection .headerformContent{left:0;max-width:inherit;min-height:0;top:0}nav.header-nav{box-shadow:0 4px 4px #0000001a}}#headingMenu{display:flex;justify-content:end}@media(max-width:991px){#headingMenu{background:#e31000;bottom:-1px;box-shadow:0 -2px 4px #00000026;justify-content:space-between;left:0;padding:1rem 0 .5rem;position:fixed;right:0;z-index:9999}}#headingMenu ul{align-self:center;margin:0;padding:0}@media(max-width:991px){#headingMenu ul{display:flex;justify-content:space-around;width:100%}}#headingMenu ul li{display:inline-block;list-style:none;margin-right:1.5rem}@media(max-width:991px){#headingMenu ul li.promiseLink{display:none}}@media(max-width:767px){#headingMenu ul li{margin-right:0}}#headingMenu ul li:last-child{margin-right:0}#headingMenu ul li a{color:#000;font-size:1.8rem;font-weight:500;padding:0 0 .25rem;position:relative;z-index:2}@media(max-width:991px){#headingMenu ul li a{align-items:center;color:#fff;display:flex;flex-direction:column;justify-content:center;line-height:1.3}}#headingMenu ul li a svg{display:none}@media(max-width:991px){#headingMenu ul li a svg{display:block;height:3rem;position:relative;width:3rem;z-index:1}}#headingMenu ul li a span{position:relative;z-index:1}@media(max-width:991px){#headingMenu ul li a span{margin-top:3px}#headingMenu ul li a{font-size:1.4rem}}#headingMenu ul li a:after{border:0;border-bottom:2px solid #0000;bottom:0;content:"";left:0;margin:0;position:absolute;transition:all .3s ease-in-out;width:0}@media(max-width:991px){#headingMenu ul li a:after{background:#e31000;border:none!important;border-radius:50%;height:6rem!important;left:50%;position:absolute;top:0;transform:translateX(-50%) scale(1);width:6rem!important}}#headingMenu ul li a:hover{color:#e31000}@media(max-width:991px){#headingMenu ul li a:hover{color:#fff}}#headingMenu ul li a.active{color:#e31000}@media(max-width:991px){#headingMenu ul li a.active{color:#fff}#headingMenu ul li a.active svg{transform:scale(1.2) translateY(-.3rem)}}#headingMenu ul li a.active:after{border-bottom-color:#e31000;width:100%}@media(max-width:991px){#headingMenu ul li a.active:after{top:-1.4rem;transform:translateX(-50%) scale(1.3)}}.breadcrumbs-outer{margin-top:1rem}.breadcrumbs-outer .breadcrumbs2{align-items:center;display:flex}.breadcrumbs-outer .breadcrumbs2 li{align-items:flex-start;display:flex}.breadcrumbs-outer .breadcrumbs2 li a{display:block;font-size:2.5rem;font-weight:800;padding:1rem}.breadcrumbs-outer .breadcrumbs2 li:first-child a{padding-left:0}@media(min-width:2400px)and (max-width:3200px){#uncontrolled-tab-example-tabpane-packages .tabpackages-outer .cyp-card p{line-height:1.8rem}}@media screen and (max-width:500px)and (max-height:880px){.headerFormOuter .tab-content{padding-bottom:1px!important;padding-top:.5rem!important}.headerFormOuter .w-custom,.headerFormOuter .w-custom .search-test{margin-top:0!important}.logo-slider{bottom:3.5rem}.mainHeading{font-size:2.3rem!important}.mainHeading .hide-sm-desktop{display:inline-block}#header .top-bar+div .header-center{padding-bottom:4px}.headerFormOuter,.sliderSection .headerformContent{margin-bottom:.2rem}.headerFormOuter .headerForm .tab-content{min-height:23rem}}p.pr-4.order-md-0.my-0.testName.text-capitalize{min-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.pointer-events-none{pointer-events:none}#footer{background-color:#e31000;color:#fff;font-size:1.6rem}@media(max-width:991px){#footer{padding-bottom:8rem}}#footer .footer-quick-links ul li{display:block}#footer h4{color:#fff;position:relative}#footer a{color:#fff;text-decoration:none;transition:all .2s ease-in-out}#footer a.nav-link{display:inline-block;padding:0;position:relative}#footer a.nav-link:after{border-bottom:2px solid #0000;bottom:0;content:"";display:block;left:0;position:absolute;transition:all .3s ease-in-out;width:0}#footer a.nav-link:hover:after{border-bottom-color:#fff;width:100%}#footer ul{margin:0;padding:0}#footer ul li{display:block;margin-top:10px}#footer ul li:first-child{margin-top:0}@media(max-width:575px){#footer ul li:first-child{margin-top:10px}}#footer ul.arrow-icon li{line-height:2rem;padding-left:26px;position:relative}@media(max-width:575px){#footer ul.arrow-icon li{vertical-align:top}}#footer ul.arrow-icon li:after{background:#fff;content:"";height:.2rem;left:0;position:absolute;top:.8rem;width:15px}@media(max-width:575px){#footer ul.arrow-icon li:after{font-size:1px}}#footer ul.arrow-icon li a{line-height:inherit}#footer ul.contact-info i{color:#fff;display:inline-table;font-size:4.7rem;line-height:30px;position:relative;text-align:center;top:6px}#footer ul.contact-info i.icon-contact-email{font-size:5.3rem}#footer ul.contact-info li span{font-family:Roboto,sans-serif;font-size:2rem;font-weight:500;line-height:1.6rem}#footer ul.contact-info li a{font-family:Roboto,sans-serif;font-size:1.4rem;font-weight:400;line-height:1.6rem}#footer .sm-icons{font-size:3rem}#footer .sm-icons .fa-facebook{font-size:.9em}#footer .sm-icons a:hover{color:#f4f4f4}#footer .border-bottom{border-bottom-color:#000!important}#footer .border-top{border-top-color:#fff6!important}#footer .footer-bottom{color:#f4f4f4;font-size:1.4rem}#footer .footer-bottom .footer-menu .link:before{content:"|";display:inline-block;padding:0 5px;position:relative}#footer .footer-bottom .footer-menu .link:first-of-type:before{content:none}#footer .footer-bottom a{color:#f4f4f4}@media(max-width:767px){#footer .footer-bottom a{font-size:12px;white-space:nowrap}}#footer .footer-bottom a:hover{color:#fff}#footer .footer-bottom a.scrollTop{border:1px solid #fff;border-radius:5px;color:#fff;padding:5px 10px}@media(max-width:767px){#footer .footer-bottom a.scrollTop{display:block;width:100%}}#footer .footer-bottom a.scrollTop:hover{fill:#e31000;background-color:#fff}@media(max-width:767px){#footer .footer-bottom a.scrollTop:hover{fill:#fff;background-color:#e31000}}#footer .footer-bottom a.scrollTop:hover svg path{fill:#e31000}@media(max-width:767px){#footer .footer-bottom a.scrollTop:hover svg path{fill:#fff}}#footer .feedback{position:fixed;right:1.3rem;top:50%;transform:translatex(50%) rotate(270deg);transition:all .2s;z-index:99}#footer .feedback .feedback-btn{background-color:#e31000;border:1px solid #fff;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;font-size:1.4rem!important;padding:.4rem .8rem;transition:all .2s ease-in-out}#footer .feedback .feedback-btn:hover{background-color:#000}@media(max-width:767px){#footer .feedback .feedback-btn:hover{background-color:#e31000}#footer .feedback{display:none}}#footer .feedback.active{right:-30px!important}#footer .feedback-form{background:#fff;border:1px solid #ededed;box-shadow:0 4px 20px 0 #0003;box-sizing:border-box;height:auto;position:fixed;right:-500px;top:50%;transform:translateY(-50%);transition:.5s;width:450px;z-index:99}@media(max-width:575px){#footer .feedback-form{width:300px}}#footer .feedback-form.active{right:0}#footer .feedback-form .close{position:absolute;right:10px;top:10px}#footer .feedback-form .close>div{height:22px;line-height:20px;width:22px}@media(min-width:768px)and (max-width:991px){#footer .download-mobile-app a{width:auto!important}#footer .download-mobile-app a span{width:150px}}@media(min-width:576px)and (max-width:767px){#footer .download-mobile-app a{width:auto!important}#footer .download-mobile-app a span{width:150px}}@media(max-width:575px){#footer .download-mobile-app a{width:auto!important}#footer .download-mobile-app a span{width:130px}}@media(min-width:2400px)and (max-width:3200px){#footer #Subscribe p{line-height:1.8rem}}#footer-accordion h5 span{line-height:3rem}@media(max-width:575px){#footer-accordion h5 span{font-size:18px!important;line-height:27px}}#footer-accordion ul.footer-nav{display:flex;flex-wrap:wrap}@media(max-width:991px){#footer-accordion ul.footer-nav{flex-direction:column}}#footer-accordion ul.footer-nav>li{margin-top:15px;width:25%}@media(max-width:991px){#footer-accordion ul.footer-nav>li{width:100%}}@media(min-width:992px)and (max-width:1199px){#footer-accordion ul.footer-nav>li{width:33%}}#footer-accordion ul.footer-nav>li>a{display:block;font-size:1.8rem;font-weight:600;margin-bottom:1rem;padding-left:0!important}#footer-accordion ul.footer-nav>li>ul.sub-menu>li{display:block;line-height:2.5rem;margin-top:0;position:relative}#footer-accordion ul.footer-nav>li>ul.sub-menu>li:before{color:#000;content:"";font-family:fontawesome;left:0;position:absolute;top:0}#footer-accordion ul.footer-nav>li>ul.sub-menu>li>a{color:#000;display:block;font-size:1.6rem;font-weight:400;margin:0 0 .4rem}#footer-accordion ul.footer-nav>li>ul.sub-menu>li>a:hover{color:#443e3e}#footer-accordion .faq-accordion .accordion .card{border-radius:0!important}.test-link{color:hsla(0,100%,94%,.741)!important;display:inline-block;margin-right:5px;text-decoration:none;transition:color .3s ease-in-out}.separator{color:hsla(0,100%,94%,.741);margin:0 4px}.test-link:hover{text-decoration:underline}.test-link:hover,.text-color-black{color:#fff!important}@font-face{font-family:Righteous,cursive;src:url(/static/media/6c07d8254792cf61040b5e8231e625de.057292484e530ee88a36.eot);src:url(/static/media/6c07d8254792cf61040b5e8231e625de.057292484e530ee88a36.eot?#iefix) format("embedded-opentype"),url(/static/media/6c07d8254792cf61040b5e8231e625de.adb644a25097dcb40f53.woff2) format("woff2"),url(/static/media/6c07d8254792cf61040b5e8231e625de.4ee0f2715a6340afdf05.woff) format("woff"),url(/static/media/6c07d8254792cf61040b5e8231e625de.92c25f01907b5ca4b10d.ttf) format("truetype"),url("/static/media/6c07d8254792cf61040b5e8231e625de.6688640141fbeb5a6483.svg#Mrs Eaves OT Italic") format("svg")}@font-face{font-display:swap;font-family:k010;src:url(/static/media/k010.2cda1d78cf2bff07bbe1.eot);src:local("k010"),url(/static/media/k010.d3f0ac3349c54895ec29.woff) format("woff"),url(/static/media/k010.798a43ad6a26607aadeb.ttf) format("truetype")}@font-face{font-display:block;font-family:icomoon;font-style:normal;font-weight:400;src:url(/static/media/icomoon.d2a7433c50e58cb74847.eot);src:url(/static/media/icomoon.d2a7433c50e58cb74847.eot#iefix) format("embedded-opentype"),url(/static/media/icomoon.67ab41aace63d25d8aeb.ttf) format("truetype"),url(/static/media/icomoon.d6fabdc223f44943f7f8.woff) format("woff"),url(/static/media/icomoon.5807df19d32eb42ed181.svg#icomoon) format("svg")}[class*=" icon-"],[class^=icon-]{speak:never;font-feature-settings:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:icomoon!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.icon-tracking-step-5:before{content:""}.icon-tracking-step-1:before{content:""}.icon-tracking-step-2:before{content:""}.icon-tracking-step-3:before{content:""}.icon-tracking-step-4:before{content:""}.icon-patient-child:before{content:""}.icon-patient-woman:before{content:""}.icon-rupees:before{content:""}.icon-dd-dots:before{content:""}.icon-vaccine-injection:before{content:""}.icon-booking-slot-calendar:before{content:""}.icon-booking-calendar:before{content:""}.icon-laboratory:before{content:""}.icon-patient-1:before{content:""}.icon-slider-arrow:before{content:""}.icon-edit-1:before{content:""}.icon-address:before{content:""}.icon-calendar-2-2:before{content:""}.icon-s-info:before{content:""}.icon-patient:before{content:""}.icon-route-map:before{content:""}.icon-gst-tax:before{content:""}.icon-star-rating:before{content:""}.icon-download-file:before{content:""}.icon-pincode:before{content:""}.icon-users:before{content:""}.icon-certificates:before{content:""}.icon-food-type:before{content:""}.icon-blood-tests:before{content:""}.icon-trash:before{content:""}.icon-close:before{content:""}.icon-contact-email:before{content:""}.icon-contact-customer-service:before{content:""}.icon-dash:before{content:""}.icon-double-right-arrows:before{content:""}.icon-process-arrow:before{content:""}.icon-cart:before{content:""}.icon-nl-subscribe:before{content:""}.icon-access-to-report:before{content:""}.icon-diagnose-process:before{content:""}.icon-sample-collection:before{content:""}.icon-expertise:before{content:""}.icon-complete-cases:before{content:""}.icon-our-equipment:before{content:""}.icon-awards-winning:before{content:""}.icon-test-icon:before{content:""}.icon-certificate:before{content:""}.icon-medical-laboratory-technician:before{content:""}.icon-qc:before{content:""}.icon-home-collection:before{content:""}.icon-manage-bookings:before{content:""}.icon-feedback-based-payout:before{content:""}.icon-report-timing:before{content:""}.icon-satisfaction-guaranteed:before{content:""}.icon-play-button:before{content:""}.icon-search:before{content:""}.icon-call:before{content:""}.icon-twitter:before{content:""}.icon-linkedin-1:before{content:""}.icon-instagram:before{content:""}.icon-facebook:before{content:""}.icon-email:before{content:""}#our-promise{background-color:#e31000;color:#fff}#our-promise [class^=icon-]{color:#fff;font-size:5rem}#our-promise h2{color:#fff;font-weight:600}#our-promise h2::selection{background:#fff;color:#e31000}#our-promise p::selection{background:#fff;color:#e31000}#about-section:after{background-color:#fffc;content:"";display:none;height:100%;left:0;position:absolute;top:0;width:100%}@media(max-width:767px){#about-section{background-size:cover}}@media(min-width:768px)and (max-width:1023px){#about-section{background-size:cover}}@media(max-width:991px){#about-section{background-size:cover}}#about-section [class^=icon-]{color:#e31000;font-size:4rem}#information-about-tests .service-card>div{background-color:#f4f4f4;padding-top:80px}#information-about-tests .service-card>div:after{background-color:#000;content:"";height:40px;left:95px;position:absolute;top:92px;width:1px}#information-about-tests .service-card>div:hover .service-card-icon{transform:rotateY(1turn)}#information-about-tests .service-card-icon{background-color:#e31000;color:#fff;height:100px;left:30px;position:absolute;text-align:center;top:-130px;transform:rotate3d(0,0,0,0deg);transition:all .6s ease-in-out;transition-timing-function:ease-in-out;width:100px}#information-about-tests .service-card-icon [class^=icon-]{font-size:5.5rem;line-height:100px}#information-about-tests .service-card .read-more [class^=icon-]{font-size:.8em;position:relative;right:0;transition:all .2s ease-in-out}#information-about-tests .service-card .read-more:hover [class^=icon-]{right:-5px}#labExperience{background:url(https://img-flb.flebo.in/img/assets/images/lab-img.jpg) no-repeat top;background-size:cover;padding-top:80px}#labExperience:after{background-color:#e31019cc;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}#labExperience .labExperience-content-area{padding-top:80px}#scores .container{margin-top:-55px}#scores [class^=icon-]{color:#e31000;font-size:5rem}.Location-Modal .modal-dialog{max-width:450px!important}@media(min-width:2400px)and (max-width:3200px){.Location-Modal .modal-dialog{max-width:650px!important}}@media(max-width:575px){.Location-Modal #city{display:inline-block;width:49%}}.Location-Modal .sp-formField{width:75%}.Location-Modal .sp-formField span.icon-search{position:absolute;right:0;z-index:2}@media(max-width:575px){.Location-Modal .sp-formField{width:100%}}.Location-Modal .Other-City .red_scrollbar{max-height:205px;overflow-x:auto}.w-custom-323{width:350px}.rounded-custom-5{border-radius:5px}.fs-custom-15{font-size:15px}.lh-custom-30{line-height:30px}.h-custom-80{height:50px}.end-custom-30{right:50px}#all-test-search-bar .multi-collapse.show .search-overlay,#header .multi-collapse.show .search-overlay{background:rgba(0,0,0,.388);bottom:0;left:0;position:fixed;right:0;top:0;z-index:2}#all-test-search-bar .sub-header div#multiCollapseExample1,#header .sub-header div#multiCollapseExample1{top:1rem;width:auto}@media(min-width:768px)and (max-width:1023px){#all-test-search-bar .sub-header div#multiCollapseExample1,#header .sub-header div#multiCollapseExample1{width:auto}}@media(max-width:767px){#all-test-search-bar .sub-header div#multiCollapseExample1,#header .sub-header div#multiCollapseExample1{width:auto}}#all-test-search-bar div#multiCollapseExample1,#header div#multiCollapseExample1{border-radius:5px;margin-top:0;overflow:hidden;position:absolute;top:.5rem;width:150%;z-index:23}#all-test-search-bar div#multiCollapseExample1.active-tab-labs,#header div#multiCollapseExample1.active-tab-labs{top:0}@media(min-width:768px)and (max-width:1023px){#all-test-search-bar div#multiCollapseExample1,#header div#multiCollapseExample1{width:calc(100% - 30px)}}@media(max-width:767px){#all-test-search-bar div#multiCollapseExample1,#header div#multiCollapseExample1{width:calc(100% - 30px)}}#all-test-search-bar div#multiCollapseExample1 .red_scrollbar,#header div#multiCollapseExample1 .red_scrollbar{max-height:448px}#all-test-search-bar div#multiCollapseExample1 .list .red_scrollbar,#header div#multiCollapseExample1 .list .red_scrollbar{max-height:234px}#all-test-search-bar div#multiCollapseExample1 .card-body,#header div#multiCollapseExample1 .card-body{position:relative;z-index:33}#all-test-search-bar div#multiCollapseExample1 .card-body .list h6,#header div#multiCollapseExample1 .card-body .list h6{background:#f0f0f0;font-size:1.8rem;font-weight:700;padding:.9rem 1.5rem}#all-test-search-bar div#multiCollapseExample1 .card-body .list label,#header div#multiCollapseExample1 .card-body .list label{border-bottom:1px solid #d9d9d9;display:block;margin:0 1.5rem;padding:.3rem 0;position:relative}#all-test-search-bar div#multiCollapseExample1 .card-body .list label:last-child,#header div#multiCollapseExample1 .card-body .list label:last-child{border-bottom:0}#all-test-search-bar div#multiCollapseExample1 .card-body .list label p,#header div#multiCollapseExample1 .card-body .list label p{font-size:1.6rem;font-weight:600}@media(max-width:575px){#all-test-search-bar div#multiCollapseExample1 .card-body .list label p,#header div#multiCollapseExample1 .card-body .list label p{font-size:15px;max-width:95%;width:95%}}#all-test-search-bar div#multiCollapseExample1 .card-body .list label p span,#header div#multiCollapseExample1 .card-body .list label p span{line-height:1.2rem}#all-test-search-bar div#multiCollapseExample1 .card-body .list label p .truncate-text,#header div#multiCollapseExample1 .card-body .list label p .truncate-text{color:#000!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}#all-test-search-bar div#multiCollapseExample1 .card-body .list label span,#header div#multiCollapseExample1 .card-body .list label span{color:#666;display:block;font-size:1.6rem;font-weight:600}@media(max-width:767px){#all-test-search-bar div#multiCollapseExample1 .card-body .list label span,#header div#multiCollapseExample1 .card-body .list label span{max-width:92%}}#all-test-search-bar div#multiCollapseExample1 .card-body .list label a i.link,#header div#multiCollapseExample1 .card-body .list label a i.link{border:1px solid #e31000;border-radius:50%;font-size:1rem;height:2.3rem;line-height:2.3rem;outline:none;padding:.3rem;position:absolute;right:0;text-align:center;top:50%;transform:translateY(-50%);width:2.3rem}#all-test-search-bar div#multiCollapseExample1 .card-body .list label a i.link .plus-icon,#header div#multiCollapseExample1 .card-body .list label a i.link .plus-icon{line-height:1px!important}.about-video .modal-dialog{margin:30px auto;max-width:800px}.about-video .modal-dialog .modal-body{padding:0;position:relative}.about-video .modal-dialog .modal-body .close{color:#fff;font-size:2rem;font-weight:400;opacity:1;position:absolute;right:-30px;top:0;z-index:999}#how-we-work .Process-icon-card{text-align:center}#how-we-work .Process-icon-card .Icon{background:#e31000;border-radius:50%;color:#fff;display:block;font-size:50px;height:132px;line-height:132px;margin:0 auto;position:relative;text-align:center;width:132px}#how-we-work .Process-icon-card .Icon:after{border-radius:50%;border-style:dashed;border-width:2px;bottom:-19px;color:#000;content:"";left:-19px;position:absolute;right:-19px;text-align:center;top:-19px;transition:all 1.6s ease-in-out}#how-we-work .Process-icon-card .Icon:hover:after{transform:rotate(1turn)}#how-we-work .Process-icon-card .Process-no{bottom:6px;font-family:Roboto,sans-serif;font-size:16px;height:35px;line-height:35px;position:absolute;right:-28px;text-align:center;width:35px;z-index:2}#how-we-work .Process-bottom{position:relative}#how-we-work .Process-bottom:before{background:url(https://img-flb.flebo.in/img/assets/images/process-stroke.svg) no-repeat top;background-repeat:no-repeat;content:"";height:100%;position:absolute;right:-75px;top:34px;width:147px}@media(max-width:1199px){#how-we-work .Process-bottom:before{display:none}}#how-we-work .Process-top{position:relative}#how-we-work .Process-top:before{background:url(https://img-flb.flebo.in/img/assets/images/process-stroke.svg) no-repeat top;background-repeat:no-repeat;content:"";height:32%;position:absolute;right:-75px;top:0;transform:rotateX(180deg);width:147px}@media(max-width:1199px){#how-we-work .Process-top:before{display:none}}#whyFleboInfo .row{margin-left:-.8rem!important;margin-right:-.8rem!important}#whyFleboInfo .row .col,#whyFleboInfo .row .col-1,#whyFleboInfo .row .col-10,#whyFleboInfo .row .col-11,#whyFleboInfo .row .col-12,#whyFleboInfo .row .col-2,#whyFleboInfo .row .col-3,#whyFleboInfo .row .col-4,#whyFleboInfo .row .col-5,#whyFleboInfo .row .col-6,#whyFleboInfo .row .col-7,#whyFleboInfo .row .col-8,#whyFleboInfo .row .col-9,#whyFleboInfo .row .col-auto,#whyFleboInfo .row .col-lg,#whyFleboInfo .row .col-lg-1,#whyFleboInfo .row .col-lg-10,#whyFleboInfo .row .col-lg-11,#whyFleboInfo .row .col-lg-12,#whyFleboInfo .row .col-lg-2,#whyFleboInfo .row .col-lg-3,#whyFleboInfo .row .col-lg-4,#whyFleboInfo .row .col-lg-5,#whyFleboInfo .row .col-lg-6,#whyFleboInfo .row .col-lg-7,#whyFleboInfo .row .col-lg-8,#whyFleboInfo .row .col-lg-9,#whyFleboInfo .row .col-lg-auto,#whyFleboInfo .row .col-md,#whyFleboInfo .row .col-md-1,#whyFleboInfo .row .col-md-10,#whyFleboInfo .row .col-md-11,#whyFleboInfo .row .col-md-12,#whyFleboInfo .row .col-md-2,#whyFleboInfo .row .col-md-3,#whyFleboInfo .row .col-md-4,#whyFleboInfo .row .col-md-5,#whyFleboInfo .row .col-md-6,#whyFleboInfo .row .col-md-7,#whyFleboInfo .row .col-md-8,#whyFleboInfo .row .col-md-9,#whyFleboInfo .row .col-md-auto,#whyFleboInfo .row .col-sm,#whyFleboInfo .row .col-sm-1,#whyFleboInfo .row .col-sm-10,#whyFleboInfo .row .col-sm-11,#whyFleboInfo .row .col-sm-12,#whyFleboInfo .row .col-sm-2,#whyFleboInfo .row .col-sm-3,#whyFleboInfo .row .col-sm-4,#whyFleboInfo .row .col-sm-5,#whyFleboInfo .row .col-sm-6,#whyFleboInfo .row .col-sm-7,#whyFleboInfo .row .col-sm-8,#whyFleboInfo .row .col-sm-9,#whyFleboInfo .row .col-sm-auto,#whyFleboInfo .row .col-xl,#whyFleboInfo .row .col-xl-1,#whyFleboInfo .row .col-xl-10,#whyFleboInfo .row .col-xl-11,#whyFleboInfo .row .col-xl-12,#whyFleboInfo .row .col-xl-2,#whyFleboInfo .row .col-xl-3,#whyFleboInfo .row .col-xl-4,#whyFleboInfo .row .col-xl-5,#whyFleboInfo .row .col-xl-6,#whyFleboInfo .row .col-xl-7,#whyFleboInfo .row .col-xl-8,#whyFleboInfo .row .col-xl-9,#whyFleboInfo .row .col-xl-auto{padding-left:.8rem!important;padding-right:.8rem!important}#whyFleboInfo .box{background:#d6e9fb;height:100%;margin-bottom:0}#whyFleboInfo .box .icon{align-items:center;display:flex;justify-content:center;margin-right:.5rem;min-height:13rem;min-width:9.5rem}#whyFleboInfo .box .icon img{max-height:10rem}#whyFleboInfo .box .content{width:100%}#whyFleboInfo .box .content h2{font-size:1.8rem!important;line-height:2.2rem}#whyFleboInfo .box .content P{color:#000;font-size:1.4rem!important;line-height:2rem;margin-bottom:0!important}.login-modal button.close{box-shadow:none;outline:none;position:absolute;right:15px;top:10px}@media(max-width:575px){.login-modal button.close{right:5px;top:0}}.login-modal span.Icon{font-size:80px}.login-modal a.carousel-control-next,.login-modal a.carousel-control-prev{display:none}.login-modal .carousel-indicators li{border:1px solid #fff!important;height:11px;margin:0 6px;width:11px}.login-modal .carousel-indicators li:after{display:none}.login-modal .carousel-indicators li.active{background-color:#e31000;border-color:#fff;border:1px solid #fff!important;height:11px;margin:0 6px;width:11px}.login-modal .carousel-indicators li:hover{background-color:#fff}.login-modal .otp-counter{color:#080808;font-size:1.8rem;position:absolute;right:0;top:6px;z-index:2}@media(max-width:575px){.login-modal .login-form .Form{margin:0!important;padding:15px!important}.login-modal .slider{padding-bottom:20px}.login-modal .slider .carousel.slide{margin:0!important;padding:20px!important}.login-modal .carousel-indicators{margin-bottom:20px}}@media(max-width:991px){.login-modal .slider{padding-bottom:20px}.login-modal .carousel-indicators{margin-bottom:20px}}#information-about-tests .nav-tabs a{background-color:#f4f4f4;border:0;border-radius:20px;font-size:1.6rem;margin:5px;padding-left:20px;padding-right:20px}#information-about-tests .nav-tabs a.active{background-color:#e31000;color:#fff}#information-about-tests.bg-exlight-grey .nav-tabs a{background-color:#fff;color:#000}#information-about-tests.bg-exlight-grey .nav-tabs a.active{background-color:#e31000;color:#fff}#information-about-tests.bg-exlight-grey .service-card>div{background-color:#fff}#featuredLabsSection .owl-theme .owl-dots .owl-dot.active span{background-color:#e31000}#Testimonials .owl-stage-outer{padding-top:20px}#Testimonials .owl-stage-outer .owl-stage{display:flex}#Testimonials .item{-webkit-backface-visibility:hidden;background-color:#fff;border:1px solid #dee2e6;border-radius:5px;height:100%;left:1px;margin:0 1px;padding:25px;position:relative;z-index:100}#Testimonials .item img.quote-icon{position:absolute;top:-15px;width:27px;z-index:99}#Testimonials .item .user-name{color:#000;font-size:24px;font-weight:600}@media(max-width:575px){#Testimonials .item .user-name{font-size:17px}}#Testimonials .item .rating .fa{color:#ff9f00;font-size:20px;margin-right:2px}@media(max-width:575px){#Testimonials .item .rating .fa{font-size:16px}}#Testimonials .item p{font-size:16px;font-weight:400;line-height:28px;margin-bottom:0}#Testimonials .owl-dots>.owl-dot{border:1px solid #c1c1c1;height:12px;margin-top:10px;width:12px}#Testimonials .owl-dots>.owl-dot.active{background-color:#e31000;border-color:#e31000!important}#Testimonials .owl-dots>.owl-dot span{display:none}@media(max-width:575px){.book_test_and_lab .w-custom{width:100%}}@media(min-width:576px)and (max-width:767px){.book_test_and_lab .w-custom{width:100%}}@media(min-width:768px)and (max-width:991px){.book_test_and_lab .w-custom{width:100%}}@media(max-width:575px){.Uploads{text-align:center}}@media(min-width:576px)and (max-width:767px){.Uploads{text-align:center}}.Uploads .file-input{display:inline-block;min-height:35px;position:relative;text-align:left}@media(max-width:575px){.Uploads .file-input{display:block}}.Uploads .file-input .upload-file{color:#e31000;cursor:pointer;height:100%;left:0;opacity:0;overflow:hidden;position:absolute;width:100%;z-index:1}.Uploads .file-input .input-label{align-items:center;cursor:pointer;display:inline-flex;font-size:1.4rem;font-weight:600;line-height:1.4;margin-bottom:0}@media(max-width:575px){.Uploads .file-input .input-label span:first-child{font-size:12px!important}.Uploads .file-input .input-label span:first-child.w-25-px{width:22px!important}}.btn{font-size:1.6rem}.btn-more:hover{border-color:#fff;color:#fff!important}.btn-how-we-work{color:#e31000;font-size:1.6rem;font-weight:600;position:relative}.btn-how-we-work span.play-icon{background-color:#0009;border-radius:50%;bottom:0;height:45px;left:0;line-height:35px;margin:auto;position:absolute;right:0;top:0;width:45px}.btn-how-we-work .img-thumbnail{background-color:#000;border-color:#000;padding:1px}.btn-how-we-work:hover .icon-play-button{background-color:#000;color:#fff}.btn-how-we-work:hover span{color:#000}#press_coverage_sec h2{font-size:24px!important}@media(max-width:575px){#press_coverage_sec h2{font-size:20px!important}}#press_coverage_sec .btn-how-we-works.second .img-thumbnail{max-width:88%!important;position:relative;top:-1px}#press_coverage_sec .btn-how-we-works span.play-icon{background-color:#0009;border-radius:50%;bottom:0;height:45px;left:0;line-height:35px;margin:auto;position:absolute;right:0;top:0;width:45px}#press_coverage_sec .btn-how-we-works .img-thumbnail{background-color:#000;border-color:#000;padding:1px}@media(max-width:575px){#press_coverage_sec .btn-how-we-works .img-thumbnail{max-width:90%}}#press_coverage_sec .slider-items .owl-carousel .owl-stage{display:flex}#press_coverage_sec .slider-items .owl-nav{display:none}#press_coverage_sec .slider-items .owl-dots{display:block;margin-top:20px;text-align:left}#press_coverage_sec .slider-items .owl-dots>.owl-dot{background-color:#a0a0a0;border:1px solid #c1c1c1;height:12px;margin:0 4px 5px;width:12px}#press_coverage_sec .slider-items .owl-dots>.owl-dot.active{background-color:#e31000;border-color:#e31000!important}#press_coverage_sec .slider-items .owl-dots>.owl-dot span{display:none}@media(max-width:575px){#press_coverage_sec .press-coverage-video{display:flex;margin-top:10px}}#customers-review .owl-theme .owl-dots,#popular-packages .owl-theme .owl-dots,#popular-packages .owl-theme>.owl-dots .owl-dots,#popular_tests .owl-theme .owl-dots,#press-coverages .owl-theme .owl-dots{margin-top:0}#customers-review .owl-theme .owl-dots .owl-dot,#popular-packages .owl-theme .owl-dots .owl-dot,#popular_tests .owl-theme .owl-dots .owl-dot,#press-coverages .owl-theme .owl-dots .owl-dot{margin:15px 4px!important;width:32px}#customers-review .owl-theme .owl-dots .owl-dot span,#popular-packages .owl-theme .owl-dots .owl-dot span,#popular_tests .owl-theme .owl-dots .owl-dot span,#press-coverages .owl-theme .owl-dots .owl-dot span{border:3px solid #f8c1bd;border-radius:50px;display:block;height:3px;width:32px}#customers-review .owl-theme .owl-dots .owl-dot.active span,#popular-packages .owl-theme .owl-dots .owl-dot.active span,#popular_tests .owl-theme .owl-dots .owl-dot.active span,#press-coverages .owl-theme .owl-dots .owl-dot.active span{border-color:#e31000}#popular_tests .item .img{height:148px;margin-bottom:15px;object-fit:contain;width:100%}@media(max-width:575px){#popular_tests .item .img{height:100px}}#popular_tests .item p{color:#000;font-size:20px;font-weight:600}@media(max-width:575px){#popular_tests .item p{font-size:14px!important;line-height:19px}}@media(min-width:1200px)and (max-width:1366px){#popular_tests .item p{font-size:18px}}@media(min-width:992px)and (max-width:1199px){#popular_tests .item p{font-size:17px}}#popular_tests .owl-theme .owl-nav{top:-130px}#popular_tests .view-btn{position:absolute;right:52px;top:-100px;z-index:2}@media(max-width:991px){#popular_tests .view-btn{margin:0 auto;position:relative;right:auto;top:-21px;width:fit-content}}#popular_tests .view-btn a{color:#e31000;font-size:16px;font-weight:500}#popular-packages .owl-theme .owl-nav,#popular_tests .owl-theme .owl-nav{opacity:1;position:absolute;right:3rem;top:-9.5rem}@media(max-width:991px){#popular-packages .owl-theme .owl-nav,#popular_tests .owl-theme .owl-nav{display:none;margin-top:0;position:relative;right:auto;top:1.4rem}}#popular-packages .owl-theme .owl-nav button,#popular_tests .owl-theme .owl-nav button{color:#000;transition:all .2s ease-in-out}#popular-packages .owl-theme .owl-nav button:hover,#popular_tests .owl-theme .owl-nav button:hover{background-color:#0000}#popular-packages .owl-theme .owl-nav button:hover .fa:before,#popular_tests .owl-theme .owl-nav button:hover .fa:before{color:#e31000}#popular-packages .owl-theme .owl-nav button:hover .fa:after,#popular_tests .owl-theme .owl-nav button:hover .fa:after{background-color:#e31000}#popular-packages .owl-theme .owl-nav i,#popular_tests .owl-theme .owl-nav i{font-size:4.5rem}#popular-packages .owl-theme .owl-nav .fa-angle-right:after,#popular_tests .owl-theme .owl-nav .fa-angle-right:after{background:#000;content:"";height:.4rem;position:absolute;right:.5rem;top:2.1rem;width:2.9rem}@media(min-width:2400px)and (max-width:3200px){#popular-packages .owl-theme .owl-nav .fa-angle-right:after,#popular_tests .owl-theme .owl-nav .fa-angle-right:after{top:2.25rem}}#popular-packages .owl-theme .owl-nav .fa-angle-left:after,#popular_tests .owl-theme .owl-nav .fa-angle-left:after{background:#000;content:"";height:.4rem;left:.5rem;position:absolute;top:2.1rem;width:2.9rem}@media(min-width:2400px)and (max-width:3200px){#popular-packages .owl-theme .owl-nav .fa-angle-left:after,#popular_tests .owl-theme .owl-nav .fa-angle-left:after{top:2.25rem}}#popular-packages .owl-theme .owl-nav .owl-prev,#popular_tests .owl-theme .owl-nav .owl-prev{left:3rem!important;position:relative;text-align:left;width:3.5rem}#popular-packages .owl-theme .owl-nav .owl-next,#popular_tests .owl-theme .owl-nav .owl-next{position:relative;right:-3rem!important;text-align:right;width:3.5rem}#popular-packages #PopularPackages .item .img,#popular-packages .PopularPackages .item .img{border-radius:12px}#flebo-advantage .owl-carousel .owl-stage{display:flex}#flebo-advantage .owl-carousel .owl-stage .item{display:contents;height:100%}#flebo-advantage .owl-carousel .owl-stage .item .box{background:#d6e9fb;height:100%;padding-bottom:0!important}#flebo-advantage .owl-carousel .owl-stage .item .box .icon{background:#e31000}#flebo-advantage .owl-carousel .owl-stage .item .box .icon svg{max-height:3.5rem;max-width:100%}#flebo-advantage .owl-carousel .owl-stage .item .box h2{font-size:14px;font-weight:700;line-height:22px}@media(max-width:767px){#flebo-advantage .owl-carousel .owl-stage .item .box h2{font-size:12px!important;line-height:18px!important}}#flebo-advantage .owl-carousel .owl-stage .item .box p{color:#000;font-size:13px;font-weight:400;line-height:20px;margin-bottom:0!important}@media(max-width:767px){#flebo-advantage .owl-carousel .owl-stage .item .box p{font-size:12px!important;line-height:18px!important}}#flebo-advantage .owl-theme>.owl-dots{margin-top:0}#flebo-advantage .owl-theme>.owl-dots .owl-dot{margin:15px 2px!important}#flebo-advantage .owl-theme>.owl-dots .owl-dot span{background:#a0a0a0}#flebo-advantage .owl-theme>.owl-dots .owl-dot.active span{background-color:#e31000}#customers-review .owl-carousel .owl-stage .item .box{padding-bottom:5px}#customers-review .owl-carousel .owl-stage .item .box .user{background:#e31000;border-radius:50%;box-shadow:0 3px 2px 0 hsla(0,0%,60%,.729);display:inline-block;height:110px;margin:0 auto 5px 10px;position:relative;text-align:center;width:110px}@media(min-width:576px)and (max-width:767px){#customers-review .owl-carousel .owl-stage .item .box .user{margin:0 auto!important}}@media(min-width:768px)and (max-width:991px){#customers-review .owl-carousel .owl-stage .item .box .user{margin:0 auto!important}}#customers-review .owl-carousel .owl-stage .item .box .user:after{background:#e31000;border-radius:50%;box-shadow:2px 3px 6px 0 #999;content:"";height:70px;left:-8px;position:absolute;top:-5px;width:70px}#customers-review .owl-carousel .owl-stage .item .box .user .img{border:5px solid #fff;border-radius:50%;height:90px;left:50%;margin:auto;object-fit:cover;position:absolute;top:50%;transform:translate(-50%,-50%);width:90px!important;z-index:2}@media(max-width:767px){#customers-review .owl-carousel .owl-stage .item .box .col-4{padding-right:0}}#customers-review .owl-carousel .owl-stage .item .box .content{padding-left:25px}#customers-review .owl-carousel .owl-stage .item .box .content p{font-size:1.6rem;font-weight:400;position:relative}@media(max-width:767px){#customers-review .owl-carousel .owl-stage .item .box .content p{font-size:1.2rem!important;line-height:18px}}#customers-review .owl-carousel .owl-stage .item .box .content p:after{left:-34px;top:-35px}#customers-review .owl-carousel .owl-stage .item .box .content p:after,#customers-review .owl-carousel .owl-stage .item .box .content p:before{background-image:url(https://img-flb.flebo.in/img/assets/quote-icon.png);background-repeat:no-repeat;background-size:100%;content:"";height:100%;position:absolute;width:45px}#customers-review .owl-carousel .owl-stage .item .box .content p:before{bottom:-31px;right:0;transform:rotate(180deg)}#customers-review .owl-carousel .owl-stage .item .box .content h2{font-size:1.8rem;font-weight:700}#customers-review .owl-carousel .owl-stage .item .box .content .start-rating .fa{color:#ff9f00;font-size:1.6rem;margin-right:4px}#customers-review .owl-theme .owl-nav{opacity:1;position:absolute;right:3rem;top:-9.8rem}@media(max-width:991px){#customers-review .owl-theme .owl-nav{display:none;margin-top:0;position:relative;right:auto;top:1.4rem}}#customers-review .owl-theme .owl-nav button{color:#000}#customers-review .owl-theme .owl-nav button:hover{background-color:#0000;color:#000}#customers-review .owl-theme .owl-nav i{font-size:4.5rem}#customers-review .owl-theme .owl-nav .fa-angle-right:after{background:#000;content:"";height:.4rem;position:absolute;right:.5rem;top:2.1rem;width:2.9rem}@media(min-width:2400px)and (max-width:3200px){#customers-review .owl-theme .owl-nav .fa-angle-right:after{top:2.2rem}}#customers-review .owl-theme .owl-nav .fa-angle-left:after{background:#000;content:"";height:.4rem;left:.5rem;position:absolute;top:2.1rem;width:2.9rem}@media(min-width:2400px)and (max-width:3200px){#customers-review .owl-theme .owl-nav .fa-angle-left:after{top:2.2rem}}#customers-review .owl-theme .owl-nav .owl-prev{left:3rem;position:relative;text-align:left;width:3.5rem}@media(max-width:991px){#customers-review .owl-theme .owl-nav .owl-prev{left:-4rem!important}}#customers-review .owl-theme .owl-nav .owl-next{position:relative;right:-3rem!important;text-align:right;width:3.5rem}@media(max-width:991px){#customers-review .owl-theme .owl-nav .owl-next{right:-4rem!important}}#customers-review .view-btn{position:absolute;right:5.2rem;top:-6.9rem;z-index:2}@media(max-width:991px){#customers-review .view-btn{margin:0 auto;position:relative;right:auto;top:-2.1rem;width:fit-content}}#customers-review .view-btn a{color:#e31000;font-size:1.6rem;font-weight:500}#press-coverages .owl-carousel .owl-stage{display:flex}#press-coverages .owl-carousel .owl-stage .owl-item{padding-bottom:3rem;padding-top:3rem;z-index:-1}#press-coverages .owl-carousel .owl-stage .owl-item .item{background:radial-gradient(circle,#3292cf 0,#001a65 100%);border:1.67482px solid #e1e1e1;box-shadow:-3.34963px 3.34963px 13.3985px #0000001a;color:#fff;min-height:16rem;opacity:.8;padding:1rem;transform:scale3d(.8,.8,1);transition:all .3s ease-in-out}#press-coverages .owl-carousel .owl-stage .owl-item .item .btn-how-we-work{background:none;border:none;outline:none;padding:0}#press-coverages .owl-carousel .owl-stage .owl-item .item .link,#press-coverages .owl-carousel .owl-stage .owl-item .item .link:focus,#press-coverages .owl-carousel .owl-stage .owl-item .item .link:hover{color:#fff}#press-coverages .owl-carousel .owl-stage .owl-item .item p{font-size:1.6rem;font-weight:700}#press-coverages .owl-carousel .owl-stage .owl-item .item p a{color:#fff}#press-coverages .owl-carousel .owl-stage .owl-item.active{z-index:-1}#press-coverages .owl-carousel .owl-stage .owl-item.active .item{opacity:.8;padding:1px!important;transform:scale3d(.8,.8,1)}#press-coverages .owl-carousel .owl-stage .owl-item.center{z-index:9!important}#press-coverages .owl-carousel .owl-stage .owl-item.center .item{opacity:1!important;transform:scale3d(1.2,1.2,1)!important}#press-coverages .owl-carousel .owl-stage .active+.active{z-index:2}#press-coverages .owl-carousel .owl-stage .active+.active .item{opacity:.95;transform:scaleX(1)}#press-coverages .owl-carousel .owl-stage .center+.active+.active{z-index:-1!important}#press-coverages .owl-carousel .owl-stage .center+.active+.active .item{opacity:.8;padding:1px!important;transform:scale3d(.8,.8,1)}#press-coverages .mainCard{background:radial-gradient(circle,#3292cf 0,#001a65 100%)}#press-coverages .buttonCard{background:none;border:none;overflow:hidden}#press-coverages .owl-theme .owl-nav{opacity:1;position:absolute;right:3rem;top:-9.8rem}@media(max-width:991px){#press-coverages .owl-theme .owl-nav{display:none;margin-top:0;position:relative;right:auto;top:1.4rem}}#press-coverages .owl-theme .owl-nav button{color:#000}#press-coverages .owl-theme .owl-nav button:hover{background-color:#0000;color:#000}#press-coverages .owl-theme .owl-nav i{font-size:4.5rem}#press-coverages .owl-theme .owl-nav .fa-angle-right:after{background:#000;content:"";height:.4rem;position:absolute;right:.5rem;top:2.1rem;width:2.9rem}@media(min-width:2400px)and (max-width:3200px){#press-coverages .owl-theme .owl-nav .fa-angle-right:after{top:2.25rem}}#press-coverages .owl-theme .owl-nav .fa-angle-left:after{background:#000;content:"";height:.4rem;left:.5rem;position:absolute;top:2.1rem;width:2.9rem}@media(min-width:2400px)and (max-width:3200px){#press-coverages .owl-theme .owl-nav .fa-angle-left:after{top:2.25rem}}#press-coverages .owl-theme .owl-nav .owl-prev{left:-3rem!important;position:relative;text-align:left;width:3.5rem}@media(max-width:991px){#press-coverages .owl-theme .owl-nav .owl-prev{left:-4rem!important}}#press-coverages .owl-theme .owl-nav .owl-next{position:relative;right:-4.5rem!important;text-align:right;width:3.5rem}@media(max-width:991px){#press-coverages .owl-theme .owl-nav .owl-next{right:-4rem!important}}#press-coverages .owl-theme .owl-dots{margin-bottom:2rem}#press-coverages .view-btn{position:absolute;right:5.2rem;top:-6.9rem;z-index:2}@media(min-width:2400px)and (max-width:3200px){#press-coverages .view-btn{right:4.2rem;top:-7.6rem}}@media(max-width:991px){#press-coverages .view-btn{margin:0 auto;position:relative;right:auto;top:-2.1rem;width:fit-content}}#press-coverages .view-btn a{color:#e31000;font-size:1.6rem;font-weight:500}#h-slider .thumbnail-on-banner{width:24rem}#h-slider .carousel-btn{display:flex;justify-content:flex-end;padding-bottom:2.5rem}#h-slider .btn-on-banner{background:#fff;border:1px solid #e31000;border-radius:4px;color:#e31000;font-size:1.8rem;font-weight:600;margin-left:3rem;margin-top:auto;padding:.6rem 1.5rem}@media(max-width:575px){#h-slider .btn-on-banner{font-size:2.2vw;margin-left:0;padding:.5rem 1.2rem}}@media(min-width:576px)and (max-width:767px){#h-slider .btn-on-banner{font-size:2.2vw;margin-left:0;padding:.5rem 1.2rem}}@media(min-width:768px)and (max-width:991px){#h-slider .btn-on-banner{font-size:2.2vw;margin-left:0;padding:.5rem 1.2rem}}#h-slider .carousel-caption-content{bottom:5%;display:flex;left:39.7%;position:absolute}@media(max-width:575px){#h-slider .carousel-caption-content{bottom:-1vw;left:4.3%}}@media(min-width:576px)and (max-width:767px){#h-slider .carousel-caption-content{bottom:0;left:4.3%}}@media(min-width:768px)and (max-width:991px){#h-slider .carousel-caption-content{bottom:1.9vw;left:4.8%}}@media(min-width:1024px)and (max-width:1199px){#h-slider .carousel-caption-content{bottom:10%;left:calc(50% - .5rem)}}#h-slider .carousel-control-next,#h-slider .carousel-control-prev{display:none}#h-slider .carousel-indicators{bottom:-3rem;justify-content:end;margin-right:0;right:0}@media(min-width:1200px)and (max-width:1400px){#h-slider .carousel-indicators{bottom:-2rem}}@media screen and (min-width:1200px)and (max-width:1800px)and (max-aspect-ratio:683/300)and (min-aspect-ratio:683/345){#h-slider .carousel-indicators{bottom:1rem}}@media(max-width:767px){#h-slider .carousel-indicators{justify-content:center;margin:0;right:auto;text-align:center;width:100%}}@media(min-width:768px)and (max-width:991px){#h-slider .carousel-indicators{justify-content:center;margin:0;right:auto;text-align:center;width:100%}}#h-slider .carousel-indicators li{background-color:#0000;border:0;height:0;margin:0 5px;width:40px}@media(min-width:2400px)and (max-width:3200px){#h-slider .carousel-indicators li{margin:0 8px;width:60px}}#h-slider .carousel-indicators li:last-child{margin-right:0}@media(max-width:767px){#h-slider .carousel-indicators li{width:32px}}#h-slider .carousel-indicators li:after{border:3px solid #f8c1bd;height:0;width:40px}@media(min-width:2400px)and (max-width:3200px){#h-slider .carousel-indicators li:after{border:5px solid #f8c1bd;width:60px}}@media(max-width:767px){#h-slider .carousel-indicators li:after{border:3px solid #f8c1bd;height:3px;width:32px}}#h-slider .carousel-indicators li.active:after{border-color:#e31000}@media screen and (min-width:1200px)and (max-width:1800px)and (max-aspect-ratio:683/300)and (min-aspect-ratio:683/345){#h-slider .carousel-indicators li.active:after{border-color:#fff}}.popularTests-modal .search-form-inputs{background:#0003;border-radius:5px;font-size:2.5rem;padding:1px;position:relative;z-index:99}.popularTests-modal .search-form-inputs .pincode input[type=text]{box-shadow:none;font-size:1.5rem;line-height:40px;min-height:40px;outline:none}.tooltip.show{z-index:1151!important}.package-card{border:1px solid #59a5ff;border-radius:1.6rem;box-shadow:15px 15px 48px -1px rgba(99,120,167,.251);height:100%;overflow:hidden;position:relative;width:100%}.package-card,.package-card *{backface-visibility:hidden}.package-card h4{display:block;position:relative;z-index:222}.package-card .card-head{align-items:center;display:flex;justify-content:space-between;padding:0 2rem}.package-card .card-head .more-offer{display:flex;text-decoration:none}.package-card .card-head .more-offer img{margin-left:1rem;width:2rem}.package-card .offer-off{background:#e31000;border-radius:0 0 8px 8px;display:flex;position:absolute;right:2rem;top:0;z-index:2}.package-card .offer-off .title{color:#fff;font-size:1.1rem;margin-left:-2px;transform:rotate(-90deg) translateY(1.3rem)}.package-card .offer-off .amount{color:#fff;font-size:2.3rem;font-weight:700;margin-top:4px}.package-card .card-containt{padding:1.5rem 2rem .8rem;position:relative;width:calc(100% - 11rem);z-index:4}.package-card .card-containt .heading-text{min-height:8.8rem;width:100%}.package-card .card-containt .discription{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:inline-block!important;display:-webkit-box;margin-bottom:90px;overflow:hidden;text-overflow:ellipsis;width:auto}@media(max-width:991px){.package-card .card-containt .discription{width:auto}}@media(min-width:2400px)and (max-width:3200px){.package-card .card-containt .discription{line-height:37px}}@media(min-width:1024px)and (max-width:1199px){.package-card .card-containt{width:calc(100% - 8rem)}}@media only screen and (min-device-width:1024px)and (max-device-height:1366px)and (-webkit-min-device-pixel-ratio:2)and (orientation:portrait){.package-card .card-containt{width:calc(100% - 7rem)}}@media(max-width:575px){.package-card .card-containt{width:calc(100% - 9rem)}}.package-card .card-containt .heading-text{font-size:2rem;line-height:1.5;margin:0;min-height:6rem}.package-card .card-containt .discription{color:#000}.package-card .card-price{background:#e31000;border-radius:50%;bottom:0;height:13.8rem;left:0;margin-bottom:-5rem;margin-left:-1rem;position:absolute;width:13.8rem;z-index:7}.package-card .card-price .price-data{align-items:center;color:#fff;display:flex;margin-left:2.8rem;padding-top:2.8rem}.package-card .card-price .price-data .rupees-icon{font-size:3.2rem;font-weight:200}.package-card .card-price .price-data .offer-price{padding-left:.5rem}.package-card .card-price .price-data .offer-price>span{font-size:1.8rem;line-height:1;text-decoration:none}.package-card .card-price .price-data .offer-price>span.priceInfo{font-size:1.45rem}.package-card .card-price .price-data .offer-price>span.finalPrice{font-size:2rem;font-weight:600;text-decoration:none}.package-card .card-price .price-data .offer-price>span.cross-price{position:relative}.package-card .card-price .price-data .offer-price>span.cross-price:before{background:#fff;content:"";height:1px;opacity:.95;position:absolute;top:.6rem;transform:rotate(10deg);width:100%}.package-card .card-image{align-items:flex-end;bottom:0;display:flex;height:100%;justify-content:flex-end;left:0;position:absolute;right:0;top:0}.package-card .card-image img{max-height:100%;max-width:100%;object-fit:cover}.package-card .card-book-btn{bottom:2rem;position:absolute;right:2rem}.package-card .card-book-btn .btn{background:#e4f0fe}.toggle-button-switch-container{display:flex!important;margin-bottom:90px}.toggle-button-switch-container .toggle-button-switch{align-items:center;background-color:#e31000;border-radius:25px;cursor:pointer;display:flex;justify-content:center;padding:2px;width:auto}.toggle-button-switch-container .toggle-button-switch .toggle-button{background:#0000;border-radius:25px;color:#fff;cursor:pointer;font-size:1.3rem;font-weight:600;padding:5px 0;text-align:center;width:10rem}.toggle-button-switch-container .toggle-button-switch .toggle-button.active{background-color:#fff!important;color:#000!important}#popular-packages .owl-carousel .owl-stage-outer{display:flex;flex-direction:column;width:100%}#popular-packages .owl-carousel .owl-stage-outer .owl-stage{display:flex}#popular-packages .owl-carousel .owl-stage-outer .owl-stage .owl-item{display:flex;flex:1 0 auto}#popular-packages .owl-carousel .owl-stage-outer .owl-stage .owl-item>div{display:flex}@media(max-width:768px){#customers-review .owl-nav,#popular-packages .owl-nav,#popular_tests .owl-nav,#press-coverages .owl-nav{display:none}}.cyp-card{align-items:center;border-radius:5px;display:flex;padding:3rem}@media(max-width:768px){.cyp-card{flex-direction:column;padding:2rem 1rem;text-align:center}.cyp-card p{margin-top:1rem;min-height:4.8rem}#popular-packages .container{padding:0!important}}#popular-packages .container .custom-heading{text-align:center}@media(max-width:1199px){#popular-packages .container .custom-heading{text-align:left}}@media(max-width:768px){#press-coverages .view-btn{margin-top:1.5rem}}@media(max-width:767px){#choose-your-package .container,#customers-review .container,#flebo-advantage .container,#press-coverages .container{padding-left:0!important;padding-right:0!important}}#whyFlebo .whyFleboContent{display:flex;flex-wrap:wrap;margin-left:-1rem;margin-right:-1rem}@media(max-width:767px){#whyFlebo .whyFleboContent{margin-left:-.5rem;margin-right:-.5rem}}#whyFlebo .whyFleboContent .whyFleboContentItem{padding:1rem;width:20%}@media(max-width:1199px){#whyFlebo .whyFleboContent .whyFleboContentItem{width:25%}}@media(max-width:991px){#whyFlebo .whyFleboContent .whyFleboContentItem{width:33.33%}}@media(max-width:767px){#whyFlebo .whyFleboContent .whyFleboContentItem{padding:.5rem;width:50%}}#whyFlebo .box{align-items:center;background:#d6e9fb;display:flex;height:100%;margin-bottom:0;padding:1.5rem}@media(max-width:767px){#whyFlebo .box{padding:.5}}#whyFlebo .box .icon{margin-right:.5rem;min-width:6.5rem;width:9.5rem}@media(max-width:991px){#whyFlebo .box .icon{min-width:7.5rem;width:7.5rem}}@media(max-width:767px){#whyFlebo .box .icon{min-width:3.5rem;width:4em}}#whyFlebo .box .content{width:100%}#whyFlebo .box .content h2{font-size:1.5rem!important;line-height:2.2rem}@media(max-width:767px){#whyFlebo .box .content h2{font-size:1.2rem!important;line-height:1.5rem}}#whyFlebo .box .content P{color:#000;font-size:1.4rem!important;line-height:2rem;margin-bottom:0!important}#whyFlebo .flebo-container .justify-content-space-between-one,#whyFlebo .flebo-container .justify-content-space-between-two{justify-content:space-between;margin-right:54px}@media(max-width:575px){#whyFlebo .mycontainer{display:flex;overflow:hidden}#whyFlebo .mycontainer .justify-content-space-between-one{flex-wrap:wrap;margin-right:0}#whyFlebo .mycontainer .justify-content-space-between-one .content{width:100%}#whyFlebo .mycontainer .justify-content-space-between-one .content h2{font-size:.9rem!important;line-height:1.9rem}#whyFlebo .mycontainer .justify-content-space-between-one .box{height:100%;padding:0 10px;width:100%}#whyFlebo .mycontainer .justify-content-space-between-one .icon #first-img{height:50px;margin-bottom:44px}#whyFlebo .mycontainer .justify-content-space-between-two{flex-wrap:wrap;margin-right:0}#whyFlebo .mycontainer .justify-content-space-between-two .content{width:100%}#whyFlebo .mycontainer .justify-content-space-between-two .content h2{font-size:.9rem!important;line-height:1.9rem}#whyFlebo .mycontainer .justify-content-space-between-two .box{height:128px;padding:0 10px;width:100%}}.doctorTab .customRadio .radioItem{min-height:8rem}.doctorTab .icon-btn{background-color:#fff;border:1px solid #e31000;border-radius:5px;height:4rem;width:4rem}.doctorTab .tab-doctor-speciality .speciality-card{width:25%}@media(max-width:575px){.doctorTab .tab-doctor-speciality .speciality-card{width:33.33%}}.doctorTab .tab-doctor-speciality .speciality-card label{margin-bottom:1.5rem;margin-top:.4rem}.doctorTab .tab-doctor-speciality .speciality-card label .thumbnail{border:3px solid #e31019;border-radius:50%;box-shadow:0 0 0 #0000005e;display:inline-block;height:9rem;overflow:hidden;transition:all .3s ease;width:9rem}@media(max-width:575px){.doctorTab .tab-doctor-speciality .speciality-card label .thumbnail{height:9rem;width:9rem}}.doctorTab .tab-doctor-speciality .speciality-card label .thumbnail img{border:2px solid #fff;border-radius:50%;height:100%;transition:all .3s ease;width:100%}.doctorTab .tab-doctor-speciality .speciality-card label .input-hidden{height:0;opacity:0;visibility:hidden;width:0}.doctorTab .tab-doctor-speciality .speciality-card label p.speciality-title{color:#000;font-size:1.2rem;font-weight:600;line-height:1.6rem;margin-bottom:0;text-transform:capitalize}@media(max-width:575px){.doctorTab .tab-doctor-speciality .speciality-card label p.speciality-title{font-size:1.4rem;line-height:1.6rem;margin-bottom:.4rem}}.doctorTab .tab-doctor-speciality .speciality-card label:hover .thumbnail{box-shadow:0 0 6px #0000005e}.doctorTab .tab-doctor-speciality .speciality-card label:hover .thumbnail img{transform:scale(1.1)}#header .red_scrollbar.tab-doctor-speciality{max-height:30rem!important}@media(min-width:1420px)and (max-width:1920px){#header .red_scrollbar.tab-doctor-speciality{max-height:36rem!important}}.font-h3{font-size:2.4rem!important}.font-h4{font-size:2rem!important}.font-h5{font-size:1.8rem!important}.font-h6{font-size:1.6rem!important}a .font-h3,a .font-h4,a .font-h5,a .font-h6,li .font-h3,li .font-h4,li .font-h5,li .font-h6{margin:0}#My_Tests .Test_Selected .red_scrollbar{max-height:140px;overflow-x:hidden;overflow-y:auto}@media(max-width:767px){#My_Tests .Test_Selected .red_scrollbar{max-height:108px}}#My_Tests .Test_Selected .red_scrollbar .test-name{max-width:245px}#My_Tests .Test_Selected .cross-icon{flex-shrink:0;height:22px;transition:all .2s ease-in-out;width:22px}@media(min-width:2400px)and (max-width:3200px){#My_Tests .Test_Selected .cross-icon{height:28px;width:28px}}#My_Tests .Test_Selected .cross-icon:hover{background-color:#e31000!important}#My_Tests .Test_Selected .cross-icon>span{line-height:18px;margin:0 auto}@media(min-width:1024px)and (max-width:1199px){#My_Tests .Sidebar{padding-right:0}}#My_Tests .Sidebar .Discount_info{display:none;left:-70%;opacity:1;position:absolute;top:-1px;transition:all .2s ease-in-out;visibility:visible;z-index:2}#My_Tests .Sidebar .Pincode span.label{font-size:14px;font-weight:400;letter-spacing:normal}#Subscribe span.icon-nl-subscribe{font-size:5.6rem}#Subscribe h3{font-size:2.6rem;font-weight:500}@media(max-width:767px)and (orientation:landscape){#Subscribe h3{font-size:2.2rem}}@media(max-width:575px){#Subscribe form{padding:0 20px}}span.rating_box{border-color:#e31000!important;font-size:1.2rem;padding:4px 5px;position:relative;top:-1px}.pink_off_box{background:rgba(244,119,124,.322);border:2px dashed #000;border-radius:4px}.red_scrollbar{max-height:80px;overflow-x:auto}@media(max-width:767px){.red_scrollbar{max-height:100px}}.red_scrollbar::-webkit-scrollbar-track{background-color:#f0f0f0;-webkit-background-color:#f0f0f0;-moz-background-color:#f0f0f0;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;cursor:pointer}.red_scrollbar::-webkit-scrollbar{background-color:#e31000;-webkit-background-color:#e31000;-moz-background-color:#e31000;background-color:#f0f0f0;-webkit-background-color:#f0f0f0;-moz-background-color:#f0f0f0;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;width:10px;-webkit-width:10px;-moz-width:10px}.red_scrollbar::-webkit-scrollbar-thumb{background-color:#e31000;-webkit-background-color:#e31000;-moz-background-color:#e31000;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px}.bottom_red_scrollbar{overflow-x:auto}.bottom_red_scrollbar::-webkit-scrollbar-track{background-color:#f0f0f0;-webkit-background-color:#f0f0f0;-moz-background-color:#f0f0f0;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px}.bottom_red_scrollbar::-webkit-scrollbar{background-color:#e31000;-webkit-background-color:#e31000;-moz-background-color:#e31000;background-color:#f0f0f0;-webkit-background-color:#f0f0f0;-moz-background-color:#f0f0f0;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;height:10px;-webkit-height:10px;-moz-height:10px}.bottom_red_scrollbar::-webkit-scrollbar-thumb{background-color:#e31000;-webkit-background-color:#e31000;-moz-background-color:#e31000;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px}@media(max-width:991px){.Filters .Filter_menu{display:block!important}.Filters .Filter_menu span.fa{font-size:21px}.Filters .Rs_filter{bottom:0;left:0;opacity:0;position:fixed;right:-100%;top:0;transition:all .2s ease-in-out;visibility:hidden;z-index:10}}@media(max-width:991px)and (min-width:768px)and (max-width:1023px){.Filters .Rs_filter{left:auto;width:300px}}@media(max-width:991px){.Filters .Rs_filter.show{opacity:1;right:0!important;visibility:visible}}@media(max-width:991px)and (min-width:768px)and (max-width:1023px){.Filters .Rs_filter.show{right:0!important}}@media(max-width:991px){.Filters .Rs_filter.show h4{text-align:left}.Filters .Rs_filter.show h4 span{display:inline-block!important;float:right}}@media(max-width:767px){#Change_your_lab .container{max-width:100%}}@media(min-width:768px)and (max-width:1023px){#Change_your_lab .container{max-width:100%}}#Change_your_lab .tab-head{background-color:#0d1a67;padding:5px 10px 1px}#Change_your_lab .tab-head .nav-item{position:relative}#Change_your_lab .tab-head .nav-item.active:after,#Change_your_lab .tab-head .nav-item.active:before{background-color:#e4f0fe;bottom:0;content:"";height:5px;position:absolute;width:5px;z-index:1}#Change_your_lab .tab-head .nav-item.active:before{left:-5px}#Change_your_lab .tab-head .nav-item.active:after{right:-5px}#Change_your_lab .tab-head .nav-item.active a:after,#Change_your_lab .tab-head .nav-item.active a:before{background-color:#0d1a67;border-radius:10px;bottom:0;content:"";height:10px;position:absolute;width:10px;z-index:2}#Change_your_lab .tab-head .nav-item.active a:before{left:-10px}#Change_your_lab .tab-head .nav-item.active a:after{right:-10px}#Change_your_lab .tab-head .nav-item a{border:0;border-radius:5px 5px 0 0;color:#fff;font-size:1.6rem;font-weight:600;padding:10px 30px}#Change_your_lab .tab-head .nav-item a[aria-selected=true]{background-color:#e4f0fe;color:#e31000}#Change_your_lab .Filters .custom_checkbox label{margin-bottom:.8rem}#Change_your_lab .btn-dd-holo{border:1px solid #e31000;border-radius:5px;height:36px;width:36px}@media(max-width:575px){#Change_your_lab .btn-dd-holo{height:30px;width:30px}}#Change_your_lab .lab-list-rs .list-item:nth-child(odd){background-color:#e4f0fe}#Change_your_lab .lab-list-rs .list-item:nth-child(2n){background-color:#f1f8ff}#Change_your_lab .mob-filter-header>div:first-child{background-color:#fff}#Change_your_lab .mob-filter-header>div:first-child a,#Change_your_lab .mob-filter-header>div:first-child p{font-size:12px}@media(max-width:767px){#Change_your_lab .mob-filter-header>div:first-child a,#Change_your_lab .mob-filter-header>div:first-child p{font-size:12px!important}}@media(max-width:575px){#Change_your_lab .mob-filter-header>div:first-child a,#Change_your_lab .mob-filter-header>div:first-child p{font-size:10px!important}}#Change_your_lab .Lab-Test-Box .box .Rs-rating{display:none}#Change_your_lab .cross-icon{flex-shrink:0;height:2.2rem;transition:all .2s ease-in-out;width:2.2rem}#Change_your_lab .cross-icon:hover{background-color:#e31000!important}#Change_your_lab .cross-icon>span{line-height:1.8rem;margin:0 auto}@media(min-width:320px)and (max-width:767px){#Change_your_lab .Lab-Test-Box .Box-Rs{border:1px solid #dee2e6;border-radius:5px}#Change_your_lab .Lab-Test-Box .box{border:0!important}#Change_your_lab .Lab-Test-Box .box .Rs-rating{display:block}#Change_your_lab .Lab-Test-Box .box .Rs-rating span.rating_box{font-size:11px;padding:3px 4px 2px}#Change_your_lab .Lab-Test-Box .box .Rs-rating span.rating_box i{font-size:10px;top:0}#Change_your_lab .Lab-Test-Box .box h5 span.rating_box{display:none}#Change_your_lab .Lab-Test-Box .box .pink_off_box span{font-size:12px!important}#Change_your_lab .Lab-Test-Box .box h5{font-size:1.5rem;margin-bottom:10px!important}#Change_your_lab .Lab-Test-Box .box .content-sec span{font-size:13px}#Change_your_lab .Lab-Test-Box .box button.btn{margin-top:10px}#Change_your_lab .Lab-Test-Box .box .Total-Price{margin-bottom:0!important;padding:0}#Change_your_lab .Lab-Test-Box .box .Total-Price .Price{font-size:17px;margin-right:5px}}@media(min-width:768px)and (max-width:991px){#Change_your_lab .Lab-Test-Box .Box-Rs{border:1px solid #dee2e6;border-radius:5px}#Change_your_lab .Lab-Test-Box .box{border:0!important}#Change_your_lab .Lab-Test-Box .box img{height:140px}#Change_your_lab .Lab-Test-Box .box .pink_off_box span{font-size:14px!important}#Change_your_lab .Lab-Test-Box .box h5{font-size:1.6rem;margin-bottom:14px!important}#Change_your_lab .Lab-Test-Box .box .content-sec span{font-size:14px}#Change_your_lab .Lab-Test-Box .box button.btn{font-size:14px!important;margin-top:12px;padding:6px 0!important}#Change_your_lab .Lab-Test-Box .box .Total-Price{margin-bottom:0!important;padding:0}#Change_your_lab .Lab-Test-Box .box .Total-Price .Price{font-size:17px;margin-right:5px}#Change_your_lab .Filters .not-found-btn{display:none}#Change_your_lab .Filters .Filter_Box .not-found-btn-2{display:block!important}}@media(max-width:767px){#Change_your_lab .test-tag-max-width{max-width:155px!important}}#Change_your_lab .current-selected-lab--header{background-color:#e31000;border-radius:5px 5px 0 0!important;color:#fff;margin-bottom:-10px}.Current-Lab{overflow:hidden}@media(min-width:1200px)and (max-width:1366px){.Current-Lab .R-sec{flex-flow:nowrap}}@media(max-width:991px){.Current-Lab .certificate{width:100%}}@media(min-width:992px)and (max-width:1199px){.Current-Lab .certificate{margin-top:10px;width:100%}}@media(max-width:991px){.Current-Lab .certificate .border-right{border:none!important}}@media(min-width:992px)and (max-width:1199px){.Current-Lab .certificate .border-right{border:none!important}}.Lab-list .Filter-sorting{position:sticky;top:-1px}.Lab-list img{height:auto;width:55px}@media(max-width:575px){.Lab-list img{width:80px}}@media(min-width:576px)and (max-width:767px){.Lab-list img{width:130px}}.Lab-list .item-list{border:1px solid #d6e9fb}.Lab-list .item-list:hover{border-color:#e31000}@media(min-width:768px)and (max-width:1023px){.Lab-list .item-list:hover{border-color:#eee!important}}@media(max-width:767px){.Lab-list .item-list:hover{border-color:#eee!important}}.Lab-list .item-list:nth-child(odd){background-color:#e4f0fe}.Lab-list .item-list:nth-child(2n),.Lab-list .item-list:nth-child(odd) .card-header>span{background-color:#d6e9fb}.Lab-list .item-list:nth-child(2n) .card-header>span{background-color:#e4f0fe}@media(max-width:767px){.Lab-list .item-list .certificate{border:none!important;width:100%}}.Lab-list .bg-light-yellow .card-header>span{background-color:#00000014!important}.Lab-list .bg-light-yellow .collapse .item-list{border:1px solid #00000014}.Lab-list .bg-light-yellow .collapse .item-list.border-top-0{border:1px solid #00000014!important}.Lab-list .bg-light-yellow .collapse .item-list:hover{border:1px solid #e31019!important}.Lab-list .bg-light-yellow .collapse .item-list:nth-child(odd){background-color:#00000014}.Lab-list .bg-light-yellow .collapse .item-list:nth-child(2n){background-color:#0000}@media(max-width:991px){.Filters_Sidebar .Filter_Box .Search-sec{margin-left:0!important}}.Filters_Sidebar .Filter_Box .filter-menu-sec .span{border:1px solid #e31000;border-radius:4px;color:#e31000;cursor:pointer;display:block;font-size:19px;height:36px;line-height:36px;text-align:center;width:36px}.Filters_Sidebar .Filter_Box .filter-menu-sec .span i.fa.fa-signal{transform:rotate(90deg)}.Filters_Sidebar .Filter_Box .filter-menu-sec .Sort-by{width:230px}.Filters_Sidebar .Filter_Box .filter-menu-sec .Certified-by{width:155px}.Filters_Sidebar .custom_checkbox label .checkmark{border-color:#bab4b4!important;height:1.4rem;width:1.4rem}.Filters_Sidebar .custom_checkbox label .checkmark:after{color:#e31000;content:""!important;display:none;font-family:FontAwesome;font-size:1.2rem;left:0;position:absolute;top:-.2rem}.Filters_Sidebar .search-bar{font-size:1.6rem;min-height:40px;padding:1.4rem}@media(max-width:991px){.Filters_Sidebar .search-bar{min-height:36px}}.fiter-sorting-header{background-color:#fff!important;border-top:1px solid #0d1a67}@media(min-width:992px)and (max-width:1199px){.fiter-sorting-header p{font-size:1.3rem!important}}@media(max-width:767px){.fiter-sorting-header p,.fiter-sorting-header p .fa{font-size:10px!important}}@media(max-width:991px){#basic-health-checkup .Filter-sorting{background-color:#fff!important;border-top:1px solid #0d1a67}}@media(min-width:992px)and (max-width:1199px){#basic-health-checkup .Filter-sorting a,#basic-health-checkup .Filter-sorting p{font-size:1.3rem!important}}@media(max-width:767px){#basic-health-checkup .Filter-sorting a,#basic-health-checkup .Filter-sorting a .fa,#basic-health-checkup .Filter-sorting p,#basic-health-checkup .Filter-sorting p .fa{font-size:10px!important}}@media(max-width:991px){#basic-health-checkup .Filters_Sidebar .certification{display:none}}#basic-health-checkup .Lab-list .item-list .labLogo{align-items:center;background:#fff;border-radius:3px;display:flex;min-height:6rem;overflow:hidden}@media(min-width:320px)and (max-width:767px){#basic-health-checkup .Lab-list .item-list .quantity-btn{width:70%}}#basic-health-checkup .Lab-list .item-list .lab-img{padding-left:50px}@media(max-width:767px){#basic-health-checkup .Lab-list .item-list .compare-checkbox-icon{position:absolute}}@media(max-width:991px){#basic-health-checkup .Lab-list .item-list .compare-checkbox-icon .custom_radio_checkbox{left:16px;position:absolute;top:0;z-index:22}}@media(max-width:767px){#basic-health-checkup .Lab-list .item-list .compare-checkbox-icon .custom_radio_checkbox{top:0}}@media(max-width:991px){#basic-health-checkup .Lab-list .item-list .compare-checkbox-icon .custom_checkbox{left:16px;position:absolute;top:0;z-index:22}}@media(max-width:767px){#basic-health-checkup .Lab-list .item-list .compare-checkbox-icon .custom_checkbox{top:0}}#basic-health-checkup .Lab-list .item-list .compare-checkbox-icon .custom_checkbox label .checkmark{height:17px;left:4px;top:-14px;width:17px}@media(min-width:2400px)and (max-width:3200px){#basic-health-checkup .Lab-list .item-list .compare-checkbox-icon .custom_checkbox label .checkmark{height:1.7rem;width:1.7rem}}@media(max-width:767px){#basic-health-checkup .Lab-list .item-list .compare-checkbox-icon .custom_checkbox label .checkmark{left:0}}#basic-health-checkup .Lab-list .item-list .compare-checkbox-icon .custom_checkbox label .checkmark:after{font-size:20px;left:-1px;top:-6px;z-index:33}@media(min-width:2400px)and (max-width:3200px){#basic-health-checkup .Lab-list .item-list .compare-checkbox-icon .custom_checkbox label .checkmark:after{font-size:2rem;top:-10px}}@media(max-width:991px){#basic-health-checkup .Lab-list .item-list .compare-checkbox-icon .custom_checkbox label .checkmark:after{content:"";font-size:20px}}.filterOuter{margin-bottom:1rem}.alert-border{border:1px solid #e31019;border-radius:6px;margin-left:2rem;padding:.5rem 1rem}@media(max-width:991px){.alert-border{margin-left:0}}.alert-icon{min-width:137px;width:137px}@media(min-width:320px)and (max-width:767px){.alert-icon{min-width:107px;width:107px}}.alert-heading{font-size:16px}.payment-pending-link-users .sp-red-color{font-size:1em}#Complete_blood_counts .single-img{height:338px;object-fit:cover}@media(min-width:2400px)and (max-width:3200px){#Complete_blood_counts .single-img{height:600px!important}}#Complete_blood_counts .sp-counter div:nth-child(odd){border-right:1px solid #dee2e6}#Complete_blood_counts .sp-counter div:last-child{border-right:0}@media(max-width:768px){#Complete_blood_counts .sp-counter .test_detail_box{display:inline-block;width:49%}}@media(max-width:575px){#Complete_blood_counts .sp-counter .test_detail_box h6{font-size:1.6rem!important}}#Complete_blood_counts .Test-details-sec h2{font-size:2.1rem;line-height:2.7rem;margin-bottom:18px}#Complete_blood_counts .Test-details-sec h2:first-child{margin-top:0}#Complete_blood_counts .Test-details-sec h3{font-size:1.8rem;margin-bottom:15px}#Complete_blood_counts .Test-details-sec p{line-height:2.2rem;margin-bottom:10px}@media(min-width:2400px)and (max-width:3200px){#Complete_blood_counts .Test-details-sec p{margin-bottom:15px}}#Complete_blood_counts .Test-details-sec ul{margin-bottom:20px}@media(min-width:2400px)and (max-width:3200px){#Complete_blood_counts .Test-details-sec ul{margin-bottom:35px}}#Complete_blood_counts .Test-details-sec ul li{font-size:1.6rem;line-height:2.2rem;list-style:inside;margin-bottom:8px;padding-left:20px}@media(min-width:2400px)and (max-width:3200px){#Complete_blood_counts .Test-details-sec ul li{margin-bottom:15px}}#Complete_blood_counts .Test-details-sec .table{border:1px solid #dee2e6;margin:25px 0}.line-through-gray:after{background:#a1a0a0;content:"";height:1px;left:0;position:absolute;right:0;top:50%;transform:translateY(-50%);width:100%}div#Tabs .nav-tabs{border-bottom:0;padding-bottom:1px;position:relative;z-index:1}div#Tabs .nav-tabs .nav-link{background-color:#0d1a67;border:1px solid #0d1a67;border-top-left-radius:5px;border-top-right-radius:5px;color:#fff;font-size:1.8rem;font-weight:600;margin-right:1px;padding:.5rem 1.5rem}div#Tabs .nav-tabs .nav-link.active{background-color:#fff;border-bottom-color:#0000;color:#e31000;margin-bottom:-2px}div#Tabs .nav-tabs .nav-link:last-child{margin-right:0}@media(max-width:991px){div#Tabs .nav-tabs .nav-link{font-size:12px;padding:.8rem 1.5rem}}div#Tabs .tab-content{position:relative;z-index:0}@media(max-width:767px){#Lab_Details .sp-counter div:nth-child(odd){border-right:1px solid #dee2e6}}#Lab_Details .sp-counter div:last-child{border-right:0}@media(max-width:768px){#Lab_Details .sp-counter .test_detail_box{display:inline-block;width:49%}}@media(max-width:575px){#Lab_Details .sp-counter .test_detail_box h6{font-size:16px!important}}#Lab_Details .carousel-slider p.carousel-status,#Lab_Details .carousel-slider ul.control-dots{display:none}#Lab_Details .carousel-slider button .control-arrow:before{contain:"prevous"!important}#Lab_Details .carousel-slider .image_slider{align-items:center;background:none;display:flex;height:auto;justify-content:center;width:100%}#Lab_Details .carousel-slider .image_slider img{max-height:15rem;max-width:99%;width:auto}#Lab_Details .carousel .thumbs-wrapper ul li.thumb{width:75.6px!important}#Lab_Details .carousel .thumbs-wrapper ul li.thumb img{border-radius:5px;height:70px;object-fit:cover;vertical-align:top}#Lab_Details .carousel .thumbs-wrapper button{opacity:1}#Lab_Details .carousel .thumbs-wrapper button .control-arrow :before{contain:"prevous"!important}#Lab_Details .carousel .thumbs-wrapper button:before{border-left-color:#e31000;border-right-color:#e31000}@media(max-width:991px){#Lab_Details #Lab-list .custom_checkbox label .checkmark{height:17px;width:17px}#Lab_Details #Lab-list .custom_checkbox label .checkmark:after{font-size:20px}}@media(min-width:2400px)and (max-width:3200px){#Lab_Details #Lab-list .custom_checkbox label .checkmark{height:1.7rem!important;width:1.7rem!important}#Lab_Details #Lab-list .custom_checkbox label .checkmark:after{font-size:2rem!important;top:-9px!important}}@media(min-width:992px)and (max-width:1199px){#Lab_Details #Lab-list #lab-list-test .package-name{padding-left:15px!important}}@media(max-width:991px){#Lab_Details #Lab-list #lab-list-test .custom_checkbox{padding-left:15px!important}#Lab_Details #Lab-list #lab-list-test .package-name{width:50%}}@media(min-width:576px)and (max-width:767px){#Lab_Details #Lab-list #lab-list-test .package-name{width:70%}}@media(min-width:768px)and (max-width:991px){#Lab_Details #Lab-list #lab-list-test .package-name{width:70%}}#Lab_Details #Lab-list .item-list:nth-child(2n){background-color:#d6e9fb}@media(max-width:575px){#Lab_Details #Lab-list .item-list .package-name{width:50%}#Lab_Details #Lab-list .item-list .compare-checkbox-icon{margin-left:5px;width:20px}}@media(min-width:576px)and (max-width:767px){#Lab_Details #Lab-list .item-list .package-name{width:70%}}@media(min-width:768px)and (max-width:991px){#Lab_Details #Lab-list .item-list .package-name{width:70%}}#Lab_Details #Lab-list .item-list{border:1px solid #d6e9fb}#Lab_Details #Lab-list .item-list .compare-checkbox-icon .custom_checkbox label .checkmark{height:17px;left:4px;top:-14px;width:17px}#Lab_Details #Lab-list .item-list .compare-checkbox-icon .custom_checkbox label .checkmark:after{font-size:20px;left:-1px;top:-6px;z-index:33}#Lab_Details #Lab-list .item-list:hover{border-color:#e31000}.list-group .list-no{display:inline-block;text-align:center;width:30px}.modal-content{border-radius:10px!important}.Patients_Modal .red_scrollbar{max-height:350px}.Patients_list .user-details{width:72%}@media(max-width:575px){.Patients_list h5{font-size:16px}.Patients_list .user-details{width:100%!important}.Patients_list .modal-md{margin:20px auto;max-width:350px!important}.Patients_list .switch-toggle{width:20%}}.Patients_list .Icon{background:#f0f0f0;border-radius:50%;color:#000;font-size:58px;height:70px;line-height:93px;overflow:hidden;text-align:center;width:70px}@media(min-width:2400px)and (max-width:3200px){.Patients_list .Icon{font-size:5.8rem;height:7rem;line-height:9.3rem;width:7rem}}.Patients_list .Icon span{font-size:59px;left:1px;position:relative}@media(min-width:2400px)and (max-width:3200px){.Patients_list .Icon span{font-size:5.9rem}}@media(max-width:575px){.Patients_list .Icon{height:55px;line-height:70px;width:55px}.Patients_list .Icon span{font-size:50px}}.Patients_list .custom-switch .custom-control-label:before{border-radius:10px!important;cursor:pointer;height:14px!important;width:32px!important}.Patients_list .custom-switch .custom-control-label:after{cursor:pointer;height:10px!important;width:10px!important}.Patients_list .custom-switch .custom-control-input:checked~.custom-control-label:after{transform:translateX(1.75rem)}.Patients_list .custom-switch .custom-control-input:checked~.custom-control-label:before{background-color:#e31000;border-color:#e31000}.Patients_list .custom-switch .custom-control-input:not(:disabled):active~.custom-control-label:before{background-color:initial!important;border-color:#adb5bd!important}.Add-Patient-Modal .form-group span.label{top:-3px}.Add-Patient-Modal .form-group input[type=date]::placeholder{font-size:0}.btn{border:1px solid #0000;border-radius:5px;font-size:1.7rem;font-weight:600;overflow:hidden;position:relative}.btn:after{content:"";display:inline-block;height:100%;left:0;position:absolute;top:0;transition:all .2s ease-in-out;width:100%;z-index:0}.btn span{position:relative;z-index:1}.btn-white{border-color:#fff;color:#e31000}.btn-white:after{background-color:#fff}.btn-white:hover{color:#fff!important}@media(max-width:767px){.btn-white:hover{color:#e31000!important}}.btn-white:hover:after{top:-100%}@media(max-width:767px){.btn-white:hover:after{top:0}}.btn-white-holo{border-color:#fff;border-radius:5px;color:#fff}.btn-white-holo:after{background-color:#fff;top:-100%}.btn-white-holo:hover{color:#e31000!important}@media(max-width:767px){.btn-white-holo:hover{color:#fff!important}}.btn-white-holo:hover:after{top:0}@media(max-width:767px){.btn-white-holo:hover:after{top:-100%}}.btn-black{border-color:#000;color:#fff}.btn-black:after{background-color:#000}.btn-black:hover{color:#000!important}@media(max-width:767px){.btn-black:hover{color:#fff}}.btn-black:hover:after{top:-100%}@media(max-width:767px){.btn-black:hover:after{top:0}}.btn-grey{border-color:#a1a0a0;color:#fff}.btn-grey:after{background-color:#a1a0a0}.btn-grey:hover{color:#a1a0a0!important}@media(max-width:767px){.btn-grey:hover{color:#fff}}.btn-grey:hover:after{top:-100%}@media(max-width:767px){.btn-grey:hover:after{top:0}}.btn-grey-disabled{border-color:#a1a0a0!important;box-shadow:0 4px 5px 0 #0006!important;color:#a1a0a0!important;pointer-events:none}.btn-grey-disabled:after{background-color:#f4f4f4!important;background-image:linear-gradient(#f4f4f4,#f4f4f4)!important}.btn-grey-cursor{background-color:#fff;border-color:#a1a0a0!important;box-shadow:0 4px 5px 0 #0006;color:#a1a0a0!important;pointer-events:all}.btn.bg-primarycolor{background-color:#e31000;background-image:linear-gradient(#fd1200,#b00c00);box-shadow:0 4px 5px 0 #0006}.btn.bg-primarycolor:focus,.btn.bg-primarycolor:hover{background-color:#0000;box-shadow:0 4px 5px 0 #0009;color:#e31000!important}@media(min-width:768px)and (max-width:1023px){.btn.bg-primarycolor:focus,.btn.bg-primarycolor:hover{background-color:#e31000;color:#fff!important}}@media(max-width:767px){.btn.bg-primarycolor:focus,.btn.bg-primarycolor:hover{background-color:#e31000;color:#fff!important}}.btn.bg-primarycolor:active{box-shadow:inset 0 4px 5px 0 #0009;transform:translateY(2px)}@media(min-width:768px)and (max-width:1023px){.btn.bg-primarycolor:active{background-image:linear-gradient(#fd1200,#4a0500)}}@media(max-width:767px){.btn.bg-primarycolor:active{background-image:linear-gradient(#fd1200,#4a0500)}}.btn-red{border-color:#e31000;box-shadow:0 4px 5px 0 #0009;color:#fff}.btn-red,.btn-red:after{background-color:#e31000}.btn-red:after{background-image:linear-gradient(#fd1200,#b00c00)}.btn-red:link,.btn-red:visited{box-shadow:0 4px 5px 0 #0009}.btn-red:focus,.btn-red:hover{background-color:#0000;box-shadow:0 4px 5px 0 #0009;color:#e31000!important}@media(max-width:767px){.btn-red:focus,.btn-red:hover{background-color:#e31000;color:#fff!important}}.btn-red:focus:after,.btn-red:hover:after{top:-100%}@media(max-width:767px){.btn-red:focus:after,.btn-red:hover:after{top:0}}.btn-red:active{box-shadow:inset 0 4px 5px 0 #0009;transform:translateY(2px)}@media(max-width:767px){.btn-red:active{background-image:linear-gradient(#fd1200,#4a0500)}.btn-red:active:after{content:none}}.btn-red-holo{border-color:#e31000;box-shadow:0 4px 5px 0 #0006;color:#e31000}.btn-red-holo:after{background-color:#e31000;top:-100%}@media(max-width:767px){.btn-red-holo:after{background:none!important;top:0}}.btn-red-holo:focus,.btn-red-holo:hover{color:#fff!important}@media(max-width:767px){.btn-red-holo:focus,.btn-red-holo:hover{color:#e31000!important}}.btn-red-holo:focus:after,.btn-red-holo:hover:after{background-color:#e31000;background-image:linear-gradient(#fd1200,#b00c00);top:0}.btn-red-holo:active{box-shadow:inset 0 4px 5px 0 #0009;transform:translateY(2px)}@media(max-width:767px){.btn-red-holo:active:after{content:none}}.btn-green{border-color:#28a745;color:#fff}.btn-green,.btn-green:after{background-color:#28a745}.btn-green:focus,.btn-green:hover{background-color:#0000;color:#28a745!important}@media(max-width:767px){.btn-green:focus,.btn-green:hover{background-color:#28a745;color:#fff!important}}.btn-green:focus:after,.btn-green:hover:after{top:-100%}@media(max-width:767px){.btn-green:focus:after,.btn-green:hover:after{top:0}}.btn-green-holo{border-color:#28a745;color:#28a745}.btn-green-holo:after{background-color:#28a745;top:-100%}.btn-green-holo:focus,.btn-green-holo:hover{color:#fff!important}@media(max-width:767px){.btn-green-holo:focus,.btn-green-holo:hover{color:#28a745!important}}.btn-green-holo:focus:after,.btn-green-holo:hover:after{top:0}@media(max-width:767px){.btn-green-holo:focus:after,.btn-green-holo:hover:after{top:-100%}}.btn-video-play{height:100px;left:0;margin:auto;position:absolute;right:0;top:0;width:100px;z-index:0}.btn-video-play:after,.btn-video-play:before{border-radius:50%;bottom:0;content:"";display:block;left:0;margin:auto;position:absolute;right:0;top:0;transform:scale(1);transition:all .2s ease-in-out;z-index:0}.btn-video-play:after{background-color:#ffffff80;transform:scale(1.25)}.btn-video-play:before{background-color:#fff;transform:scale(1)}.btn-video-play [class^=icon-]{color:#e31000;display:block;font-size:30px;line-height:100px;position:relative;text-align:center;transition:all .2s ease-in-out;z-index:3}.btn-video-play:hover:after{background-color:#e31000;transform:scale(1);z-index:1}.btn-video-play:hover:before{background-color:#ffffff80;box-shadow:0 0 20px #0003;transform:scale(1.25)}.btn-video-play:hover [class^=icon-]{color:#fff}.btn-disabled{pointer-events:none}.btn-radius{border-radius:100px!important}.btn-extra{border-radius:2px;box-shadow:0 4px 9px 0 #0003;font-size:13px;font-weight:700;letter-spacing:1px;padding:13px 28px;text-shadow:1px 1px 1px #00000024;text-transform:uppercase}#SlotBoxSec .not-available{cursor:default;opacity:.4;pointer-events:none}#SlotBoxSec .not-available .booking-availabe{color:#5c5c5c!important}@media(max-width:575px){#SlotBoxSec .Slot_Box{display:inline-block;width:49.9%}#SlotBoxSec .Slot_Box label{padding:10px!important}}#SlotBoxSec .booking-slots label{border:1px solid #dfdfdf;border-radius:5px;cursor:pointer;position:relative;transition:all .2s ease-in-out}#SlotBoxSec .booking-slots label:hover{border-color:#e31000!important}#SlotBoxSec .booking-slots label.active{border-color:#e31000}#SlotBoxSec .booking-slots label.active .sp-btn-radio:after,#SlotBoxSec .booking-slots label.active .sp-btn-radio:before{border-color:#e31000!important}#SlotBoxSec .booking-slots label.active .sp-btn-radio:after{background-color:#e31000!important;transform:scale(.6)}#SlotBoxSec .booking-slots label .booking-availabe{color:#3cc753}#SlotBoxSec .booking-slots label .btn-radio-c{position:relative}#SlotBoxSec .booking-slots label .btn-radio-c .sp-btn-radio:after,#SlotBoxSec .booking-slots label .btn-radio-c .sp-btn-radio:before{background-color:#fff;border:1px solid #ccc;border-radius:20px;bottom:0;content:"";height:20px;left:-3px;margin:auto;position:absolute;top:-5px;transition:all .2s ease;width:20px}@media(min-width:2400px)and (max-width:3200px){#SlotBoxSec .booking-slots label .btn-radio-c .sp-btn-radio:after,#SlotBoxSec .booking-slots label .btn-radio-c .sp-btn-radio:before{height:2rem;width:2rem}}.Slots-Timing label{background-color:#d6e9fb}@media(max-width:575px){.Slots-Timing label{font-size:11px}.Slots-Timing label span{font-size:13px!important}.Date-slider .carousel.slide{padding:0 15px!important}.Date-slider label{font-size:11px;margin:0 2px!important}}.Date-slider label.active{border-color:#e31000!important}.Date-slider label.not-slot{border-color:#dfdfdf!important;opacity:.4;pointer-events:none}.Date-slider .carousel-indicators{display:none}.Date-slider .carousel-control-next-icon,.Date-slider .carousel-control-prev-icon{background-image:url(https://img-flb.flebo.in/img/assets/images/arrow-left-icon.svg)!important;background-position:100%}.Date-slider .carousel-control-next-icon{transform:rotate(180deg)}.Date-slider .carousel-control-next-icon,.Date-slider .carousel-control-prev-icon{height:25px;width:25px}.Date-slider .carousel-control-next,.Date-slider .carousel-control-prev{opacity:1;width:3%}.zoom-h-img{overflow:hidden;position:relative}.zoom-h-img img{transform:scale(1);transition:all .2s ease-in-out;width:100%}.Add-Address-Modal .Map div[role=region] div:nth-child(2)>div{transform:translate(0)!important}html #wa-widget-send-button{display:none;z-index:99!important}@media(max-width:767px){html #wa-widget-send-button{height:40px;margin-bottom:137px!important;min-width:40px;right:10px!important;transform:scale(.8)}}.pointer-none{pointer-events:none}.cursor-not-allowed{cursor:not-allowed}.checkbox-disable,[disabled]{color:#666;opacity:.7;pointer-events:none}@media(max-width:1200px){.border-sm-bottom{border-bottom:1px solid #dee2e6}}.border-top-white-color{border-top-color:#fff!important}.progress-bar-3,.progress-bar-4,.progress-bar-5{background-color:#f0f0f0;height:6px}.progress-bar-3 .progress-bar,.progress-bar-4 .progress-bar,.progress-bar-5 .progress-bar{background-color:#388e3c}.progress-bar-2{background-color:#f0f0f0;height:6px}.progress-bar-2 .progress-bar{background-color:#ff9f00}.progress-bar-1{background-color:#f0f0f0;height:6px}.progress-bar-1 .progress-bar{background-color:#ff6161}.left-spacing{padding-left:220px}@media(min-width:768px)and (max-width:1023px){.left-spacing{padding-left:0}}@media(max-width:767px){.left-spacing{padding-left:0}}.loader{animation-delay:0s;animation-direction:alternate-reverse;animation-duration:.3s;animation-iteration-count:infinite;animation-name:loader;animation-timing-function:linear;background:#e31000;height:20px;left:50%;margin:0 auto;overflow:visible;position:fixed;top:50%;transform:scale(1);transform-origin:50% 50%;width:4px}.loader-area{background-color:#0006;height:100%;left:0;position:fixed;top:0;width:100%;z-index:9999}.loader.loader-gray:after,.loader.loader-gray:before{animation-direction:alternate-reverse;animation-duration:.3s;animation-iteration-count:infinite;animation-name:loader;animation-timing-function:linear;background:#fff;content:"";height:20px;left:50%;position:absolute;top:50%;transform-origin:50% 50%;width:4px}.loader.loader-gray:after{animation-delay:.5s;margin:-10px 0 0 6px;transform:scaleY(.5)}.loader.loader-gray:before{animation-delay:.5s;background-color:#fff;margin:-10px 0 0 -10px;transform:scaleY(.5)}@keyframes loader{0%{opacity:.2;transform:scaleY(.5)}to{opacity:1;transform:scale(1)}}.mob--menu{display:inline-block;left:0;position:absolute;top:0;width:auto;z-index:10}.box-shadow{box-shadow:0 4px 20px 0 #0003}.box-white{background-color:#fff}.color-grey{color:#666}.zoom-h-img{display:block}.zoom-h-img:hover img{transform:scale(1.1)}.sticky-top{position:sticky;top:0}.modal.left .modal-dialog,.modal.right .modal-dialog{height:100%;margin:auto;max-width:600px;position:fixed;transform:translateZ(0);width:100%}.modal.left .modal-content,.modal.right .modal-content{height:100%;overflow-y:auto}.modal.left .modal-body,.modal.right .modal-body{padding:15px 15px 80px}.modal.left.fade .modal-dialog{left:-600px;transition:opacity .3s linear,left .3s ease-out}.modal.left.fade.show .modal-dialog{left:0}.modal.right.fade .modal-dialog{right:-600px;transition:opacity .3s linear,right .3s ease-out}.modal.right.fade.show .modal-dialog{right:0}.modal-content{border:none;border-radius:0}.fullHeight{height:100%}.carousel-wrap{margin:90px auto;padding:0 5%;position:relative;width:80%}.btn-dark{background-color:#000;border-color:#000;font-size:1.4rem}.btn-dark:hover{background-color:#e31000;border-color:#e31000}.owl-carousel .item{-webkit-backface-visibility:hidden;position:relative;z-index:100}.owl-nav>div{color:#cdcbcd;margin-top:-26px;position:absolute;top:50%}.owl-nav>div i{transition:all .2s ease-in-out}.owl-nav i{font-size:52px}.owl-nav .owl-prev{left:-30px}.owl-nav .owl-next{right:-30px}.owl-dots{text-align:center}.owl-dots>.owl-dot{background-color:#0000;border:1px solid #e3e3e3;border-radius:100%;display:inline-block;height:15px;margin:0 7px 20px;width:15px}.mob-nav{background-color:#f8f8f8;bottom:0;box-shadow:0 0 10px #0003;height:60px;left:0;position:fixed;right:0;z-index:998}.mob-nav a{color:#000;font-size:.8rem;padding-bottom:5px;text-decoration:none}@media(max-width:767px){.mob-nav a{padding-left:0;padding-right:0}}.mob-nav a.active,.mob-nav a:hover{background-color:#77cdd6;color:#fff}.mob-nav a.active svg g,.mob-nav a.active svg path,.mob-nav a:hover svg g,.mob-nav a:hover svg path{fill:#fff;stroke:#fff}.mob-nav a span{background-position:50%;background-repeat:no-repeat;height:100%}.mob-nav a .counter-number{background-color:#e31000;border-radius:20px;color:#fff;font-size:1.3rem;height:20px;min-width:20px;position:absolute;right:20%;top:4px}.carousel-indicators li{background-color:#fff;border-radius:100%;height:17px;margin:0 12px 20px;opacity:1;position:relative;transition:all .2s ease-in-out;width:17px}@media(max-width:767px){.carousel-indicators li{height:10px;margin:0 10px;width:10px}}.carousel-indicators li:after{border:2px solid #0000;border-radius:50px;content:"";display:block;height:29px;left:-6px;position:absolute;top:-6px;width:29px}@media(max-width:767px){.carousel-indicators li:after{height:22px;width:22px}}.carousel-indicators li.active,.carousel-indicators li:hover{background-color:#e31000}.carousel-indicators li.active:after{border-color:#e31000}.btn-gold{background-color:#e31000;color:#fff;transition:all .2s ease-in-out}.btn-gold:active,.btn-gold:focus,.btn-gold:hover{background-color:#000;color:#fff}.modal-backdrop.show{background-color:#8a8c8e;opacity:.85}.noselect{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.mt--3{margin-top:-3px}.mt--5{margin-top:-5px}.mt--8{margin-top:-8px}@media(min-width:768px)and (max-width:991px){.mt-md-2-px{margin-top:2px}}@media(max-width:767px){.mt-xs-2-px{margin-top:2px}}.top--1{top:-1px}.top--2{top:-2px}.top--3{top:-3px}.top--5{top:-5px!important}.top--10{top:-10px!important}.border-color-black{border-color:#000!important}.border-top-dash{border-top:1px dashed #000}.border-bottom-solid{border-bottom:1px solid #666}.cursor-pointer{cursor:pointer}.checkout-breadcrumb ul{margin:0;padding:0}.checkout-breadcrumb ul li{display:inline-block;list-style:none;padding-right:35px;position:relative}.checkout-breadcrumb ul li:after{background-color:#666;bottom:0;content:"";display:block;height:1px;margin:auto 0;position:absolute;right:0;top:0;width:30px}.checkout-breadcrumb ul li a{color:#666;font-size:2rem;font-weight:400}@media(min-width:768px)and (max-width:1023px){.checkout-breadcrumb ul li a{font-size:1.6rem}}.checkout-breadcrumb ul li a:hover{color:#e31000}.checkout-breadcrumb ul li:last-child{padding-left:3px;padding-right:0}.checkout-breadcrumb ul li:last-child:after{content:none}.checkout-breadcrumb ul li.active a{color:#000}.btn-black-holo{background-color:#fff;border:1px solid #000;color:#000;font-size:1.6rem;transition:all .2s ease-in-out}.btn-black-holo:hover{background-color:#000;color:#fff}.custom_radio_checkbox{min-height:34px}.custom_radio_checkbox.min-h-25{min-height:25px}.custom_radio_checkbox label{color:#525252;cursor:pointer;display:block;font-weight:400;margin-bottom:0;padding-left:23px;position:relative;-webkit-user-select:none;user-select:none}.custom_radio_checkbox label input{cursor:pointer;height:0;opacity:0;position:absolute;width:0}.custom_radio_checkbox label input:checked~.checkmark:after{background-color:#e31000;display:block;transform:scale(.6)}.custom_radio_checkbox label input:checked~.checkmark{border-color:#e31000}.custom_radio_checkbox label input:checked~.checkmark+span{color:#e31000}.custom_radio_checkbox label .checkmark{background-color:#fff;border:1px solid #666;border-radius:50%;height:20px;left:1px;position:absolute;top:3px;width:20px}@media(min-width:2400px)and (max-width:3200px){.custom_radio_checkbox label .checkmark{height:2rem;width:2rem}}.custom_radio_checkbox label .checkmark:after{background-color:#0000;border-radius:20px;bottom:0;content:"";height:20px;left:-1px;margin:auto;position:absolute;top:0;transition:all .2s ease;width:20px}@media(min-width:2400px)and (max-width:3200px){.custom_radio_checkbox label .checkmark:after{height:2rem;width:2rem}.custom_radio_checkbox label{padding-top:0!important}#sidebar-section .custom_radio_checkbox label{padding-left:45px}}.min-h-30{min-height:30px!important}.rating-progress{border-left:1px solid #dee2e6}@media(max-width:767px){.rating-progress{border-left:0;border-top:1px solid #dee2e6}}.page-link{color:#e31000}.page-link:hover{color:#666}.page-link:focus{color:#e31000}.page-item.active .page-link{background-color:#e31000;border-color:#e31000;z-index:0}.tooltip{z-index:1000!important}.lab_Details .red_scrollbar{max-height:486px;overflow-x:hidden}@media(min-width:1024px)and (max-width:1199px){#My_Cart .Sidebar{padding-right:0}.Filters_Sidebar{padding-left:0}#Assign_Tests_To_Patient .Sidebar,#Checkout-Details .Sidebar{padding-right:0}}.Mb_Back_Btn{display:none}@media(max-width:991px){.Mb_Back_Btn{display:block}.Ds_Back_btn{display:none}}#Lab_Details .carousel .thumbs-wrapper{margin-bottom:0!important}.carousel .thumbs-wrapper{margin-left:0!important;margin-right:0!important}.carousel-root .carousel .thumb{border-radius:5px;border-width:1px}.carousel-root .carousel .thumb.selected,.carousel-root .carousel .thumb:hover{border-color:#e31000;border-width:1px}.cross-icon{padding:.1rem .6rem .2rem}.modal-content .cross-icon{padding:.5rem .6rem}.top-bottom-0{bottom:0;top:0}.right-0{right:0}.column-2-listing{column-count:2;-webkit-columns:2;-moz-columns:2}@media(max-width:991px){.lab_Details .column-2-listing{column-count:1!important;-webkit-columns:1;-moz-columns:1}}[disabled]{pointer-events:none}#featuredLabsSection .owl-theme .owl-nav{opacity:1}@media(min-width:320px)and (max-width:767px){#featuredLabsSection .owl-theme .owl-nav{display:none}}#featuredLabsSection .owl-theme .owl-nav .owl-prev{left:-35px;position:absolute;top:0;transform:translatey(50%)}#featuredLabsSection .owl-theme .owl-nav .owl-prev:after{background:#0000;color:#e31000;content:"";font-family:FontAwesome;font-size:31px;font-weight:900}#featuredLabsSection .owl-theme .owl-nav .owl-next{position:absolute;right:-35px;top:0;transform:translatey(50%)}#featuredLabsSection .owl-theme .owl-nav .owl-next:after{background:#0000;color:#e31000;content:"";font-family:FontAwesome;font-size:31px;font-weight:900}#featuredLabsSection .owl-theme .owl-nav [class*=owl-]:hover{background-color:#0000!important}.font-hindi{font-family:k010!important}.bg-light-grey{background-color:#f4f4f4}.border-primary-color{border-color:#e31000!important}.border-radius-0-top-lr{border-top-left-radius:0!important;border-top-right-radius:0!important}ol.terms-condition-ol-list{font-size:1.6rem}ol.terms-condition-ol-list li{margin-bottom:15px}.ul-list{list-style:disc}.ul-list li{margin-left:40px}.test-tag-max-width{max-width:200px}@media(min-width:2400px)and (max-width:3200px){.test-tag-max-width{max-width:310px!important}}@media(max-width:767px){.test-tag-max-width{max-width:15.3rem!important}}.max-height-100{max-height:100px}.max-height-140{max-height:140px}.test-group-tags{background-color:#fff;border:1px solid #dee2e6;color:#666;transition:all .2s ease-in-out}.test-group-tags:focus,.test-group-tags:hover{background-color:#f4f4f4;border-color:#e31000;color:#000}.custom_checkbox label{color:#525252;cursor:pointer;display:block;font-size:1.4rem;font-weight:400;margin-bottom:.5rem;padding-left:2.3rem;position:relative;-webkit-user-select:none;user-select:none}.custom_checkbox label input{cursor:pointer;height:0;opacity:0;position:absolute;width:0}.custom_checkbox label input:checked~.checkmark{border-color:#fff}.custom_checkbox label input:checked~.checkmark:after{background:#0000!important;display:block}.custom_checkbox label .checkmark{background-color:#fff;border:1px solid #666;border-radius:3px;height:1.4rem;left:.1rem;position:absolute;top:.2rem;width:1.4rem}@media(min-width:2400px)and (max-width:3200px){.custom_checkbox label .checkmark{top:.5rem}}.custom_checkbox label .checkmark:after{color:#e31000;content:"";display:none;font-family:FontAwesome;font-size:1.5rem;left:-.1rem;position:absolute;top:-.5rem}.dropdown-menu.end{left:auto!important;right:0!important}.max-w-100{max-width:100px}@media(min-width:992px)and (max-width:1366px){.w-lg-100{width:100%}}.health-packages-dd .btn-primary{background-color:#e31000;border:1px solid #e31000;box-shadow:none!important;color:#fff;transition:all .2s ease-in-out}.health-packages-dd .btn-primary:after{content:none}.health-packages-dd .btn-primary:active,.health-packages-dd .btn-primary:focus,.health-packages-dd .btn-primary:hover{background-color:#f4f4f4!important;color:#000!important}.health-packages-dd .show .dropdown-menu{max-height:180px!important;min-width:230px}.health-packages-dd .show .dropdown-menu .custom_checkbox{border-bottom:1px solid #f4f4f4}.health-packages-dd .show .dropdown-menu .custom_checkbox:last-child{border-bottom:0}.health-packages-dd .show .btn-primary{background-color:#e31000!important;border-color:#e31000!important;color:#fff!important}.payment-Iframe{margin:0 auto!important;width:100%}.payment-Iframe .embed-responsive{display:block;margin:auto;min-height:400px;overflow:hidden;padding:0;position:relative;width:50%}@media(min-width:768px)and (max-width:1023px){.payment-Iframe .embed-responsive{min-height:700px;width:100%}}@media(max-width:767px){.payment-Iframe .embed-responsive{min-height:700px;width:100%}}.fb-tooltip-style.show{opacity:1}.fb-tooltip-style .tooltip-inner{background-color:#fff;border:1px solid #0003;color:#000;z-index:0}.fb-tooltip-style.bs-tooltip-top .arrow{bottom:1px;box-shadow:0 1px 0 #0003;z-index:1}.fb-tooltip-style.bs-tooltip-auto[x-placement^=top] .arrow:before,.fb-tooltip-style.bs-tooltip-top .arrow:before{border-top-color:#fff}.btn-calendar-icon{background-color:#0000;box-shadow:none}#myWallet .btn-calendar-icon,#refEarning .btn-calendar-icon,.Add-Patient-Modal .btn-calendar-icon{height:34px;padding-right:10px!important}.fb-custom-datepicker .react-datepicker-wrapper{bottom:0;position:absolute;right:0;top:-14px;z-index:3}.fb-custom-datepicker .react-datepicker__day--in-range,.fb-custom-datepicker .react-datepicker__day--in-range:hover,.fb-custom-datepicker .react-datepicker__day--in-selecting-range,.fb-custom-datepicker .react-datepicker__day--in-selecting-range:hover,.fb-custom-datepicker .react-datepicker__day--selected,.fb-custom-datepicker .react-datepicker__day--selected:hover,.fb-custom-datepicker .react-datepicker__month-text--in-range,.fb-custom-datepicker .react-datepicker__month-text--in-range:hover,.fb-custom-datepicker .react-datepicker__month-text--in-selecting-range,.fb-custom-datepicker .react-datepicker__month-text--in-selecting-range:hover,.fb-custom-datepicker .react-datepicker__month-text--selected,.fb-custom-datepicker .react-datepicker__month-text--selected:hover,.fb-custom-datepicker .react-datepicker__quarter-text--in-range,.fb-custom-datepicker .react-datepicker__quarter-text--in-range:hover,.fb-custom-datepicker .react-datepicker__quarter-text--in-selecting-range,.fb-custom-datepicker .react-datepicker__quarter-text--in-selecting-range:hover,.fb-custom-datepicker .react-datepicker__quarter-text--selected,.fb-custom-datepicker .react-datepicker__quarter-text--selected:hover,.fb-custom-datepicker .react-datepicker__year-text--in-range,.fb-custom-datepicker .react-datepicker__year-text--in-range:hover,.fb-custom-datepicker .react-datepicker__year-text--in-selecting-range,.fb-custom-datepicker .react-datepicker__year-text--in-selecting-range:hover,.fb-custom-datepicker .react-datepicker__year-text--selected,.fb-custom-datepicker .react-datepicker__year-text--selected:hover{background-color:#e31000}.fb-custom-datepicker .react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.fb-custom-datepicker .react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.fb-custom-datepicker .react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.fb-custom-datepicker .react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:#e31000!important}.Discount_info ul li.active .subParameters{display:none}.certification .custom_checkbox label .checkmark{top:4px!important}.border-top-dashed{border-top-style:dashed!important}.react-datepicker-popper{z-index:22!important}@media(min-width:2400px)and (max-width:3200px){.react-datepicker-popper{padding-top:50px!important}}.react-datepicker-popper .react-datepicker{font-size:1rem!important;font-weight:600}@media(min-width:2400px)and (max-width:3200px){.react-datepicker-popper .react-datepicker{transform:scale(1.3)}}.min-h-35{min-height:35px}@media(max-width:991px){#Booking-Details #leftsideMenu,#My-Booking #leftsideMenu,#Profile #leftsideMenu,#Subscription #leftsideMenu,#myWallet #leftsideMenu,#refEarning #leftsideMenu{display:none}}@media(min-width:768px)and (max-width:1023px){.w-tablet-100{width:100%!important}}@media(max-width:767px){.w-phone-100{width:100%!important}}.btn-xs-compare{background-color:#f1f8ff;bottom:-100px;left:0;min-height:60px;padding:10px;position:fixed;transition:all .2s ease-in-out;z-index:99}.btn-xs-compare .btn{font-size:1.58rem}.btn-xs-compare.btn-slideup-normal{background:none;border:0;bottom:0;padding:0;position:relative;z-index:0}@media(max-width:991px){.btn-xs-compare.xs-slideup-active{bottom:6.7rem;box-shadow:1px -1px 10px 0 #a3a3a3}}.text-primary-color-imp{color:#e31000!important}.package-sort-bg-dd a:hover,.package-sort-bg-dd a:visited{background-color:#fff}.package-sort-bg-dd a:link{background-color:#fff;color:inherit}.fb-custom-datepicker .react-datepicker__day,.fb-custom-datepicker .react-datepicker__day-name,.fb-custom-datepicker .react-datepicker__time-name{width:25px}@media(min-width:768px)and (max-width:991px){.md_to_landscape-none{display:none!important}.md_to_landscape-block{display:block!important}}@media(min-width:992px)and (max-width:1023px){.md_to_below__desktop-none{display:none!important}.md_to_below__desktop-block{display:block!important}}.p-top-20{top:20px!important}ul.pagination{flex-wrap:wrap}.input-shadow{background:#0000004d!important}#SearchTextBox .search-form{border-radius:5px;font-size:2.5rem;margin-bottom:10px;padding:2px;position:relative;z-index:99}#SearchTextBox .search-form input[type=text]{font-size:1.5rem;line-height:40px;min-height:40px;outline:none}@media(max-width:575px){#SearchTextBox .search-form input[type=text]{font-size:1.2rem;padding:20px 5px!important}}#SearchTextBox .search-form .pincode{padding-right:10px}#lab-details-test-tag .cross-icon{padding:0 .6rem .2rem}#AllTestSearchBar .multi-collapse.show .search-overlay{background:rgba(0,0,0,.388);bottom:0;left:0;position:fixed;right:0;top:0;z-index:2}#AllTestSearchBar div#multiCollapseExample1{border-radius:5px;margin-top:0;overflow:hidden;position:absolute;z-index:23}#AllTestSearchBar div#multiCollapseExample1 .red_scrollbar{max-height:448px}#AllTestSearchBar div#multiCollapseExample1 .list .red_scrollbar{max-height:234px}#AllTestSearchBar div#multiCollapseExample1 .card-body{position:relative;z-index:33}#AllTestSearchBar div#multiCollapseExample1 .card-body .list h6{background:#f0f0f0;font-size:18px;font-weight:700;padding:9px 15px}#AllTestSearchBar div#multiCollapseExample1 .card-body .list label{border-bottom:1px solid #d9d9d9;display:block;margin:0 15px;padding:5px 0;position:relative}#AllTestSearchBar div#multiCollapseExample1 .card-body .list label:last-child{border-bottom:0}#AllTestSearchBar div#multiCollapseExample1 .card-body .list label p{font-size:16px;font-weight:600}@media(max-width:575px){#AllTestSearchBar div#multiCollapseExample1 .card-body .list label p{font-size:15px}}#AllTestSearchBar div#multiCollapseExample1 .card-body .list label p span{line-height:14px}#AllTestSearchBar div#multiCollapseExample1 .card-body .list label p .truncate-text{color:#000!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}#AllTestSearchBar div#multiCollapseExample1 .card-body .list label span{color:#666;display:block;font-size:16px;font-weight:600}#AllTestSearchBar div#multiCollapseExample1 .card-body .list label a i.link{border:1px solid #e31000;border-radius:50%;font-size:10px;height:23px;line-height:23px;outline:none;padding:3px;position:absolute;right:0;text-align:center;top:50%;transform:translateY(-50%);width:23px}#AllTestSearchBar div#multiCollapseExample1 .card-body .list label a i.link .plus-icon{line-height:1px!important}.lab_Details .position-sticky{z-index:33!important}#popularPackages .owl-dots>.owl-dot{border:1px solid #c1c1c1;height:12px;margin-top:25px;width:12px}#popularPackages .owl-dots>.owl-dot.active{background-color:#e31000;border-color:#e31000!important}#popularPackages .owl-dots>.owl-dot span{display:none}#Lab_Details #popularPackages .owl-stage{display:flex!important}#Lab_Details #popularPackages .owl-stage .item{height:100%}@media(min-width:1025px){.position-lg-absolute{position:absolute}}.flebo-call-icon{background-color:#3cc753;border-radius:20px;height:24px;width:24px}.flebo-call-icon-disabled{background:#a1a0a0;color:#fff}.wa-chat-box-poweredby{display:none!important}.search-bg-voice{position:relative}.search-bg-voice.text-primary:before{animation:pulse .5s linear infinite;background:#0000000d;border-radius:50%;bottom:0;content:"";height:30px;left:0;margin:auto;position:absolute;right:0;top:0;width:30px}@keyframes pulse{0%{transform:scale(1)}to{transform:scale(1.2)}}.test_tag{border-radius:5px;border-style:solid;border-width:1px;font-size:1.2rem!important;min-width:115px;padding:1px 5px}@media(max-width:767px){.test_tag{border-radius:0;border-width:0;padding:0;text-decoration:underline}}.test_tag.green{background-color:#00ca5e;border-color:#00ca5e!important;color:#fff!important}.test_tag.green_holo{border-color:#00ca5e!important;color:#00ca5e!important}.test_tag.yellow{background-color:#ffa520;border-color:#ffa520!important;color:#fff!important}.test_tag.yellow_holo{border-color:#ffa520!important;color:#ffa520!important}@media(max-width:767px){.test_tag+p{line-height:normal}}.rich-content p{font-size:1.6rem;line-height:24px;margin-bottom:10px}@media(max-width:767px){.rich-content p{font-size:1.4rem}}.rich-content b,.rich-content strong{font-weight:400}.rich-content ol,.rich-content ul{font-size:1.6rem;list-style:auto;padding-left:10px;text-align:left}@media(max-width:767px){.rich-content ol,.rich-content ul{font-size:1.4rem}}.rich-content li{line-height:24px;margin-left:15px}.pincode-verify-sign{display:flex;height:30px;position:absolute;right:1rem;top:0;z-index:10}@media(min-width:2400px)and (max-width:3200px){.pincode-verify-sign{top:15px}}.graph-legend>div{color:#000;margin-left:10px;margin-right:10px}.graph-legend>div span{border:1px solid #dee2e6;border-radius:3px;display:inline-block;height:18px;width:18px}#recommended-tests-modal ul li{color:#000;display:block;font-size:1.5rem;font-weight:400;line-height:2.2rem;margin-bottom:.7rem;padding-left:19px;position:relative;vertical-align:top}#recommended-tests-modal ul li:before{color:#000;content:"";font-family:FontAwesome;font-size:.6rem;left:0;position:absolute}#bmi-modal{max-width:73rem}@media(max-width:767px){#bmi-modal{max-width:100%}}#bmi-modal .modal-content .bmi-data{color:#444;font-size:12px;font-weight:400}#bmi-modal .modal-content .bmi-data .active{color:#e31000}#bmi-modal .modal-content .bmi-data .active .content:before{content:"";font-family:FontAwesome;left:5px;position:absolute}.bmi-calculatorContainer-modal{display:flex;flex-direction:row}@media(max-width:767px){.bmi-calculatorContainer-modal{flex-direction:column}}.bmi-calculatorContainer-modal .bmiCalculator{padding:2rem;width:100%}@media(max-width:1199px){.bmi-calculatorContainer-modal .bmiCalculator{width:66.66%}}@media(max-width:991px){.bmi-calculatorContainer-modal .bmiCalculator{width:100%}}@media(max-width:767px){.bmi-calculatorContainer-modal .bmiCalculator{width:100%}}.bmi-calculatorContainer-modal .bmi-calc-right-modal{padding:4rem 0 0 4rem;width:100%}@media(max-width:767px){.bmi-calculatorContainer-modal .bmi-calc-right-modal{padding:0 0 1rem;width:100%}}.bmi-calc-right-modal div#Tabs .nav-tabs{border-bottom:0}.bmi-calc-right-modal .tab-content{width:100%}@media(max-width:575px){.bmi-calc-right-modal .tab-content{width:100%}}.bmi-calc-right-modal .tab-content .tab-content-main{border:1px solid #001a66;border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top-right-radius:8px}.bmi-calc-right-modal .tab-content .bmi-tab-data{margin-bottom:.5rem}.bmi-calc-right-modal .tab-content .bmi-tab-data .bmi-tab-header{padding:0 .5rem}.bmi-calc-right-modal .tab-content .bmi-tab-data .bmi-tab-item{padding:.7rem 1.5rem}.bmi-calc-right-modal .tab-content .bmi-tab-data .bmi-tab-item .dynamic-color-circle{border-radius:50%;height:12px;margin-right:10px;width:12px}.bmi-calc-right-modal .tab-content .bmi-tab-data .bmi-tab-item .bmi-item-content{align-items:center;display:flex;flex:1 1;justify-content:space-between}.bmi-calc-right-modal .tab-content .bmi-tab-data .bmi-tab-item .bmi-item-content .classification{flex:1 1}.bmi-calc-right-modal .tab-content .bmi-tab-data .bmi-tab-item .bmi-item-content .bmi-range{margin-left:1rem;text-align:end}.bmiCalculatorForm-modal{display:flex;flex-direction:column}@media(max-width:991px){.bmiCalculatorForm-modal{flex-direction:column}}.bmiCalculatorForm-modal .bmi-calc-component{padding-right:0;padding-top:1rem;width:100%}@media(max-width:991px){.bmiCalculatorForm-modal .bmi-calc-component{padding-right:0}}@media(max-width:767px){.bmiCalculatorForm-modal .bmi-calc-component{padding-bottom:1rem}}.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-box .bmi-calc-content .bmi-btn{width:50%}@media(max-width:575px){.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-box .bmi-calc-content .bmi-btn{width:100%}}.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-box .bmi-calc-content .error{color:#eb2027;font-size:1.2rem}.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-box .bmi-calc-content .error p{margin:0}.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-heading{display:none}.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-form .row:first-child{display:flex;flex-direction:column}.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-form .row{margin-left:-1rem!important;margin-right:-1rem!important}.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-form .row .col,.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-form .row .col-1,.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-form .row .col-10,.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-form .row .col-11,.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-form .row .col-12,.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-form .row .col-2,.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-form .row .col-3,.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-form .row .col-4,.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-form .row .col-5,.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-form .row .col-6,.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-form .row .col-7,.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-form .row .col-8,.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-form .row .col-9,.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-form .row .col-auto,.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-form .row .col-lg,.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-form .row .col-lg-1,.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-form .row .col-lg-10,.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-form .row .col-lg-11,.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-form .row .col-lg-12,.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-form .row .col-lg-2,.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-form .row .col-lg-3,.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-form .row .col-lg-4,.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-form .row .col-lg-5,.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-form .row .col-lg-6,.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-form .row .col-lg-7,.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-form .row .col-lg-8,.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-form .row .col-lg-9,.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-form .row .col-lg-auto,.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-form .row .col-md,.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-form .row .col-md-1,.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-form .row .col-md-10,.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-form .row .col-md-11,.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-form .row .col-md-12,.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-form .row .col-md-2,.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-form .row .col-md-3,.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-form .row .col-md-4,.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-form .row .col-md-5,.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-form .row .col-md-6,.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-form .row .col-md-7,.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-form .row .col-md-8,.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-form .row .col-md-9,.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-form .row .col-md-auto,.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-form .row .col-sm,.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-form .row .col-sm-1,.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-form .row .col-sm-10,.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-form .row .col-sm-11,.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-form .row .col-sm-12,.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-form .row .col-sm-2,.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-form .row .col-sm-3,.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-form .row .col-sm-4,.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-form .row .col-sm-5,.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-form .row .col-sm-6,.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-form .row .col-sm-7,.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-form .row .col-sm-8,.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-form .row .col-sm-9,.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-form .row .col-sm-auto,.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-form .row .col-xl,.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-form .row .col-xl-1,.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-form .row .col-xl-10,.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-form .row .col-xl-11,.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-form .row .col-xl-12,.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-form .row .col-xl-2,.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-form .row .col-xl-3,.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-form .row .col-xl-4,.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-form .row .col-xl-5,.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-form .row .col-xl-6,.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-form .row .col-xl-7,.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-form .row .col-xl-8,.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-form .row .col-xl-9,.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-form .row .col-xl-auto{padding-left:1rem!important;padding-right:1rem!important}.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-form input[type=number],.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-form input[type=text],.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-form select{border:1px solid #bab4b4;border-radius:5px;margin-bottom:1.5rem;padding:1rem;width:100%}.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-form input[type=radio]{accent-color:#eb2027;margin-right:.4rem}.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-form label{font-weight:500}.bmiCalculatorForm-modal .bmi-calc-component .bmi-calc-form .unit-selection label{font-weight:400}.custom-fw-900{font-weight:800}.bmi-calc-chart-modal{padding-bottom:1rem}@media(max-width:767px){.bmi-calc-chart-modal{margin-right:20px}}.bmi-calc-chart-modal .result{padding-left:2rem}@media(max-width:767px){.bmi-calc-chart-modal .result{padding-left:0}}.bmi-calc-chart-modal .custom-needle{transform-origin:center}.bmi-calc-chart-modal .custom-needle rect{width:45px!important}.bmi-calc-chart-modal .speedoContainer{height:180px;max-width:100%;width:320px}@media(max-width:575px){.bmi-calc-chart-modal .speedoContainer{height:180px;width:300px}}.bmi-calc-chart-modal .speedoContainer svg{height:180px;width:320px}@media(max-width:575px){.bmi-calc-chart-modal .speedoContainer svg{height:180px;width:320px}}.bmi-calc-chart-modal .bmi-value-white-circle{height:72px;top:80%;width:75px}@media(max-width:767px){.bmi-calc-chart-modal .bmi-value-white-circle{margin-left:10px}}@media(max-width:575px){.bmi-calc-chart-modal .bmi-value-white-circle{height:57px;top:86%;width:57px}}.bmi-calc-chart-modal .bmi-value-white-circle .your-bmi-text{color:#000;font-size:12px}@media(max-width:575px){.bmi-calc-chart-modal .bmi-value-white-circle .your-bmi-text{font-size:9px}}.bmi-calc-chart-modal .bmi-value-white-circle .your-bmi-value{color:#000;font-size:18px}@media(max-width:575px){.bmi-calc-chart-modal .bmi-value-white-circle .your-bmi-value{font-size:14px}}.bmi-calc-chart-modal .pointer{position:absolute;top:0}.bmi-calc-chart-modal .current-value{display:none}.bmi-calc-chart-modal .semi-circle-container{border:1px solid #000;height:270px;overflow:hidden;position:relative;width:320px}.bmi-calc-chart-modal .semi-circle{height:80px;left:50%;position:absolute;top:calc(100% - 4rem);transform:translate(-55%,-50%);width:79px}@media(max-width:1199px){.bmi-calc-chart-modal .semi-circle{height:80px;top:calc(100% - 4rem);width:79px}}@media(max-width:767px){.bmi-calc-chart-modal .semi-circle{height:80px;left:53%;top:calc(100% - 4rem);width:79px}}.bmi-calc-chart-modal h1{height:100%;margin-bottom:0;margin-top:0;position:relative;width:100%}.bmi-calc-chart-modal h1 span{border-radius:50%;font-size:1rem;font-weight:400;height:72%;left:50%;position:absolute;transform-origin:center bottom;width:1rem}.bmi-calc-chart-modal h1 .value0{transform:rotate(-85deg) translateX(-50%) translateY(-50%)}.bmi-calc-chart-modal h1 .value1{transform:rotate(-25deg) translateX(-50%) translateY(-50%)}.bmi-calc-chart-modal h1 .value2{transform:rotate(-9deg) translateX(-50%) translateY(-50%)}.bmi-calc-chart-modal h1 .value3{transform:rotate(25deg) translateX(-50%) translateY(-50%)}.bmi-calc-chart-modal h1 .value4{transform:rotate(55deg) translateX(-50%) translateY(-50%)}.bmi-calc-chart-modal h1 .value5{transform:rotate(80deg) translateX(-50%) translateY(-50%)}.bmi-calc-chart-modal h1 .childValue1{transform:rotate(-20deg) translateX(-50%) translateY(-50%)}.bmi-calc-chart-modal h1 .childValue2{transform:rotate(15deg) translateX(-50%) translateY(-50%)}.bmi-calc-chart-modal h1 .childValue3{transform:rotate(35deg) translateX(-50%) translateY(-50%)}.bmi-calc-chart-modal h1 .childValue4{transform:rotate(80deg) translateX(-50%) translateY(-50%)}.bmi-calc-chart-modal .bmi-category-difference-modal{display:flex;justify-content:space-between;margin:-2rem 2rem 0}@media(max-width:575px){.bmi-calc-chart-modal .bmi-category-difference-modal .font-size-16{font-size:10px!important}}@media(max-width:767px){.bmi-calc-chart-modal .bmi-category-difference-modal{margin-right:auto}}.bmi-calc-chart-modal .bmi-category-difference-modal .bmi-category-modal,.bmi-calc-chart-modal .bmi-category-difference-modal .bmi-difference-modal,.bmi-calc-chart-modal .bmi-category-difference-modal .custom-fw-900{font-size:12px!important}#drop-down .btn{font-size:14px;font-weight:400;overflow:visible;overflow:initial;padding:0 15px 0 0;position:static}#drop-down .btn:focus{border:0;box-shadow:none;outline:none}#drop-down .btn:after{display:none}#drop-down .btn:before{content:"";font-family:FontAwesome;font-size:.8em;position:absolute;right:0;top:2px}#drop-down .dropdown-item{font-size:14px}#drop-down .dropdown-item:hover{background-color:#0000;color:#e31000}.rpay-payment-modal .modal-dialog{height:70vh;max-width:375px}@media(max-width:767px){.rpay-payment-modal .modal-dialog{height:100vh;margin:0;max-width:100%}.rpay-payment-modal .modal-dialog .rounded-5{border-radius:0!important}}.rpay-payment-modal .modal-content{height:100%}.rpay-payment-modal iframe::-webkit-scrollbar-track{background-color:#f0f0f0;-webkit-background-color:#f0f0f0;-moz-background-color:#f0f0f0;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;cursor:pointer}.rpay-payment-modal iframe::-webkit-scrollbar{background-color:#e31000;-webkit-background-color:#e31000;-moz-background-color:#e31000;background-color:#f0f0f0;-webkit-background-color:#f0f0f0;-moz-background-color:#f0f0f0;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;width:10px;-webkit-width:10px;-moz-width:10px}.rpay-payment-modal iframe::-webkit-scrollbar-thumb{background-color:#e31000;-webkit-background-color:#e31000;-moz-background-color:#e31000;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px}.all-pointer-event{pointer-events:all!important}.custom-editor ul{padding-left:20px}.custom-editor li,.custom-editor ul{width:100%}.border-bottom,.border-top{border-color:#b4b4b4!important}.bottom--20{bottom:-20px}#ShareReportModal input[type=radio]:checked~.whatsappIcon{background:#3cc753}#ShareReportModal input[type=radio]:checked~.whatsappIcon svg path{fill:#fff}#ShareReportModal input[type=radio]:checked~.EmailIcon{background:#007bff}#ShareReportModal input[type=radio]:checked~.EmailIcon svg{fill:#fff}#ShareReportModal .whatsappIcon{border:1px solid #a1a0a0;border-radius:50%;display:block;height:45px;line-height:45px;text-align:center;width:45px}#ShareReportModal .whatsappIcon svg{position:relative;top:-1px;width:28px}#ShareReportModal .whatsappIcon svg path{fill:#a1a0a0}#ShareReportModal .EmailIcon{border:1px solid #a1a0a0;border-radius:50%;display:block;height:45px;line-height:45px;text-align:center;width:45px}#ShareReportModal .EmailIcon svg{fill:#a1a0a0;width:26px}.border-top{border-top:1px solid rgba(0,0,0,.125)!important}.border-bottom{border-bottom:1px solid rgba(0,0,0,.125)!important}.time-and-date-slot-tab-content .fb-custom-datepicker .form-group.sp-formField{margin-top:0!important}.appointmentTab .nav{display:flex;flex-direction:row;margin-bottom:-1px;position:relative;z-index:1}.appointmentTab .nav .nav-item{margin-right:1px}.appointmentTab .nav .nav-item .nav-link{background-color:#0d1a67;border:1px solid #0d1a67;border-radius:5px 5px 0 0;color:#fff;font-size:1.8rem;font-weight:600;padding:.5rem 1rem!important;text-align:center}.appointmentTab .nav .nav-item .nav-link .title-no{display:none}.appointmentTab .nav .nav-item .nav-link.active{background-color:#fff;border-bottom-color:#fff;color:#e31000}@media(max-width:767px){.share_report .modal-dialog{margin:0!important;min-height:100%!important}.share_report .modal-dialog .modal-content{border-radius:0!important;bottom:-100%;position:absolute;transition:all .3s ease}.modal-open .share_report .modal-dialog .modal-content{bottom:0}}.selectSlot .form-group.sp-formField{margin-top:.8rem!important}.share_report.modal{padding:0!important}.call-href{pointer-events:none}@media(max-width:767px){.call-href{pointer-events:all}.thankyouCard-content{background:#d6e9fb;margin-top:1.5rem}}.thankyouCard{background:#d6e9fb;padding:1.5rem}@media(max-width:767px){.thankyouCard{background:none;padding-left:0;padding-right:0}}.thankyouCard .tyItem{margin-top:1.5rem}@media(max-width:767px){.thankyouCard .tyItem{margin-top:1rem}}.thankyouCard .doctorLabName{font-size:1.6rem;font-weight:500}.thankyouCard .bookingAmount{font-size:1.8rem;font-weight:600;margin-bottom:0}.thankyouCard .bookingAmount svg{width:1.3rem}.thankyouCard .downloadPrescription,.thankyouCard .invoiceContent{margin-bottom:2rem}.thankyouCard .viewDetails button{background:none;border:none;font-size:1.4rem;padding:0}.custom-dropdown ::-webkit-scrollbar-thumb{background:#001a66}.custom-dropdown ::-webkit-scrollbar-thumb:hover{background:rgba(0,26,102,.808)}.custom-dropdown .szh-menu__item--hover{background-color:#001a66}.custom-dropdown .szh-menu__item--submenu{min-width:150px}.custom-dropdown.only-test .szh-menu{max-height:150px;overflow-y:auto}.custom-dropdown.test .szh-menu{max-height:40rem;max-width:30rem;overflow:auto}.test-list-as-per-patient>div:last-child{margin-bottom:0!important}@media(max-width:575px){.max-w-xs-80-px{max-width:80px}.max-w-xs-90-px{max-width:90px}.max-w-xs-100-px{max-width:100px}}.hr-divide-or,.hr-divide-or>div{height:20px;position:relative}.hr-divide-or>div{background-color:#0d1a67;border-radius:10px;display:block;font-size:1.1rem;line-height:2rem;width:20px;z-index:1}.hr-divide-or>div:before{left:0;margin-left:-15px}.hr-divide-or>div:after,.hr-divide-or>div:before{background-color:#fff;bottom:0;content:"";height:2px;margin-bottom:auto;margin-top:auto;position:absolute;right:0;top:0;width:15px}.hr-divide-or>div:after{margin-right:-15px}.hr-divide-or:before{background-color:#bab4b4;bottom:0;content:"";height:1px;left:0;margin:auto;position:absolute;right:0;top:0;width:calc(100% - 30px);z-index:0}.user-details.customer-name{max-width:95%}.border-top-0.bg-light-yellow.border-top-0.item-list.customized-item-list.px-3.pt-2.pb-0.py-lg-3.col-lg-12,.null.item-list.customized-item-list.px-3.pt-2.pb-0.py-lg-3.col-lg-12{padding:2rem 3rem!important}.labProfileDetails select.form-control{border:1px solid #bab4b4;border-radius:5px;font-size:1.5rem;margin-bottom:2rem;min-height:40px}.custom-dropdown{position:relative;width:100%}@media(max-width:1199px){.custom-dropdown{width:100%}}.custom-dropdown .dropdown-selected{background-color:#d6e9fb;border:1px solid #bad0e5;border-radius:8px;color:#e31019!important;cursor:pointer;padding:10px}.custom-dropdown .dropdown-selected.disabled{opacity:.6;pointer-events:none}.custom-dropdown .dropdown-options{background-color:#fff;border:1px solid #ccc;max-height:185px;overflow-y:auto;position:absolute;width:100%;z-index:10}.custom-dropdown .dropdown-option{word-wrap:break-word;border-bottom:1px solid #ccc;cursor:pointer;line-height:1.5;padding:10px;white-space:normal}.custom-dropdown .dropdown-option.disabled-option{background-color:#a1a0a0;color:#fff;pointer-events:none}.custom-dropdown .dropdown-option:hover{background-color:#f1f1f1}.amex-thankyou-container{display:flex;flex-direction:column;margin:auto;max-width:111.81rem}.amex-thankyou-container .custom-hr-AmexThankYou{border-top:2px solid #016cd4}.amex-thankyou-container .feature-box{margin-bottom:35px}.amex-thankyou-container .feature-box .feature-text{line-height:1.5}.amex-thankyou-container .feature-box .feature-bullet{align-items:center;background-color:#016cd4;border-radius:50%;color:#fff;display:flex;font-size:2rem;font-weight:700;height:30px;justify-content:center;margin-right:12px;padding:18px;width:30px}.amex-thankyou-container .crown-congratulations{padding-bottom:2rem;padding-top:1rem}.amex-thankyou-container .crown-congratulations .crown-congratulations-container{position:relative;width:7rem}.amex-thankyou-container .crown-congratulations .crown-congratulations-container img{width:100%}@media(max-width:575px){.amex-thankyou-container .crown-congratulations .crown-congratulations-container{width:6rem}}.amex-thankyou-container .crown-congratulations .congratulation-gif-container{left:100%;margin-bottom:2rem;max-width:calc(100vw - 8rem);position:absolute;top:50%;transform:translate(-7%,-48%);width:46rem}.amex-thankyou-container .crown-congratulations .congratulation-gif-container img{width:100%}.amex-booked-details-card{background:#e5f0ff;background:var(--Light-blue,#e5f0ff);border:1px solid #e5f0ff;border-radius:22px;box-shadow:3px 4px 14.1px 0 rgba(0,0,0,.149);position:relative;z-index:1}.amex-booked-details-card .amex-booked-details-left-image{left:-17%;position:absolute;top:25%;z-index:-1}.amex-booked-details-card .amex-booked-details-right-image{position:absolute;right:-13%;top:2%;z-index:-1}@media(max-width:1199px){.amex-booked-details-card .amex-booked-details-left-image,.amex-booked-details-card .amex-booked-details-right-image{display:none}}.amex-booked-details-card .amex-booked-details-header{align-items:center;background:linear-gradient(90.01deg,#016cd4 13.31%,#1b2954 134.52%);border-top-left-radius:22px;border-top-right-radius:22px;display:flex;padding:10px 15px}@media(max-width:991px){.amex-booked-details-card .amex-booked-details-header{box-shadow:0 4px 4px 0 rgba(0,0,0,.251)}}.amex-booked-details-card .amex-booked-details-header .amexLogo{width:9.9rem}.amex-booked-details-card .amex-booked-details-header .amexLogo img{max-width:100%;padding-right:5px}.amex-booked-details-card .amex-booked-details-header .amex-package-name-and-price{align-items:center;display:flex;justify-content:space-between;padding-left:0;width:100%}@media(max-width:575px){.amex-booked-details-card .amex-booked-details-header .amex-package-name-and-price{padding-left:0;width:100%}}.amex-booked-details-card .amex-booked-details-header .amex-package-name-and-price p{color:#fff;font-size:1.8rem;font-weight:700;margin:0}@media(max-width:575px){.amex-booked-details-card .amex-booked-details-header .amex-package-name-and-price p{font-size:1.4rem;line-height:1.3}}.amex-booked-details-card .amex-booked-details-header .amex-package-name-and-price .amex-booked-package-price{border:1px solid #fabb0f;border-radius:10px;color:#fabb0f;font-size:2rem;font-weight:700;margin-left:0;padding:.5rem 2rem}@media(max-width:575px){.amex-booked-details-card .amex-booked-details-header .amex-package-name-and-price .amex-booked-package-price{font-size:1.5rem;margin-left:0}}.amex-booked-details-card .amex-booked-details-header .amex-booked-package-name{align-items:center;display:flex}.amex-booked-details-card .amex-booked-details-header .amex-booked-package-name p{color:#fff;font-size:1.8rem;font-weight:700;margin:0}.amex-booked-details-card .amex-booked-details{background-color:#e5f0ff;background-color:var(--Light-blue,#e5f0ff);padding:0 20px}.amex-booked-details-card .amex-booked-details .amex-booked-details-table{width:100%}.amex-booked-details-card .amex-booked-details .amex-booked-details-table thead{background:linear-gradient(90.01deg,#016cd4 13.31%,#1b2954 134.52%)}.amex-booked-details-card .amex-booked-details .amex-booked-details-table thead .amex-package-name{border-top-left-radius:22px;padding:12px 15px}.amex-booked-details-card .amex-booked-details .amex-booked-details-table tbody td{padding:9px 0;width:50%}.amex-booked-details-card .amex-booked-details .amex-booked-details-table tbody tr,.amex-booked-details-card .amex-booked-details .amex-booked-details-table tbody tr:nth-last-child(2):not(.assign-customer-btn){border-bottom:1px solid #80b4ff}.amex-booked-details-card .amex-booked-details .amex-booked-details-table tbody tr:last-child,.amex-booked-details-card .amex-booked-details .amex-booked-details-table tbody tr:nth-last-child(2).assign-customer-btn{border-bottom:none}.amex-booked-details-card .amex-booked-details .amex-booked-details-table tbody .customer-package-info-label{text-wrap:pretty;align-items:center;color:#001a66;display:flex;font-size:1.6rem;font-weight:700;line-height:1.8;width:100%}.amex-booked-details-card .amex-booked-details .amex-booked-details-table tbody .customer-package-info-label p{margin:0}.amex-booked-details-card .amex-booked-details .amex-booked-details-table tbody .customer-package-info-label img{padding:0 15px}.amex-booked-details-card .amex-booked-details .amex-booked-details-table tbody .customer-package-info-label .userIcon{margin:0 15px;padding:0 4px}.amex-booked-details-card .amex-booked-details .amex-booked-details-table tbody .customer-package-info{text-wrap:pretty;border-left:1px solid #80b4ff;color:#000;font-size:1.6rem;font-weight:400;line-height:1.8;padding:10px}.amex-booked-details-card .amex-booked-details .amex-booked-details-table tbody .customer-package-info p{margin:0}.amex-booked-details-card .amex-booked-details .amex-booked-details-table tbody .cce-text{color:#e31000;font-size:1.6rem;font-weight:400;line-height:1.8}.amex-booked-details-card .amex-booked-details .amex-booked-details-table tbody .cce-text img,.amex-booked-details-card .amex-booked-details .amex-booked-details-table tbody .cce-text p{margin:0 5px}.bullet-points-container{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr);width:100%}@media(max-width:991px){.bullet-points-container{display:block}}.blue-circle{align-items:center;background-color:#3498db;border-radius:50%;color:#fff;display:inline-flex;flex-shrink:0;font-weight:700;height:28px;justify-content:center;margin-right:10px;width:28px}.bullet-point{display:flex;justify-content:flex-start;text-align:left;width:100%}.blue-border{border:1px solid #016cd4!important}.form-group.sp-formField.custom-margin{margin-top:1.5rem!important;z-index:1}.form-group.sp-formField.custom-margin .text-black{color:#001a66!important;padding-left:35px}.customer-details{border:1px solid #016cd4;margin:auto;max-width:100%;padding:20px}@media(max-width:991px){.customer-details{padding:10px}}@media(max-width:767px){.customer-details .font-size-16{font-size:12px!important}}.thank-you-new-design{background-color:#e5f0ff;border:1px solid #e5f0ff;border-radius:22px;box-shadow:3px 4px 14.1px 0 rgba(0,0,0,.149);margin:1rem 1.5rem}@media(max-width:575px){.thank-you-new-design{margin:0}}@media(max-width:768px){.thank-you-new-design{margin:0}}@media(min-width:768px)and (max-width:1023px){.thank-you-new-design{margin:0}}.booking-type-and-price-box{background:linear-gradient(90.04deg,#80b4ff -67.04%,#001a66 121.48%);border-top-left-radius:22px;border-top-right-radius:22px;padding:1rem}@media(max-width:575px){.booking-type-and-price-box{border-top-left-radius:6px;border-top-right-radius:6px;padding:0}}.booking-type-and-price-box .booking-type-and-price-heading{align-items:center;display:flex;justify-content:start;padding-left:2.5rem}@media(max-width:575px){.booking-type-and-price-box .booking-type-and-price-heading{padding:0}}@media(min-width:344px)and (max-width:370px){.booking-type-and-price-box .booking-type-and-price-heading{flex-wrap:wrap;padding:.5rem 0}.booking-type-and-price-box .booking-type-and-price-heading .vertical-separator{display:none}}.booking-type-and-price-box .booking-type-and-price-heading .booking-details-heading{text-wrap:nowrap;color:#fff;font-size:1.8rem;font-weight:700;margin:0}@media(max-width:575px){.booking-type-and-price-box .booking-type-and-price-heading .booking-details-heading{font-size:1.3rem;font-weight:400}}.booking-type-and-price-box .booking-type-and-price-heading .booking-type{text-wrap:nowrap;color:#fff;font-size:1.8rem;font-weight:400;margin:0}@media(max-width:575px){.booking-type-and-price-box .booking-type-and-price-heading .booking-type{font-size:1.3rem}}.booking-type-and-price-box .booking-type-and-price-heading .vertical-separator{border-right:1px solid #fff;height:3rem;margin:1rem 2rem}@media(max-width:575px){.booking-type-and-price-box .booking-type-and-price-heading .vertical-separator{border-right:1px solid #fff;height:1.5rem;margin:1rem .5rem}}.booking-type-and-price-box .booked-tests-price{align-items:center;color:#fabb0f;display:flex;font-size:2rem;font-weight:700;margin:0;text-align:end}@media(max-width:575px){.booking-type-and-price-box .booked-tests-price{font-size:1.3rem}}.booked-date-lab-customer-name-row{border-bottom:1px solid #b3d2ff}.booked-date-lab-customer-name-row .custom-border-right{border-right:1px solid #b3d2ff}@media(max-width:575px){.booked-date-lab-customer-name-row{border-bottom:none}.booked-date-lab-customer-name-row .custom-border-right{border-right:none}}@media(min-width:576px)and (max-width:767px){.booked-date-lab-customer-name-row{border-bottom:none}}.booked-date-lab-customer-name-row .label-box{padding:2rem}@media(max-width:575px){.booked-date-lab-customer-name-row .label-box{padding:.8rem}}.booked-date-lab-customer-name-row .custom-calIcon-size{max-width:15px}@media(max-width:575px){.booked-date-lab-customer-name-row .custom-calIcon-size{flex-shrink:0}}.booked-date-lab-customer-name-row .custom-userIcon-size svg{max-width:15px}.booked-date-lab-customer-name-row .label{padding-left:2rem}.booked-date-lab-customer-name-row .label div,.booked-date-lab-customer-name-row .label p{color:#001a66;font-size:1.6rem;font-weight:700;margin:0}@media(max-width:575px){.booked-date-lab-customer-name-row .label div,.booked-date-lab-customer-name-row .label p{font-size:1.3rem;line-height:1.6}}.booked-date-lab-customer-name-row .label-value{padding:2rem}@media(max-width:575px){.booked-date-lab-customer-name-row .label-value{padding:.8rem .8rem .8rem 4rem}}.booked-date-lab-customer-name-row .label-value p,.booked-date-lab-customer-name-row .label-value span{color:#001a66;font-size:1.6rem;font-weight:400;margin:0}@media(max-width:575px){.booked-date-lab-customer-name-row .label-value p,.booked-date-lab-customer-name-row .label-value span{font-size:1.3rem!important}.booked-date-lab-customer-name-row .lab-booked-row{display:none}.booked-date-lab-customer-name-row .customized-styling-row{border-bottom:1px solid #b3d2ff}.booked-date-lab-customer-name-row .col-4{flex:0 0 50%;max-width:50%}.booked-date-lab-customer-name-row .label-box-small-screen{padding-bottom:.2rem!important}.booked-date-lab-customer-name-row .label-value-small-screen{padding-left:calc(21px + 4rem)!important;padding-top:0!important}}@media(min-width:576px)and (max-width:767px){.booked-date-lab-customer-name-row .customized-styling-row{border-bottom:1px solid #b3d2ff}.booked-date-lab-customer-name-row .col-width{max-width:50%}.booked-date-lab-customer-name-row .col-4{flex:0 0 50%;max-width:50%}.booked-date-lab-customer-name-row .customized-styling-col{border-right:1px solid #b3d2ff}.booked-date-lab-customer-name-row .custom-border-right{border-right:none}}.booked-date-lab-customer-name-row .custom-icon-size svg{max-width:20px}.booked-date-lab-customer-name-row .custom-userIcon-size svg{max-width:13px}.booked-date-lab-customer-name-row .labPersonContactIcon img{max-width:18px}@media(max-width:575px){.booked-date-lab-customer-name-row .labPersonContactIcon{flex-shrink:0}}@media(min-width:344px)and (max-width:370px){.customized-lab-address-row{display:flex;justify-content:space-between}}.sample-collection-address-container,.selected-lab-address-container{background:#b3d2ff}@media(min-width:344px)and (max-width:370px){.sample-collection-address-container .col-5,.sample-collection-address-container .col-7,.selected-lab-address-container .col-5,.selected-lab-address-container .col-7{flex:0 0 auto;max-width:100%;width:auto}}.sample-collection-address-container .sample-collection-address-heading,.sample-collection-address-container .selected-lab-address-heading,.selected-lab-address-container .sample-collection-address-heading,.selected-lab-address-container .selected-lab-address-heading{padding-left:2.3rem}@media(max-width:575px){.sample-collection-address-container .sample-collection-address-heading,.sample-collection-address-container .selected-lab-address-heading,.selected-lab-address-container .sample-collection-address-heading,.selected-lab-address-container .selected-lab-address-heading{padding:0}}.sample-collection-address-container .sample-collection-address-heading p,.sample-collection-address-container .selected-lab-address-heading p,.selected-lab-address-container .sample-collection-address-heading p,.selected-lab-address-container .selected-lab-address-heading p{color:#001a66;font-size:1.8rem;font-weight:700;margin:0;padding:.8rem}@media(max-width:575px){.sample-collection-address-container .sample-collection-address-heading p,.sample-collection-address-container .selected-lab-address-heading p,.selected-lab-address-container .sample-collection-address-heading p,.selected-lab-address-container .selected-lab-address-heading p{font-size:1.3rem;font-weight:700;padding:.5rem}}.sample-collection-address-box{display:flex;justify-content:space-between;padding:2.5rem 1rem 1rem 3rem}@media(max-width:575px){.sample-collection-address-box{display:block;padding:1.5rem 0}}.sample-collection-address-box .sample-collection-address-with-lab{margin-bottom:1rem;width:32%}@media(max-width:575px){.sample-collection-address-box .sample-collection-address-with-lab{margin-bottom:1.5rem;width:100%}}.sample-collection-address-box .sample-collection-address-with-lab .collection-center-name{color:#001a66;font-size:1.6rem;font-weight:400}.sample-collection-address-box .sample-collection-address-with-lab .collection-center-name strong{color:#001a66;font-size:1.6rem;font-weight:700}@media(max-width:575px){.sample-collection-address-box .sample-collection-address-with-lab .collection-center-name,.sample-collection-address-box .sample-collection-address-with-lab .collection-center-name strong{font-size:1.3rem}}.sample-collection-address-box .sample-collection-address-with-lab .collection-center-name img{vertical-align:initial}.sample-collection-address-box .sample-collection-address-with-lab .collection-center-name .locationIcon{margin-left:.5rem;max-width:18px}@media(max-width:575px){.sample-collection-address-box .sample-collection-address-with-lab .collection-center-name .locationIcon{max-width:15px}}.sample-collection-address-box .info-on-test-booked-box{background:#d3e6ff;border:1px solid #80b4ff;border-radius:10px;box-shadow:3px 4px 14.1px 0 rgba(0,0,0,.149);margin-bottom:1rem;padding:.5rem;width:60%}.sample-collection-address-box .info-on-test-booked-box .infoIcon{max-width:20px}@media(max-width:575px){.sample-collection-address-box .info-on-test-booked-box{width:100%}.sample-collection-address-box .info-on-test-booked-box .infoIcon{max-width:18px}}.sample-collection-address-box .info-on-test-booked p{color:#001a66;font-size:1.6rem;font-weight:400}@media(max-width:575px){.sample-collection-address-box .info-on-test-booked p{font-size:1.3rem;line-height:1.5}}.sample-collection-address-box .info-on-test-booked strong{font-size:1.6rem;font-weight:700}@media(max-width:575px){.sample-collection-address-box .info-on-test-booked strong{font-size:1.3rem}}.selected-lab-address-container .selected-lab-address-heading .label-value{font-size:1.6rem;font-weight:400}@media(max-width:575px){.selected-lab-address-container .selected-lab-address-heading .label-value{font-size:1.3rem}}.selected-lab-address-box{display:flex;justify-content:space-between;padding:1.5rem 1rem 1.5rem 3rem}@media(max-width:575px){.selected-lab-address-box{display:block;padding:1.5rem 0}}.selected-lab-address-box .selected-lab-address-div{width:32%}@media(max-width:575px){.selected-lab-address-box .selected-lab-address-div{width:100%}}.selected-lab-address-box .selected-lab-address-div .collection-center-name{color:#001a66;font-size:1.6rem;font-weight:400}.selected-lab-address-box .selected-lab-address-div .collection-center-name strong{color:#001a66;font-size:1.6rem;font-weight:700}@media(max-width:575px){.selected-lab-address-box .selected-lab-address-div .collection-center-name,.selected-lab-address-box .selected-lab-address-div .collection-center-name strong{font-size:1.3rem}}.selected-lab-address-box .selected-lab-address-div .collection-center-name img{vertical-align:initial}.selected-lab-address-box .selected-lab-address-div .collection-center-name .locationIcon{margin-left:.5rem;max-width:18px}@media(max-width:575px){.selected-lab-address-box .selected-lab-address-div .collection-center-name .locationIcon{max-width:15px}}.selected-lab-address-box .info-on-test-booked-box{background:#d3e6ff;border:1px solid #80b4ff;border-radius:10px;box-shadow:3px 4px 14.1px 0 rgba(0,0,0,.149);margin-bottom:1rem;padding:.5rem;width:60%}.selected-lab-address-box .info-on-test-booked-box .infoIcon{max-width:20px}@media(max-width:575px){.selected-lab-address-box .info-on-test-booked-box{margin-top:1.5rem;width:100%}.selected-lab-address-box .info-on-test-booked-box .infoIcon{max-width:18px}}.selected-lab-address-box .info-on-test-booked p{color:#001a66;font-size:1.6rem;font-weight:400}@media(max-width:575px){.selected-lab-address-box .info-on-test-booked p{font-size:1.3rem;line-height:1.5}}.selected-lab-address-box .info-on-test-booked strong{font-size:1.6rem;font-weight:700}@media(max-width:575px){.selected-lab-address-box .info-on-test-booked strong{font-size:1.3rem}}.booked-test-list-spInstr-row{border-bottom:1px solid #b3d2ff}.booked-test-list-spInstr-row .booked-test-list-spInstr-info{display:flex}@media(max-width:575px){.booked-test-list-spInstr-row .booked-test-list-spInstr-info{display:block;padding-bottom:1rem}}.booked-test-list-spInstr-row .booked-test-list-div{flex:0 0 20%;max-width:20%}@media(max-width:575px){.booked-test-list-spInstr-row .booked-test-list-div{max-width:100%}}.booked-test-list-spInstr-row .booked-test-list-spInstr-div{flex:0 0 auto;max-width:auto}@media(max-width:575px){.booked-test-list-spInstr-row .booked-test-list-spInstr-div{max-width:100%}}.booked-test-list-spInstr-row .booked-test-list-spInstr-box{padding:2rem}@media(max-width:575px){.booked-test-list-spInstr-row .booked-test-list-spInstr-box{padding:.8rem}}.booked-test-list-spInstr-row .booked-test-list-spInstr-box .booked-test-list-spInstr-label{padding-left:2rem}.booked-test-list-spInstr-row .booked-test-list-spInstr-box .booked-test-list-spInstr-label p{color:#001a66;font-size:1.6rem;font-weight:700;margin:0}@media(max-width:575px){.booked-test-list-spInstr-row .booked-test-list-spInstr-box .booked-test-list-spInstr-label p{font-size:1.3rem;line-height:1.6}}.booked-test-list-spInstr-row .booked-test-list-spInstr-box .bloodIconSize svg{max-width:15px}.booked-test-list-spInstr-row .booked-test-list-spInstr-box .bloodIconSize{flex-shrink:0}.booked-test-list-spInstr-row .booked-test-list-spInstr-box .specialInstruIconSize{max-width:20px}@media(max-width:575px){.booked-test-list-spInstr-row .booked-test-list-spInstr-box .specialInstruIconSize{max-width:15px}}.booked-test-list-spInstr-row .booked-test-list-spInstr-label-value{padding:2rem 1.6rem}@media(max-width:575px){.booked-test-list-spInstr-row .booked-test-list-spInstr-label-value{padding:0}}.booked-test-list-spInstr-row .booked-test-list-spInstr-label-value p{color:#001a66;font-size:1.6rem;font-weight:400;margin:0}@media(max-width:575px){.booked-test-list-spInstr-row .booked-test-list-spInstr-label-value p{font-size:1.3rem!important;padding-left:calc(3rem + 15px)}}.spIntruction{border-bottom:none}.view-and-download-btn a,.view-and-download-btn button{box-shadow:0 4px 4px 0 rgba(0,0,0,.251);font-size:1.8rem;font-weight:400}@media(max-width:575px){.view-and-download-btn a,.view-and-download-btn button{font-size:1.5rem}}.accordion-customer-row{border-bottom:1px solid #b3d2ff}.customer-accordion-card.card{background:#e4f0fe;border:none;border-bottom:1px solid #b3d2ff!important;padding-left:15px;padding-right:15px}.customer-accordion-card .card-header{background:#e4f0fe;border-bottom:none}@media(max-width:575px){.customer-accordion-card .card-header{padding:.75rem .5rem}}.customer-accordion-card .accordion-fields{display:flex}.customer-accordion-card .accordion-fields .marginforArrows{margin:.5rem 1.5rem}@media(max-width:575px){.customer-accordion-card .accordion-fields .marginforArrows{margin:.5rem}}.customer-accordion-card .accordion-customer-label-box{min-width:20.5%}@media(max-width:575px){.customer-accordion-card .accordion-customer-label-box{width:auto}}@media(min-width:576px)and (max-width:767px){.customer-accordion-card .accordion-customer-label-box{min-width:23%}}@media(max-width:575px){.customer-accordion-card .accordion-customer-label-box .custom-userIcon-size{max-width:14px}}.customer-accordion-card .accordion-customer-label-box .accordion-customer-label{padding-left:2rem}.customer-accordion-card .accordion-customer-label-box .accordion-customer-label p{color:#e31019;font-size:1.6rem;font-weight:700;margin:0}@media(max-width:575px){.customer-accordion-card .accordion-customer-label-box .accordion-customer-label p{font-size:1.3rem;line-height:1.6}}.customer-accordion-card .accordion-customer-label-value p{color:#001a66;font-size:1.6rem;font-weight:700;margin:0}@media(max-width:575px){.customer-accordion-card .accordion-customer-label-value p{font-size:1.3rem;line-height:1.6;margin:0 1rem}}.customer-accordion-card .card-body{padding:1rem 1.25rem}@media(max-width:575px){.customer-accordion-card .card-body{padding:.5rem 1.25rem}}.accordion-card-body{display:flex;padding:0 1rem}@media(max-width:575px){.accordion-card-body{display:block;padding:0}}.accordion-card-body .accordion-label-box{min-width:20.5%}@media(max-width:575px){.accordion-card-body .accordion-label-box{width:auto}}@media(min-width:576px)and (max-width:767px){.accordion-card-body .accordion-label-box{min-width:23%}}.accordion-card-body .accordion-label-box .accordion-label{padding-left:2rem}.accordion-card-body .accordion-label-box .accordion-label p{color:#001a66;font-size:1.6rem;font-weight:700;margin:0}@media(max-width:575px){.accordion-card-body .accordion-label-box .accordion-label p{font-size:1.3rem;line-height:1.6}}.accordion-card-body .accordion-label-box .bloodIconSize svg{max-width:18px}@media(max-width:575px){.accordion-card-body .accordion-label-box .bloodIconSize svg{max-width:15px}}.accordion-card-body .accordion-label-box .bloodIconSize{flex-shrink:0}.accordion-card-body .accordion-label-value p{color:#001a66;font-size:1.6rem;font-weight:400;margin:0}@media(max-width:575px){.accordion-card-body .accordion-label-value p{font-size:1.3rem;padding-left:calc(2rem + 15px)}}.accordion-card-body .specialInstruIconSize img{max-width:20px}@media(max-width:575px){.accordion-card-body .specialInstruIconSize img{max-width:15px}.accordion-card-body .accordion-label-value-special-instructions{margin:0;padding-left:calc(15px + 2rem)}}.accordion-card-body .accordion-label-value-special-instructions p{color:#001a66;display:inline;font-size:1.6rem;font-weight:400;margin:0}@media(max-width:575px){.accordion-card-body .accordion-label-value-special-instructions p{display:block;font-size:1.3rem}}.accordion-card-body.specialInstructions{margin:2rem 0}@media(max-width:575px){.accordion-card-body.specialInstructions{margin:1.5rem 0}}@media(min-width:576px)and (max-width:767px){.accordion-label-box.specialInstructions-block,.accordion-label-box.test-block{min-width:24%}}.react-datepicker-wrapper{width:100%}@media(min-width:768px)and (max-width:1023px){.hide-on-medium-screens{display:none!important}}@media(min-width:1024px)and (max-width:1054px){.hidden-sm{display:none!important}}.disabled-div{cursor:not-allowed;opacity:.5}@media(max-width:768px){.custom-border-bottom{border-bottom:1px solid #b3d2ff}}.cashback-discount-custom-modal-body{background-image:url(/static/media/discountCashbackBGImage.098b5f3408489e2313d6.png);background-position:top;background-repeat:no-repeat;background-size:cover}.cashback-discount-custom-modal-body .wallet-and-gif-container{align-items:center;display:flex;justify-content:center;position:relative}.cashback-discount-custom-modal-body .wallet-image-container .discount-cashback-wallet-image{max-width:37rem;width:100%}@media(max-width:768px){.cashback-discount-custom-modal-body .wallet-image-container .discount-cashback-wallet-image{max-width:34rem}}@media(max-width:480px){.cashback-discount-custom-modal-body .wallet-image-container .discount-cashback-wallet-image{max-width:28rem}}.cashback-discount-custom-modal-body .congratulation-gif-container{bottom:-22%;max-width:46rem;position:absolute}.cashback-discount-custom-modal-body .congratulation-gif-container .congratulations-gif-amexTY{max-width:100%}.cashback-discount-custom-modal-body .wallet-savings-container{margin-top:2rem;padding:0 1rem;text-align:center}.cashback-discount-custom-modal-body .wallet-savings-container .tnc-container p{font-size:1rem;font-weight:400;margin-bottom:0}.cashback-discount-custom-modal-body .wallet-savings-container .saved-amount-text p{color:#001a66;font-size:2.6rem;font-weight:700;margin-bottom:0}.cashback-discount-custom-modal-body .wallet-savings-container .discount-cashback-info p,.cashback-discount-custom-modal-body .wallet-savings-container .discount-cashback-modal-message p{color:#001a66;font-size:2.2rem;font-weight:700;line-height:1.5;margin-bottom:1rem;text-align:center}@media(max-width:575px){.cashback-discount-custom-modal-body .wallet-savings-container .discount-cashback-info p,.cashback-discount-custom-modal-body .wallet-savings-container .discount-cashback-modal-message p{font-size:1.7rem}}.cashback-discount-custom-modal-body .wallet-savings-container .discount-cashback-info p{font-weight:500;margin-bottom:1.5rem}.cashback-discount-custom-modal-body .wallet-savings-container .discount-cashback-modal-message-existing-customer p{color:#001a66;font-size:2.2rem;font-weight:700;line-height:1.5;margin-bottom:1rem;text-align:center}.cashback-discount-custom-modal-body .wallet-savings-container .discount-applied-container{align-items:center;display:flex;justify-content:center;margin:2.2rem 0}.cashback-discount-custom-modal-body .wallet-savings-container .discount-applied-container .discount-applied{align-items:center;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAREAAABKCAYAAACcqmAOAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAA51SURBVHgB7Z1bbBTXGce/2bUdEZKwaVoJMCTLQxO1RPK6eeDygmnahEqpbKSGPNrcHJIX7PBS0VZet1HfwPZLboZ6eQyphK1EKkRFXl6Al4RFCpXIS5aaFKRcugRkFAg7Of8zPsvZs3PbHe/aZr+ftPbuzJyZM+ec+Z/v+86ZGYuCWLW7h6yWbrLtLrIoSQzDNAM5IitHVvEMfTme8dvQ8lyzql+IB42Ib0liGKaZyZNlD3uJSdw1SXs/xGNUfBLEMEyzI3TA6qFHnkvQrU9OmSsrRWT13gmRYB8xDMPoWLSRHv1Vkm5+OqUvLheR1f1DYssBYhiGccVKmRbJ/ZjIyr4kxdq+IIZhmCDu2p301XgOX2OlhbGHhohhGCYMLXLQReJYImyFMAxTLbN3HqdCpuBYIlY8RQzDMNWwvLUH/1hEGIapDdtK4p8jIjZPKGMYplqsp/A3RgzDMBFgEWEYJhIsIgzDRIJFhGGYSLCIMAwTCRYRhmEiwSLCMEwkWEQYhokEiwjDMJFgEWEYJhIsIgzDRIJFhGGYSLQ4/+5Nkt1SIMt+imxK8ashGIZxxcaT362s+H9D/MhikfsrI9r3pqgon7W6hQWFYZoduyCkYoyKsQxdfydvrrV8067clySrmBZb9dISJPHYw7R/7/OUXPMETZ3M0eSpHDGMH12bnqbeHZupcGOWxo6epvzMN9TU2PYY3V6epsJowWsTi8Kwcm8fxWmEbGtJvYfmwsd/odT6NaXfW/9wiLLnPiemuUmufUJ2LIrcpatU+G5WLv/i/N9LyyEg6zYepHrilZeFR1gfRXs7XT+SDdqyhcJwfTwjXJyciJlMN1JIel5MlYmAonBzlvL//ZbyV78RhT7jmd5Mi16GRcQbWG56maF8H8SeuO/lTTR04Pel36pzQfvQwQWOMqnnRe2VF3X8RouagxAQi7YKAQlluocTEfDleI5W7tlOMWuaGkTPtg5pWvqBgh0+/CFljp+rWAf3BUIE0BAyH5wjxhuU98RIX+n3zsEMZWaap8wmT16kkeFZKRzyt2g/i8MqcGhYXhwLJLTvH15EAEyb9r1jwhrZT4sEqDUa/v49v5Eqrhf09l1vSxFJPvkT2UCa3r9lfEHb6XzhTSmmhRu3ZZtZTDRIRIbDuDA61YkIaL2bprutvQsRH4HrUvjutvwOs1v1GOr3iX+8JoVEAYFBwec+m5V+JxqGWRGp9WtlWqx33KOrvi5SrWmUq5B61nEX4I7BbHVrGKafbLpgfm4H8pZ4bFlFWpjqsjxEGeT+M1MhqEjX8cu1Rj5+WjLxw7iByBcuQOQdZaLOzytPXueh8ppYsUzU3VXXY3vFEpBWlbFXWj9k3kU6dYzcpVnP80T+wh5HT4O6d6sDk4Z3ehi+vfZemqqkehHJZwq0un9MfGv4y656dr9NV7SCHdjzvPAnXyqJCRpQ345NJdcm/cZLZe5QUviT6qJVFozpBwNU3taXD7lcaGuEuftKVWkAfN6BPb8uEz3F6JHTNHzoozIxMfNttb9akY/pfx4o/R4+9CGlD38kv48M7yjLX+cLfxPi+nrZBaeOOzh0vPQbAmxuMyTygU+QL47zQj2gPnSQDscY+euO0r71fZnu04DYtmvz0yUXVN8PXCv9QjVjCdt3vyWtUbNukHa7aDdBIq/QyzV77rLolA5XnCfamFmXOA7cZdSFCUYIUadmGllntk2LBtsephqobcZq251RWgTgQtg5cKxsWVAMRYHG4iYGAAIz/cGBskqXywLSXPj4z7LX1cFF4taAFLjwsF+v9VHBvk1xUMeF4MwHE6O9FQICUCYQJ90K8SMtLlBTQNR+cB5m2eqMpN3F3Un7hm/asCAPOE+3usJxUM+6sAEIyGh6h2sabI/1YcnPfEv1JZ6lGnBEJNGXkMO4q/vTtKq/JzAVrBHbytIiAMEvmMEKNKSgC1LGSbQLa2z8tOzpjh0/W1qGRoEeR2Fe6LAcTHcE6/ULEw1K3wdwG1GCZQFLpR6o0QU310m/INCTmuvxW7oYV7/23D/Oz7zwVTo9D2HzKvMij1lp0fmJHupLpTXPw6yXWkBd6q6XDNQLi9ecewRhUGKGPLmJq57HoLJxK4e6YNtZt4lkFUit2NMl35o5R0z+eLjtghh1mSC4KBadEGJyQW7sR6y4aKJOZ85eLvutGpQXypdVwAxFg+gbPCaFBBccPqoHNUVHmuQb/iTjLwjEmSKmGpEpIBCqdRsOyjT4roMeqR7WCATy8V8MlvKK2IEOXAqA9bp7A/Ab+dVNehPT8kP5oWyQDm6LebwgVBnhg8C4Lgh62ZpgO5wD0uF8zXORsZII1ohel6r+kVfkES6jjrJGZGzHbDcbD5by6Ob6LBiWdSZwm9X9Q0Ir/k+x2LR87e6qfvk+3hbnRd520tg8JTYeoAKlfXa5aKd/BpnPZtzixNHXpGicET4w/FRzvdlwMaSsGje27fztm2XChOCl2YCmRI+lD0Pje0oEMpU5CwHp2vzzeR8RGD16uvQdeR078u+yOISbq1MNetmgTFB+etkgVqHPdfADZaKXEXr51PiaMhcBQuAWxEQ6fTlcXZyb7i7AkggbG9HBMcuCuCIoqsRXgXNWnYCyWLoNCw3tRm9bKKstm5/xFEaTKzNfU92w7Lzv+nbhqdiGHlg0IITlhgis2n2uiWy7W/xN0xJghdGDqxEcL9DY0EOrBiZdl7WbSr0N1qOXURVuWi6myKABuZnQOrnPKhsvGqNfmvnAzOt8RvwrzvHSjOvxYKmFESuIuIlpyXjtB7c1VKQ1yrdWwTQ7JVimbrGb+9s75ZJYUV4+0y7id1G0Cz8RQflFFfpQ3AsQkWKsVwiN25r9LWJFwWO41nOuvLPTYoGsOC00EABE9BVySDdEbzOQPi4bWfe2VEUcBb8RJIUZ77avIJFyw00gwgYc6z1rslaChPP+8nDnWcsxFdKFbdC8uLAzeXH/TVTgHip3va6zreNW0ne9ZXutT7RQ0Zpyv8FOLPcjFkvQAo9OqYCZ3nircQd081kNDysfH/uUowW7nOFBvYB6XuwoExek03uLyVMXK3rBjmcr/fHubZ1lv70aJsxjvQEFxXwaSbkZv1bmTT+PMIFuBcrenHncXeE2uAv4lk3PVKTdYvTwZp2ExQxuTv0rJzshBc7PdGfBFaM+d4phaTUUr9J1/87bogFuM7EXBMuecp1kKgKyLfTQnQH6vq38ln+7eIyuHQkaxk1Rg+kUMYR1a5z7GTALFfMCTFMPfmcQ+lCtmqWogqkd658s+bQr5npQ06SGG4QGCcHCfvQYA0CgFhcS0ql9qe3GhK+OY+4XUXvdjMX2SihMMUE6NdcBacxhxPlCNX4FrDSVF69eEG6EHlzF0Lh0BedcmInRPgqLWxn1GYFbrzuxIeQ4JvLjlbbaIK9C1Y2qr95XNlH2/GVZ/2iLGOLW3Rtc+CgD5FWPyaDeCjdvU/asE7THnKMgVwXpMcKDukEgtm53ohcDrud78VGyit3ljwaBFxPf2SKHa4nWyWEbssQGwjcKM+21GOvw8JHqBuYc+IGIfBgzEyaiahBoBGj4EIWKGZRz4/JKYPQ0J46+7rpvNCCVB1S6nmc0dHPERqGLH46lz+RTc1DqjSkUyvf3m2yG8y2b0Dc3p6NW/MpIL1s3MLyKTy1pg0AMzax/t2FadS8XQHma8aCRdPihZhxvVG2/xpmPk93web1c2w7ftRj+XblvK9EPPSKM0SEfSmTHRrH8/mQzCAfu1g0jIBgWtuwuWiSgUDHUhoh8GNCgzDkhuFhMy0C/sLH/oDF79HT60CJ6jTDDeNhGN1vR+PzS1dqjBoFyxMVSDUF5dZt/4oXfeZn1YeLXQ6uZs1Fwq0vpxhhzh8yObPuut3zPv5q6rNeERIlldQVO64CQwEP537s76dq7A2peSW0zVuOtXbTAOBOoLtNg+n05Zl+tmYc5ITA5zcCp2q85hR3LMb6PhmSKCdZhuXkDIIAPrNwlE2da9aEyP1lPZx5LHWdw6H2qF/D1sf9qhkKRV+XC6KhyDBuIxvCzuR81qUvOx/GxJCB+XuWFtPPRe6vzNOtStRkcx2yHEAm5/KS5fEbW/dTJC57Hw3F0kcG51DXAjmkdNRDuoUQ6sEJibXgcQJIeEPTAmNtNekFpwprJtRwHlGZjLoG7kNU5hjk/uC0Vjx6Ys8jUOXvtx5xibj6Hwy/tfNCoNgMaWP8Fmr2zjgqZQjWJqr8BL962X/hDSXqAcJvnsVjSgKUgHopaz9Ekyjk3orwe0PpP0LK2ISElg9Ukqs6dwX01NtVk8jAMswTALNSV/VU9Uzm8iLT3pShmTxDDMA82MRqln+0NPYUjnIi0Q5lap5fag5oZhqmJBLVa08LzCOV1+MdEMOSzXPhI0oWpPgbLMH4gIGmOpoROe3O2cbfJNycJccmP0OpXO6j4/TBdz+S9NnRXBkw8s+LdFCv2sfXBMIyQigzdLY7RV+MVcykcEVm1u4eslm6y7YSIe3SxcDAM40Fe6EReREKEmNhn6Np7k3PuTLxHLOiVkmKz28IwjCdJsqykEIouYYPA2JisbcYqwzDMHCwiDMNEgkWEYZhIsIgwDBMJFhGGYSLBIsIwTCRYRBiGiQSLCMMwkWARYRgmEiwiDMNEgkWEYZhIsIgwDBMJR0QsyhPDMExV2Ffwd05EAl7myzAMY/LDPflsEUdEWu9Oyhd7MwzDhOXOvSz+OSKCV2kWA17gzTAMU8LKqPfT3A+s2rE0MQzDhKFoDauv2rt438mTXd1LaxiGaUqG1Xt4Qbxs1a1PztMjnevIskK/c4JhmCbCtsfo2vgf9UXxio1ufTpJjz6HB612EcMwzH2GTQEB3k9llq+NiE2ILZLEMEzzYttZ8REuzJGs2+rgR7s776DpEd86xN6SxDBMEyBfC3GR7HuTXuKh+BGydVwTHZXCNAAAAABJRU5ErkJggg==);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;height:7.3rem;justify-content:center;width:27rem}.cashback-discount-custom-modal-body .wallet-savings-container .discount-applied-container .discount-applied p{color:#fff;font-size:2.2rem;font-weight:700;margin-bottom:0}.cashback-discount-custom-modal-body .wallet-savings-container .discount-cashback-amount-earned-container{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:1.5rem 0 3rem}.cashback-discount-custom-modal-body .wallet-savings-container .discount-cashback-amount-earned-container .discount-amount-earned{align-items:center;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVcAAABBCAYAAABlyecqAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAASPSURBVHgB7d1NThxHGMbxp5oP24CU9m6wN+0TBEvZG3bZxT5BBing7MAnAE4QWERKwBLDLjvwCYALJOQE7ixikLJpK7H5SOhK1UzGMwMz3dOQXtj9/0lAUV3Ty0fvvP1RRlnCeqiJ8SVZO6tAM7ImFABUlbGJy8HY/RzInm/opBEPXNp31ofq5PiKrJYFABjANJSer/UL2evhWqtHCsZ33WhGAIA8sdKLuasB2xuurTbAL24UCQAwrFjvLx4raSTtiaDnsG8FEKwAUFSke+Pb3ROdyrXVDngtAMDNpKlrD7w88MNO5ToyxsUrALgNY562h11tAfNEAICbM+ar9rATrpa7AwDglqLmjQG6ekELAHA79yY/838IVwAoAeEKACUgXAGgBIQrAJSAcAWAEhCuAFACwhUASkC4AkAJCFcAKAHhCgAlGO0arzV/W/NEJp2R2C8LAPL5fbV05GrVX6XLWKfv3vpZM3B9baEuY1bcikgAgF5WsZRu6HSqoWQ9uXrY5J5genHZrfpOAIAWqxc63lzPWpIfrl7t28i1CvapYgFUm2sBpPZZe7eBLMOFq/dwwb/vdd/1ZOnFAqgmYx/r962jYZaOaFh//nyiqS/OXRx/KQConjW92fpp2MXDV65t089de8DOCgCqwl+8Ot58VOQjxe9ztZdrAoAqsbZw7hWvXL0Hi34L7kgA8OlL9GbzvgpqPUQwvbDkctbfcpW4C1YNHf+4kfkpY1+5dUsCgE+dtYe5a2rfzCoY+dq1DxL9k+7oj62jUVeFrrhDqx8WGbvu5u67pF7NONVQV8sA4KNnTHbePVyou2Jz2zdmm72AMVeo1hbrvuda77M8uypN00QAUAXGxpnHrVm5NhdoNXAf7HffaphzMsIVAFqifnOB0qBPyev6rllGTCQAqILU5BWbB9fn7EGgO+fPXJjudU+6k63lnCwSAFSBMZ9nHg/SF62XuPzHj+3IfOdWrHA51N2zUCc/xMrDgwQAqiN2F/izHyBovn/l7xnZINTZ5J5/S1bx+1xr9UjB+GsBQFWk6dwwL2vpVvwJreDOigCgSowpnHvFKleqVgBVVbB6Hb5yDeuhC9Z9AUAVBcF2s8AcdvlQq3ywTjSDNRIAVJP/5r47bMDmtwVarYBdN5oRACBWeuFaBI04a9HgcG1Vq0sydpndBwDgmlUXsjuDQrYTrv4+rcvLUCOuQg0Cv732U0IVAHJY7Smwr3Tp30EwGrefFeiE64NFKwDA7dixSMff/1b8PlcAQC7CFQBKQLgCQAkIVwAoAeEKACUgXAGgBIQrAJSAcAWAEhCuAFACwhUASkC4AsD/6fTdW/+nO1xjAQBuI1HSSPygE65WhwIA3Jy1R+1hV7imDQEAbs5qpz3sfVn29PN9GTsrAEAx1rVWjzcftf/tvaBlzbwL10QAgGJsMNf9b2+4tt6gPUfAAkABxs63dyD4MNV3od/yxaSuRcBurwAwkG8F2NQF68uDq4eyd3+tLdQVmCWx8ysAdFh7IGMO9X5iXcl632/6+Vtre+FyqLt/EbAAcDZ1NChQu/0LpUMx1e8C0b0AAAAASUVORK5CYII=);background-position:50%;background-repeat:no-repeat;background-size:contain;display:flex;height:6.5rem;justify-content:center;max-width:100%;width:36rem}.cashback-discount-custom-modal-body .wallet-savings-container .discount-cashback-amount-earned-container .discount-amount-earned p{color:#fff;font-size:2.2rem;font-weight:700;margin-bottom:0}.cashback-discount-custom-modal-body .wallet-savings-container .discount-cashback-amount-earned-container .discount-amount-earned span{color:#ffc127;font-size:3.6rem;font-weight:800;vertical-align:middle}.cashback-discount-custom-modal-body .wallet-savings-container .discount-cashback-amount-earned-container .cashback-amount-earned-container{margin-top:-.5rem}.cashback-discount-custom-modal-body .wallet-savings-container .discount-cashback-amount-earned-container .cashback-amount-earned-container .cashback-amount-earned-plus-icon{height:5.4rem;left:-12px;position:absolute;top:-9px;width:5.4rem;z-index:1}.cashback-discount-custom-modal-body .wallet-savings-container .discount-cashback-amount-earned-container .cashback-amount-earned-container .cashback-amount-earned-data{align-items:center;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAREAAAAsCAYAAABCB4xJAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAK+SURBVHgB7dxfThNBHMDx3292AROMKSoGIg9r4B2OUG6ANygnMJzAeAM5Qb2BHAFv0HchrhEiCRqaGCJ0d2ecWbThn5bt+ES/n6QhO0v71m9mZ7arcs2nVtZ6NJt2xOiqOpcJAHhOpTcoyu3Fozy/PK6XD46XVtpGXdepyVyaXDsLYKJVTkxViVh9Z06Lrbl+3g/Dw0x8W1ze0FTf2+lUnDECALcxRRVePT0t10NI6lp8XcgyTbRbzUwREAD/ZKeS8Fqzs+nrcFzPRL4/X+66qbQTTgLASE4kOR+I+VHOpfWAkbZNmYEAuCM//bCJn5HMSsecZFnLj2SirKICaMAnw/hdXCNn0mIbBkBjvyceXMMAiEJEAEQhIgCiEBEAUYgIgChEBEAUIgIgChEBEIWIAIhCRABEISIAohARAFGICIAoRARAFCICIAoRARDFyAPp1w9MBIAxmLk879MQAOO6uJxxLldLSQA0V0fE5+ODEBEAY7iISKI9sVYAoKk6Iumg3DFEBMAY6ojMHeW5OtllXQRAU8P7RKy6bS1KAYAmhhF5+mV/RyvLLg2ARq7csWpVN82gDFu+AgB3cSUi8wd7u+rcjilZZAVwNzd+O6NpuenXRnItKwGAUW5EJNwGX4l5acqqz/oIgFFu/RXvs8OPvcrquhkUfb/YKgBwg59kWOc+//VRAMOQnBe5FlzaALhKrRWtXE9H/ePJQpa5NO061badScX/FQCTLQTEnBX5k8P9FyMfShTuZn18sLfurGyan4M8bAErW8DAxArffzOoxDdhqz5u8uYwKymn0w1TuVcuMZlLEr+qouIMsxNgEoQ1UuOXN6x1W/OHe2/rMRnT8dJK2xepo6qrorrm/nwSlzvAvRR2a51zu/465E24p2w4Lv/BSStrlQ/TtfoDnWYC4H4xtl8kVW8xz/Prp34Be7Xx7QF/QQoAAAAASUVORK5CYII=);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;height:4.2rem;justify-content:center;position:relative;width:27rem}.cashback-discount-custom-modal-body .wallet-savings-container .discount-cashback-amount-earned-container .cashback-amount-earned-container .cashback-amount-earned-data .cashback-amount-earned-text p{color:#fff;font-size:2.2rem;font-style:italic;font-weight:700;margin:auto auto .4rem 2.2rem;text-shadow:0 4px 4px #00000040}.cashback-discount-custom-modal-body .wallet-savings-container .discount-cashback-amount-earned-container .cashback-amount-earned-container .cashback-amount-earned-figure-container{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAI4AAAA5CAYAAADgMhPFAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAKiSURBVHgB7dzNcdpQFIbhcyUXwiKTZJl0ICqIO0g6cEqJO8AVBCqATBrw0kk2lOB9JvcEgfHIByHunzff/Z6FEYLx6swRo5fBySvQn+9uRPWDECbXbK/kNXj5uvvvMyFM3i+cFKbrt9fSuO9CuLz/2EhprfsshGzr5n/uiw6Ort/PROVaCJeX2/6h9MbphMC5Zf+37OC0yssUMpWNmz9s+8Nig/N0meqEcKm/Ox4W3DjKzzbw/i6PR+UGp5EbIVyqCzffPh6fFhkcXb/pdg8zIVwqq+HTMhunveKHYmy7eze/l8MTZQZHtRPCpbqxp7IHZ58YeJnCps2dPZW/cdrmkxCy3WXqYWNPZg3O4d6NfhHC9ZQYrNyN0wmBc8uxs3mDw8SAbZAYrOTBYWKowCAxWBkbh4kBX7s590r6V0eZGLDtE8Ov7bmXkzYOE0MFTGKw0i5VTAzoThKDlTY4TAzYRhKDFT04TAwVGEkMVvzGYWJAN5oYrKjBYWKogNeL26YXu3E6IXDNIuhdEoOJAdtEYrCCB4eJoQITicGK2DhMDPjOJwYrfHCYGLB5WYVepnpBg8PEUANdxLw7bOMwMaC7mBissMFhYsAWkBisi4PDxFCBgMRgXd44TAzoghKDNTk4TAwV8H4lCS5tnE4IXPtNEkwPDhMDtojEYJ0dHCaGCkQkBmti4zAx4AtPDFYz8QoTA7LIxGCNDg4TQw181J1ia3zjMDGg63/keiEZxgeHiQFbQmKwTgaHiaECCYnBOt04TAzokhKD9WJwmBgqkJgYLLtxOiFwaYnBejk4TAzo7nPu3Qw9Dw4TQwW8v5VCBhuHiQFfemKwmsEREwOyzMRg7QeHiaEGeYnBOmwcJgZ0j7mJwTr8BuA/78S5jRAmdT+ksP9gX+XPwa4lNQAAAABJRU5ErkJggg==),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAI8AAAA6CAYAAACJZApVAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAQCSURBVHgB7Z3LbtNAFIbP2E4DBGhE2cAGP0KRACm7vAHlCdo3aBGw7hZaFuUN2iegeQKyQ+IiYMvKK1ArIVJCW8hlBo+Jo+QkTmZ8UaWT80mRkulpZHd+n/ntP24EMIXydsv3berdElSFgqpJrXDMazVS1zrm9Q7AMihnot7pysd394KWBwXx4Ym/JhI21HonlHMHLFCgfONiEW2H8bYMao3ry54AG1xHP8x+xxUiqi/ivTWefn93fOz4Vw9OBXwJn+4VIh59tJXLzuur5el7ZrsTthOw5JrX6+2wmQDPctupof+2X486D6Eo8ZTKsH2j4sLt5cIaG3NBRAeygPqnLb9qccxZoET9ZsUFhh7tvxKEEPuFeJ6Pz/yN5cuOv+QtbmunzI/TPiglG/p57p1HgVhfqfByRZFOT0H7jwzu7QSH+nWu4omMcknUq1eKWQ2Zi+XnWbRkNePXuc5ybJQZmhz/7oHsy4P4db4tgo0yWcLlSi9bwf2XQTMey82csFGmTWSUQb0aHcut87BRpo0+Re85cDg6lstss1GmTeu8D52ubNZ2g2B0PJfZZqNMm1Z4liUBDvB4Pq2CjTJZ9LUd7Xf6LjTxzzKLRxvlKhtlssRxRO35+JKlySweJcQmG2W6jMYRmEziebflr4Yp6yobZZrgOAKTadadMmzeus5dhyo4jsCkFo/+PEe4Zq1du8Rdhyo4jsCknnlZgrWViltlo0yT885kHIFJLZ7/RplPz6ly1I7iiINZNanEExtlXrLoMogj9mfVpHK7bJRpkxRHYKxbBxtl+iTFERhrBbBRpk1fJscRGGvxsFGmTetchnOsGtPiCIyVeNgo00d3HaFmG+UYKxWwUabNvDgCYyye6IZ9JTa469BlkKA3TeuN28hSCer6A19slOny7WR2HIExbiOhUd5mo0wXkzgCYySe90/9emiUfV6y6GISR2CM1CBcWGejTBuTOAIzVxFslOkT3dBnEEdg5oqHjTJ99LUdkzgCM7edsFGmjU0cgZkpHjbK9LGJIzAzVcFGmT7R3RESjK4oYxLFw0aZPnEc8WA32IcUJLYVNsr0sY0jMIlthY0yfY7bdnEEZqp42CjTR8cRZx27OAIzVR1slOmj4whQqgEZmBAPG+XFQPudrgt7kIGJ9sJGmT5p4wjMRHtho0yftHEEZkw8bJTpo+MIfVU5TRyBGVu22CjTRwunp2Sj9iLbkqUZthg2yotBljgCM2wzbJTpM4gjWmnjCMywzbBRps8gjsil62gi8bBRXgyyxhGYSC1slOmTRxyBcdgoLwZ5xBEYj43yYpBHHIHx9H+9YOHQZvB1R59rO9mv7YzidR316PtJ70348IEhi1TjX3eUB/8AtTzfjhmbQfEAAAAASUVORK5CYII=);background-position:50%;background-repeat:no-repeat;background-size:cover;height:5.9rem;width:14.6rem}.cashback-discount-custom-modal-body .wallet-savings-container .discount-cashback-amount-earned-container .cashback-amount-earned-container .cashback-amount-earned-figure-container .cashback-amount-earned-figure{padding:.5rem 1rem}.cashback-discount-custom-modal-body .wallet-savings-container .discount-cashback-amount-earned-container .cashback-amount-earned-container .cashback-amount-earned-figure-container .cashback-amount-earned-figure p{color:#001a66;font-size:3.2rem;font-style:italic;font-weight:800;line-height:1.1;margin-bottom:0}.cashback-discount-custom-modal-body .wallet-savings-container .discount-cashback-amount-earned-container .cashback-amount-earned-container .cashback-amount-earned-figure-container .cashback-amount-earned-figure .cashback-text{font-size:1.6rem;text-align:justify}.modal-dialog.cashback-discount-custom-modal.modal-dialog-centered{align-items:center;display:flex;max-width:90%!important;width:46rem!important}@media(max-width:767px){.modal-dialog.cashback-discount-custom-modal.modal-dialog-centered{border-radius:12px!important;margin:auto}}.cashback-discount-custom-modal .modal-content{border:1px solid #fff;border-radius:16px!important;border-top:none;box-shadow:-1px -3px 27.2px 0 rgba(0,0,0,.459);overflow:hidden;width:100%!important}.custom-modal-backdrop{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#000000e6!important;opacity:1!important}#tour-popover{background-color:#fff;border:2.17px solid red;border-radius:7px;box-shadow:0 4.96px 15.89px 0 rgba(0,0,0,.302);padding:.5rem;position:relative;text-align:center;z-index:3!important}#tour-popover.customize-zIndex{z-index:3}#tour-popover.tour-hidden{display:none!important;pointer-events:none;visibility:hidden}#tour-popover.bs-popover-bottom{margin-top:1.6rem!important;max-width:200px}#tour-popover.pincode-box{margin-bottom:.7rem!important}#tour-popover.search-box{margin-bottom:.6rem!important}#tour-popover.bs-popover-auto[x-placement^=top]>.arrow:after,#tour-popover.bs-popover-top>.arrow:after{transform:scale(2.5) translateY(25%)}#tour-popover.bs-popover-auto[x-placement^=top]>.arrow:before,#tour-popover.bs-popover-top>.arrow:before{border-top-color:red;transform:scale(3) translateY(25%)}#tour-popover.bs-popover-auto[x-placement^=right]>.arrow:after,#tour-popover.bs-popover-right>.arrow:after{transform:scale(2.5) translate(-25%)}#tour-popover.bs-popover-auto[x-placement^=right]>.arrow:before,#tour-popover.bs-popover-right>.arrow:before{border-right-color:red;transform:scale(3) translate(-25%)}#tour-popover.bs-popover-auto[x-placement^=bottom]>.arrow:after,#tour-popover.bs-popover-bottom>.arrow:after{top:-1.5px;transform:scale(2.7) translate(-25%)}#tour-popover.bs-popover-auto[x-placement^=bottom]>.arrow:before,#tour-popover.bs-popover-bottom>.arrow:before{border-bottom-color:red;top:-3px;transform:scale(3) translate(-20%)}#tour-popover .popover-body{color:red;font-size:1.4rem;font-weight:600;padding:1rem}#tour-popover .popover-body .tour-close-icon{background:#fff;border-radius:50%;cursor:pointer;position:absolute;right:0;top:0;transform:translate(50%,-50%)}.align-content-center{align-content:center!important}.SearchLocation .label{top:-2px!important}.SearchLocation span.icon-pincode{bottom:7px;font-size:17px;position:absolute;right:0}.Add-Address-Modal form>div{height:100%}@media(max-width:767px){.Add-Address-Modal form>div{height:auto}.Add-Address-Modal .address-submit-btn{bottom:15px;left:0;position:fixed;right:0;z-index:1}}.Add-Address-Modal .red_scrollbar{display:contents;max-height:fit-content;overflow-x:hidden}@media(max-width:575px){.Add-Address-Modal .red_scrollbar{display:block;margin-right:-15px;max-height:100px;overflow-x:hidden;overflow-y:auto;padding-right:15px;padding-top:10px}.Add-Address-Modal .red_scrollbar .mw-xs-32{max-width:32%!important}}@media(max-width:767px){.Add-Address-Modal{margin:0;padding:0!important}}@media(max-width:991px){.Add-Address-Modal .d-flex.Address-Field{display:block!important}}.Add-Address-Modal .Map{height:100%;overflow:hidden;position:relative}@media(max-width:767px){.Add-Address-Modal .Map{height:70vh}}.Add-Address-Modal .Map .kgXWAb{height:100%}.Add-Address-Modal span.Error_Message{color:#e31000;font-size:12px;position:relative;top:-25px}.Add-Address-Modal .SearchLocation2 span.icon-pincode{position:absolute;right:0;top:10px}@media(min-width:2400px)and (max-width:3200px){.Add-Address-Modal .custom_radio_checkbox label{padding-left:45px}}.pac-container{z-index:10000!important}.modal-fullscreen{height:100vh;margin:0;max-width:none;padding:0;width:100vw}@media(max-width:767px){.modal-fullscreen{width:auto}}.modal-fullscreen .modal-content{height:100vh;width:100vw}.patient-dd-name.dropdown i{left:0;position:relative;transform:rotate(0);transition:all .2s ease-in-out}.patient-dd-name.dropdown.show i{left:5px;position:relative;transform:rotate(180deg)}.compare-sec{margin-left:-15px;margin-right:-15px;overflow:hidden}@media(max-width:991px){.compare-sec .bottom_red_scrollbar{padding:0}}@media(min-width:992px)and (max-width:1199px){.compare-sec .compare-scrollbar{min-width:100%}}@media(max-width:991px){.compare-sec .compare-scrollbar{min-width:100%}}@media(max-width:767px){.compare-sec .compare-scrollbar{max-width:100%;min-width:200px;overflow:hidden;width:100%}.compare-sec .compare-checkbox .compare-firstleft{display:none}}.compare-sec #compare-accordion>div:nth-child(odd) .compare-heading{background:#d6e9fb!important}.compare-sec #compare-accordion .collapse.show{border-bottom:1px solid #dee2e6}.compare-sec #compare-accordion .card-body:after{border-left:1px dashed #dee2e6;bottom:0;content:"";height:100%;left:18px;position:absolute}.compare-sec #compare-accordion .compare-table{margin-bottom:0;max-height:270px;overflow-x:hidden;overflow-y:auto;padding-left:35px;padding-right:15px;position:relative}@media(max-width:767px){.compare-sec #compare-accordion .compare-table{padding-left:15px}}.compare-sec #compare-accordion .compare-table tbody tr{border-bottom:none;width:100%}.compare-sec #compare-accordion .compare-table tbody tr:last-child{border-bottom:1px solid #dfdfdf}.compare-sec #compare-accordion .compare-table tbody tr td{border:0;position:relative}.compare-sec #compare-accordion .compare-table tbody tr td:first-child{max-width:28%;min-width:150px;width:28%}.compare-sec #compare-accordion .compare-table tbody tr td:first-child:after{border-top:1px dashed #dee2e6;content:"";left:-28px;position:absolute;top:18px;width:20px}@media(min-width:768px)and (max-width:991px){.compare-sec #compare-accordion .compare-table tbody tr td:first-child{max-width:59%;width:59%}}@media(min-width:992px)and (max-width:1199px){.compare-sec #compare-accordion .compare-table tbody tr td:first-child{max-width:27%;width:27%}}@media(max-width:991px){.compare-sec #compare-accordion .compare-table tbody tr td:first-child{max-width:23.3%;width:23.3%}}@media(max-width:767px){.compare-sec #compare-accordion .compare-table tbody tr td:first-child{max-width:60%;min-width:inherit;width:60%}}.compare-sec #compare-accordion .compare-table tbody tr td:nth-child(2){max-width:30%;min-width:150px;width:30%}@media(min-width:768px)and (max-width:991px){.compare-sec #compare-accordion .compare-table tbody tr td:nth-child(2){max-width:28%;width:28%}}@media(min-width:992px)and (max-width:1199px){.compare-sec #compare-accordion .compare-table tbody tr td:nth-child(2){max-width:30%;width:30%}}@media(max-width:991px){.compare-sec #compare-accordion .compare-table tbody tr td:nth-child(2){max-width:28%;width:28%}}@media(max-width:767px){.compare-sec #compare-accordion .compare-table tbody tr td:nth-child(2){max-width:20%;min-width:inherit;text-align:center;width:20%}}.compare-sec #compare-accordion .compare-table tbody tr td:nth-child(3){max-width:28%;min-width:150px;width:28%}@media(min-width:768px)and (max-width:991px){.compare-sec #compare-accordion .compare-table tbody tr td:nth-child(3){max-width:28%;width:28%}}@media(min-width:992px)and (max-width:1199px){.compare-sec #compare-accordion .compare-table tbody tr td:nth-child(3){max-width:28%;width:28%}}@media(max-width:991px){.compare-sec #compare-accordion .compare-table tbody tr td:nth-child(3){max-width:28%;width:28%}}@media(max-width:767px){.compare-sec #compare-accordion .compare-table tbody tr td:nth-child(3){max-width:20%;min-width:inherit;text-align:center;width:20%}}.compare-sec #compare-accordion .compare-table tbody tr td:nth-child(4){max-width:8%;width:8%}@media(min-width:768px)and (max-width:991px){.compare-sec #compare-accordion .compare-table tbody tr td:nth-child(4){max-width:28%;width:28%}}@media(min-width:992px)and (max-width:1199px){.compare-sec #compare-accordion .compare-table tbody tr td:nth-child(4){max-width:11%;width:11%}}@media(max-width:991px){.compare-sec #compare-accordion .compare-table tbody tr td:nth-child(4){max-width:10%;width:10%}}.compare-sec #compare-accordion .compare-heading tbody tr{border:none;width:100%}.compare-sec #compare-accordion .compare-heading tbody tr td{border:0}.compare-sec #compare-accordion .compare-heading tbody tr td:first-child{max-width:350px;min-width:150px;width:350px}@media(min-width:768px)and (max-width:991px){.compare-sec #compare-accordion .compare-heading tbody tr td:first-child{max-width:61%;width:61%}}@media(min-width:992px)and (max-width:1199px){.compare-sec #compare-accordion .compare-heading tbody tr td:first-child{max-width:30%;width:30%}}@media(max-width:991px){.compare-sec #compare-accordion .compare-heading tbody tr td:first-child{max-width:200px;width:200px}}@media(max-width:767px){.compare-sec #compare-accordion .compare-heading tbody tr td:first-child{max-width:60%;min-width:inherit;width:60%}}.compare-sec #compare-accordion .compare-heading tbody tr td:nth-child(2){max-width:350px;min-width:150px;width:350px}@media(min-width:768px)and (max-width:991px){.compare-sec #compare-accordion .compare-heading tbody tr td:nth-child(2){max-width:27%;width:27%}}@media(min-width:992px)and (max-width:1199px){.compare-sec #compare-accordion .compare-heading tbody tr td:nth-child(2){max-width:30%;width:30%}}@media(max-width:991px){.compare-sec #compare-accordion .compare-heading tbody tr td:nth-child(2){max-width:200px;width:200px}}@media(max-width:767px){.compare-sec #compare-accordion .compare-heading tbody tr td:nth-child(2){max-width:20%;min-width:inherit;width:20%}}.compare-sec #compare-accordion .compare-heading tbody tr td:nth-child(3){max-width:350px;min-width:150px;width:350px}@media(min-width:768px)and (max-width:991px){.compare-sec #compare-accordion .compare-heading tbody tr td:nth-child(3){max-width:27%;width:27%}}@media(min-width:992px)and (max-width:1199px){.compare-sec #compare-accordion .compare-heading tbody tr td:nth-child(3){max-width:30%;width:30%}}@media(max-width:991px){.compare-sec #compare-accordion .compare-heading tbody tr td:nth-child(3){max-width:200px;width:200px}}@media(max-width:767px){.compare-sec #compare-accordion .compare-heading tbody tr td:nth-child(3){max-width:20%;min-width:inherit;width:20%}}.compare-sec #compare-accordion .compare-heading tbody tr td:nth-child(4){max-width:10%;min-width:150px;width:10%}@media(min-width:768px)and (max-width:991px){.compare-sec #compare-accordion .compare-heading tbody tr td:nth-child(4){max-width:28%;width:28%}}@media(min-width:992px)and (max-width:1199px){.compare-sec #compare-accordion .compare-heading tbody tr td:nth-child(4){max-width:7%;width:7%}}@media(max-width:991px){.compare-sec #compare-accordion .compare-heading tbody tr td:nth-child(4){max-width:10%;width:10%}}.compare-sec #compare-accordion .compare-heading tbody tr td i.fa.fa-minus{border:1px solid #e31000;color:#000;height:18px;line-height:18px;min-width:18px;text-align:center;width:18px}@media(min-width:2400px)and (max-width:3200px){.compare-sec #compare-accordion .compare-heading tbody tr td i.fa.fa-minus{height:1.8rem;line-height:1.8rem;width:1.8rem}}.compare-sec #compare-accordion .compare-heading tbody tr td i.fa.fa-plus{border:1px solid #e31000;color:#e31000;height:18px;line-height:18px;min-width:18px;text-align:center;width:18px}@media(min-width:2400px)and (max-width:3200px){.compare-sec #compare-accordion .compare-heading tbody tr td i.fa.fa-plus{height:1.8rem;line-height:1.8rem;width:1.8rem}.compare-sec .compare-checkbox .custom_radio_checkbox{position:relative;top:-3px;width:40px}}.compare-sec .compare-checkbox tbody tr{border:none}.compare-sec .compare-checkbox tbody tr td{border:0;flex-basis:25%;flex-grow:4}.compare-sec .compare-checkbox tbody tr td:first-child{max-width:350px;min-width:150px;width:350px}@media(min-width:768px)and (max-width:991px){.compare-sec .compare-checkbox tbody tr td:first-child{max-width:59%;width:59%}}@media(min-width:992px)and (max-width:1199px){.compare-sec .compare-checkbox tbody tr td:first-child{max-width:250px;width:250px}}@media(max-width:991px){.compare-sec .compare-checkbox tbody tr td:first-child{max-width:250px;width:250px}}@media(max-width:767px){.compare-sec .compare-checkbox tbody tr td:first-child{max-width:50%;min-width:inherit;width:50%}}.compare-sec .compare-checkbox tbody tr td:nth-child(2){max-width:350px;min-width:150px;width:350px}@media(min-width:768px)and (max-width:991px){.compare-sec .compare-checkbox tbody tr td:nth-child(2){max-width:28%;width:28%}}@media(min-width:992px)and (max-width:1199px){.compare-sec .compare-checkbox tbody tr td:nth-child(2){max-width:250px;width:250px}}@media(max-width:991px){.compare-sec .compare-checkbox tbody tr td:nth-child(2){max-width:280px;width:280px}}@media(max-width:767px){.compare-sec .compare-checkbox tbody tr td:nth-child(2){max-width:25%;min-width:inherit;width:25%}}.compare-sec .compare-checkbox tbody tr td:nth-child(3){max-width:350px;min-width:150px;width:350px}@media(min-width:768px)and (max-width:991px){.compare-sec .compare-checkbox tbody tr td:nth-child(3){max-width:28%;width:28%}}@media(min-width:992px)and (max-width:1199px){.compare-sec .compare-checkbox tbody tr td:nth-child(3){max-width:250px;width:250px}}@media(max-width:991px){.compare-sec .compare-checkbox tbody tr td:nth-child(3){max-width:280px;width:280px}}@media(max-width:767px){.compare-sec .compare-checkbox tbody tr td:nth-child(3){max-width:25%;min-width:inherit;width:25%}}.compare-sec .compare-checkbox tbody tr td:nth-child(4){max-width:7%;min-width:150px;width:7%}@media(min-width:768px)and (max-width:991px){.compare-sec .compare-checkbox tbody tr td:nth-child(4){max-width:28%;width:28%}}@media(min-width:992px)and (max-width:1199px){.compare-sec .compare-checkbox tbody tr td:nth-child(4){max-width:7%;width:7%}}@media(max-width:991px){.compare-sec .compare-checkbox tbody tr td:nth-child(4){max-width:7%;width:7%}}@media(max-width:767px){.compare-sec .bg-light-yellow .compare-checkbox .text-truncate{white-space:normal!important;width:100%}.compare-sec .bg-light-yellow .compare-checkbox .rating-veryfy{flex-wrap:wrap}.compare-sec .bg-light-yellow .compare-checkbox .ml-2.pl-2.address{margin-left:0!important;padding-left:0!important;width:100%}.compare-sec .bg-light-yellow .compare-checkbox .ml-2.pl-2.address .text-truncate{min-width:calc(100% - 15px)}.compare-sec .bg-light-yellow .compare-checkbox .time-woking-day{align-items:flex-start;flex-direction:column;width:100%}.compare-sec .bg-light-yellow .compare-checkbox .time-woking-day .timeing{width:100%!important}.compare-sec .bg-light-yellow .compare-checkbox .time-woking-day .timeing .text-truncate{min-width:calc(100% - 15px)}}.compare-sec .bg-light-yellow .compare-checkbox tbody tr{border:none}.compare-sec .bg-light-yellow .compare-checkbox tbody tr td{border:0;flex-basis:25%;flex-grow:4}.compare-sec .bg-light-yellow .compare-checkbox tbody tr td:first-child{max-width:350px;min-width:150px;width:350px}@media(min-width:768px)and (max-width:991px){.compare-sec .bg-light-yellow .compare-checkbox tbody tr td:first-child{max-width:59%;width:59%}}@media(min-width:992px)and (max-width:1199px){.compare-sec .bg-light-yellow .compare-checkbox tbody tr td:first-child{max-width:250px;width:250px}}@media(max-width:991px){.compare-sec .bg-light-yellow .compare-checkbox tbody tr td:first-child{max-width:250px;width:250px}}@media(max-width:767px){.compare-sec .bg-light-yellow .compare-checkbox tbody tr td:first-child{display:none}}.compare-sec .bg-light-yellow .compare-checkbox tbody tr td:nth-child(2){max-width:350px;min-width:150px;width:350px}@media(min-width:768px)and (max-width:991px){.compare-sec .bg-light-yellow .compare-checkbox tbody tr td:nth-child(2){max-width:28%;width:28%}}@media(min-width:992px)and (max-width:1199px){.compare-sec .bg-light-yellow .compare-checkbox tbody tr td:nth-child(2){max-width:250px;width:250px}}@media(max-width:991px){.compare-sec .bg-light-yellow .compare-checkbox tbody tr td:nth-child(2){max-width:280px;width:280px}}@media(max-width:767px){.compare-sec .bg-light-yellow .compare-checkbox tbody tr td:nth-child(2){max-width:50%!important;width:50%!important}}.compare-sec .bg-light-yellow .compare-checkbox tbody tr td:nth-child(3){max-width:350px;min-width:150px;width:350px}@media(min-width:768px)and (max-width:991px){.compare-sec .bg-light-yellow .compare-checkbox tbody tr td:nth-child(3){max-width:28%;width:28%}}@media(min-width:992px)and (max-width:1199px){.compare-sec .bg-light-yellow .compare-checkbox tbody tr td:nth-child(3){max-width:250px;width:250px}}@media(max-width:991px){.compare-sec .bg-light-yellow .compare-checkbox tbody tr td:nth-child(3){max-width:280px;width:280px}}@media(max-width:767px){.compare-sec .bg-light-yellow .compare-checkbox tbody tr td:nth-child(3){max-width:50%!important;width:50%!important}.compare-sec label.form-label{align-items:center;display:flex;justify-content:center}}.compare-sec .fa.sp-red-color,.compare-sec .fa.text-lightgreen{font-size:1.2rem!important}.sp-formField{position:relative}.sp-formField .form-control{background-color:#0000;background:#fff;border:1px solid #bab4b4;border-radius:5px;box-shadow:none;font-size:1.4rem;min-height:4rem;outline:none;padding:.5rem 1rem;position:relative;z-index:1}.sp-formField input.btn-white{background-color:#fff}.sp-formField input.btn-white:hover{background-color:#0000}.sp-formField .form-control+span+span.label,.sp-formField .form-control+span.label{color:#000;font-size:1.3rem;font-weight:600;left:0;padding:0;position:absolute;top:-2.5rem;transition:all .2s ease;z-index:0}@media(max-width:767px)and (orientation:landscape){.sp-formField .form-control+span+span.label,.sp-formField .form-control+span.label{font-size:1.3rem!important}}.sp-formField .form-control.ng-not-empty+span+span.label,.sp-formField .form-control.ng-not-empty+span.label,.sp-formField .form-control:focus+span+span.label,.sp-formField .form-control:focus+span.label,.sp-formField.sp-selected .form-control+span+span.label,.sp-formField.sp-selected .form-control+span.label{top:-2.5rem;z-index:2}.form-group.sp-formField{margin-top:2.5rem!important}.form-control:disabled{background-color:#e9ecef!important;opacity:1}.sp-disabledformField{opacity:.5;pointer-events:none}.Pincode .sp-formField span.icon-pincode{font-size:22px;position:absolute;right:0}@media(max-width:991px){.Add-Patient-Modal .Dob{margin-right:15px}}.Choose_Your_Address .red_scrollbar{max-height:370px}.login-modal .custom_checkbox label .checkmark{height:18px;left:1px;top:3px;width:18px}@media(min-width:2400px)and (max-width:3200px){.login-modal .custom_checkbox label .checkmark{height:1.8rem;width:1.8rem}}.login-modal .custom_checkbox label .checkmark:after{background:#fff;content:"";font-size:21px;left:-1px;top:-6px}@media(min-width:2400px)and (max-width:3200px){.login-modal .custom_checkbox label .checkmark:after{font-size:2.1rem;top:-8px!important}.Patients_Modal .custom_checkbox .w-20-px{width:2rem}}.Patients_Modal .custom_checkbox label .checkmark{height:18px;left:1px;top:3px;width:18px}@media(min-width:2400px)and (max-width:3200px){.Patients_Modal .custom_checkbox label .checkmark{height:1.8rem;width:1.8rem}}.Patients_Modal .custom_checkbox label .checkmark:after{background:#fff;content:"";font-size:21px;left:-1px;top:-6px}@media(min-width:2400px)and (max-width:3200px){.Patients_Modal .custom_checkbox label .checkmark:after{font-size:2.1rem}}.Date input[type=date]::-webkit-calendar-picker-indicator{background:no-repeat;border-width:thin;color:#0000;display:block;height:20px;opacity:1;width:20px}.sp-formField .readonly{opacity:.5}.icmr-form-page h5{font-size:18px;font-weight:600;letter-spacing:1px;padding:15px;position:relative;text-transform:uppercase}.icmr-form-page h5.step-1:after{background:#f2f4f9;border-left:22px solid #e31000}.icmr-form-page h5.step-1:after,.icmr-form-page h5.step-2:after{border-bottom:25px solid #0000;border-top:25px solid #0000;content:"";height:0;height:100%;position:absolute;right:0;top:0;width:0}.icmr-form-page h5.step-2:after{background:#e31000;border-left:22px solid #f2f4f9}.icmr-form-page h5.step-2:before{color:#28a745;content:"";display:inline-block;font-family:FontAwesome;margin:0 5px}.c-dropdown__group-heading{color:#000!important;font-size:13px;font-weight:700}@media(min-width:2400px)and (max-width:3200px){.c-dropdown__group-heading{font-size:1.25rem}}.custom-select-search .form-control{border:none!important;padding:0!important}.custom-select-search .form-control.border{border:1px solid #a1a0a0!important;min-height:37px}@media(min-width:2400px)and (max-width:3200px){.custom-select-search .form-control.border{min-height:66px}}.custom-select-search .css-13cymwt-control{border:1px solid #bab4b4;box-shadow:none!important;outline:0!important}.custom-select-search .c-dropdown__control{background:#0000;border:0;box-shadow:none!important;min-height:auto!important;outline:0!important}.custom-select-search .c-dropdown__indicator-separator{display:none}.custom-select-search .c-dropdown__indicators svg{fill:#000;opacity:1;transform:scale(.8)}.custom-select-search .css-qbdosj-Input{margin:0!important}.custom-select-search .css-t3ipsp-control{box-shadow:none!important;outline:0!important}.custom-select-search .c-dropdown__input-container{margin-bottom:0!important}@media(min-width:2400px)and (max-width:3200px){.custom-select-search .c-dropdown__input-container{padding-bottom:15px!important;padding-top:15px!important}}.custom-select-search .c-dropdown__option--is-selected{background-color:#e31000!important;color:#fff!important}.custom-select-search .c-dropdown__option--is-focused{background-color:#d6e9fb}.custom-select-search .c-dropdown__option:hover{background-color:#e31000;color:#fff}.custom-select-search .c-dropdown__option{border-bottom:1px solid #ccc;border-top:1px solid #ccc;font-size:12px!important}@media(min-width:2400px)and (max-width:3200px){.custom-select-search .c-dropdown__option{font-size:1.2rem!important}}.custom-select-search .c-dropdown__group{padding-bottom:0}.custom-select-search .c-dropdown__group .c-dropdown__option{border:0!important;font-size:12px!important;padding-left:25px!important;padding:5px}@media(min-width:2400px)and (max-width:3200px){.custom-select-search .c-dropdown__group .c-dropdown__option{font-size:1.2rem!important}}.custom-select-search .c-dropdown__menu-list{max-height:220px;overflow-x:auto}.custom-select-search .c-dropdown__menu-list::-webkit-scrollbar-track{background-color:#f0f0f0;-webkit-background-color:#f0f0f0;-moz-background-color:#f0f0f0;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px}.custom-select-search .c-dropdown__menu-list::-webkit-scrollbar{background-color:#e31000;-webkit-background-color:#e31000;-moz-background-color:#e31000;background-color:#f0f0f0;-webkit-background-color:#f0f0f0;-moz-background-color:#f0f0f0;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;width:10px;-webkit-width:10px;-moz-width:10px}.custom-select-search .c-dropdown__menu-list::-webkit-scrollbar-thumb{background-color:#e31000;-webkit-background-color:#e31000;-moz-background-color:#e31000;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px}.select-form-control{background:#fff;border:1px solid #bab4b4;border-radius:5px;color:#444;font-size:14px;font-weight:400;height:38px;line-height:30px;padding:0 10px;width:100%}@media(min-width:2400px)and (max-width:3200px){.select-form-control{font-size:1.4rem;height:3.8rem;line-height:3rem;padding:0 1rem}}.select-form-control:focus{border-color:#bab4b4;box-shadow:none;outline:none}.custom-form-control{background:#fff;border:1px solid #bab4b4;border-radius:5px;color:#444;font-size:14px;font-weight:400;line-height:30px;padding:18px 10px;width:100%}@media(min-width:2400px)and (max-width:3200px){.custom-form-control{font-size:1.4rem;line-height:3rem;padding:1.8rem 1rem}}.custom-form-control:focus{border-color:#bab4b4;box-shadow:none;outline:none}#recommended-tests .custom_checkbox label .checkmark{height:16px;width:16px}@media(min-width:2400px)and (max-width:3200px){#recommended-tests .custom_checkbox label .checkmark{height:1.6rem;width:1.6rem}}#recommended-tests .custom_checkbox label .checkmark:after{font-size:19px;left:-1px;top:-6px}@media(min-width:2400px)and (max-width:3200px){#recommended-tests .custom_checkbox label .checkmark:after{font-size:1.9rem;top:-.6rem}}.customRadio [type=radio]{height:0;opacity:0;position:absolute;width:0}.customRadio .radioItem{align-items:center;background:#fff;border:1px solid #a1a0a0;border-radius:3px;display:flex;justify-content:center;min-height:15rem;padding:1rem;width:100%}.customRadio [type=radio]+.radioItem{cursor:pointer}.customRadio [type=radio]:checked+.radioItem{border-color:#e31000}#bmi-calculator-page .custom_radio_checkbox label{padding-left:25px;padding-right:10px}@media(min-width:2400px)and (max-width:3200px){.Booking-Cancel-Modal .custom_radio_checkbox label{padding-left:30px!important;padding-top:3px!important}}#Contact-Us .Contact-sidebar{background-color:#e31000;color:#fff;font-size:1.6rem}#Contact-Us .Contact-sidebar .contact-details span.icon i{font-size:22px}#Contact-Us .Contact-sidebar .contact-details span.contact-label{font-size:18px;font-weight:600;line-height:20px;margin-bottom:10px}#Contact-Us .Contact-sidebar .contact-details a,#Contact-Us .Contact-sidebar .contact-details p{color:#fff;font-family:Roboto,sans-serif;font-size:15px;font-weight:400;line-height:21px}#Contact-Us .Contact-Form textarea{height:100px}#sitemap ul.main-menu{border-bottom:1px solid #dee2e6;margin-bottom:30px}@media(max-width:575px){#sitemap ul.main-menu{margin-bottom:20px}}#sitemap ul.main-menu li:first-child a{color:#000;display:block;font-size:25px;font-weight:700;margin-bottom:10px;width:fit-content}#sitemap ul.main-menu li>a{color:#000;font-size:17px;font-weight:600}#sitemap ul.main-menu li>a:hover{color:#e31000}#sitemap ul.main-menu li ul.sub-menu{margin-bottom:20px}#sitemap ul.main-menu li ul.sub-menu li{display:inline-block;line-height:22px;margin-right:20px;padding-left:15px;position:relative;vertical-align:top;width:31%}@media(max-width:575px){#sitemap ul.main-menu li ul.sub-menu li{margin-right:0;width:100%}}@media(min-width:576px)and (max-width:767px){#sitemap ul.main-menu li ul.sub-menu li{width:46%}}@media(min-width:768px)and (max-width:991px){#sitemap ul.main-menu li ul.sub-menu li{width:47%}}#sitemap ul.main-menu li ul.sub-menu li :before{content:"";font-family:FontAwesome;font-size:7px;left:0;position:absolute;top:0}#sitemap ul.main-menu li ul.sub-menu li>a{color:#e31000;font-size:15px;font-weight:400}#sitemap ul.main-menu li ul.sub-menu li>a:hover{color:#000}.horizontal-slider{height:40px;max-width:500px;width:100%}.vertical-slider{height:380px;width:50px}.example-thumb{background-color:#000;border:0;border-radius:5px;box-sizing:border-box;color:#fff;cursor:pointer;font-size:10px;text-align:center}.example-track{background:#ddd;border-radius:5px;position:relative}.example-track.example-track-1{background:#e31000}.horizontal-slider .example-track{height:10px;top:15px}.horizontal-slider .example-thumb{border:1px solid #000;border-radius:30px;box-shadow:0 0 5px #000c;height:30px;line-height:30px;text-shadow:0 0 2px #000;top:5px;width:30px}.horizontal-slider .example-thumb:after{background-image:radial-gradient(#0000,#fff)!important;border-radius:28px;content:"";height:28px;left:0;opacity:.2;position:absolute;top:0;width:28px}#leftsideMenu.position-sticky{top:20px}#leftsideMenu .list-group{border:1px solid rgba(0,0,0,.125);border-radius:5px;overflow:hidden}#leftsideMenu .list-group button{background-color:#d6e9fb;border:none;border-bottom:1px solid rgba(0,0,0,.125);color:#000;font-family:Roboto,sans-serif;font-size:1.8rem;font-weight:400;margin-top:0;padding-left:22px;transition:all .2s ease-in-out}#leftsideMenu .list-group button:last-child{border-bottom:none}#leftsideMenu .list-group button:after{background-color:#e31000;bottom:0;content:"";left:0;position:absolute;top:0;width:0}#leftsideMenu .list-group button:hover{background-color:#fff}#leftsideMenu .list-group button:hover:after{width:0}#leftsideMenu .list-group button:hover a{color:#e31000}#leftsideMenu .list-group button.active{background-color:#fff;color:#e31000}#leftsideMenu .list-group button.active:after{width:4px}#leftsideMenu .list-group button.active a{color:#e31000}#leftsideMenu .list-group button a{color:#000;display:block}.SearchBar{position:relative}.SearchBar span.icon-search{position:absolute;right:0;top:8px}.SearchBar input:focus .span.label{font-size:12px!important;top:-10px}@media(max-width:575px){#My-Booking .SearchBar{width:100%!important}#My-Booking .testSearchBar{width:auto!important}}#My-Booking .Patients_list .user-details{width:100%}@media(max-width:575px){#My-Booking .Patients_list .user-details{width:100%!important}}#My-Booking .SearchBar span.fa-search{position:absolute;right:0;top:8px}@keyframes szh-menu-show{0%{opacity:0}}@keyframes szh-menu-hide{to{opacity:0}}.custom-dropdown ::-webkit-scrollbar{width:10px}.custom-dropdown ::-webkit-scrollbar-track{background:#d9d9d9;border-bottom-right-radius:5px;border-top-right-radius:5px}.custom-dropdown ::-webkit-scrollbar-thumb{background:#e31000;border-radius:50px}.custom-dropdown ::-webkit-scrollbar-thumb:hover{background:#e31000}.custom-dropdown .szh-menu-button{background:#fff;border:1px solid #bab4b4;border-radius:5px!important;color:#000!important;font-size:1.4rem;margin-bottom:1.5rem!important;min-height:4rem;overflow:hidden;padding:1rem 1.5rem!important;position:relative;text-align:left;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;width:100%}.custom-dropdown .szh-menu-button:after{border-color:#000;border-style:solid;border-width:2px 2px 0 0;content:"";display:inline-block;height:6px;margin-right:0;position:absolute;right:13px;top:14px;transform:rotate(135deg);width:6px}.custom-dropdown .szh-menu{align-items:center;box-shadow:1px 1px 20px 1px #0000001a;color:#000;font-size:1rem;justify-content:space-between;min-width:10rem;-webkit-user-select:none;user-select:none}.custom-dropdown .szh-menu .szh-menu{max-height:16rem;overflow:auto}.custom-dropdown .szh-menu--state-opening{animation:opacity .15s ease-out}.custom-dropdown .szh-menu--state-closing{animation:opacity .2s ease-out forwards}.custom-dropdown .szh-menu__item{padding:1rem 2rem}.custom-dropdown .szh-menu__item--hover{background-color:#e31000;color:#fff}.custom-dropdown .szh-menu__item--hover:after{border-color:#fff!important}.custom-dropdown .szh-menu__item--submenu{padding-right:5rem;position:relative;text-transform:capitalize}.custom-dropdown .szh-menu__item--submenu:after{border-color:#000;border-style:solid;border-width:2px 2px 0 0;content:"";display:inline-block;height:6px;position:absolute;right:1.2rem;top:2rem;transform:rotate(45deg);width:6px}.custom-dropdown .szh-menu__item--submenu:hover:after{border-color:#fff}.seo-overlay{align-items:center;background:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:100}.border-last-row{border-bottom-left-radius:6px!important;border-bottom-right-radius:6px!important}.seo-dropdown-active{background-color:#e31000!important;color:#fff}.seo-dropdown-not-active{background-color:#d6e9fb!important;color:#000}.arrow-up-white{border-color:#fff;border-width:2px 2px 0 0;border-right:2px solid #fff;border-top:2px solid #fff;transform:rotate(316deg)}.arrow-down-black,.arrow-up-white{display:inline-block;height:9px;margin-right:0;position:absolute;right:15px;width:9px}.arrow-down-black{border-color:#000;border-width:2px 2px 0 0;border-right:2px solid #000;border-top:2px solid #000;transform:rotate(135deg)}.mobile-filter-container{left:2%;position:absolute;top:24px;width:93%;z-index:112}.mobile-filter-container .default-dropdown-value{background-color:#d6e9fb;border-top-left-radius:6px;border-top-right-radius:6px;padding:1.2rem 2rem}.mobile-filter-container .booking-dropdown-container{background-color:#fff;border-radius:6px;overflow:hidden}.mobile-filter-container .booking-dropdown-container .booking-dropdown-item{padding:1.2rem 2rem;position:relative}.mobile-filter-container .booking-dropdown-container .booking-dropdown-body .sub-menu-item{padding:1rem 2rem}.mobile-filter-container .booking-dropdown-container .booking-dropdown-body .sub-menu-item:hover{background-color:#e31000;color:#fff}.w-14-px{min-width:1.4rem!important}.booking-list .selected-border{border:3px solid red;border-radius:5px}.booking-list .bookingListHeading{display:flex}@media(max-width:575px){.booking-list .bookingListHeading{display:block;max-width:calc(100vw - 18rem)}.booking-list .bookingListHeading .doctorLabName{font-size:1.4rem;font-weight:400;padding-left:3rem}}.booking-list .booking-list-item{padding:1.5rem}.booking-list .booking-list-item .view-details{font-size:1.4rem}.booking-list .booking-list-item .view-details i{font-size:1.6rem}@media(max-width:575px){.booking-list .booking-list-item .view-details i{font-size:1.3rem}}.booking-list .booking-list-item .tests-list-container{display:block;max-width:42rem;overflow:hidden;text-overflow:ellipsis}@media(max-width:1199px){.booking-list .booking-list-item .tests-list-container{max-width:28rem}}@media(max-width:575px){.booking-list .booking-list-item .tests-list-container{max-width:calc(100vw - 18rem)}}.booking-list .booking-list-item .tests-list-container .tests-list{white-space:nowrap}.booking-list .booking-list-item span.doctorLabName{display:inline-block;white-space:nowrap}@media(max-width:575px){.booking-list .booking-list-item span.doctorLabName{white-space:wrap;width:100%!important}.booking-list .booking-list-item{border-radius:0;padding:.5rem 1rem!important}.booking-list{padding:0}}#My-Booking .container .container{padding:0;width:100%}body.no-scroll{height:100vh;overflow:hidden}.booking-dropdown-body{max-height:35rem;overflow:auto}@media(max-width:767px){.mobile-filter-container{border:2px solid #fff;border-radius:6px;top:65px}}.mobile-filter-container .accordion{border-top:2px solid #fff}.downloadAndShare{margin-bottom:1rem}.Profile_list .Icon{background:#f0f0f0;border-radius:50%;color:#000;height:100px;overflow:hidden;text-align:center;width:100px}@media(min-width:2400px)and (max-width:3200px){.Profile_list .Icon{height:10rem;width:10rem}}@media(max-width:575px){.Profile_list .Icon{height:60px;width:60px}}.Profile_list .Icon span{font-size:90px;left:1px;line-height:114px;position:relative}@media(min-width:2400px)and (max-width:3200px){.Profile_list .Icon span{font-size:9rem;line-height:11.4rem}}@media(max-width:575px){.Profile_list .Icon span{font-size:49px;line-height:75px}}.Profile_list .user-details{width:72%}@media(max-width:575px){.Profile_list .user-details h3{font-size:18px}.Profile_list .user-details .contact_details-lg{display:none!important}}.Profile_list .contact_details-sm{display:none!important}@media(max-width:575px){.Profile_list .contact_details-sm{display:block!important}}.Vaccinated-user .details .icon-call{background:#05d43b;border-radius:50%;color:#fff;font-size:12px;height:23px;line-height:25px;text-align:center;width:23px}.Vaccinated-user .details .icon-call-disabled{background:#a1a0a0;color:#fff}.Vaccinated-user .img-fluid{object-fit:cover}.Vaccinated-user .Vaccinated{background:rgba(236,28,36,.129);font-size:14px}.Vaccinated-user .user{height:60px;width:60px}.Vaccinated-user .user span{border-radius:50%;bottom:-5px;font-size:13px;height:24px;line-height:25px;position:absolute;right:-5px;text-align:center;width:24px}.Vaccinated-user .happy-code span{font-size:10px;letter-spacing:1.4px;line-height:10px}@media(max-width:575px){.Vaccinated-user .Responsive_Hide{display:none!important}}.Vaccinated-user .Responsive_Show{display:none}@media(max-width:575px){.Vaccinated-user .Responsive_Show{display:block!important}}#Booking-Details .Map{height:200px}.Traking span{border:1px solid #979797;border-radius:50%;font-size:15px;height:33px;line-height:28px;text-align:center;width:33px}@media(min-width:2400px)and (max-width:3200px){.Traking span{font-size:1.5rem;height:3.3rem;line-height:2.8rem;width:3.3rem}}@media(max-width:575px){.Traking span{font-size:14px;height:30px;line-height:30px;width:30px}}.Traking span.active{border-color:#e31000;color:#e31000}#Booking-Details .not-available{cursor:default;opacity:.4;pointer-events:none}#Booking-Details .not-available .booking-availabe{color:#5c5c5c!important}@media(max-width:575px){#Booking-Details #Tabs .Traking_btn{margin-top:-29px;position:relative}#Booking-Details #Tabs .Traking_btn span{font-size:13px!important}}.SampleTraking{text-align:center!important}.SampleTraking i{border:1px solid #979797;border-radius:50%;color:#000;display:inline-block;font-size:20px;height:40px;line-height:35px;margin-bottom:7px;position:relative;text-align:center;width:40px}@media(min-width:2400px)and (max-width:3200px){.SampleTraking i{font-size:2rem;height:4rem;line-height:3.5rem;width:4rem}}.SampleTraking i.line:after{background:#adaaaa;content:"";height:1px;position:absolute;right:-34px;top:19px;width:25px}@media(min-width:2400px)and (max-width:3200px){.SampleTraking i.line:after{height:.1rem;right:-3.4rem;top:1.9rem;width:2.5rem}}@media(max-width:575px){.SampleTraking i.line:after{display:none;right:-14px;width:9px}}.SampleTraking span{display:block;font-size:9px;line-height:13px;position:relative;text-align:center}@media(min-width:2400px)and (max-width:3200px){.SampleTraking span{font-size:.9rem}}.SampleTraking .active i{border-color:#e31000;color:#e31000}#FeedBack-Modal .Feedback_list .user{height:60px;object-fit:cover;width:60px}.Edit-Popup{position:relative}.Edit-Popup .Option-Popup{background:#fff;display:none;min-width:195px;position:absolute;right:31px;top:30px;width:fit-content}@media(min-width:2400px)and (max-width:3200px){.Edit-Popup .Option-Popup{min-width:225px}}.Edit-Popup .Option-Popup.active{display:block}.about-solution-list{display:flex;flex-direction:row;justify-content:center;margin-bottom:2rem}.about-solution-list .owl-carousel .owl-stage{display:flex}.about-solution-list .about-solution-list-item{background:#d6e9fb;border-radius:5px;height:100%;padding:2rem 1rem;text-align:center}.about-solution-list .about-solution-list-item svg{height:8rem;width:auto}.about-solution-list .about-solution-list-item p{font-size:1.6rem;margin-bottom:0;margin-top:1rem}.midd-content{display:flex}@media(max-width:991px){.midd-content{flex-direction:column-reverse}}.midd-content .midd-content-list{margin-bottom:3rem;margin-top:5rem;position:relative;width:55%}.midd-content .midd-content-list:before{border-left:2px dashed #e31000;content:"";height:68%;left:7rem;position:absolute;top:4rem;width:2px}@media(max-width:767px){.midd-content .midd-content-list:before{height:62%;left:2.5rem}}@media(max-width:991px){.midd-content .midd-content-list{width:100%}}.midd-content .indiaMap{width:45%}@media(max-width:991px){.midd-content .indiaMap{width:100%}}.midd-content .midd-content-list-item{display:flex;margin-bottom:5.5rem;position:relative}.midd-content .midd-content-list-item:last-child{margin-bottom:0}.midd-content .midd-content-list-item .list-icon{margin-right:3rem;min-width:14rem;width:14rem}@media(max-width:767px){.midd-content .midd-content-list-item .list-icon{margin-right:1rem;min-width:5rem;width:5rem}}.midd-content .midd-content-list-item .list-icon svg{width:100%}@media(max-width:767px){.midd-content .midd-content-list-item .list-icon svg{height:8rem}}.midd-content .midd-content-list-item .list-content{padding-top:1rem}.midd-content .midd-content-list-item .list-content p{font-size:1.6rem;margin:0 0 .8rem}.midd-content .midd-content-list-item .list-content p.heading{font-size:2.2rem}.midd-content .midd-content-list-item .list-content ul li{font-size:1.6rem;padding-left:2rem;position:relative}.midd-content .midd-content-list-item .list-content ul li:after{background:#000;border-radius:50%;content:"";height:.6rem;left:.3rem;position:absolute;top:1rem;width:.6rem}.howItWork .howItWork-content{display:flex;flex-wrap:wrap}.howItWork .howItWork-content .content-item{align-items:center;display:flex;flex-direction:column;padding:3rem 3%;position:relative;text-align:center;width:25%}@media(max-width:991px){.howItWork .howItWork-content .content-item{width:50%}}.howItWork .howItWork-content .content-item .image-bg{border:1px dashed #000;border-radius:50%;height:20rem;position:relative;width:20rem}@media(max-width:767px){.howItWork .howItWork-content .content-item .image-bg{height:14rem;width:14rem}}.howItWork .howItWork-content .content-item .image-bg img{bottom:1rem;left:-.5rem;max-width:25rem;position:absolute;width:23rem}@media(max-width:767px){.howItWork .howItWork-content .content-item .image-bg img{max-width:17rem;width:17rem}}.howItWork .howItWork-content .content-item .image-bg:before{background:#e31000;border-radius:50%;bottom:2rem;content:"";left:2rem;position:absolute;right:2rem;top:2rem}.howItWork .howItWork-content .content-item .image-bg span.number{align-items:center;background:#000;border-radius:50%;bottom:1.4rem;color:#fff;display:flex;font-size:1.5rem;height:3rem;justify-content:center;position:absolute;right:1.4rem;width:3rem}.howItWork .howItWork-content .content-item h3{font-size:2rem!important;font-weight:500!important}.howItWork .howItWork-content .content-item span.arrowIcon{left:100%;position:absolute;top:12rem;transform:translateX(-50%);width:27%}.howItWork .howItWork-content .content-item span.arrowIcon svg{width:100%}.howItWork .howItWork-content .content-item:last-child span.arrowIcon{display:none}.howItWork .howItWork-content .content-item:nth-child(2) span.arrowIcon{transform:rotateX(180deg) translateX(-50%)}@media(max-width:991px){.howItWork .howItWork-content .content-item:nth-child(2) span.arrowIcon{display:none}.howItWork .howItWork-content .content-item:nth-child(3) span.arrowIcon{transform:rotateX(180deg) translateX(-50%)}}@media(max-width:767px){.howItWork .howItWork-content .content-item span.arrowIcon{display:none}}.partners-content{background:#fff;border-radius:1rem;display:flex;flex-wrap:wrap;justify-content:space-around;margin-bottom:2rem;margin-top:2rem;padding:1rem}.partners-content .item{padding:1.5rem}.partners-content .item img{max-height:5.1rem;width:auto}.diagnostic-container .diagnostic-accordion,.diagnostic-container .fullbody-checkup-accordion,.fullbody-checkup-container .diagnostic-accordion,.fullbody-checkup-container .fullbody-checkup-accordion{border:1px solid #001a66;border-radius:10px;color:#fff;overflow:hidden}@media(max-width:767px){.diagnostic-container .diagnostic-accordion,.diagnostic-container .fullbody-checkup-accordion,.fullbody-checkup-container .diagnostic-accordion,.fullbody-checkup-container .fullbody-checkup-accordion{border:none}}.diagnostic-container .diagnostic-accordion .googleRating,.diagnostic-container .fullbody-checkup-accordion .googleRating,.fullbody-checkup-container .diagnostic-accordion .googleRating,.fullbody-checkup-container .fullbody-checkup-accordion .googleRating{margin-bottom:-.25rem;margin-top:-.25rem}.diagnostic-container .diagnostic-accordion .googleRating span.rating_box,.diagnostic-container .fullbody-checkup-accordion .googleRating span.rating_box,.fullbody-checkup-container .diagnostic-accordion .googleRating span.rating_box,.fullbody-checkup-container .fullbody-checkup-accordion .googleRating span.rating_box{font-size:1.2rem!important;padding:2px 5px}.diagnostic-container .diagnostic-accordion .card,.diagnostic-container .fullbody-checkup-accordion .card,.fullbody-checkup-container .diagnostic-accordion .card,.fullbody-checkup-container .fullbody-checkup-accordion .card{border:none;border-radius:8px}.diagnostic-container .diagnostic-accordion .card .card-header,.diagnostic-container .fullbody-checkup-accordion .card .card-header,.fullbody-checkup-container .diagnostic-accordion .card .card-header,.fullbody-checkup-container .fullbody-checkup-accordion .card .card-header{padding:.75rem 3rem .75rem 1.4em}@media(max-width:767px){.diagnostic-container .diagnostic-accordion .card .card-header,.diagnostic-container .fullbody-checkup-accordion .card .card-header,.fullbody-checkup-container .diagnostic-accordion .card .card-header,.fullbody-checkup-container .fullbody-checkup-accordion .card .card-header{padding:.75rem 2.5rem .75rem 1em}}.diagnostic-container .diagnostic-accordion .diagnostic-card,.diagnostic-container .diagnostic-accordion .fullbody-checkup-card,.diagnostic-container .fullbody-checkup-accordion .diagnostic-card,.diagnostic-container .fullbody-checkup-accordion .fullbody-checkup-card,.fullbody-checkup-container .diagnostic-accordion .diagnostic-card,.fullbody-checkup-container .diagnostic-accordion .fullbody-checkup-card,.fullbody-checkup-container .fullbody-checkup-accordion .diagnostic-card,.fullbody-checkup-container .fullbody-checkup-accordion .fullbody-checkup-card{background-color:#001a66}.diagnostic-container .diagnostic-accordion .diagnostic-body,.diagnostic-container .diagnostic-accordion .fullbody-checkup-body,.diagnostic-container .fullbody-checkup-accordion .diagnostic-body,.diagnostic-container .fullbody-checkup-accordion .fullbody-checkup-body,.fullbody-checkup-container .diagnostic-accordion .diagnostic-body,.fullbody-checkup-container .diagnostic-accordion .fullbody-checkup-body,.fullbody-checkup-container .fullbody-checkup-accordion .diagnostic-body,.fullbody-checkup-container .fullbody-checkup-accordion .fullbody-checkup-body{background-color:#e4f0fe}@media(max-width:767px){.diagnostic-container .diagnostic-accordion .diagnostic-body,.diagnostic-container .diagnostic-accordion .fullbody-checkup-body,.diagnostic-container .fullbody-checkup-accordion .diagnostic-body,.diagnostic-container .fullbody-checkup-accordion .fullbody-checkup-body,.fullbody-checkup-container .diagnostic-accordion .diagnostic-body,.fullbody-checkup-container .diagnostic-accordion .fullbody-checkup-body,.fullbody-checkup-container .fullbody-checkup-accordion .diagnostic-body,.fullbody-checkup-container .fullbody-checkup-accordion .fullbody-checkup-body{padding:1rem 0}}.diagnostic-container .diagnostic-accordion .diagnostic-body .card,.diagnostic-container .diagnostic-accordion .fullbody-checkup-body .card,.diagnostic-container .fullbody-checkup-accordion .diagnostic-body .card,.diagnostic-container .fullbody-checkup-accordion .fullbody-checkup-body .card,.fullbody-checkup-container .diagnostic-accordion .diagnostic-body .card,.fullbody-checkup-container .diagnostic-accordion .fullbody-checkup-body .card,.fullbody-checkup-container .fullbody-checkup-accordion .diagnostic-body .card,.fullbody-checkup-container .fullbody-checkup-accordion .fullbody-checkup-body .card{background-color:#d6e9fb;border:1px solid #bad0e5}.diagnostic-container .diagnostic-accordion .diagnostic-body .card-header:first-child,.diagnostic-container .diagnostic-accordion .fullbody-checkup-body .card-header:first-child,.diagnostic-container .fullbody-checkup-accordion .diagnostic-body .card-header:first-child,.diagnostic-container .fullbody-checkup-accordion .fullbody-checkup-body .card-header:first-child,.fullbody-checkup-container .diagnostic-accordion .diagnostic-body .card-header:first-child,.fullbody-checkup-container .diagnostic-accordion .fullbody-checkup-body .card-header:first-child,.fullbody-checkup-container .fullbody-checkup-accordion .diagnostic-body .card-header:first-child,.fullbody-checkup-container .fullbody-checkup-accordion .fullbody-checkup-body .card-header:first-child{background-color:#d6e9fb;border-radius:10px 10px 0 0;padding:11px}@media(max-width:767px){.diagnostic-container .fullbody-checkup-accordion.accordion,.fullbody-checkup-container .fullbody-checkup-accordion.accordion{border-radius:0;margin-left:-1.3rem;margin-right:-1.3rem}.diagnostic-container .fullbody-checkup-accordion.accordion .card,.fullbody-checkup-container .fullbody-checkup-accordion.accordion .card{border-radius:0}.diagnostic-container .fullbody-checkup-accordion.accordion .card-body,.fullbody-checkup-container .fullbody-checkup-accordion.accordion .card-body{padding:1rem 0 1rem 1rem}.diagnostic-container .fullbody-checkup-accordion.accordion .owl-carousel .PopularPackages .mb-5,.fullbody-checkup-container .fullbody-checkup-accordion.accordion .owl-carousel .PopularPackages .mb-5{margin-bottom:0!important}}.diagnostic-container .lab-list-rs,.fullbody-checkup-container .lab-list-rs{border-bottom:1px solid #001a66}.diagnostic-container .seo-desktop-tab-content-header,.fullbody-checkup-container .seo-desktop-tab-content-header{border-bottom:1px solid #001a66;border-left:1px solid #001a66;border-right:1px solid #001a66}.diagnostic-container .tab-tags,.fullbody-checkup-container .tab-tags{border:1px solid #001a66;border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top-right-radius:8px}.diagnostic-container .tab-tags span,.fullbody-checkup-container .tab-tags span{background-color:#cbdefe;border-radius:50px;color:#001a66}.diagnostic-container .full-body-labs-details,.fullbody-checkup-container .full-body-labs-details{border:1px solid #001a66;border-radius:10px;overflow:hidden}.diagnostic-container .full-body-labs-details .lab-heading,.fullbody-checkup-container .full-body-labs-details .lab-heading{background-color:#001a66;border-top-left-radius:10px;border-top-right-radius:10px}.diagnostic-container .full-body-labs-details .full-body-labs-content>div:nth-child(2n),.fullbody-checkup-container .full-body-labs-details .full-body-labs-content>div:nth-child(2n){background-color:#e4f0fe}.diagnostic-container .full-body-labs-details .full-body-labs-content>div:nth-child(odd),.fullbody-checkup-container .full-body-labs-details .full-body-labs-content>div:nth-child(odd){background-color:#d6e9fb}.diagnostic-container .list-group-container ul,.fullbody-checkup-container .list-group-container ul{list-style:none}.diagnostic-container .list-group-container li:before,.fullbody-checkup-container .list-group-container li:before{color:#e31019;content:"•";display:inline-block;font-size:2em;vertical-align:middle;width:.7em}.diagnostic-container .owl-nav,.fullbody-checkup-container .owl-nav{display:none}.diagnostic-container .owl-dots .owl-dot,.fullbody-checkup-container .owl-dots .owl-dot{margin:15px 4px!important;width:32px}.diagnostic-container .owl-dots .owl-dot span,.fullbody-checkup-container .owl-dots .owl-dot span{border:3px solid #f8c1bd;border-radius:50px;display:block;height:3px;width:32px}.diagnostic-container .owl-dots .owl-dot.active span,.fullbody-checkup-container .owl-dots .owl-dot.active span{border:3px solid #e31019}@media(max-width:767px){.diagnostic-container .card-containt .heading-text,.fullbody-checkup-container .card-containt .heading-text{font-size:1.5rem}}.diagnostic-container .selectedTest,.fullbody-checkup-container .selectedTest{align-items:center;display:flex;flex-wrap:wrap;width:100%}.diagnostic-container .fullbody-checkup-accordion span.rating_box,.fullbody-checkup-container .fullbody-checkup-accordion span.rating_box{border-color:#fff!important;color:#fff!important}@media(max-width:991px){.diagnostic-container .fullbody-checkup-accordion span.rating_box,.fullbody-checkup-container .fullbody-checkup-accordion span.rating_box{border-color:#e31000!important;color:#000!important}}.test-details-bannerOuter{align-items:center;background-image:url(/static/media/testDetailsBg.b59fa15d558c0dd173ad.jpg);background-repeat:no-repeat;background-size:cover;display:flex;margin-left:-15px;margin-right:-15px;position:relative}.test-details-bannerOuter .banenrImage{width:40%}.test-details-bannerOuter .banenrImage img{width:100%}.test-details-bannerOuter .bannerContent{padding:1rem;width:60%}@media screen and (max-width:667px){.test-details-bannerOuter .bannerContent{padding:.5rem}}.test-details-bannerOuter .bannerContent p.title{color:#fff;font-size:2.7rem;font-weight:400;line-height:1;margin-bottom:3rem}@media screen and (max-width:991px){.test-details-bannerOuter .bannerContent p.title{font-size:1.7rem;margin-bottom:1.5rem}}@media screen and (max-width:667px){.test-details-bannerOuter .bannerContent p.title{font-size:1rem;margin-bottom:.8rem}}.test-details-bannerOuter .bannerContent p.heading{color:#fff;font-size:4.8rem;font-weight:700;line-height:1.2;margin-bottom:3rem}@media screen and (max-width:991px){.test-details-bannerOuter .bannerContent p.heading{font-size:2.8rem;margin-bottom:1.5rem}}@media screen and (max-width:667px){.test-details-bannerOuter .bannerContent p.heading{font-size:1.2rem;margin-bottom:.8rem}}.test-details-bannerOuter .bannerContent p.tnc{bottom:1.5rem;color:#fff;font-size:1.2rem;margin:0;position:absolute;right:4rem}@media screen and (max-width:991px){.test-details-bannerOuter .bannerContent p.tnc{font-weight:.95rem}}@media screen and (max-width:667px){.test-details-bannerOuter .bannerContent p.tnc{bottom:.5rem;font-size:.8rem;right:1.5rem}}@media(max-width:575px){.test-details-section.HepatitisBSurfaceAntigenHBsAg .who-needs-steps .test-details-sub-banner .test-details-sub-banner-content .parsedData{text-align:left!important}}.test-details-section.HepatitisBSurfaceAntigenHBsAg .who-needs-steps .test-details-sub-banner .test-details-sub-banner-content .parsedData h2{color:#e31019;font-size:2rem;font-weight:700;line-height:1.4;margin:1rem 0 0;padding-left:2rem;position:relative}@media(max-width:575px){.test-details-section.HepatitisBSurfaceAntigenHBsAg .who-needs-steps .test-details-sub-banner .test-details-sub-banner-content .parsedData h2{font-size:1.6rem}}.test-details-section.HepatitisBSurfaceAntigenHBsAg .who-needs-steps .test-details-sub-banner .test-details-sub-banner-content .parsedData h2:before{background-color:#e31000;border-radius:50%;box-shadow:0 0 0 4px #e3100033;content:"";height:.8rem;left:0;position:absolute;top:.7rem;width:.8rem}@media(max-width:575px){.test-details-section.HepatitisBSurfaceAntigenHBsAg .who-needs-steps .test-details-sub-banner .test-details-sub-banner-content .parsedData h2:before{display:inline-block!important}.test-details-section.HepatitisBSurfaceAntigenHBsAg .who-aligned-left .test-details-sub-banner-content .parsedData h2:before{display:flex}.HbA1CGlycosylatedHemoglobin .intro-subtitle{font-weight:500!important}}.HbA1CGlycosylatedHemoglobin .font-size-32{font-size:3.2rem!important}@media(max-width:575px){.HbA1CGlycosylatedHemoglobin .font-size-32{font-size:2rem!important}.HbA1CGlycosylatedHemoglobin .font-size-22{font-size:1.5rem!important}.HbA1CGlycosylatedHemoglobin .book-dynamic-text .font-size-16{font-size:1.2rem!important}.HbA1CGlycosylatedHemoglobin .font-size-16{font-size:1.4rem!important}.HbA1CGlycosylatedHemoglobin .font-size-26{font-size:1.6rem!important}.HbA1CGlycosylatedHemoglobin .test-details-key-card-content p{font-weight:400!important}.HbA1CGlycosylatedHemoglobin .test-details-what-happens .thyroid-normal-range .font-size-22{font-size:1.2rem!important}.HbA1CGlycosylatedHemoglobin .test-details-btn-book-test a{font-size:1.35rem!important}}.HbA1CGlycosylatedHemoglobin .prepare-content{margin-top:3rem}@media(max-width:575px){.HbA1CGlycosylatedHemoglobin .prepare-content{margin-top:0!important}.HbA1CGlycosylatedHemoglobin .who-needs-steps .test-details-sub-banner-content .parsedData{text-align:left!important}}.HbA1CGlycosylatedHemoglobin .who-needs-steps .test-details-sub-banner-content .parsedData h2{font-size:1.6rem;line-height:1.4;margin:1rem 0 0;padding-left:2rem!important;position:relative}@media(max-width:575px){.HbA1CGlycosylatedHemoglobin .who-needs-steps .test-details-sub-banner-content .parsedData h2{padding-left:0}}.HbA1CGlycosylatedHemoglobin .who-needs-steps .test-details-sub-banner-content .parsedData h2:before{background-color:#e31000;border-radius:50%;box-shadow:0 0 0 4px #e3100033;content:"";height:.8rem;left:0;position:absolute;top:.7rem;width:.8rem}@media(max-width:575px){.HbA1CGlycosylatedHemoglobin .who-needs-steps .test-details-sub-banner-content .parsedData h2:before{display:flex}.HbA1CGlycosylatedHemoglobin .who-aligned-left .test-details-sub-banner{background-color:#d6e9fb}.HbA1CGlycosylatedHemoglobin .who-aligned-left .test-details-sub-banner-content .parsedData,.HbA1CGlycosylatedHemoglobin .who-aligned-left .test-details-sub-banner-content p.sm-align-left{text-align:left!important}}.HbA1CGlycosylatedHemoglobin .who-aligned-left .test-details-sub-banner-content .parsedData h2{font-size:1.6rem;line-height:1.4;margin:1rem 0 0;padding-left:2rem!important;position:relative}.HbA1CGlycosylatedHemoglobin .who-aligned-left .test-details-sub-banner-content .parsedData h2:before{background-color:#e31000;border-radius:50%;box-shadow:0 0 0 4px #e3100033;content:"";height:.8rem;left:0;position:absolute;top:.7rem;width:.8rem}@media(max-width:575px){.HbA1CGlycosylatedHemoglobin .who-aligned-left .test-details-sub-banner-content .parsedData h2:before{display:inline-block!important}}.HbA1CGlycosylatedHemoglobin .test-details-table{margin-top:1rem!important}@media(max-width:575px){.HbA1CGlycosylatedHemoglobin .test-details-table{margin-top:0!important}.HbA1CGlycosylatedHemoglobin .staticCard .test-report-insight-card{font-size:1.6rem!important;width:100%}.HbA1CGlycosylatedHemoglobin .purpose h2{font-size:1.6rem!important}}.HbA1CGlycosylatedHemoglobin .purpose .heading{line-height:1.4;margin:1rem 0 0;padding-left:2rem;position:relative}.HbA1CGlycosylatedHemoglobin .purpose .heading:before{background-color:#e31000;border-radius:50%;box-shadow:0 0 0 4px #e3100033;content:"";height:.8rem;left:0;position:absolute;top:.5rem;width:.8rem}@media(max-width:575px){.HbA1CGlycosylatedHemoglobin .purpose .heading:before{display:inline-block!important}.HbA1CGlycosylatedHemoglobin .purpose .heading{display:flex;margin-bottom:.8rem;margin-right:0}}.HbA1CGlycosylatedHemoglobin .purpose-list .test-details-sub-banner{background:#0000}.HbA1CGlycosylatedHemoglobin .purpose-list .test-details-sub-banner .test-details-sub-banner-content{padding-left:0}@media(max-width:575px){.HbA1CGlycosylatedHemoglobin .purpose-list .test-details-sub-banner .test-details-sub-banner-content .parsedData{text-align:left!important}}.HbA1CGlycosylatedHemoglobin .purpose-list .test-details-sub-banner .test-details-sub-banner-content .parsedData h2{font-size:1.6rem;line-height:1.4;margin:1rem 0 0;padding-left:2rem!important;position:relative}.HbA1CGlycosylatedHemoglobin .purpose-list .test-details-sub-banner .test-details-sub-banner-content .parsedData h2:before{background-color:#e31000;border-radius:50%;box-shadow:0 0 0 4px #e3100033;content:"";height:.8rem;left:0;position:absolute;top:.7rem;width:.8rem}@media(max-width:575px){.HbA1CGlycosylatedHemoglobin .purpose-list .test-details-sub-banner .test-details-sub-banner-content .parsedData h2:before{display:inline-block!important}}.HbA1CGlycosylatedHemoglobin .how-test-done .test-details-sub-banner .test-details-sub-banner-content .parsedData h2{line-height:1.4;margin:1rem 0 0;padding-left:2rem!important;position:relative}@media(max-width:575px){.HbA1CGlycosylatedHemoglobin .how-test-done .test-details-sub-banner .test-details-sub-banner-content .parsedData h2{font-size:1.6rem}}.HbA1CGlycosylatedHemoglobin .how-test-done .test-details-sub-banner .test-details-sub-banner-content .parsedData h2:before{background-color:#e31000;border-radius:50%;box-shadow:0 0 0 4px #e3100033;content:"";height:.8rem;left:0;position:absolute;top:.7rem;width:.8rem}@media(max-width:575px){.HbA1CGlycosylatedHemoglobin .how-test-done .test-details-sub-banner .test-details-sub-banner-content .parsedData h2:before{display:inline-block!important}.HbA1CGlycosylatedHemoglobin .how-test-done .test-details-sub-banner .test-details-sub-banner-content .parsedData h3{font-size:1.4rem;padding-left:0}.HbA1CGlycosylatedHemoglobin .how-test-done .test-details-sub-banner .test-details-sub-banner-content .parsedData p{font-size:1.4rem}.HbA1CGlycosylatedHemoglobin .how-test-done .test-details-sub-banner .test-details-sub-banner-content .parsedData{text-align:left!important}}.test-details-section .spacing-top{margin-top:3rem;padding-top:.5rem}.test-details-section .font-size-39{font-size:3.9rem}.test-details-section .font-size-32{font-size:3.2rem}@media(max-width:575px){.test-details-section .font-size-32{font-size:2rem}.test-details-section .font-size-26{font-size:2rem!important}.test-details-section .font-size-22{font-size:1.8rem}.test-details-section .font-size-18{font-size:1.4rem!important}.test-details-section .font-size-16{font-size:1.4rem}}.test-details-section .test-details-intro-banner .test-details-intro-banner-img{height:auto;width:100%}.test-details-section .test-details-description{margin-top:5rem}@media screen and (max-width:991px){.test-details-section .test-details-description{margin-top:3rem}.test-details-section .test-details-description h2{margin-bottom:.5rem}}.test-details-section .test-details-tags-section{margin-top:5rem}.test-details-section .test-details-tags-section .test-details-tags-content span{border-radius:50px}.test-details-section .test-details-cards-section{margin-top:5rem}.test-details-section .test-details-cards-section .test-details-cards{grid-gap:2.5rem}.test-details-section .test-details-cards-section .test-details-cards .test-details-card-content{border-radius:1.5rem;height:17rem;overflow:hidden;position:relative;width:27rem}.test-details-section .test-details-cards-section .test-details-cards .test-details-card-content .test-card-heading{margin:0;padding:2rem}.test-details-section .test-details-cards-section .test-details-cards .test-details-card-content .package-card .card-price{bottom:0;height:12.8rem!important;left:0;position:absolute;width:12.8rem!important}@media(max-width:575px){.test-details-section .test-details-cards-section .test-details-cards .test-details-card-content .package-card .card-price{height:11.8rem!important;width:11.8rem!important}}.test-details-section .test-details-cards-section .test-details-cards .test-details-card-content .package-card .card-price .price-data{align-items:center;color:#fff;display:flex;margin-left:2.8rem;padding-top:2.8rem}.test-details-section .test-details-cards-section .test-details-cards .test-details-card-content .card-book-btn{bottom:2rem;position:absolute;right:2rem}.test-details-section .test-details-sub-banner{background-color:#d6e9fb;border-radius:2rem;margin-top:5rem;padding:2rem}@media(max-width:575px){.test-details-section .test-details-sub-banner{background-color:#e4f0fe;flex-direction:column;justify-content:center;text-align:center}}.test-details-section .test-details-sub-banner .test-details-sub-banner-inner{padding:2rem}.test-details-section .test-details-sub-banner .test-details-sub-banner-inner .test-details-sub-banner-img svg{height:auto;max-width:100%!important}.test-details-section .test-details-what-happens{margin-top:5rem}.test-details-section .test-details-table{border-radius:10px;margin-top:3rem}.test-details-section .test-details-table .table{margin-bottom:0}.test-details-section .test-details-table .table thead th{vertical-align:top}.test-details-section .test-details-table .table-horizontal-scroll{border:2px solid #d6e9fb;border-radius:10px;overflow-x:auto}.test-details-section .test-details-table .test-details-table-heading{background-color:#e4f0fe}.test-details-section .test-details-table .test-details-table-heading th{border:none;padding:2rem 0}.test-details-section .test-details-table .test-details-table-heading th:first-child{border-top-left-radius:10px;padding-left:9rem}@media(max-width:991px){.test-details-section .test-details-table .test-details-table-heading th:first-child{padding-left:2rem}}.test-details-section .test-details-table .test-details-table-heading th:last-child{border-top-right-radius:10px}.test-details-section .test-details-table .test-details-table-content td{border:none;padding:1rem 0}.test-details-section .test-details-table .test-details-table-content>tr:nth-child(2n){background-color:#d6e9fb}.test-details-section .test-details-table .test-details-table-content>tr:nth-child(odd){background-color:#e4f0fe}.test-details-section .test-details-table .test-details-table-content tr:last-child td:first-child{border-bottom-left-radius:10px}.test-details-section .test-details-table .test-details-table-content tr:last-child td:last-child{border-bottom-right-radius:10px}.test-details-section .test-details-table .test-details-table-content tr td:first-child{padding-left:9rem}@media(max-width:991px){.test-details-section .test-details-table .test-details-table-content tr td:first-child{padding-left:2rem}.test-details-section .test-details-key .test-details-key-row{flex-direction:column}}.test-details-section .test-details-key .test-details-key-card{border:1px solid #e31019;border-radius:2rem;margin-top:6rem;padding:0;position:relative;width:calc(49% - 1rem);z-index:1}.test-details-section .test-details-key .test-details-key-card .test-details-key-card-box{padding:2.5rem}@media(max-width:575px){.test-details-section .test-details-key .test-details-key-card .test-details-key-card-box{padding:.5rem}}.test-details-section .test-details-key .test-details-key-card .test-details-key-card-box .substances-list{display:flex;flex-wrap:wrap;gap:1rem}@media(max-width:575px){.test-details-section .test-details-key .test-details-key-card .test-details-key-card-box .substances-list{display:block;margin:1rem 1.5rem}}.test-details-section .test-details-key .test-details-key-card .test-details-key-card-box .substances-list li{flex:1 1 45%}@media(max-width:575px){.test-details-section .test-details-key .test-details-key-card .test-details-key-card-box .substances-list li{flex:1 1 100%}}.test-details-section .test-details-key .test-details-key-card .test-details-key-card-box .substances-list li p{margin-bottom:1rem;padding-left:2.2rem;position:relative}@media(max-width:575px){.test-details-section .test-details-key .test-details-key-card .test-details-key-card-box .substances-list li p{margin:1.5rem 0;padding-left:3rem}}.test-details-section .test-details-key .test-details-key-card .test-details-key-card-box .substances-list li p span{left:-.5rem;position:absolute;top:0}@media(max-width:991px){.test-details-section .test-details-key .test-details-key-card{width:100%}}.test-details-section .test-details-key .test-details-key-card .test-details-key-top-img{margin-top:-4.5rem;padding-left:2.5rem}@media(max-width:575px){.test-details-section .test-details-key .test-details-key-card .test-details-key-top-img{margin-top:-3.5rem}}.test-details-section .test-details-key .test-details-key-card .test-details-key-top-img .test-details-key-blood{width:9rem}@media(max-width:575px){.test-details-section .test-details-key .test-details-key-card .test-details-key-top-img .test-details-key-blood{width:7rem}}.test-details-section .test-details-key .test-details-key-card .test-details-key-top-img .vitB12CardTitle{border-bottom-left-radius:5px;border-left:1px solid #e31019;border-top-left-radius:5px}.test-details-section .test-details-key .test-details-key-card .test-details-key-top-img .key-blood-heading{background-color:#fff;border-bottom:1px solid #e31019;border-bottom-right-radius:5px;border-right:1px solid #e31019;border-top:1px solid #e31019;border-top-right-radius:5px;line-height:1;margin-bottom:0;margin-left:-1rem;margin-top:0;overflow:hidden;padding:.9rem 1rem .9rem 2rem;z-index:-1}.test-details-section .test-details-key .test-details-key-card .test-details-key-card-content .multiple-red-circles{margin-top:.4rem}.test-details-section .test-details-key .test-details-key-card .test-details-key-card-content .without-icon-content{margin-left:2.6rem}.test-details-section .test-details-warning-section{background-color:#fff;border:1px solid #001a66;border-radius:2rem;margin-top:2rem}@media(max-width:575px){.test-details-section .test-details-warning-section{position:relative}.test-details-section .test-details-warning-section .test-details-warning-img{left:-12px;position:absolute;top:-9px}}.test-details-section .test-details-warning-section .test-details-warning-content{font-size:1.3rem!important}@media(max-width:575px){.test-details-section .test-details-warning-section .test-details-warning-content{padding:1rem}}.test-details-section .test-details-other-tests{margin-top:5rem}.test-details-section .test-details-other-tests .test-details-other-tests-cards .test-details-other-tests-cards-content{border-radius:2rem;padding:2rem 1rem 1rem;width:calc(32% - 1.5rem)}@media(max-width:575px){.test-details-section .test-details-other-tests .test-details-other-tests-cards .test-details-other-tests-cards-content{margin-top:1rem;width:100%}}.test-details-section .test-details-other-tests .test-details-other-tests-cards .test-details-other-tests-cards-content .test-card{width:150px}@media(max-width:575px){.test-details-section .test-details-other-tests .test-details-other-tests-cards .test-details-other-tests-cards-content .test-card{width:100px}.test-details-section .test-details-other-tests .test-details-other-tests-cards .test-details-other-tests-cards-content .test-card-heading{margin:0}}.test-details-section .test-details-other-tests .test-details-other-tests-cards.cardLength-2 .test-details-other-tests-cards-content{width:calc(50% - 1.5rem)}@media(max-width:575px){.test-details-section .test-details-other-tests .test-details-other-tests-cards.cardLength-2 .test-details-other-tests-cards-content{width:100%}}.test-details-section .test-details-btn-book-test{margin-top:3rem}.test-details-section .test-details-faq-section{margin-top:5rem;padding:4rem 4rem 2rem;position:relative}@media(max-width:575px){.test-details-section .test-details-faq-section{padding:0}}.test-details-section .test-details-faq-section:before{border-left:2px dashed #0d1a67;bottom:12rem;content:"";left:12.5rem;position:absolute;top:12rem}@media(max-width:575px){.test-details-section .test-details-faq-section:before{display:none}}.test-details-section .test-details-faq-section .test-details-faq-content-box{position:relative;z-index:1}@media(max-width:575px){.test-details-section .test-details-faq-section .test-details-faq-content-box{align-items:center;flex-direction:column}}.test-details-section .test-details-faq-section .test-details-faq-content-box .test-details-faq-img{height:17.6rem;width:17.6rem}@media(max-width:575px){.test-details-section .test-details-faq-section .test-details-faq-content-box .test-details-faq-img{height:11rem;width:11rem}}.test-details-section .test-details-faq-section .test-details-faq-content-box .test-details-faq-content{padding-left:3rem;width:100%}@media(max-width:575px){.test-details-section .test-details-faq-section .test-details-faq-content-box .test-details-faq-content{align-items:center;padding-left:0;text-align:center}}.test-details-section .test-details-faq-section .test-details-faq-content-box .test-details-faq-content .faq-content-heading{text-transform:uppercase}@media(max-width:575px){.test-details-section .test-details-faq-section .test-details-faq-content-box .test-details-faq-content .faq-content-heading{margin:0}}.test-details-section .test-details-list-card{gap:1rem}@media(max-width:575px){.test-details-section .test-details-list-card{flex-direction:column}}.test-details-section .test-details-list-card .test-list-card{border-radius:.7rem;padding:1rem;width:calc(33% - 1rem)}@media(max-width:575px){.test-details-section .test-details-list-card .test-list-card{width:100%}}.test-details-section .test-details-list-card .test-list-card .test-list-card-desc{margin-left:2.4rem}.test-details-section .test-details-components{gap:1rem}@media(max-width:575px){.test-details-section .test-details-components{flex-direction:column}}.test-details-section .test-details-components .test-details-components-card{border-radius:2rem;padding:2rem 1rem 1rem;width:calc(33% - 1rem)}@media(max-width:575px){.test-details-section .test-details-components .test-details-components-card{width:100%}}.test-details-table-checkbox{display:flex;justify-content:end;margin-bottom:-3rem}@media(max-width:575px){.test-details-table-checkbox label{font-size:1rem;width:13rem}}.test-details-labList{margin-top:5rem}.test-details-labList .tab-content{border-bottom:1px solid #001a66;border-left:1px solid #001a66;border-right:1px solid #001a66}@media(max-width:991px){.test-details-labList .tab-content{border:none}.test-details-labList #Tabs .nav-tabs .nav-link{padding:.8rem 1rem}}.test-matters-data{display:flex;justify-content:center}.test-matters-data .test-matters-card{border-radius:5px;margin:1rem;max-width:33rem;padding:1.5rem 1.5rem .5rem;width:calc(33% - 2rem)}@media(max-width:575px){.test-matters-data .test-matters-card{width:100%}}.test-matters-data .test-matters-card p{margin-bottom:1rem;margin-left:2.4rem}.parsedData h2{font-size:1.6rem;line-height:1.4;margin:1rem 0 0;padding-left:2rem;position:relative}@media(max-width:575px){.parsedData h2{padding-left:0}}.parsedData h2:before{background-color:#e31000;border-radius:50%;box-shadow:0 0 0 4px #e3100033;content:"";height:.8rem;left:0;position:absolute;top:.5rem;width:.8rem}@media(max-width:575px){.parsedData h2:before{display:none}}.parsedData p{padding-left:2rem}@media(max-width:575px){.parsedData p{padding-left:0}}.staticCard{display:flex;flex-wrap:wrap;justify-content:center}.staticCard .test-report-insight-card{align-items:center;border-radius:6px;display:flex;font-size:1.4rem;justify-content:center;margin:1rem;padding:1.5rem;text-transform:math-auto;width:27rem}.risk-item{margin-bottom:1.8rem}.risk-item p{margin-bottom:0}.risk-item p.text-data{padding-left:3rem}.test-details-section.HepatitisBSurfaceAntigenHBsAg .baby-green{color:#00ba29}.test-details-section.HepatitisBSurfaceAntigenHBsAg .font-size-32{font-size:3.2rem!important}@media(max-width:575px){.test-details-section.HepatitisBSurfaceAntigenHBsAg .font-size-32{font-size:1.7rem!important}.test-details-section.HepatitisBSurfaceAntigenHBsAg .font-size-22{font-size:1.5rem!important}.test-details-section.HepatitisBSurfaceAntigenHBsAg .font-size-16{font-size:1.4rem!important}.test-details-section.HepatitisBSurfaceAntigenHBsAg .font-size-26{font-size:1.6rem!important}}.test-details-section.HepatitisBSurfaceAntigenHBsAg .symptoms{margin-top:5rem;padding-top:.5rem}@media(max-width:575px){.test-details-section.HepatitisBSurfaceAntigenHBsAg .symptoms{margin-top:0;padding-top:0}.test-details-section.HepatitisBSurfaceAntigenHBsAg .who-needs-steps .test-details-sub-banner .test-details-sub-banner-content h2.test-heading{line-height:2.2rem!important}}.test-details-section.HepatitisBSurfaceAntigenHBsAg .who-needs-steps .test-details-sub-banner .test-details-sub-banner-content .parsedData p{padding-left:0}@media(max-width:575px){.test-details-section.HepatitisBSurfaceAntigenHBsAg .who-needs-steps .test-details-sub-banner .test-details-sub-banner-content .parsedData h2{padding-left:0}.test-details-section.HepatitisBSurfaceAntigenHBsAg .who-needs-steps .test-details-sub-banner .test-details-sub-banner-content .parsedData h2:before{display:none}}.test-details-section.HepatitisBSurfaceAntigenHBsAg .hepatitis-who-should .test-details-sub-banner .test-details-sub-banner-content .parsedData p{font-size:1.6rem;line-height:1.4;margin:1rem 0 0;padding-left:2rem;position:relative}@media(max-width:575px){.test-details-section.HepatitisBSurfaceAntigenHBsAg .hepatitis-who-should .test-details-sub-banner .test-details-sub-banner-content .parsedData p{font-weight:500}}.test-details-section.HepatitisBSurfaceAntigenHBsAg .hepatitis-who-should .test-details-sub-banner .test-details-sub-banner-content .parsedData p:before{background-color:#e31000;border-radius:50%;box-shadow:0 0 0 4px #e3100033;content:"";height:.8rem;left:0;position:absolute;top:.5rem;width:.8rem}@media(max-width:575px){.test-details-section.HepatitisBSurfaceAntigenHBsAg .who-aligned-left .test-details-sub-banner-content .parsedData,.test-details-section.HepatitisBSurfaceAntigenHBsAg .who-aligned-left .test-details-sub-banner-content p.sm-align-left{text-align:left!important}}.test-details-section.HepatitisBSurfaceAntigenHBsAg .who-aligned-left .test-details-sub-banner-content .parsedData h2{font-size:1.6rem;line-height:1.4;margin:1rem 0 0;padding-left:2rem;position:relative}@media(max-width:575px){.test-details-section.HepatitisBSurfaceAntigenHBsAg .who-aligned-left .test-details-sub-banner-content .parsedData h2{padding-left:0}}.test-details-section.HepatitisBSurfaceAntigenHBsAg .who-aligned-left .test-details-sub-banner-content .parsedData h2:before{background-color:#e31000;border-radius:50%;box-shadow:0 0 0 4px #e3100033;content:"";height:.8rem;left:0;position:absolute;top:.5rem;width:.8rem}@media(max-width:575px){.test-details-section.HepatitisBSurfaceAntigenHBsAg .who-aligned-left .test-details-sub-banner-content .parsedData h2:before{background-color:#e31000;border-radius:50%;box-shadow:0 0 0 4px #e3100033;content:"";height:.8rem;left:0;position:absolute;top:.5rem;width:.8rem}.test-details-section.HepatitisBSurfaceAntigenHBsAg .who-needs-steps .test-details-sub-banner .sm-text-left,.test-details-section.HepatitisBSurfaceAntigenHBsAg .who-needs-steps .test-details-sub-banner-content .parsedData{text-align:left}.test-details-section.HepatitisBSurfaceAntigenHBsAg .test-details-labList{margin-top:1rem}}.test-details-section.HepatitisBSurfaceAntigenHBsAg .test-details-table .table-horizontal-scroll .table td,.test-details-section.HepatitisBSurfaceAntigenHBsAg .test-details-table .table-horizontal-scroll .table th{border-top:none}@media(max-width:575px){.test-details-section.HepatitisBSurfaceAntigenHBsAg .test-details-table .table-horizontal-scroll .table th{font-weight:700}}.test-details-section.HepatitisBSurfaceAntigenHBsAg .test-details-table .table-horizontal-scroll .test-details-table-heading .table-single-heading{padding-top:3.6rem}.test-details-section.HepatitisBSurfaceAntigenHBsAg .test-details-table .table-horizontal-scroll .test-details-table-heading tr th:first-child{padding-left:1.5rem!important}@media(max-width:991px){.test-details-section.HepatitisBSurfaceAntigenHBsAg .test-details-table .table-horizontal-scroll .test-details-table-heading tr th:first-child{padding-left:1rem!important}}.test-details-section.HepatitisBSurfaceAntigenHBsAg .test-details-table .table-horizontal-scroll .test-details-table-content tr td:first-child{padding-left:1.5rem}.test-details-section.HepatitisBSurfaceAntigenHBsAg .test-details-table .table-horizontal-scroll .test-details-table-content .table-rowData tr td:first-child{padding-left:0!important}@media(max-width:991px){.test-details-section.HepatitisBSurfaceAntigenHBsAg .test-details-table .table-horizontal-scroll .test-details-table-content .table-rowData tr td:first-child{padding-left:0!important}}@media(max-width:575px){.test-details-section.HepatitisBSurfaceAntigenHBsAg .table.table-three .table th{font-weight:700}.test-details-section.HepatitisBSurfaceAntigenHBsAg .table.table-three .test-details-table-content td{font-weight:500}}.test-details-section.HepatitisBSurfaceAntigenHBsAg .table.table-three .test-details-table-content h2{font-size:1.6rem;font-weight:700;margin-bottom:0;margin-top:0}@media(max-width:575px){.test-details-section.HepatitisBSurfaceAntigenHBsAg .table.table-three .test-details-table-content h2{font-size:1.4rem;font-weight:700}.test-details-section.HepatitisBSurfaceAntigenHBsAg .risk-item .font-size-16{font-size:1.4rem!important}}.test-details-section.HepatitisBSurfaceAntigenHBsAg .risk-item .risk-item-heading p{font-size:2.2rem!important}@media(max-width:575px){.test-details-section.HepatitisBSurfaceAntigenHBsAg .test-details-what-happens{margin-top:1rem}.test-details-section.HepatitisBSurfaceAntigenHBsAg .book-dynamic-text .font-size-16,.test-details-section.HepatitisBSurfaceAntigenHBsAg .test-details-what-happens .hepatitis-normal-range .font-size-22{font-size:1.2rem!important}}.HbA1CGlycosylatedHemoglobin .how-test-done .test-details-sub-banner{background-color:#0000;margin-top:5rem;padding:2rem}.HbA1CGlycosylatedHemoglobin .how-test-done .test-details-sub-banner .test-details-sub-banner-content .parsedData h2:before{top:1rem}.HbA1CGlycosylatedHemoglobin .how-test-done .test-details-sub-banner .test-details-sub-banner-content .parsedData h2{color:#e31019;font-size:2rem;font-weight:700}.HbA1CGlycosylatedHemoglobin .how-test-done .test-details-sub-banner .test-details-sub-banner-content .parsedData h3{font-size:1.6rem;font-weight:700;padding-left:2rem}.HbA1CGlycosylatedHemoglobin .how-test-done .test-details-sub-banner .test-details-sub-banner-content .parsedData p{font-size:1.6rem;font-weight:400}.test-details-section.thyroid .font-size-32{font-size:3.2rem!important}@media(max-width:575px){.test-details-section.thyroid .font-size-32{font-size:1.7rem!important}.test-details-section.thyroid .font-size-22{font-size:1.5rem!important}.test-details-section.thyroid .book-dynamic-text .font-size-16{font-size:1.2rem!important}.test-details-section.thyroid .font-size-16{font-size:1.4rem!important}.test-details-section.thyroid .font-size-26{font-size:1.6rem!important}.test-details-section.thyroid .test-details-key-card-content p{font-weight:400!important}.test-details-section.thyroid .test-details-what-happens .thyroid-normal-range .font-size-22{font-size:1.2rem!important}.test-details-section.thyroid .test-details-btn-book-test a{font-size:1.35rem!important}}.recommendedIntakeGuidelines h3{font-size:1.6rem;font-weight:700;line-height:1.4}.recommendedIntakeGuidelines p{font-size:1.6rem;font-weight:400;line-height:1.4;padding-left:2.2rem}.recommendedIntakeGuidelines h3{margin-bottom:.5rem}.recommendedIntakeGuidelines h3:before{background-color:#e31000;border-radius:50%;box-shadow:0 0 1px 3px #e3100066;content:"";display:inline-block;height:1rem;margin-right:1rem;width:1rem}.measuresToImprove-ElectrolytePage h2{font-size:1.6rem;font-weight:400;line-height:1.4;text-align:center}.measuresToImprove-ElectrolytePage h3,.measuresToImprove-ElectrolytePage p{font-size:1.6rem}.measuresToImprove-ElectrolytePage h3{margin-bottom:.5rem}.measuresToImprove-ElectrolytePage h3:before{background-color:#e31000;border-radius:50%;box-shadow:0 0 1px 3px #e3100066;content:"";display:inline-block;height:1rem;margin-right:1rem;width:1rem}.measuresToImprove-ElectrolytePage p{padding-left:2.2rem}.measuresToImprove h2{font-size:1.6rem;font-weight:400;line-height:1.4;text-align:center}.measuresToImprove h3,.measuresToImprove p{font-size:1.6rem}.measuresToImprove h3{margin-bottom:.5rem}.measuresToImprove h3:before{background-color:#e31000;border-radius:50%;box-shadow:0 0 1px 3px #e3100066;content:"";display:inline-block;height:1rem;margin-right:1rem;width:1rem}.measuresToImprove p{padding-left:2.2rem}.measuresToImprove h3:first-of-type{margin-bottom:1.5rem;text-align:center!important}.measuresToImprove h3:first-of-type:before{display:none!important}.dark-row{background-color:#d6e9fb}.light-row{background-color:#e4f0fe}.custom-p{display:flex;flex-wrap:wrap;gap:.5rem}.custom-p p{flex:1 1 45%;margin:.5rem;padding-left:2.2rem;position:relative}@media(max-width:575px){.custom-p p{flex:1 1 100%;padding-left:3rem}}.custom-p p:before{background-color:#e31000;border-radius:50%;box-shadow:0 0 1px 3px #e3100066;content:"";display:inline-block;height:1rem;left:0;margin-right:1.5rem;position:absolute;top:.7rem;width:1rem}.sampleCollection ul li p{padding-left:3rem;position:relative}.sampleCollection ul li p span{left:0;position:absolute;top:0}.factorCard{border-radius:8px;padding:1rem 2rem;width:calc(50% - 2rem)}@media(max-width:575px){.factorCard{margin-bottom:1.5rem;width:100%}}.factorCard li p{margin-bottom:1rem;padding-left:3rem;position:relative}.factorCard li p span{left:0;position:absolute;top:0}.table-horizontal-scroll.vitB12Table tr td:first-child{min-width:165px}.normalCholesterolTable table .test-details-table-heading th{min-width:20rem}.normalCholesterolTable table .test-details-table-heading th:first-child{min-width:22rem}.highCholesterolTable table .test-details-table-heading th{min-width:39rem}.highCholesterolTable table .test-details-table-heading th:first-child{min-width:25rem}.lifestyleModifications p{font-size:1.6rem;font-weight:400;line-height:1.4;margin-bottom:1.5rem;padding-left:2.5rem;position:relative}.lifestyleModifications p:before{background-color:#e31000;border-radius:50%;box-shadow:0 0 1px 3px #e3100066;content:"";display:inline-block;height:1rem;left:0;margin-right:1rem;position:absolute;top:.5rem;width:1rem}.informationCardsContainer{display:flex;justify-content:center}@media(max-width:575px){.informationCardsContainer{display:block}}.informationCardsContainer .informationCard{align-items:center;background-color:#d6e9fb!important;border-radius:.6rem;display:flex;justify-content:center;margin:1rem;padding:1.5rem;width:calc(30% - 1rem)}.informationCardsContainer .informationCard p{line-height:1.4;text-transform:math-auto}@media(max-width:575px){.informationCardsContainer .informationCard{margin:1rem auto;width:100%}}.lipidProfileRiskFactors{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 1.5rem}.lipidProfileRiskFactors li{flex:1 1 35%}@media(max-width:575px){.lipidProfileRiskFactors li{flex:1 1 100%}}.lipidProfileRiskFactors li p{padding-left:3rem;position:relative}.lipidProfileRiskFactors li span{left:0;position:absolute;top:0}.aspectsToEvaluate{display:flex;flex-wrap:wrap;justify-content:center;padding:0 2rem}.aspectsToEvaluate li{flex:1 1 auto}@media(max-width:575px){.aspectsToEvaluate li{width:100%}}.aspectsToEvaluate li p{padding-left:3rem;position:relative}.aspectsToEvaluate li span{left:0;position:absolute;top:0}.importanceOfVitD3 li p,.lipidProfileTestComponents li p{line-height:1.4;margin-bottom:1.5rem;padding-left:3rem;position:relative}.importanceOfVitD3 li p .multiple-red-circles,.lipidProfileTestComponents li p .multiple-red-circles{left:0;position:absolute;top:0}.RAtest .who-aligned-RAtest .test-details-sub-banner{background-color:#e4f0fe!important}.RAtest .staticCard-RAtest{font-weight:700}.RAtest .test-details-what-happens .test-details-sub-banner .test-details-sub-banner-content .text-align-left{text-align:left}.RAtest .Associated-RAtest .risk-item{margin:1rem 0 0}.RAtest .Associated-RAtest .risk-item .sub-risk-item h4{color:#000;font-size:2rem;font-weight:700;line-height:1.4;margin:1rem 0 0;padding-left:2rem;position:relative}.RAtest .Associated-RAtest .risk-item .sub-risk-item h4:before{background-color:#e31000;border-radius:50%;content:"";height:.8rem;left:0;position:absolute;top:.8rem;width:.8rem}.RAtest .Associated-RAtest .risk-item h3{color:#000;font-size:2rem;font-weight:700;line-height:1.4;margin:1rem 0 0;padding-left:2rem;position:relative}.RAtest .Associated-RAtest .risk-item h3:before{background-color:#e31000;border-radius:50%;box-shadow:0 0 0 4px #e3100033;content:"";height:.8rem;left:0;position:absolute;top:.8rem;width:.8rem}.Electrolyte-test .Electrolyte .test-details-sub-banner .test-details-sub-banner-content .parsedData{position:relative}.Electrolyte-test .Electrolyte .test-details-sub-banner .test-details-sub-banner-content .parsedData h2{color:#000;line-height:1.4;margin:1rem 0 0;padding-left:2rem;position:relative}.Electrolyte-test .Electrolyte .test-details-sub-banner .test-details-sub-banner-content .parsedData h2:before{background-color:#e31000;border-radius:50%;box-shadow:0 0 0 4px #e3100033;content:"";height:.8rem;left:0;position:absolute;top:.8rem;width:.8rem}@media(max-width:575px){.Electrolyte-test .Electrolyte .test-details-sub-banner .test-details-sub-banner-content .parsedData h2:before{display:block}}.Electrolyte-test .Electtrolyte-test1 .risk-item{margin:1rem 0 0}.Electrolyte-test .Electtrolyte-test1 .risk-item .sub-risk-item h4{color:#000;font-size:2rem;font-weight:700;line-height:1.4;margin:1rem 0 0;padding-left:2rem;position:relative}.Electrolyte-test .Electtrolyte-test1 .risk-item .sub-risk-item h4:before{background-color:#e31000;border-radius:50%;content:"";height:.8rem;left:0;position:absolute;top:.8rem;width:.8rem}.Electrolyte-test .Electtrolyte-test1 .risk-item h3{color:#000;font-size:2rem;font-weight:700;line-height:1.4;margin:1rem 0 0;padding-left:2rem;position:relative}.Electrolyte-test .Electtrolyte-test1 .risk-item h3:before{background-color:#e31000;border-radius:50%;box-shadow:0 0 0 4px #e3100033;content:"";height:.8rem;left:0;position:absolute;top:.8rem;width:.8rem}.Electrolyte-test .Electtrolyte-test1 .risk-item .ul1 .li1{color:#000;line-height:1.4;margin:1rem 0 0;padding-left:2rem;position:relative}.Electrolyte-test .Electtrolyte-test1 .risk-item .ul1 .li1:before{background-color:#e31000;border-radius:50%;content:"";height:.8rem;left:0;position:absolute;top:.8rem;width:.8rem}.Electrolyte-test ol li,.Electrolyte-test ul li{line-height:2rem}.Electrolyte-test .Electolyte-card .test-list-card p.sp1{padding-left:20px}.Electrolyte-test .Electolyte-card .test-list-card p.sp1 h3{color:#000;font-size:2rem;font-weight:700;line-height:1.4;margin:1rem 0 0;padding-left:2rem;position:relative}.Electrolyte-test .Electolyte-card .test-list-card p.sp1 h3:before{background-color:#e31000;border-radius:50%;box-shadow:0 0 0 4px #e3100033;content:"";height:.8rem;left:0;position:absolute;top:.8rem;width:.8rem}.Electrolyte-test .factorCard{display:flex;flex-wrap:wrap;margin:0;padding:0;width:100%}.Electrolyte-test .factorCard .factorcardInner{border-radius:10px;box-sizing:border-box;flex:1 1 auto;margin:1rem;padding:2rem;width:calc(49% - 1rem)}.Electrolyte-test .factorCard .factorcardInner h2{color:#000;font-size:2rem;font-weight:700;line-height:1.4;margin:1rem 0 0;padding-left:2rem;position:relative}.Electrolyte-test .factorCard .factorcardInner h2:before{background-color:#e31000;border-radius:50%;box-shadow:0 0 0 4px #e3100033;content:"";height:.8rem;left:0;position:absolute;top:.8rem;width:.8rem}.Electrolyte-test .factorCard .factorcardInner span{color:#000;font-size:2rem;font-weight:700;margin:1rem 0 0;padding-left:2rem;position:relative}.Electrolyte-test .factorCard .factorcardInner span:before{background-color:#e31000;border-radius:50%;content:"";height:.8rem;left:0;position:absolute;top:.8rem;width:.8rem}.Electrolyte-test .staticCard .test-report-insight-card{width:38rem}.Electrolyte-test .riskItemThree-ElectrolyteTest .risk-item{margin:1rem 0 0}.Electrolyte-test .riskItemThree-ElectrolyteTest .risk-item .sub-risk-item .ul1 .li1{background-color:red}.Electrolyte-test .test-details-sub-banner .parsedData h2,.Electrolyte-test .test-details-sub-banner .parsedData p{text-align:left}.Electrolyte-test .test-details-other-tests .test-details-other-tests-cards .test-details-other-tests-cards-content .test-card{border:2px dashed #000;border-radius:50%;height:200px;object-fit:contain;padding:15px;width:200px}.Electrolyte-test .test-details-table-content1 td{border:none;padding:1rem 0}.Electrolyte-test .test-details-table-content1>tr:nth-child(2n){background-color:#e4f0fe}.Electrolyte-test .test-details-table-content1>tr:nth-child(odd){background-color:#d6e9fb}.Electrolyte-test .test-details-table-content1 tr:last-child td:first-child{border-bottom-left-radius:10px}.Electrolyte-test .test-details-table-content1 tr:last-child td:last-child{border-bottom-right-radius:10px}.Electrolyte-test .test-details-table-content1 tr td:first-child{padding-left:15rem}@media(max-width:991px){.Electrolyte-test .test-details-table-content1 tr td:first-child{padding-left:2rem}}.Associated-RAtest .risk-item{margin:1rem 0 0}.Associated-RAtest .risk-item .sub-risk-item h4{color:#000;font-size:2rem;font-weight:700;line-height:1.4;margin:1rem 0 0;padding-left:2rem;position:relative}.Associated-RAtest .risk-item .sub-risk-item h4:before{background-color:#e31000;border-radius:50%;content:"";height:.8rem;left:0;position:absolute;top:.8rem;width:.8rem}.Associated-RAtest .risk-item h3{color:#000;font-size:2rem;font-weight:700;line-height:1.4;margin:1rem 0 0;padding-left:2rem;position:relative}.Associated-RAtest .risk-item h3:before{background-color:#e31000;border-radius:50%;box-shadow:0 0 0 4px #e3100033;content:"";height:.8rem;left:0;position:absolute;top:.8rem;width:.8rem}.interpretationOfVitD3 h3{font-size:1.6rem;font-weight:700;line-height:1.4;margin-bottom:1.2rem}.interpretationOfVitD3 h3:before{background-color:#e31000;border-radius:50%;box-shadow:0 0 1px 3px #e3100066;content:"";display:inline-block;height:1rem;margin-right:1rem;width:1rem}@media(max-width:575px){.interpretationOfVitD3 h3{display:inline-block!important}}.interpretationOfVitD3 p{font-size:1.6rem;font-weight:400;line-height:1.4;margin-bottom:1rem;padding-left:2.2rem;position:relative}.interpretationOfVitD3 p:before{background-color:#e31000;border-radius:50%;content:"";display:inline-block;height:1rem;left:0;margin-right:1rem;position:absolute;top:.5rem;width:1rem}.ulContainerSpacing{margin-top:1.5rem;padding-top:.25rem}.vitD3Symptoms{background-color:#d6e9fb;border-radius:2rem;display:flex;justify-content:space-between;margin-top:5rem;padding:2rem}.vitD3Symptoms .listOfVitD3Symptoms-img{padding:0 1rem;width:40%}.vitD3Symptoms .listOfVitD3Symptoms-img h4{margin-top:-7.5rem!important}@media(max-width:575px){.vitD3Symptoms .listOfVitD3Symptoms-img{width:100%}}.vitD3Symptoms img{padding:.5rem;width:100%}@media(max-width:575px){.vitD3Symptoms{display:flex;flex-direction:column;justify-content:space-between}}.vitD3Symptoms .listOfVitD3Symptoms{display:flex;flex-direction:column;justify-content:center;width:30%}.vitD3Symptoms .listOfVitD3Symptoms p{margin-left:1.5rem}@media(max-width:575px){.vitD3Symptoms .listOfVitD3Symptoms{width:100%}}.vitD3Symptoms h3{background-color:#001a66;border-radius:10px;color:#fff;font-size:1.4rem;font-weight:700;line-height:1.8;margin-bottom:1.5rem;padding:.5rem;text-align:center}.vitD3Symptoms p{font-size:1.4rem;font-weight:400;line-height:1.4;margin-bottom:1.2rem;padding-left:2.2rem;position:relative}.vitD3Symptoms p:before{background-color:#e31000;border-radius:50%;box-shadow:0 0 1px 3px #e3100066;content:"";display:inline-block;height:1rem;left:0;margin-right:1rem;position:absolute;top:.5rem;width:1rem}.vitamin-d-info-container{display:flex;justify-content:space-between}@media(max-width:575px){.vitamin-d-info-container{display:flex;flex-direction:column}}.vitamin-d-info-container .individualsToGetTested{width:33%}@media(max-width:991px){.vitamin-d-info-container .individualsToGetTested{width:50%}}@media(max-width:575px){.vitamin-d-info-container .individualsToGetTested{width:100%}}.vitamin-d-info-container .individualsToGetTested h3{font-size:1.6rem;font-weight:700;line-height:1.4;margin-bottom:1.4rem;margin-top:0;padding-left:3rem;position:relative}.vitamin-d-info-container .individualsToGetTested h3:before{background-color:#e31000;border-radius:50%;box-shadow:0 0 1px 3px #e3100066;content:"";display:inline-block;height:1rem;left:0;margin-right:1rem;position:absolute;top:.5rem;width:1rem}@media(max-width:575px){.vitamin-d-info-container .individualsToGetTested h3{display:inline-block!important}}.vitamin-d-info-container .individualsToGetTested p{font-size:1.6rem;font-weight:400;line-height:1.4;margin-bottom:1.3rem;padding-left:3rem;position:relative}.vitamin-d-info-container .individualsToGetTested p:before{background-color:#e31000;border-radius:50%;content:"";display:inline-block;height:1rem;left:0;margin-right:1rem;position:absolute;top:.5rem;width:1rem}.vitamin-d-info-container .deficiencySignsOfVitD{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;width:66%}@media(max-width:991px){.vitamin-d-info-container .deficiencySignsOfVitD{width:50%}}@media(max-width:575px){.vitamin-d-info-container .deficiencySignsOfVitD{width:100%}}.vitamin-d-info-container .deficiencySignsOfVitD h4{margin-top:0}.vitamin-d-info-container .deficiencySignsOfVitD .listOfdeficiencySignsOfvitD{display:flex;flex-wrap:wrap;margin-top:8rem}@media(max-width:991px){.vitamin-d-info-container .deficiencySignsOfVitD .listOfdeficiencySignsOfvitD{margin-top:0}}@media(max-width:575px){.vitamin-d-info-container .deficiencySignsOfVitD .listOfdeficiencySignsOfvitD{align-items:self-start;display:flex;flex-wrap:wrap;margin-top:0;width:100%}}.vitamin-d-info-container .deficiencySignsOfVitD .listOfdeficiencySignsOfvitD .deficiencySignsCard{padding:0 1.2rem;width:20%}@media(max-width:991px){.vitamin-d-info-container .deficiencySignsOfVitD .listOfdeficiencySignsOfvitD .deficiencySignsCard{width:33.33%}}@media(max-width:575px){.vitamin-d-info-container .deficiencySignsOfVitD .listOfdeficiencySignsOfvitD .deficiencySignsCard{padding:1rem 1.2rem;width:50%}}.sources-of-vitD{align-items:flex-start;display:flex;justify-content:space-between;padding:2rem 0}.sources-of-vitD .image-container{max-width:25%;padding-top:10rem;width:25%}@media(max-width:575px){.sources-of-vitD .image-container{display:none}}.sources-of-vitD .content-container{padding-left:2rem;width:75%}@media(max-width:575px){.sources-of-vitD .content-container{padding-left:0;width:100%}}.recommended-vitD-intake{display:flex;justify-content:space-between}@media(max-width:575px){.recommended-vitD-intake{display:flex;flex-direction:column}}.information-on-vitaminDLevels{display:flex;justify-content:space-between}@media(max-width:575px){.information-on-vitaminDLevels{display:flex;flex-direction:column;justify-content:space-between}}.information-on-vitaminDLevels .informationCardsVitDContainer{display:flex;flex-direction:column;justify-content:space-between;margin:1rem 0}.information-on-vitaminDLevels .informationCardsVitDContainer .informationCard{align-items:center;background-color:#b4daff!important;border-radius:.6rem;display:flex;justify-content:center;margin:1rem 2rem;padding:3.5rem}.information-on-vitaminDLevels .informationCardsVitDContainer .informationCard p{line-height:1.4;text-transform:math-auto}@media(max-width:575px){.information-on-vitaminDLevels .informationCardsVitDContainer .informationCard{margin:1rem auto;width:100%}}.information-on-vitaminDLevels .vitaminDLevels{display:flex;flex-direction:column;justify-content:space-between;margin:2rem 1rem;padding-right:1rem;width:80%}@media(max-width:575px){.information-on-vitaminDLevels .vitaminDLevels{padding-right:0;width:auto}}.information-on-vitaminDLevels .vitaminDLevels .vitaminDLevel{margin-bottom:1.5rem}.information-on-vitaminDLevels .vitaminDLevels .vitaminDLevel:last-child{margin-bottom:0}.information-on-vitaminDLevels .vitaminDLevels .vitaminDLevel .vitDLevelDescription{background-color:#fff;border-radius:5px 5px 0 0;padding:1rem 1rem 1rem 2rem}.information-on-vitaminDLevels .vitaminDLevels .vitaminDLevel .vitDLevelDescription p{margin:0}.information-on-vitaminDLevels .vitaminDLevels .vitaminDLevel .VitDLevelValues{border-radius:0 0 5px 5px;padding:1.5rem 1.5rem 1.5rem 2rem}.information-on-vitaminDLevels .vitaminDLevels .vitaminDLevel .VitDLevelValues p{display:flex;justify-content:space-between;margin:0;max-width:30rem}.information-on-vitaminDLevels .vitaminDLevels .vitaminDLevel .deficient{background-color:#001a66;color:#fff}.information-on-vitaminDLevels .vitaminDLevels .vitaminDLevel .insufficient{background-color:#7ec0ff}.information-on-vitaminDLevels .vitaminDLevels .vitaminDLevel .optimal{background-color:#b4daff}.information-on-vitaminDLevels .vitaminDLevels .vitaminDLevel .cancer{background-color:#ff5f64;color:#fff}.information-on-vitaminDLevels .vitaminDLevels .vitaminDLevel .excess{background-color:#eb2027;color:#fff}@media(max-width:575px){.HighSensitiveHscrp.test-details-section .sm-mt-0{margin-top:0}}.HighSensitiveHscrp.test-details-section .font-size-32{font-size:2rem}.HighSensitiveHscrp.test-details-section .font-size-22{font-size:1.6rem!important}@media(max-width:575px){.HighSensitiveHscrp.test-details-section .font-size-16{font-size:1.4rem!important}}.HighSensitiveHscrp.test-details-section .conclusion{margin-top:3rem}@media(max-width:575px){.HighSensitiveHscrp.test-details-section .conclusion{margin-top:0}.HighSensitiveHscrp.test-details-section .book-dynamic-text{font-size:1.55rem!important}}.HighSensitiveHscrp.test-details-section .test-details-description{margin-top:2rem}@media(max-width:575px){.HighSensitiveHscrp.test-details-section .test-details-labList,.HighSensitiveHscrp.test-details-section .test-details-what-happens{margin-top:1rem}}.HighSensitiveHscrp.test-details-section .test-details-table{margin-top:1rem}.HighSensitiveHscrp.test-details-section .test-details-btn-book-test .m-w-150{min-width:15rem}.HighSensitiveHscrp.test-details-section .test-details-btn-book-test .book-now-btn{width:38rem!important}.HighSensitiveHscrp.test-details-section .high-sensitive-table .test-details-table .test-details-table-heading .m-w-150{min-width:15rem}.HighSensitiveHscrp.test-details-section .high-sensitive-table .test-details-table .test-details-table-heading .m-w-140{min-width:16rem}.HighSensitiveHscrp.test-details-section .high-sensitive-table .test-details-table .test-details-table-heading th:last-child{border-top-right-radius:10px;padding:2rem 0 2rem 50rem!important}@media(max-width:575px){.HighSensitiveHscrp.test-details-section .high-sensitive-table .test-details-table .test-details-table-heading th:last-child{padding:2rem 2rem 2rem 1rem!important}}.HighSensitiveHscrp.test-details-section .test-details-table .test-details-table-content td:last-child{border:none;padding:1rem 0 1rem 50rem!important}@media(max-width:575px){.HighSensitiveHscrp.test-details-section .test-details-table .test-details-table-content td:last-child{padding:2rem!important}}.HighSensitiveHscrp.test-details-section .StepsOne p{text-align:left}.food-sources-vitD-table .table-horizontal-scroll,.recommended-vitD-intake .table-horizontal-scroll{display:block!important}.food-sources-vitD-table .table-horizontal-scroll table.table,.recommended-vitD-intake .table-horizontal-scroll table.table{width:auto!important}.food-sources-vitD-table .table-horizontal-scroll table.table th:first-child,.recommended-vitD-intake .table-horizontal-scroll table.table th:first-child{min-width:18rem;padding-right:1rem}.food-sources-vitD-table .table-horizontal-scroll table.table th:nth-child(2),.food-sources-vitD-table .table-horizontal-scroll table.table th:nth-child(3),.recommended-vitD-intake .table-horizontal-scroll table.table th:nth-child(2),.recommended-vitD-intake .table-horizontal-scroll table.table th:nth-child(3){min-width:15rem}.food-sources-vitD-table .table-horizontal-scroll table.table td:first-child,.recommended-vitD-intake .table-horizontal-scroll table.table td:first-child{padding-right:1rem}.sources-of-vitD .table-horizontal-scroll{display:block!important}.sources-of-vitD .table-horizontal-scroll table.table{width:auto!important}.sources-of-vitD .table-horizontal-scroll table.table td:first-child,.sources-of-vitD .table-horizontal-scroll table.table th:first-child{padding-right:1rem}@media(max-width:575px){.testosterone .sm-mt-0{margin-top:0}.testosterone .font-size-32{font-size:2rem}.testosterone .font-size-22{font-size:1.6rem!important}.testosterone .font-size-16{font-size:1.4rem!important}}.testosterone .conclusion{margin-top:3rem}@media(max-width:575px){.testosterone .conclusion{margin-top:0}.testosterone .book-dynamic-text{font-size:1.3rem!important}.testosterone .test-details-description{margin-top:2rem}}.testosterone .two-headings{display:flex}.testosterone .text-align-left{text-align:left}.testosterone .high-sensitive-table .test-details-table{margin-top:0!important}.testosterone .two-tables{display:flex;gap:2rem;justify-content:space-between}@media(max-width:991px){.testosterone .two-tables{flex-direction:column;gap:0}.testosterone .two-tables .high-sensitive-table{margin-top:1rem}}.testosterone .two-tables .high-sensitive-table .test-details-table{margin-top:0}.testosterone .two-tables .high-sensitive-table .test-details-table .test-details-table-heading .m-w-140{min-width:29rem!important}.testosterone .two-tables .high-sensitive-table .test-details-table .test-details-table-heading th:first-child{min-width:19rem!important;padding-left:2rem!important}.testosterone .two-tables .high-sensitive-table .test-details-table .test-details-table-heading th:last-child{min-width:19rem!important}.testosterone .two-tables .high-sensitive-table .test-details-table .test-details-table-content .m-w-140{min-width:29rem!important}.testosterone .two-tables .high-sensitive-table .test-details-table .test-details-table-content tr td:first-child{min-width:19rem!important;padding-left:2rem!important}.testosterone .two-tables .high-sensitive-table .test-details-table .test-details-table-content tr td:last-child{min-width:19rem!important}@media(max-width:575px){.testosterone .high-sensitive-table.typical-levels-child .m-w-140{min-width:14rem}.testosterone .high-sensitive-table.typical-levels-adult .m-w-140{min-width:18rem}}.testosterone .two-tables-img-heading{display:flex;justify-content:space-around}.testosterone .two-tables-img{gap:2rem;justify-content:space-around}@media(max-width:991px){.testosterone .two-tables-img{flex-direction:column;gap:0}}.testosterone .two-tables-img .testo-table .test-details-table{margin-top:1rem}.testosterone .two-tables-img .testo-table .test-details-table .table{display:grid;grid-template-columns:1fr}.testosterone .two-tables-img .testo-table .test-details-table .test-details-table-heading th:first-child{padding-left:13rem}.testosterone .two-tables-img .testo-table .test-details-table .test-details-table-content .m-w-140{min-width:19rem;width:100%}.testosterone .two-tables-img .testo-table .test-details-table .test-details-table-content tr td:first-child{padding-left:2rem}.testosterone .two-tables-img .testo-graph-img{margin-top:1rem}.testosterone .two-tables-img .testo-graph-img img{height:23rem;max-width:100%}@media(max-width:575px){.testosterone .two-tables-img .testo-graph-img img{height:auto}.testosterone .test-details-sub-banner{background-color:#d6e9fb}}.testosterone .test-details-sub-banner li{line-height:1.4;margin-bottom:0;position:relative}.testosterone .test-details-sub-banner li .multiple-red-circles{left:0;position:absolute;top:0}@media(max-width:575px){.testosterone .test-details-sub-banner li .multiple-red-circles{top:.3rem}}.testosterone .test-details-sub-banner li p{padding-left:3rem}@media(max-width:575px){.testosterone .how-does{margin-top:2rem}}.testosterone .test-details-table{margin-top:0}@media(max-width:575px){.testosterone .test-details-table{margin-top:0}}.testosterone .test-details-table .importanceOfTesto li p{line-height:1.8;margin-bottom:1.5rem;position:relative}.testosterone .test-details-table .importanceOfTesto li p .multiple-red-circles{left:0;position:absolute;top:0}@media(max-width:575px){.testosterone .who-needs-testo.change-bg .test-details-sub-banner{background-color:#e4f0fe!important}}.testosterone .who-needs-testo .test-details-sub-banner .test-details-sub-banner-content h5{line-height:1.4}@media(max-width:575px){.testosterone .who-needs-testo .test-details-sub-banner .test-details-sub-banner-content .parsedData{text-align:left!important}}.testosterone .who-needs-testo .test-details-sub-banner .test-details-sub-banner-content .parsedData p{padding-left:2rem}.testosterone .who-needs-testo .test-details-sub-banner .test-details-sub-banner-content .parsedData h3{font-size:1.6rem;font-weight:700;line-height:1.4;margin:1rem 0 0;padding-left:2rem;position:relative}@media(max-width:575px){.testosterone .who-needs-testo .test-details-sub-banner .test-details-sub-banner-content .parsedData h3{font-size:1.4rem}}.testosterone .who-needs-testo .test-details-sub-banner .test-details-sub-banner-content .parsedData h3:before{background-color:#e31000;border-radius:50%;box-shadow:0 0 0 4px #e3100033;content:"";height:.8rem;left:0;position:absolute;top:.7rem;width:.8rem}@media(max-width:575px){.testosterone .who-needs-testo .test-details-sub-banner .test-details-sub-banner-content .parsedData h3:before{display:inline-block!important}}.testosterone .sm-mt-2{margin-top:2rem!important}@media(max-width:575px){.testosterone .test-details-what-happens{margin-top:0}.testosterone .test-details-what-happens .test-details-sub-banner{margin-top:1rem}}.testosterone .test-details-what-happens .test-list .sub-test-list{margin:1rem 0 0}.testosterone .test-details-what-happens .test-list .sub-test-list p{color:#000;font-size:2rem;font-weight:700;line-height:1.4;margin:1rem 0 0;padding-left:2rem;position:relative}.testosterone .test-details-what-happens .test-list .sub-test-list p:before{background-color:#e31000;border-radius:50%;content:"";height:.8rem;left:0;position:absolute;top:.7rem;width:.8rem}@media(max-width:575px){.bloodSugarGlucoseRandom .sm-align-left{text-align:left!important}.bloodSugarGlucoseRandom .sm-align-center{text-align:center!important}.bloodSugarGlucoseRandom .font-size-32{font-size:2rem}.bloodSugarGlucoseRandom .font-size-22{font-size:1.6rem!important}.bloodSugarGlucoseRandom .font-size-16{font-size:1.4rem!important}}.bloodSugarGlucoseRandom .conclusion{margin-top:3rem}@media(max-width:575px){.bloodSugarGlucoseRandom .conclusion{margin-top:0}.bloodSugarGlucoseRandom .book-dynamic-text{font-size:1.3rem!important}}.bloodSugarGlucoseRandom .random-key{margin-top:2rem}@media(max-width:575px){.bloodSugarGlucoseRandom .random-key{margin-top:2rem}}.bloodSugarGlucoseRandom .random-key h2{line-height:1.2}.bloodSugarGlucoseRandom .undergo-random{margin-top:3rem}@media(max-width:575px){.bloodSugarGlucoseRandom .undergo-random{margin-top:2.5rem}}.bloodSugarGlucoseRandom .undergo-random .staticCard{margin-top:2rem}.bloodSugarGlucoseRandom .undergo-random .staticCard .test-report-insight-card{font-size:1.6rem;font-weight:600;width:24rem}@media(max-width:575px){.bloodSugarGlucoseRandom .undergo-random .staticCard{margin-top:0}}.bloodSugarGlucoseRandom .random-work{margin-top:4rem}@media(max-width:575px){.bloodSugarGlucoseRandom .random-work{margin-top:2rem}.bloodSugarGlucoseRandom .random-work p{margin-bottom:0;margin-top:1rem}}.bloodSugarGlucoseRandom .blue-cards{margin-top:1rem}.bloodSugarGlucoseRandom .blue-cards .test-details-other-tests-cards-content.bg-lightblue2{background-color:#e4f0fe!important}@media(max-width:575px){.bloodSugarGlucoseRandom .random-risks-table .test-details-what-happens{margin-top:1rem}.bloodSugarGlucoseRandom .random-risks-table .test-details-what-happens h3{font-size:1.4rem!important}}.bloodSugarGlucoseRandom .random-risks-table .test-details-table .table-horizontal-scroll .table .test-details-table-heading .m-w-140,.bloodSugarGlucoseRandom .random-risks-table .test-details-table .table-horizontal-scroll .table .test-details-table-heading .m-w-150{min-width:24rem}@media(max-width:575px){.bloodSugarGlucoseRandom .random-risks-table .test-details-table .table-horizontal-scroll .table .test-details-table-heading .m-w-140,.bloodSugarGlucoseRandom .random-risks-table .test-details-table .table-horizontal-scroll .table .test-details-table-heading .m-w-150{min-width:22rem}}.bloodSugarGlucoseRandom .random-risks-table .test-details-table .table-horizontal-scroll .table .test-details-table-content .m-w-140{min-width:24rem}@media(max-width:575px){.bloodSugarGlucoseRandom .random-risks-table .test-details-table .table-horizontal-scroll .table .test-details-table-content .m-w-140{min-width:22rem}}.bloodSugarGlucoseRandom .random-risks-table-1 .test-details-table .table-horizontal-scroll .table .test-details-table-heading th{border-left:1px solid #e4f0fe;border-right:1px solid #e4f0fe}.bloodSugarGlucoseRandom .random-risks-table-1 .test-details-table .table-horizontal-scroll .table .test-details-table-heading .text-left{padding-left:2rem;text-align:left!important}.bloodSugarGlucoseRandom .random-risks-table-1 .test-details-table .table-horizontal-scroll .table .test-details-table-content tr .p-top-3{padding-top:3rem}.bloodSugarGlucoseRandom .random-risks-table-1 .test-details-table .table-horizontal-scroll .table .test-details-table-content tr .m-left{padding-left:2rem!important}.bloodSugarGlucoseRandom .random-risks-table-1 .test-details-table .table-horizontal-scroll .table .test-details-table-content tr td:first-child{padding-left:0}.bloodSugarGlucoseRandom .random-risks-table-1 .test-details-table .table-horizontal-scroll .table .test-details-table-content .table-rowData:nth-child(4n+1),.bloodSugarGlucoseRandom .random-risks-table-1 .test-details-table .table-horizontal-scroll .table .test-details-table-content .table-rowData:nth-child(4n+2){background-color:#e4f0fe}.bloodSugarGlucoseRandom .random-risks-table-1 .test-details-table .table-horizontal-scroll .table .test-details-table-content .table-rowData:nth-child(4n+1) td,.bloodSugarGlucoseRandom .random-risks-table-1 .test-details-table .table-horizontal-scroll .table .test-details-table-content .table-rowData:nth-child(4n+2) td{border:2px solid #d6e9fb}.bloodSugarGlucoseRandom .random-risks-table-1 .test-details-table .table-horizontal-scroll .table .test-details-table-content .table-rowData:nth-child(4n+3),.bloodSugarGlucoseRandom .random-risks-table-1 .test-details-table .table-horizontal-scroll .table .test-details-table-content .table-rowData:nth-child(4n+4){background-color:#d6e9fb}.bloodSugarGlucoseRandom .random-risks-table-1 .test-details-table .table-horizontal-scroll .table .test-details-table-content .table-rowData:nth-child(4n+3) td,.bloodSugarGlucoseRandom .random-risks-table-1 .test-details-table .table-horizontal-scroll .table .test-details-table-content .table-rowData:nth-child(4n+4) td{border:2px solid #e4f0fe}.bloodSugarGlucoseRandom .random-type .test-details-description{margin-top:2rem}.bloodSugarGlucoseRandom .two-list-cards-main{display:flex;gap:2rem;justify-content:center}@media(max-width:575px){.bloodSugarGlucoseRandom .two-list-cards-main{display:block}}.bloodSugarGlucoseRandom .two-list-cards-main .two-list-cards{align-items:baseline;background-color:#d6e9fb;border-radius:1rem;display:flex;justify-content:center;padding:2rem;width:calc(45% - 1rem)}@media(max-width:575px){.bloodSugarGlucoseRandom .two-list-cards-main .two-list-cards{margin:1rem auto;width:100%}}.bloodSugarGlucoseRandom .two-list-cards-main .two-list-cards .two-list-cards-content p{color:#000;line-height:1.4;margin:1rem 0 0;padding-left:2rem;position:relative}@media(max-width:575px){.bloodSugarGlucoseRandom .two-list-cards-main .two-list-cards .two-list-cards-content p{font-size:1.4rem}}.bloodSugarGlucoseRandom .two-list-cards-main .two-list-cards .two-list-cards-content p:before{background-color:#e31000;border-radius:50%;box-shadow:0 0 0 4px #e3100033;content:"";height:.8rem;left:0;position:absolute;top:.7rem;width:.8rem}@media(max-width:575px){.bloodSugarGlucoseRandom .two-list-cards-main .two-list-cards .two-list-cards-content p:before{display:inline-block!important}}.bloodSugarGlucoseRandom .test-details-labList{margin-top:2rem}@media(max-width:575px){.bloodSugarGlucoseRandom .test-details-labList{margin-top:1rem}}.bloodSugarGlucoseRandom .test-details-description .informationCardsContainer{display:flex;justify-content:center}@media(max-width:575px){.bloodSugarGlucoseRandom .test-details-description .informationCardsContainer{display:block}}.bloodSugarGlucoseRandom .test-details-description .informationCardsContainer .informationCard{align-items:baseline;background-color:#d6e9fb!important;border-radius:.6rem;display:flex;justify-content:center;margin:1rem;padding:1.5rem;width:calc(30% - 1rem)}.bloodSugarGlucoseRandom .test-details-description .informationCardsContainer .informationCard p{line-height:1.4;text-transform:math-auto}@media(max-width:575px){.bloodSugarGlucoseRandom .test-details-description .informationCardsContainer .informationCard{margin:1rem auto;width:100%}}.bloodSugarGlucoseRandom .test-who-blood-random .test-details-sub-banner{margin-top:1rem}@media(max-width:575px){.bloodSugarGlucoseRandom .test-who-blood-random .test-details-sub-banner{background-color:#d6e9fb}.bloodSugarGlucoseRandom .test-who-blood-random .test-details-sub-banner .test-details-sub-banner-content h4{font-size:1.8rem;text-align:center}.bloodSugarGlucoseRandom .test-who-blood-random .test-details-sub-banner .test-details-sub-banner-content .test-who-content{text-align:left}}.bloodSugarGlucoseRandom .test-who-blood-random .test-details-sub-banner .test-details-sub-banner-content .test-who-content h5{color:#000;line-height:1.4;margin:1rem 0 0;padding-left:2rem;position:relative}@media(max-width:575px){.bloodSugarGlucoseRandom .test-who-blood-random .test-details-sub-banner .test-details-sub-banner-content .test-who-content h5{font-size:1.4rem}}.bloodSugarGlucoseRandom .test-who-blood-random .test-details-sub-banner .test-details-sub-banner-content .test-who-content h5:before{background-color:#e31000;border-radius:50%;box-shadow:0 0 0 4px #e3100033;content:"";height:.8rem;left:0;position:absolute;top:.7rem;width:.8rem}@media(max-width:575px){.bloodSugarGlucoseRandom .test-who-blood-random .test-details-sub-banner .test-details-sub-banner-content .test-who-content h5:before{display:inline-block!important}.bloodSugarGlucoseRandom .test-who-blood-random .test-details-sub-banner .test-details-sub-banner-content .test-who-content p{font-size:1.4rem;padding-left:2rem}}.bloodSugarGlucoseFasting .font-size-32{font-size:3.2rem!important}@media(max-width:575px){.bloodSugarGlucoseFasting .font-size-32{font-size:1.7rem!important}.bloodSugarGlucoseFasting .font-size-22{font-size:1.5rem!important}.bloodSugarGlucoseFasting .book-dynamic-text{font-size:1.3rem!important}.bloodSugarGlucoseFasting .font-size-16{font-size:1.4rem!important}.bloodSugarGlucoseFasting .font-size-26{font-size:1.6rem!important}.bloodSugarGlucoseFasting .fasting-intro{margin-top:3rem!important}.bloodSugarGlucoseFasting .sm-align-center{text-align:center!important}.bloodSugarGlucoseFasting .test-details-labList{margin-top:1rem}.bloodSugarGlucoseFasting .fasting-who .test-details-sub-banner{background-color:#d6e9fb!important}.bloodSugarGlucoseFasting .fasting-who .importanceOfTesto .text-align-left{text-align:center!important}}.bloodSugarGlucoseFasting .implications .test-details-what-happens,.bloodSugarGlucoseFasting .implications .test-details-what-happens .test-details-table{margin-top:1rem}.bloodSugarGlucoseFasting .implications .test-details-what-happens .test-details-table .importanceOfTesto p{text-align:left!important}.bloodSugarGlucoseFasting .fasting-type .test-details-description{margin-top:0}@media(max-width:575px){.bloodSugarGlucoseFasting .fasting-type .test-details-description{margin-top:1rem}}.bloodSugarGlucoseFasting .fasting-type .test-details-description .informationCardsContainer{display:flex;justify-content:center}@media(max-width:575px){.bloodSugarGlucoseFasting .fasting-type .test-details-description .informationCardsContainer{display:block}}.bloodSugarGlucoseFasting .fasting-type .test-details-description .informationCardsContainer .informationCard{align-items:flex-start;background-color:#d6e9fb!important;border-radius:.6rem;display:flex;flex-direction:column;justify-content:flex-start;margin:1rem;padding:1.5rem;width:calc(30% - 1rem)}.bloodSugarGlucoseFasting .fasting-type .test-details-description .informationCardsContainer .informationCard p{line-height:1.4;text-transform:math-auto}@media(max-width:575px){.bloodSugarGlucoseFasting .fasting-type .test-details-description .informationCardsContainer .informationCard{margin:1rem auto;text-align:left!important;width:100%}}.bloodSugarGlucoseFasting .undergo-fasting{margin-top:3rem}@media(max-width:575px){.bloodSugarGlucoseFasting .undergo-fasting{margin-top:2.5rem}}.bloodSugarGlucoseFasting .undergo-fasting .staticCard{margin-top:2rem}.bloodSugarGlucoseFasting .undergo-fasting .staticCard .test-report-insight-card{font-size:1.6rem;font-weight:600;width:24rem}@media(max-width:575px){.bloodSugarGlucoseFasting .undergo-fasting .staticCard{margin-top:0}}.bloodSugarGlucoseFasting .test-details-what-happens .test-details-sub-banner .test-details-sub-banner-content .text-align-left{text-align:left}.bloodSugarGlucoseFasting .fasting-glycated{margin-top:3rem!important}.bloodSugarGlucoseFasting .abnormal{margin-top:4rem}.bloodSugarGlucoseFasting .random-risks-table-1 .test-details-table{margin-top:1rem}.bloodSugarGlucoseFasting .random-risks-table-1 .test-details-table .table-horizontal-scroll .table .test-details-table-heading th{border-left:1px solid #e4f0fe;border-right:1px solid #e4f0fe}.bloodSugarGlucoseFasting .random-risks-table-1 .test-details-table .table-horizontal-scroll .table .test-details-table-heading .text-left{padding-left:2rem;text-align:left!important}.bloodSugarGlucoseFasting .random-risks-table-1 .test-details-table .table-horizontal-scroll .table .test-details-table-content tr .p-top-3{padding-top:3rem}.bloodSugarGlucoseFasting .random-risks-table-1 .test-details-table .table-horizontal-scroll .table .test-details-table-content tr .m-left{padding-left:2rem!important}.bloodSugarGlucoseFasting .random-risks-table-1 .test-details-table .table-horizontal-scroll .table .test-details-table-content tr td:first-child{padding-left:0}.bloodSugarGlucoseFasting .random-risks-table-1 .test-details-table .table-horizontal-scroll .table .test-details-table-content .table-rowData:nth-child(4n+1),.bloodSugarGlucoseFasting .random-risks-table-1 .test-details-table .table-horizontal-scroll .table .test-details-table-content .table-rowData:nth-child(4n+2){background-color:#e4f0fe}.bloodSugarGlucoseFasting .random-risks-table-1 .test-details-table .table-horizontal-scroll .table .test-details-table-content .table-rowData:nth-child(4n+1) td,.bloodSugarGlucoseFasting .random-risks-table-1 .test-details-table .table-horizontal-scroll .table .test-details-table-content .table-rowData:nth-child(4n+2) td{border:2px solid #d6e9fb}.bloodSugarGlucoseFasting .random-risks-table-1 .test-details-table .table-horizontal-scroll .table .test-details-table-content .table-rowData:nth-child(4n+3),.bloodSugarGlucoseFasting .random-risks-table-1 .test-details-table .table-horizontal-scroll .table .test-details-table-content .table-rowData:nth-child(4n+4){background-color:#d6e9fb}.bloodSugarGlucoseFasting .random-risks-table-1 .test-details-table .table-horizontal-scroll .table .test-details-table-content .table-rowData:nth-child(4n+3) td,.bloodSugarGlucoseFasting .random-risks-table-1 .test-details-table .table-horizontal-scroll .table .test-details-table-content .table-rowData:nth-child(4n+4) td{border:2px solid #e4f0fe}.bloodSugarGlucoseFasting .fasting-risks-table-1{margin-top:4rem}.bloodSugarGlucoseFasting .fasting-risks-table-1 .test-details-table{margin-top:0}.bloodSugarGlucoseFasting .fasting-risks-table-1 .test-details-table .table-horizontal-scroll .table .m-w-220{min-width:22rem}.bloodSugarGlucoseFasting .fasting-risks-table-1 .test-details-table .table-horizontal-scroll .table .test-details-table-heading th:first-child.fasting-outer-th,.bloodSugarGlucoseFasting .fasting-risks-table-1 .test-details-table .table-horizontal-scroll .table .test-details-table-heading th:nth-child(2).fasting-outer-th{border-right:2px solid #e4f0fe}.bloodSugarGlucoseFasting .fasting-risks-table-1 .test-details-table .table-horizontal-scroll .table .test-details-table-heading th:nth-child(2).fasting-outer-th div:first-child,.bloodSugarGlucoseFasting .fasting-risks-table-1 .test-details-table .table-horizontal-scroll .table .test-details-table-heading th:nth-child(3).fasting-outer-th div:first-child{text-align:center}.bloodSugarGlucoseFasting .fasting-risks-table-1 .test-details-table .table-horizontal-scroll .table .test-details-table-heading th:nth-child(2).inner-outer-th{padding-left:20.3rem}@media(max-width:767px){.bloodSugarGlucoseFasting .fasting-risks-table-1 .test-details-table .table-horizontal-scroll .table .test-details-table-heading th:nth-child(2).inner-outer-th{padding-left:.5rem}}@media screen and (max-width:768px){.bloodSugarGlucoseFasting .fasting-risks-table-1 .test-details-table .table-horizontal-scroll .table .test-details-table-heading th:nth-child(2).inner-outer-th{padding-left:.5rem}}@media(max-width:575px){.bloodSugarGlucoseFasting .fasting-risks-table-1 .test-details-table .table-horizontal-scroll .table .test-details-table-heading th:nth-child(2).inner-outer-th{padding-left:0}}.bloodSugarGlucoseFasting .fasting-risks-table-1 .test-details-table .table-horizontal-scroll .table .test-details-table-content{border-bottom-left-radius:0}.bloodSugarGlucoseFasting .fasting-risks-table-1 .test-details-table .table-horizontal-scroll .table .test-details-table-content .table-rowData:nth-child(odd){background-color:#e4f0fe}.bloodSugarGlucoseFasting .fasting-risks-table-1 .test-details-table .table-horizontal-scroll .table .test-details-table-content .table-rowData:nth-child(odd) td.fasting-outer-td{border-left:2px solid #d6e9fb;border-right:2px solid #d6e9fb}.bloodSugarGlucoseFasting .fasting-risks-table-1 .test-details-table .table-horizontal-scroll .table .test-details-table-content .table-rowData:nth-child(2n){background-color:#d6e9fb}.bloodSugarGlucoseFasting .fasting-risks-table-1 .test-details-table .table-horizontal-scroll .table .test-details-table-content .table-rowData:nth-child(2n) td.fasting-outer-td{border-left:2px solid #e4f0fe;border-right:2px solid #e4f0fe}.bloodSugarGlucoseFasting .fasting-risks-table-1 .test-details-table .table-horizontal-scroll .table .test-details-table-content .table-rowData .fasting-outer-td:nth-child(2) .inner-content-td:first-child{padding-left:9rem}@media(max-width:575px){.bloodSugarGlucoseFasting .fasting-risks-table-1 .test-details-table .table-horizontal-scroll .table .test-details-table-content .table-rowData .fasting-outer-td:nth-child(2) .inner-content-td:first-child{padding-left:6rem}}.bloodSugarGlucoseFasting .fasting-risks-table-1 .test-details-table .table-horizontal-scroll .table .test-details-table-content .table-rowData .fasting-outer-td:nth-child(2) .inner-content-td:nth-child(2){padding-left:20.5rem}@media(max-width:767px){.bloodSugarGlucoseFasting .fasting-risks-table-1 .test-details-table .table-horizontal-scroll .table .test-details-table-content .table-rowData .fasting-outer-td:nth-child(2) .inner-content-td:nth-child(2){padding-left:4.5rem}}@media screen and (max-width:768px){.bloodSugarGlucoseFasting .fasting-risks-table-1 .test-details-table .table-horizontal-scroll .table .test-details-table-content .table-rowData .fasting-outer-td:nth-child(2) .inner-content-td:nth-child(2){padding-left:4.5rem}}@media(max-width:575px){.bloodSugarGlucoseFasting .fasting-risks-table-1 .test-details-table .table-horizontal-scroll .table .test-details-table-content .table-rowData .fasting-outer-td:nth-child(2) .inner-content-td:nth-child(2){padding-left:5.5rem}}.bloodSugarGlucoseFasting .fasting-risks-table .test-details-what-happens{margin-top:3.5rem}.bloodSugarGlucoseFasting .fasting-risks-table .test-details-table{margin-top:1rem}.bloodSugarGlucoseFasting .fasting-risks-table .test-details-table .table-horizontal-scroll .table .test-details-table-heading tr th:nth-child(2){padding-left:9rem}@media(max-width:991px){.bloodSugarGlucoseFasting .fasting-risks-table .test-details-table .table-horizontal-scroll .table .test-details-table-heading tr th:nth-child(2){padding-left:2rem!important}}@media(max-width:575px){.bloodSugarGlucoseFasting .fasting-risks-table .test-details-table .table-horizontal-scroll .table .test-details-table-heading tr th:nth-child(2){padding-left:2rem!important}}.bloodSugarGlucoseFasting .fasting-risks-table .test-details-table .table-horizontal-scroll .table .test-details-table-content tr:last-child td:first-child{border-bottom-left-radius:0}.bloodSugarGlucoseFasting .fasting-risks-table .test-details-table .table-horizontal-scroll .table .test-details-table-content tr:nth-child(3) td:first-child{padding-top:15.5rem}.bloodSugarGlucoseFasting .fasting-risks-table .test-details-table .table-horizontal-scroll .table .test-details-table-content tr:first-child td:nth-child(2),.bloodSugarGlucoseFasting .fasting-risks-table .test-details-table .table-horizontal-scroll .table .test-details-table-content tr:nth-child(3) td:nth-child(2){padding-left:9rem}@media(max-width:991px){.bloodSugarGlucoseFasting .fasting-risks-table .test-details-table .table-horizontal-scroll .table .test-details-table-content tr:first-child td:nth-child(2){padding-left:2rem!important}}.bloodSugarGlucoseFasting .fasting-risks-table .test-details-table .table-horizontal-scroll .table .test-details-table-content tr:nth-child(2) td:nth-child(2){padding-left:9rem}@media(max-width:991px){.bloodSugarGlucoseFasting .fasting-risks-table .test-details-table .table-horizontal-scroll .table .test-details-table-content tr:nth-child(2) td:nth-child(2),.bloodSugarGlucoseFasting .fasting-risks-table .test-details-table .table-horizontal-scroll .table .test-details-table-content tr:nth-child(3) td:nth-child(2){padding-left:2rem!important}}.overianCancer-test{display:flex;flex-direction:column}.overianCancer-test .text-align-left{text-align:left}.overianCancer-test .ov-c{max-width:50%;width:50%}.overianCancer-test .ov-c .ov-first-paragraph{margin-top:70px}@media(max-width:575px){.overianCancer-test .ov-c{max-width:100%;text-align:left;width:100%}}.ovcancer{align-items:flex-start;display:flex;justify-content:space-between;padding:2rem 0}.ovcancer .image-container{max-width:50%;padding-top:5rem;width:50%}@media(max-width:575px){.ovcancer .image-container{display:block;margin-bottom:25px;margin-left:20px;max-width:85%;width:100%}}.ovcancer .content-container{margin-top:0;padding-left:5rem;width:50%}@media(max-width:575px){.ovcancer .content-container{margin-top:12px;padding-left:0;width:100%}.ovcancer{display:flex;flex-direction:column}}.ovcancer-images{display:flex;justify-content:space-between}@media(max-width:575px){.ovcancer-images{display:flex;flex-direction:column}}.deficiencySignsOfVitD{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;width:100%}@media(max-width:991px){.deficiencySignsOfVitD{width:50%}}@media(max-width:575px){.deficiencySignsOfVitD{width:100%}}.deficiencySignsOfVitD h4{margin-top:0}.deficiencySignsOfVitD .listOfdeficiencySignsOfvitD{display:flex;flex-wrap:wrap}@media(max-width:991px){.deficiencySignsOfVitD .listOfdeficiencySignsOfvitD{margin-top:0}}@media(max-width:575px){.deficiencySignsOfVitD .listOfdeficiencySignsOfvitD{align-items:self-start;display:flex;flex-wrap:wrap;margin-top:0;width:100%}}.deficiencySignsOfVitD .listOfdeficiencySignsOfvitD .deficiencySignsCard{margin-left:6px;padding:0 1.2rem;width:16%}@media(max-width:991px){.deficiencySignsOfVitD .listOfdeficiencySignsOfvitD .deficiencySignsCard{width:33.33%}}@media(max-width:575px){.deficiencySignsOfVitD .listOfdeficiencySignsOfvitD .deficiencySignsCard{margin-left:70px;padding:1rem 1.2rem;width:50%}}.test-details-warning-section{border:1px solid #001a66;border-radius:2rem;margin-bottom:2rem;margin-top:2rem}@media(max-width:575px){.test-details-warning-section{position:relative}.test-details-warning-section .test-details-warning-img{left:-11px;position:absolute;top:-5px}.test-details-warning-section .test-details-warning-content{padding-left:1.2rem;padding-top:1.2rem}}.test-details-sub-banner .test-details-sub-banner-content ul li{font-size:1.6rem;line-height:1.4;margin:1rem 0 0;padding-left:2rem;position:relative}@media(max-width:575px){.test-details-sub-banner .test-details-sub-banner-content ul li{font-weight:500}}.test-details-sub-banner .test-details-sub-banner-content ul li:before{background-color:#e31000;border-radius:50%;content:"";height:.8rem;left:0;position:absolute;top:.5rem;width:.8rem}.list-details{background-color:#e4f0fe;margin-left:200px}@media(max-width:575px){.list-details{margin-left:0}}.test-details-sub-banner-ovcancer{background-color:#d6e9fb;border-radius:2rem;padding-bottom:2%}@media(max-width:575px){.test-details-sub-banner-ovcancer{flex-direction:column;justify-content:left;margin:.2rem;text-align:left}}.hIV1And2Antibody .font-size-32{font-size:3.2rem!important}@media(max-width:575px){.hIV1And2Antibody .font-size-32{font-size:1.7rem!important}.hIV1And2Antibody .font-size-22{font-size:1.5rem!important}.hIV1And2Antibody .font-size-16{font-size:1.4rem!important}.hIV1And2Antibody .book-dynamic-text{font-size:1.2rem!important}}.hIV1And2Antibody .test-details-labList{margin-top:1rem}@media(max-width:575px){.hIV1And2Antibody .test-details-cards-section{margin-top:1rem}}.hIV1And2Antibody .test-who-hiv .test-details-sub-banner{background-color:#e4f0fe;margin-top:0;padding-bottom:1rem!important;padding-top:1rem!important}@media(max-width:575px){.hIV1And2Antibody .test-who-hiv .test-details-sub-banner .test-details-sub-banner-content h4{font-size:1.8rem;text-align:center}.hIV1And2Antibody .test-who-hiv .test-details-sub-banner .test-details-sub-banner-content .test-who-content{text-align:left}}.hIV1And2Antibody .test-who-hiv .test-details-sub-banner .test-details-sub-banner-content .test-who-content h5{color:#000;line-height:1.4;margin:1rem 0 0;padding-left:2rem;position:relative}@media(max-width:575px){.hIV1And2Antibody .test-who-hiv .test-details-sub-banner .test-details-sub-banner-content .test-who-content h5{font-size:1.4rem}}.hIV1And2Antibody .test-who-hiv .test-details-sub-banner .test-details-sub-banner-content .test-who-content h5:before{background-color:#e31000;border-radius:50%;box-shadow:0 0 0 4px #e3100033;content:"";height:.8rem;left:0;position:absolute;top:.7rem;width:.8rem}@media(max-width:575px){.hIV1And2Antibody .test-who-hiv .test-details-sub-banner .test-details-sub-banner-content .test-who-content h5:before{display:inline-block!important}.hIV1And2Antibody .test-who-hiv .test-details-sub-banner .test-details-sub-banner-content .test-who-content p{font-size:1.4rem;padding-left:2rem}}.hIV1And2Antibody .test-details-description-risks{margin-top:4rem}@media(max-width:575px){.hIV1And2Antibody .test-details-description-risks{margin-top:1rem}}.hIV1And2Antibody .test-details-description-risks .implications .test-details-what-happens{margin-top:.5rem!important}.hIV1And2Antibody .prevent-hiv-table-1{margin-top:1rem}.hIV1And2Antibody .prevent-hiv-table-1 .test-details-table{margin-top:0}.hIV1And2Antibody .prevent-hiv-table-1 .test-details-table .table-horizontal-scroll .table-hiv .test-details-hiv-heading tr:first-child th:first-child{padding-top:3rem;vertical-align:top}.hIV1And2Antibody .prevent-hiv-table-1 .test-details-table .table-horizontal-scroll .table-hiv .test-details-hiv-heading tr th{border-right:1px solid #e4f0fe;padding:1rem}.hIV1And2Antibody .prevent-hiv-table-1 .test-details-table .table-horizontal-scroll .table-hiv .test-details-hiv-heading tr:first-child th:nth-child(2){border-bottom:1px solid #e4f0fe;padding:3rem 1rem}.hIV1And2Antibody .prevent-hiv-table-1 .test-details-table .table-horizontal-scroll .table-hiv .test-details-hiv-heading th{border:none;padding:2rem 0}.hIV1And2Antibody .prevent-hiv-table-1 .test-details-table .table-horizontal-scroll .table-hiv .test-details-hiv-heading tr:first-child th:nth-child(2){text-align:center}.hIV1And2Antibody .prevent-hiv-table-1 .test-details-table .table-horizontal-scroll .table-hiv .test-details-hiv-content{td-padding:1.5rem}.hIV1And2Antibody .prevent-hiv-table-1 .test-details-table .table-horizontal-scroll .table-hiv .test-details-hiv-content tr.table-hiv-row .hiv-inner-table-list ul{margin:0;padding:0}.hIV1And2Antibody .prevent-hiv-table-1 .test-details-table .table-horizontal-scroll .table-hiv .test-details-hiv-content tr.table-hiv-row .hiv-inner-table-list li{line-height:17px;list-style-position:inside;list-style-type:circle;padding-left:3px}.hIV1And2Antibody .prevent-hiv-table-1 .test-details-table .table-horizontal-scroll .table-hiv .test-details-hiv-content tr.table-hiv-row td{padding:2rem 1rem;text-align:left!important;vertical-align:top}.hIV1And2Antibody .prevent-hiv-table-1 .test-details-table .table-horizontal-scroll .table-hiv .test-details-hiv-content tr td{padding:1rem}.hIV1And2Antibody .prevent-hiv-table-1 .test-details-table .table-horizontal-scroll .table-hiv .test-details-hiv-content tr:nth-child(2n){background-color:#d6e9fb}.hIV1And2Antibody .prevent-hiv-table-1 .test-details-table .table-horizontal-scroll .table-hiv .test-details-hiv-content tr:nth-child(2n) td{border-right:1px solid #e4f0fe}.hIV1And2Antibody .prevent-hiv-table-1 .test-details-table .table-horizontal-scroll .table-hiv .test-details-hiv-content tr:nth-child(odd){background-color:#e4f0fe}.hIV1And2Antibody .prevent-hiv-table-1 .test-details-table .table-horizontal-scroll .table-hiv .test-details-hiv-content tr:nth-child(odd) td{border-right:1px solid #d6e9fb}.hIV1And2Antibody .fasting-type .test-details-description{margin-top:0}@media(max-width:575px){.hIV1And2Antibody .fasting-type .test-details-description{margin-top:1rem}}.hIV1And2Antibody .fasting-type .test-details-description .informationCardsContainer{display:flex;justify-content:center}@media(max-width:575px){.hIV1And2Antibody .fasting-type .test-details-description .informationCardsContainer{display:block}}.hIV1And2Antibody .fasting-type .test-details-description .informationCardsContainer .informationCard{align-items:flex-start;background-color:#d6e9fb!important;border-radius:.6rem;display:flex;flex-direction:column;justify-content:flex-start;margin:1rem;padding:1.5rem;width:calc(49% - 1rem)}@media(max-width:575px){.hIV1And2Antibody .fasting-type .test-details-description .informationCardsContainer .informationCard{align-items:center;margin:1rem auto;width:100%}.hIV1And2Antibody .fasting-type .test-details-description .informationCardsContainer .informationCard p:nth-child(2){margin-top:1rem!important}}.hIV1And2Antibody .fasting-type .test-details-description .informationCardsContainer .informationCard p{line-height:1.4;text-transform:math-auto}@media(max-width:575px){.hIV1And2Antibody .fasting-type .test-details-description .informationCardsContainer .informationCard p{text-align:center}.prostate-specific-antigen .parsedData{text-align:left!important}}.prostate-specific-antigen .parsedData p{color:#000;line-height:1.4;margin:1rem 0 0;padding-left:2rem;position:relative}@media(max-width:575px){.prostate-specific-antigen .parsedData p{font-size:1.4rem}}.prostate-specific-antigen .parsedData p:before{background-color:#e31000;border-radius:50%;box-shadow:0 0 0 4px #e3100033;content:"";height:.8rem;left:0;position:absolute;top:.7rem;width:.8rem}@media(max-width:575px){.prostate-specific-antigen .parsedData p:before{display:inline-block!important}}.prostate-specific-antigen .two-tables .factorCard1{border-radius:8px;margin:2rem;width:calc(50% - 2rem)}@media(max-width:575px){.prostate-specific-antigen .two-tables .factorCard1{margin-bottom:1.5rem;width:100%}}.prostate-specific-antigen .two-tables .factorCard1 .test-details-sub-banner{margin-top:3rem!important}.prostate-specific-antigen .two-tables .factorCard1 .test-details-sub-banner .test-details-sub-banner-content p{color:#000;line-height:1.4;margin:1.3rem 0 0;padding-left:2rem;padding-top:2.5rem;position:relative}@media(max-width:575px){.prostate-specific-antigen .two-tables .factorCard1 .test-details-sub-banner .test-details-sub-banner-content p{font-size:1.4rem}}.prostate-specific-antigen .two-tables .factorCard1 .test-details-sub-banner .test-details-sub-banner-content p:before{background-color:#e31000;border-radius:50%;box-shadow:0 0 0 4px #e3100033;content:"";height:.8rem;left:0;position:absolute;top:3rem;width:.8rem}@media(max-width:575px){.prostate-specific-antigen .two-tables .factorCard1 .test-details-sub-banner .test-details-sub-banner-content p:before{display:inline-block!important}.prostate-specific-antigen .two-tables{display:flex;flex-direction:column}}.prostate-specific-antigen .two-tables .factorCard{border-radius:8px;margin:2rem;width:calc(50% - 2rem)}@media(max-width:575px){.prostate-specific-antigen .two-tables .factorCard{margin-bottom:1.5rem;width:100%}}.prostate-specific-antigen .two-tables .factorCard .test-details-sub-banner{margin-top:0!important}@media(max-width:575px){.prostate-specific-antigen .two-tables .factorCard .test-details-sub-banner{background-color:#d6e9fb!important}}.prostate-specific-antigen .two-tables .factorCard .test-details-sub-banner .test-details-sub-banner-content .test-who-content p{color:#000;line-height:1.4;margin:1rem 0 0;padding-left:2rem;position:relative}@media(max-width:575px){.prostate-specific-antigen .two-tables .factorCard .test-details-sub-banner .test-details-sub-banner-content .test-who-content p{font-size:1.4rem}}.prostate-specific-antigen .two-tables .factorCard .test-details-sub-banner .test-details-sub-banner-content .test-who-content p:before{background-color:#e31000;border-radius:50%;box-shadow:0 0 0 4px #e3100033;content:"";height:.8rem;left:0;position:absolute;top:.7rem;width:.8rem}@media(max-width:575px){.prostate-specific-antigen .two-tables .factorCard .test-details-sub-banner .test-details-sub-banner-content .test-who-content p:before{display:inline-block!important}}.prostate-specific-antigen .riskItemThree-ElectrolyteTest11 .risk-item{margin:1rem 0 0}.prostate-specific-antigen .riskItemThree-ElectrolyteTest11 .risk-item .sub-risk-item h4{color:#000;font-size:2rem;font-weight:700;line-height:1.4;margin:1rem 0 0;padding-left:2rem;position:relative}.prostate-specific-antigen .riskItemThree-ElectrolyteTest11 .risk-item .sub-risk-item h4:before{background-color:#e31000;border-radius:50%;content:"";height:.8rem;left:0;position:absolute;top:.8rem;width:.8rem}.prostate-specific-antigen .riskItemThree-ElectrolyteTest11 .risk-item h3{color:#000;font-size:2rem;font-weight:700;line-height:1.4;margin:1rem 0 0;padding-left:2rem;position:relative}.prostate-specific-antigen .riskItemThree-ElectrolyteTest11 .risk-item h3:before{background-color:#e31000;border-radius:50%;box-shadow:0 0 0 4px #e3100033;content:"";height:.8rem;left:0;position:absolute;top:.8rem;width:.8rem}.prostate-specific-antigen .riskItemThree-ElectrolyteTest11 .risk-item .ul1 .li1{color:#000;line-height:1.4;margin:1rem 0 0;padding-left:2rem;position:relative}.prostate-specific-antigen .riskItemThree-ElectrolyteTest11 .risk-item .ul1 .li1:before{background-color:#e31000;border-radius:50%;content:"";height:.8rem;left:0;position:absolute;top:.8rem;width:.8rem}.humanPapillomaVirus .font-size-32{font-size:3.2rem!important}@media(max-width:575px){.humanPapillomaVirus .font-size-32{font-size:1.7rem!important}.humanPapillomaVirus .font-size-22{font-size:1.5rem!important}.humanPapillomaVirus .font-size-16{font-size:1.4rem!important}.humanPapillomaVirus .book-dynamic-text{font-size:1.2rem!important}}.humanPapillomaVirus .test-details-description{margin-top:3rem}@media(max-width:575px){.humanPapillomaVirus .test-details-description{margin-top:1rem}}.humanPapillomaVirus .test-details-labList{margin-top:0}.humanPapillomaVirus .tab-h2{margin-top:3rem}@media(max-width:575px){.humanPapillomaVirus .tab-h2{margin-top:0}.humanPapillomaVirus .test-details-sub-banner .test-details-sub-banner-inner{padding:0;text-align:center}}.humanPapillomaVirus .hpv-two-images{margin-top:1rem}.humanPapillomaVirus .hpv-two-images .hpv-two-images-inner-1{justify-content:space-between}@media(max-width:575px){.humanPapillomaVirus .hpv-two-images .hpv-two-images-inner-1{flex-direction:column;justify-content:center}}.humanPapillomaVirus .hpv-two-images .hpv-two-images-inner-1 img{background-color:#0000;height:311px}.humanPapillomaVirus .hpv-two-images .hpv-two-images-inner-1 .hpv-image1{width:40%}@media(max-width:575px){.humanPapillomaVirus .hpv-two-images .hpv-two-images-inner-1 .hpv-image1{height:auto;width:100%}}.humanPapillomaVirus .hpv-two-images .hpv-two-images-inner-1 .hpv-image2{width:59%}@media(max-width:575px){.humanPapillomaVirus .hpv-two-images .hpv-two-images-inner-1 .hpv-image2{height:auto;margin-top:1rem;width:100%}}.humanPapillomaVirus .hpv-two-images .hpv-two-images-inner-2{justify-content:space-between}@media(max-width:575px){.humanPapillomaVirus .hpv-two-images .hpv-two-images-inner-2{justify-content:center}}.humanPapillomaVirus .hpv-two-images .hpv-two-images-inner-2 img{background-color:#0000}.humanPapillomaVirus .hpv-two-images .hpv-two-images-inner-2 .hpv-image1{width:31%}@media(max-width:575px){.humanPapillomaVirus .hpv-two-images .hpv-two-images-inner-2 .hpv-image1{height:auto;width:100%}}.humanPapillomaVirus .hpv-two-images .hpv-two-images-inner-2 .hpv-image2{width:66%}@media(max-width:575px){.humanPapillomaVirus .hpv-two-images .hpv-two-images-inner-2 .hpv-image2{height:auto;margin-top:1rem;width:100%}}.humanPapillomaVirus .hpv-table tr th{text-align:center}@media(max-width:575px){.humanPapillomaVirus .hpv-table .m-w-140 .m-w-140{min-width:156px}}.humanPapillomaVirus .hpv-table .test-details-table-content tr td:nth-child(2){padding-left:55rem}@media(max-width:575px){.humanPapillomaVirus .hpv-table .test-details-table-content tr td:nth-child(2){padding-left:0}}.humanPapillomaVirus .hpv-table-two{margin-bottom:1rem}.humanPapillomaVirus .hpv-table-two sup{top:-5px}.humanPapillomaVirus .hpv-table-two .test-details-table{margin-top:1rem}@media(max-width:575px){.humanPapillomaVirus .hpv-table-two .test-details-table{margin-top:1rem}}.humanPapillomaVirus .hpv-table-two .test-details-table .table thead th{vertical-align:bottom}.humanPapillomaVirus .hpv-table-two .test-details-table .table .test-details-table-heading .border-right{border-right:1px solid #e4f0fe!important}.humanPapillomaVirus .hpv-table-two .test-details-table .table .test-details-table-heading .border-top{border-top:1px solid #e4f0fe!important}.humanPapillomaVirus .hpv-table-two .test-details-table .table .test-details-table-heading .border-bottom{border-bottom:1px solid #e4f0fe!important}.humanPapillomaVirus .hpv-table-two .test-details-table .table .test-details-table-heading th{padding:1rem 0!important}.humanPapillomaVirus .hpv-table-two .test-details-table .table .test-details-table-heading th:first-child{border-top-left-radius:10px;padding-left:9rem;vertical-align:top}.humanPapillomaVirus .hpv-table-two .test-details-table .table .test-details-table-heading tr:first-child th:first-child{border-top-left-radius:10px;text-align:center}.humanPapillomaVirus .hpv-table-two .test-details-table .table .test-details-table-heading tr:first-child th:last-child{border-top-left-radius:0;text-align:center}.humanPapillomaVirus .hpv-table-two .test-details-table .table .test-details-table-heading .hpv-table2-main-headers th{border-radius:0!important;padding-left:0;text-align:center}.humanPapillomaVirus .hpv-table-two .test-details-table .table .test-details-table-heading .hpv-table2-inner-headers th{text-align:center}.humanPapillomaVirus .hpv-table-two .test-details-table .table .test-details-table-heading .hpv-table2-inner-headers tr th:not(:last-child){border-right:1px solid #e4f0fe}.humanPapillomaVirus .hpv-table-two .test-details-table .table .test-details-table-heading tr:nth-child(3) th{border-radius:0!important;padding-left:0;text-align:center}.humanPapillomaVirus .hpv-table-two .test-details-table .table .test-details-table-heading tr:nth-child(4) th{border-radius:0!important}.humanPapillomaVirus .hpv-table-two .test-details-table .table .test-details-table-content td{padding:1rem}.humanPapillomaVirus .hpv-table-two .test-details-table .table .test-details-table-content .table-rowData tr:nth-child(2n) td{background-color:#d6e9fb;border-right:1px solid #e4f0fe}.humanPapillomaVirus .hpv-table-two .test-details-table .table .test-details-table-content .table-rowData tr:nth-child(odd) td{background-color:#e4f0fe;border-right:1px solid #d6e9fb}.humanPapillomaVirus .test-details-what-happens{margin-top:3rem}@media(max-width:575px){.humanPapillomaVirus .test-details-what-happens{margin-top:1rem}}.humanPapillomaVirus .test-details-what-happens .StepsOne p{color:#000;line-height:1.4;padding-left:2.6rem;position:relative;text-align:left}@media(max-width:575px){.humanPapillomaVirus .test-details-what-happens .StepsOne p{font-size:1.4rem}}.humanPapillomaVirus .test-details-what-happens .StepsOne p:before{background-color:#e31000;border-radius:50%;box-shadow:0 0 0 4px #e3100033;content:"";height:1rem;left:.4rem;position:absolute;top:.6rem;width:1rem}.humanPapillomaVirus .test-details-what-happens .StepsOne p span:first-child{color:#000}.humanPapillomaVirus .hiv-table .test-details-table .table-horizontal-scroll .table .test-details-table-heading th{text-align:center}.humanPapillomaVirus .two-list-cards{display:flex;justify-content:space-between}@media(max-width:575px){.humanPapillomaVirus .two-list-cards{align-items:center;flex-direction:column}}.humanPapillomaVirus .two-list-cards .two-list-cards-content{background-color:#d6e9fb;border-radius:10px;margin-bottom:1rem;padding:1rem;width:calc(48% - .3rem)}@media(max-width:575px){.humanPapillomaVirus .two-list-cards .two-list-cards-content{width:100%}}.humanPapillomaVirus .two-list-cards .two-list-cards-content p{color:#000;line-height:1.4;padding-left:2.6rem;position:relative}@media(max-width:575px){.humanPapillomaVirus .two-list-cards .two-list-cards-content p{font-size:1.4rem}}.humanPapillomaVirus .two-list-cards .two-list-cards-content p:before{background-color:#e31000;border-radius:50%;content:"";height:1rem;left:.4rem;position:absolute;top:.6rem;width:1rem}.humanPapillomaVirus .hpv-list-sublist .hpv-subList{padding-left:.4rem}.humanPapillomaVirus .hpv-list-sublist .hpv-subList p{color:#000;line-height:1.4;padding-left:2.3rem;position:relative}@media(max-width:575px){.humanPapillomaVirus .hpv-list-sublist .hpv-subList p{font-size:1.4rem}}.humanPapillomaVirus .hpv-list-sublist .hpv-subList p:before{background-color:#e31000;border-radius:50%;content:"";height:1rem;left:0;position:absolute;top:.7rem;width:1rem}.bannerBtn{background:#fff;border:1px solid #e4f0fe;border-radius:5px;color:#f00f0c;font-size:2rem;line-height:1;max-width:180px;overflow:hidden;padding:1rem 2rem;position:relative;transition:all .3s ease-in-out;width:48%;z-index:1}.bannerBtn:after{background-color:#f00f0c;content:"";height:100%;left:0;position:absolute;top:100%;transition:all .2s ease-in-out;width:48%;z-index:0}.bannerBtn:hover:after{top:0}.bannerBtn:hover{color:#fff}.bannerBtn span{position:relative;z-index:2}@media screen and (max-width:991px){.bannerBtn{font-size:2rem;padding:.8rem 1.5rem}}@media screen and (max-width:667px){.bannerBtn{border-radius:2px;font-size:.9rem;padding:.4rem 1rem}}.bannerBtnEnquiry{background:#f00f0c;border:1px solid #e4f0fe;border-radius:5px;color:#fff;font-size:2rem;line-height:1;max-width:180px;overflow:hidden;padding:1rem 2rem;position:relative;transition:all .3s ease-in-out;width:48%;z-index:1}.bannerBtnEnquiry:after{background-color:#fff;content:"";height:100%;left:0;position:absolute;top:100%;transition:all .3s ease-in-out;width:100%;z-index:0}.bannerBtnEnquiry:hover:after{top:0}.bannerBtnEnquiry:hover{color:#f00f0c}.bannerBtnEnquiry span{position:relative;z-index:2}@media screen and (max-width:991px){.bannerBtnEnquiry{font-size:2rem;padding:.8rem 1.5rem}}@media screen and (max-width:667px){.bannerBtnEnquiry{border-radius:2px;font-size:.9rem;padding:.4rem 1rem}}.doctor-directory .doctor-directory-title{line-height:1.5;margin-bottom:0}@media(max-width:991px){.doctor-directory .col,.doctor-directory .col-1,.doctor-directory .col-10,.doctor-directory .col-11,.doctor-directory .col-12,.doctor-directory .col-2,.doctor-directory .col-3,.doctor-directory .col-4,.doctor-directory .col-5,.doctor-directory .col-6,.doctor-directory .col-7,.doctor-directory .col-8,.doctor-directory .col-9,.doctor-directory .col-auto,.doctor-directory .col-lg,.doctor-directory .col-lg-1,.doctor-directory .col-lg-10,.doctor-directory .col-lg-11,.doctor-directory .col-lg-12,.doctor-directory .col-lg-2,.doctor-directory .col-lg-3,.doctor-directory .col-lg-4,.doctor-directory .col-lg-5,.doctor-directory .col-lg-6,.doctor-directory .col-lg-7,.doctor-directory .col-lg-8,.doctor-directory .col-lg-9,.doctor-directory .col-lg-auto,.doctor-directory .col-md,.doctor-directory .col-md-1,.doctor-directory .col-md-10,.doctor-directory .col-md-11,.doctor-directory .col-md-12,.doctor-directory .col-md-2,.doctor-directory .col-md-3,.doctor-directory .col-md-4,.doctor-directory .col-md-5,.doctor-directory .col-md-6,.doctor-directory .col-md-7,.doctor-directory .col-md-8,.doctor-directory .col-md-9,.doctor-directory .col-md-auto,.doctor-directory .col-sm,.doctor-directory .col-sm-1,.doctor-directory .col-sm-10,.doctor-directory .col-sm-11,.doctor-directory .col-sm-12,.doctor-directory .col-sm-2,.doctor-directory .col-sm-3,.doctor-directory .col-sm-4,.doctor-directory .col-sm-5,.doctor-directory .col-sm-6,.doctor-directory .col-sm-7,.doctor-directory .col-sm-8,.doctor-directory .col-sm-9,.doctor-directory .col-sm-auto,.doctor-directory .col-xl,.doctor-directory .col-xl-1,.doctor-directory .col-xl-10,.doctor-directory .col-xl-11,.doctor-directory .col-xl-12,.doctor-directory .col-xl-2,.doctor-directory .col-xl-3,.doctor-directory .col-xl-4,.doctor-directory .col-xl-5,.doctor-directory .col-xl-6,.doctor-directory .col-xl-7,.doctor-directory .col-xl-8,.doctor-directory .col-xl-9,.doctor-directory .col-xl-auto{padding-left:1rem;padding-right:1rem}}.doctor-directory .customer-feedback-rating .border.rounded-5.bg-white{border:none!important}.doctor-card{border:2px solid #d6e9fb;border-radius:7px;margin:1.5rem 0 0;padding:2rem}@media(max-width:991px){.doctor-card{padding:1rem}}.doctor-card .doctor-card-body{margin-top:0;padding:0}@media(max-width:1023px){.doctor-card .doctor-card-body{margin-top:0}}.doctor-card .dr-image{align-items:center;background-color:#fff;border:2px solid #e31000;display:flex;height:13.9rem;justify-content:center;overflow:hidden;width:13.9rem}.doctor-card .dr-image .card-img{width:100%}@media(max-width:1023px){.doctor-card .dr-image{height:8rem;width:8rem}}.doctor-card .doctor-card-title{color:#000;font-size:2rem;font-weight:500;margin-bottom:0;text-align:center}.doctor-card .feedbackOuter{max-height:3.2rem;overflow:hidden;padding-bottom:.5rem;padding-top:.5rem}.doctor-card .doctor-card-language,.doctor-card .doctor-card-specialization,.doctor-card .doctor-card-time-availability{color:#000;font-size:1.6rem;font-weight:400;margin-bottom:0;text-align:center}.doctor-card .doctor-card-specialization{margin-top:5px}@media(max-width:767px){.doctor-card .doctor-card-language,.doctor-card .doctor-card-specialization{font-size:.9em;line-height:1.4em}}.doctor-card .doctor-card-time-availability{margin-bottom:1rem}.doctor-card .doctor-card-time-availability span{color:#e31000}.doctor-card .doctor-card-consultation-fee-label{color:#000;font-size:1.5rem;font-weight:500;margin-bottom:1rem;text-align:center}.doctor-card .doctor-card-consultation-fee{color:#000;font-size:2.8rem;font-weight:600;margin-bottom:.5rem;text-align:center}.doctor-card .doctor-card-consultation-fee span{color:#e31000;font-size:1.6rem;font-weight:600;text-decoration:line-through}.doctor-card .btn{box-shadow:none!important}.view-doctor-profile .view-doctor-profile-card{border:2px solid #d6e9fb;border-radius:7px;padding:2rem}.view-doctor-profile .alternate-card-view{background:none;border:none}.view-doctor-profile .doctor-brief{display:flex;justify-content:space-between}.view-doctor-profile .doctor-brief-intro{align-items:center;display:flex}@media(max-width:991px){.view-doctor-profile .doctor-brief-intro{align-items:flex-start}}.view-doctor-profile .doctor-brief-intro .dr-image{align-items:center;background-color:#fff;border:2px solid #e31000;display:flex;height:13.9rem;margin-right:3rem;min-width:13.9rem;width:13.9rem}@media(max-width:991px){.view-doctor-profile .doctor-brief-intro .dr-image{height:7.6rem;margin-right:1.5rem;margin-top:1rem;min-width:7.6rem;width:7.6rem}}.view-doctor-profile .doctor-brief-intro .dr-image img{max-height:100%;width:100%}.view-doctor-profile .doctor-brief-intro .doctor-brief-intro-label{color:#000;font-size:3.2rem;font-weight:500;margin-bottom:1rem}@media(max-width:1023px){.view-doctor-profile .doctor-brief-intro .doctor-brief-intro-label{font-size:2rem;font-weight:600}}.view-doctor-profile .doctor-brief-intro .doctor-brief-intro-content{color:#000;font-size:1.6rem;font-weight:400;margin-bottom:1rem}.view-doctor-profile .doctor-brief-intro .doctor-brief-speciality-experience{font-size:1.6rem;font-weight:500}.view-doctor-profile .doctor-brief-intro .rating{padding:0;width:fit-content}.view-doctor-profile .doctor-profile-details{display:flex;flex-wrap:wrap;margin-top:3rem}@media(min-width:320px)and (max-width:767px){.view-doctor-profile .doctor-profile-details{margin-top:1.5rem}}.view-doctor-profile .doctor-profile-details>div{margin-right:4rem;max-width:calc(20% - 4rem);width:20%}@media(min-width:1024px)and (max-width:1199px){.view-doctor-profile .doctor-profile-details>div{max-width:18rem}}@media(max-width:991px){.view-doctor-profile .doctor-profile-details>div{max-width:calc(33% - 4rem);width:calc(33% - 4rem)}}@media(min-width:320px)and (max-width:767px){.view-doctor-profile .doctor-profile-details>div{margin-right:0;max-width:100%;width:100%}}.view-doctor-profile .doctor-profile-details>div.about-doctor{max-width:none;width:28%!important}@media(min-width:1024px)and (max-width:1199px){.view-doctor-profile .doctor-profile-details>div.about-doctor{width:33%!important}}@media(max-width:991px){.view-doctor-profile .doctor-profile-details>div.about-doctor{margin-right:0;width:100%!important}}.view-doctor-profile .doctor-profile-details>div:last-child{margin-right:0}.view-doctor-profile .doctor-profile-details .doctor-profile-label{color:#000;font-size:2rem;font-weight:600;margin-bottom:.5rem}.view-doctor-profile .doctor-profile-details p{color:#000}.view-doctor-profile .doctor-about .doctor-profile-label{color:#000;font-size:2rem;font-weight:600;margin-bottom:.5rem}@media(min-width:320px)and (max-width:767px){.view-doctor-profile .mobile-appointment-btn .btn{width:100%}}.appointment-content{display:flex}.appointment-content .appointmentTab{padding-right:2rem;width:80%}@media(max-width:991px){.appointment-content .appointmentTab{margin-top:2rem;padding-right:0;width:100%}}.appointment-content .appointmentTab .nav-tabs{border-bottom:1px solid #e31000;margin-bottom:0}.appointment-content .appointmentTab .nav-tabs .nav-item{background:none;border:1px solid #d3d3d3;border-radius:0;color:#000;font-size:1.8rem;font-weight:400;margin-bottom:0!important;text-align:center;width:20%}.appointment-content .appointmentTab .nav-tabs .nav-item:first-child{border-radius:5px 0 0 0}.appointment-content .appointmentTab .nav-tabs .nav-item:last-child{border-radius:0 5px 0 0}.appointment-content .appointmentTab .nav-tabs .nav-item.active,.appointment-content .appointmentTab .nav-tabs .nav-item.show{background:#e31000;border-color:#e31000;color:#fff;font-weight:700}.appointment-content .appointmentTab .tab-content{background-color:#fff;border:1px solid #0d1a67;border-radius:0 0 5px 5px;min-height:calc(100% - 35px);padding-top:1rem}@media(max-width:767px){.appointment-content .appointmentTab .tab-content{padding-left:0;padding-right:0}}.appointment-content .appointmentTab .mobile-nav-container .mobile-navbar-tab{align-items:center;background:#d3d3d3;border-radius:50%;color:#838383;display:flex;font-size:1.5rem;font-weight:600;height:3rem!important;justify-content:center;margin:2rem 0;padding:1.5rem;width:3rem!important}.appointment-content .appointmentTab .mobile-nav-container .mobile-navbar-tab:hover{background-color:#e31019;cursor:pointer}.appointment-content .appointmentTab .mobile-nav-container .mobile-navbar-tab.active{background-color:#e31019;color:#fff}.appointment-content .appointmentTab .mobile-nav-container .navbar-line{background-color:#838383;height:1.5px;width:2.2rem}.appointment-content .doctorDetails-content{width:20%}@media(max-width:991px){.appointment-content .doctorDetails-content{padding:2rem 0;width:100%}}.appointment-content .doctorDetails-content .card{background-color:#d6e9fb;border:2px solid #d6e9fb;border-radius:7px;width:100%}.appointment-content .doctorDetails-content .feedbackOuter{margin:1rem auto 0;width:136px}.appointment-content .doctorDetails-content .doctor-image{align-items:center;background-color:#fff;border:2px solid #e31000;border-radius:50%;display:flex;height:8rem;justify-content:center;margin:0 auto 1rem;width:8rem}.appointment-content .doctorDetails-content .doctor-image img{max-height:100%;width:100%}.appointment-content .doctorDetails-content .doctor-details-heading{align-items:center;background-color:#e31019;border-radius:6px 6px 0 0;display:flex;justify-content:center;margin-bottom:1rem;padding:.35rem 2rem}.appointment-content .doctorDetails-content .doctor-details-heading p{color:#fff;font-size:1.8rem;font-weight:600;line-height:1.3;margin-bottom:0;padding:.5rem}.appointment-content .doctorDetails-content .doctor-info{padding-left:1.5rem;padding-right:1.5rem}.appointment-content .doctorDetails-content .doctor-info .doctor-name{color:#000;font-size:1.8rem;font-weight:500;margin-bottom:0;text-align:center}.appointment-content .doctorDetails-content .doctor-info .doctor-degree,.appointment-content .doctorDetails-content .doctor-info .doctor-specialization{color:#000;font-size:1.6rem;font-weight:400;margin-bottom:0;text-align:center}.appointment-content .doctorDetails-content .doctor-info .total-payable-text{color:#e31019;font-size:1.8rem;font-weight:500;margin:2rem 1rem 0;text-align:center}.appointment-content .doctorDetails-content .doctor-info .total-payable-text span{color:#e31019;font-size:1.8rem;font-weight:700}.appointment-content .doctorDetails-content .totalAmount{display:flex;justify-content:space-between}.appointment-content .doctorDetails-content .totalAmount:first-of-type{border-top:1px solid #999;margin-top:1rem;padding-top:1rem}.appointment-content .doctorDetails-content .totalAmount p{font-size:1.4rem;font-weight:600;margin-bottom:0;text-transform:uppercase}.appointment-content .doctorDetails-content .totalAmount p span{font-weight:500}.appointment-content .doctorDetails-content .totalAmount p svg{width:1.2rem}.appointment-content .circularTab-content{background-color:#d6e9fb;padding:1rem}.appointment-content .content-for-login-register-tab{margin:4.2rem 2rem}@media(max-width:991px){.appointment-content .content-for-login-register-tab{margin:0 auto;width:35rem}}.appointment-content .content-for-login-register-tab .login-heading{color:#000;font-size:1.8rem;font-weight:700;margin-bottom:.5rem}.appointment-content .content-for-login-register-tab .login-instructions{color:#000;font-size:1.6rem;font-weight:400;margin-bottom:1rem}.appointment-content .content-for-login-register-tab .input-group input{border:1px solid #fff;border-radius:6px;margin-bottom:1.5rem;max-width:100%;padding:1rem;width:35rem}.appointment-content .content-for-login-register-tab .input-group input::placeholder{color:#00000080;font-size:1.6rem;font-weight:400}.appointment-content .content-for-login-register-tab .checkboxes-notifyNDiscounts{max-width:100%;width:46rem}@media(min-width:1024px)and (max-width:1199px){.appointment-content .content-for-login-register-tab .checkboxes-notifyNDiscounts{width:38rem}}.appointment-content .content-for-login-register-tab .empty-div{width:15%}@media(min-width:1024px)and (max-width:1199px){.appointment-content .content-for-login-register-tab .empty-div{width:5%}}.appointment-content .content-for-login-register-tab .form-check-label{color:#000;font-size:1.6rem;font-weight:400}.appointment-content .content-for-login-register-tab .button-tnc-div{width:35rem}.appointment-content .content-for-login-register-tab .button-tnc-div .terms-and-conditions .t-c-text{color:#000;font-size:1.6rem;font-style:normal;font-weight:400;line-height:27px;text-align:center}.appointment-content .content-for-login-register-tab .button-tnc-div .terms-and-conditions .t-c-text span{color:#e31019}.select-customer-tab-content .add-member-heading{color:#000;font-size:1.8rem;font-weight:700;margin-bottom:1.5rem;margin-left:1.2rem;margin-top:.5rem}.select-customer-tab-content .add-customer-button .card{width:100%}.select-customer-tab-content .card{background-color:#e4f0fe;border-radius:6px;margin:1rem;padding:1rem 1.5rem 1rem .2rem;width:27rem}@media(min-width:768px)and (max-width:1024px)and (orientation:landscape){.select-customer-tab-content .card{width:calc(33% - 18px)}}@media(min-width:768px)and (max-width:1023px){.select-customer-tab-content .card{width:calc(33% - 18px)}}@media(max-width:767px){.select-customer-tab-content .card{margin:.8rem;width:calc(50% - 1.8rem)}}.select-customer-tab-content .card-content{display:flex;justify-content:space-between}.select-customer-tab-content .card-content .customer-info .customer-name{color:#000;font-size:1.6rem;font-weight:700;margin-bottom:.2rem}.select-customer-tab-content .card-content .customer-info .customer-name span{font-size:1.5rem;font-weight:400}.select-customer-tab-content .card-content .customer-info .customer-gender{color:#000;font-size:1.5rem;font-weight:400;margin-bottom:0}@media(max-width:575px){.select-customer-tab-content .card-content .customer-info .customer-gender{font-size:1.4rem}}.upload-report-tab-content .upload-report-heading{color:#000;font-size:1.8rem;font-weight:700;margin-bottom:.8rem;margin-top:0}.upload-report-tab-content input{border:1px solid #bab4b4;border-radius:6px;margin-bottom:1.5rem;padding:1rem;width:100%;width:50rem}@media(max-width:1023px){.upload-report-tab-content input{width:29rem}}.upload-report-tab-content .upload-report-btn-box .upload-report-btn.btn-grey-disabled .icon-red,.upload-report-tab-content .upload-report-btn-box .upload-report-btn.btn-grey-disabled:focus .icon-red{display:none!important}.upload-report-tab-content .upload-report-btn-box .upload-report-btn.btn-grey-disabled .icon-white,.upload-report-tab-content .upload-report-btn-box .upload-report-btn.btn-grey-disabled:focus .icon-white{display:inline-block!important}.upload-report-tab-content .upload-report-btn-box .upload-report-btn.btn-grey-disabled .icon-white svg path,.upload-report-tab-content .upload-report-btn-box .upload-report-btn.btn-grey-disabled:focus .icon-white svg path{fill:gray!important}.upload-report-tab-content .upload-report-btn-box .upload-report-btn .icon-white{display:inline-block}.upload-report-tab-content .upload-report-btn-box .upload-report-btn .icon-red{display:none}.upload-report-tab-content .upload-report-btn-box .upload-report-btn:focus .icon-red,.upload-report-tab-content .upload-report-btn-box .upload-report-btn:hover .icon-red{display:inline-block}.upload-report-tab-content .upload-report-btn-box .upload-report-btn:focus .icon-white,.upload-report-tab-content .upload-report-btn-box .upload-report-btn:hover .icon-white{display:none}@media(max-width:991px){.upload-report-tab-content .upload-report-btn-box .upload-report-btn:focus .icon-red,.upload-report-tab-content .upload-report-btn-box .upload-report-btn:hover .icon-red{display:none}.upload-report-tab-content .upload-report-btn-box .upload-report-btn:focus .icon-white,.upload-report-tab-content .upload-report-btn-box .upload-report-btn:hover .icon-white{display:inline-block}}.upload-report-tab-content .upload-report-btn-box .upload-report-label{margin-bottom:.5rem}.upload-report-tab-content .upload-report-btn-box .upload-report-label .remove-file-btn{border:none;position:relative}.upload-report-tab-content .upload-report-btn-box .upload-report-label .remove-file-btn .cross-btn{position:absolute;right:-2px;top:-6px}.upload-report-tab-content .upload-report-btn-box .upload-report-label .file-upload-text{color:#000;font-size:1.6rem;font-weight:500;margin-left:3rem}@media(max-width:575px){.upload-report-tab-content .upload-report-btn-box .upload-report-label .file-upload-text{margin-left:0}}.upload-report-tab-content .upload-report-btn-box .upload-report-label .file-types{color:#444;font-size:1.4rem;font-weight:400}@media(max-width:575px){.upload-report-tab-content .upload-report-btn-box .upload-report-label .file-types{font-size:1rem}}.upload-report-tab-content .upload-report-btn-box .upload-report-label img{height:5rem;width:100%}.upload-report-tab-content .circle-container{align-items:center;background-color:#000;border-radius:50%;color:#fff;display:flex;font-size:1.2rem;height:3.2rem;justify-content:center;outline:1rem solid #d6e9fb;position:relative;width:3.2rem}.upload-report-tab-content .upload-booking-container .booking-list-item .bookingListHeading-container .bookingListHeading{display:flex}@media(max-width:575px){.upload-report-tab-content .upload-booking-container .booking-list-item .bookingListHeading-container .bookingListHeading{display:block}.upload-report-tab-content .upload-booking-container .booking-list-item .bookingListHeading-container .bookingListHeading .doctorLabName{font-size:1.4rem;font-weight:600;padding-left:.3rem}}.upload-report-tab-content .upload-booking-container .booking-list-item .bookingListHeading-container .bookingListHeading .custom_radio_checkbox{min-height:21px}.upload-report-tab-content .upload-booking-container .booking-list-item .bookingListHeading-container .bookingListHeading .custom_radio_checkbox label .checkmark{height:15px;width:15px}.upload-report-tab-content .upload-booking-container .booking-list-item .bookingListHeading-container .bookingListHeading .custom_radio_checkbox label .checkmark:after{border-radius:20px;bottom:0;content:"";height:15px;left:-1px;margin:auto;position:absolute;top:0;transition:all .2s ease;width:15px}.upload-report-tab-content .upload-booking-container .booking-list-item .bookingListMiddle-container{padding-left:4.4rem}@media(max-width:575px){.upload-report-tab-content .upload-booking-container .booking-list-item .bookingListFooter-container{margin-top:1rem}}.upload-report-tab-content .upload-booking-container .booking-list-item .bookingListFooter-container .upload-list-download{padding-left:2.3rem}.upload-report-tab-content .upload-booking-container .booking-list-item .view-details{font-size:1.4rem}.upload-report-tab-content .upload-booking-container .booking-list-item .view-details i{font-size:1.6rem}@media(max-width:575px){.upload-report-tab-content .upload-booking-container .booking-list-item .view-details i{font-size:1.3rem}}.upload-report-tab-content .upload-booking-container .booking-list-item .tests-list-container{display:block;max-width:42rem;overflow:hidden;text-overflow:ellipsis}@media(max-width:1199px){.upload-report-tab-content .upload-booking-container .booking-list-item .tests-list-container{max-width:28rem}}@media(max-width:575px){.upload-report-tab-content .upload-booking-container .booking-list-item .tests-list-container{max-width:25rem}}.upload-report-tab-content .upload-booking-container .booking-list-item .tests-list-container .tests-list,.upload-report-tab-content .upload-booking-container .booking-list-item span.doctorLabName{white-space:nowrap}@media(max-width:575px){.upload-report-tab-content .upload-booking-container .booking-list-item{border-radius:0;padding:1.5rem!important}}.time-and-date-slot-tab-content{margin-left:1rem;margin-right:1rem;margin-top:1rem}@media(max-width:575px){.time-and-date-slot-tab-content{margin-left:0;margin-right:0;margin-top:0}.time-and-date-slot-tab-content>div:nth-child(2){margin:0}}.time-and-date-slot-tab-content .last-div{margin-top:inherit!important}.time-and-date-slot-tab-content .time-date-heading{color:#000;font-size:1.8rem;font-weight:700;margin-bottom:2rem}.time-and-date-slot-tab-content .input,.time-and-date-slot-tab-content .select{background-color:#fff;border:1px solid #fff;border-radius:6px;margin:0 4rem 1.5rem 0;max-width:100%;width:32rem}.time-and-date-slot-tab-content .label-for-date,.time-and-date-slot-tab-content .label-for-time-slot{color:#000;font-size:1.8rem;font-weight:400;margin-bottom:.6rem}.time-and-date-slot-tab-content .label-for-date span,.time-and-date-slot-tab-content .label-for-time-slot span{color:#e31019;font-size:1.8rem;font-weight:400}.time-and-date-slot-tab-content .instructions{color:#000;font-size:1.6rem;font-weight:400;margin-bottom:0}@media(max-width:767px){.time-and-date-slot-tab-content .instructions{margin:5px 14px 0}}.payment-tab-content{margin:1.5rem 1.5rem 1.5rem 2rem}@media(max-width:575px){.payment-tab-content{display:grid}}.payment-tab-content .form-check-input:checked{background-color:#e31019;border-color:#fff}.payment-tab-content .payment-heading{color:#000;font-size:1.8rem;font-weight:700;margin-bottom:1.5rem}.payment-tab-content .amount-to-pay-div{border-bottom:1px solid #9bb2c97d;margin-bottom:3rem}.payment-tab-content .amount-to-pay-div .total-payable-amount-text{color:#000;font-size:2.2rem;font-size:2rem;font-weight:600}.payment-tab-content .amount-to-pay-div .amount-to-pay{color:#e31019;font-size:2.2rem;font-size:2rem;font-weight:700}.payment-tab-content .pay-options-label{color:#000;font-size:1.5rem;font-weight:600}.payment-tab-content .t-c-text{color:#000;font-size:1.6rem;font-weight:400}.orContent{position:relative}@media(max-width:991px){.orContent{margin-bottom:1rem}}.orContent:before{background:#bab4b4;content:"";height:1px;left:15px;position:absolute;right:15px;top:50%}.paymentAmountContent{background-color:#d6e9fb;border:1px solid #bad0e5;border-radius:6px;margin-top:2rem;padding:1.5rem}@media(max-width:767px){.paymentAmountContent{margin-top:1.2rem}}.paymentAmountContent .doctorDetail,.paymentAmountContent .totalAmount{display:flex;justify-content:space-between;margin-bottom:1rem}.paymentAmountContent .doctorDetail p,.paymentAmountContent .totalAmount p{font-size:1.6rem;margin-bottom:0}.paymentAmountContent .doctorDetail p svg,.paymentAmountContent .totalAmount p svg{width:1.2rem}.paymentAmountContent .totalAmount{margin-bottom:0;padding-top:1.5rem}.paymentAmountContent .totalAmount:first-of-type{border-top:1px solid #bad0e5}.paymentAmountContent .totalAmount p{font-weight:600;text-transform:uppercase}.inputTextBg.disabled,.inputTextBg.disabled select{background:#f1f1f1!important}.american-express-container .btn-center{margin-inline:auto;max-width:fit-content}.american-express-container .text-white{color:#fff}.american-express-container .main-text{font-size:2.5rem!important;font-weight:600;line-height:4rem}@media(max-width:767px){.american-express-container .main-text{font-size:1.8rem!important;line-height:2.3rem}}.american-express-container .amexpress-banner{left:0;top:0}.american-express-container .american-express-info{background:#e7120e;border-radius:2rem;border-top:0;color:#fff;margin:0 auto;max-width:110rem;padding-left:6rem;padding-right:6rem;padding-top:2rem;width:100%}@media(max-width:575px){.american-express-container .american-express-info{max-width:100%;padding-left:1rem;padding-right:1rem;padding-top:1rem;width:100%}}@media(max-width:767px){.american-express-container .american-express-info{max-width:100%;padding-left:1rem;padding-right:1rem;padding-top:1rem;width:100%}}.american-express-container .american-express-info2 p b{font-weight:600}.american-express-container .no-padding{padding:2rem 0}@media(max-width:575px){.american-express-container .no-padding{padding:0 0 1rem}}@media(max-width:767px){.american-express-container .no-padding{padding:0 0 1rem}}.american-express-container .no-padding .bullet-item{margin-bottom:.5rem;padding-left:1.5rem;position:relative}.american-express-container .no-padding .bullet-item:before{content:"•";font-size:1.5rem;left:0;line-height:1;position:absolute;top:.5rem}.american-express-container .justify-content-space-between{justify-content:space-between}.american-express-container #whyFleboInfo-am .row{margin-left:-.8rem!important;margin-right:-.8rem!important}.american-express-container #whyFleboInfo-am .row .col,.american-express-container #whyFleboInfo-am .row .col-1,.american-express-container #whyFleboInfo-am .row .col-10,.american-express-container #whyFleboInfo-am .row .col-11,.american-express-container #whyFleboInfo-am .row .col-12,.american-express-container #whyFleboInfo-am .row .col-2,.american-express-container #whyFleboInfo-am .row .col-3,.american-express-container #whyFleboInfo-am .row .col-4,.american-express-container #whyFleboInfo-am .row .col-5,.american-express-container #whyFleboInfo-am .row .col-6,.american-express-container #whyFleboInfo-am .row .col-7,.american-express-container #whyFleboInfo-am .row .col-8,.american-express-container #whyFleboInfo-am .row .col-9,.american-express-container #whyFleboInfo-am .row .col-auto,.american-express-container #whyFleboInfo-am .row .col-lg,.american-express-container #whyFleboInfo-am .row .col-lg-1,.american-express-container #whyFleboInfo-am .row .col-lg-10,.american-express-container #whyFleboInfo-am .row .col-lg-11,.american-express-container #whyFleboInfo-am .row .col-lg-12,.american-express-container #whyFleboInfo-am .row .col-lg-2,.american-express-container #whyFleboInfo-am .row .col-lg-3,.american-express-container #whyFleboInfo-am .row .col-lg-4,.american-express-container #whyFleboInfo-am .row .col-lg-5,.american-express-container #whyFleboInfo-am .row .col-lg-6,.american-express-container #whyFleboInfo-am .row .col-lg-7,.american-express-container #whyFleboInfo-am .row .col-lg-8,.american-express-container #whyFleboInfo-am .row .col-lg-9,.american-express-container #whyFleboInfo-am .row .col-lg-auto,.american-express-container #whyFleboInfo-am .row .col-md,.american-express-container #whyFleboInfo-am .row .col-md-1,.american-express-container #whyFleboInfo-am .row .col-md-10,.american-express-container #whyFleboInfo-am .row .col-md-11,.american-express-container #whyFleboInfo-am .row .col-md-12,.american-express-container #whyFleboInfo-am .row .col-md-2,.american-express-container #whyFleboInfo-am .row .col-md-3,.american-express-container #whyFleboInfo-am .row .col-md-4,.american-express-container #whyFleboInfo-am .row .col-md-5,.american-express-container #whyFleboInfo-am .row .col-md-6,.american-express-container #whyFleboInfo-am .row .col-md-7,.american-express-container #whyFleboInfo-am .row .col-md-8,.american-express-container #whyFleboInfo-am .row .col-md-9,.american-express-container #whyFleboInfo-am .row .col-md-auto,.american-express-container #whyFleboInfo-am .row .col-sm,.american-express-container #whyFleboInfo-am .row .col-sm-1,.american-express-container #whyFleboInfo-am .row .col-sm-10,.american-express-container #whyFleboInfo-am .row .col-sm-11,.american-express-container #whyFleboInfo-am .row .col-sm-12,.american-express-container #whyFleboInfo-am .row .col-sm-2,.american-express-container #whyFleboInfo-am .row .col-sm-3,.american-express-container #whyFleboInfo-am .row .col-sm-4,.american-express-container #whyFleboInfo-am .row .col-sm-5,.american-express-container #whyFleboInfo-am .row .col-sm-6,.american-express-container #whyFleboInfo-am .row .col-sm-7,.american-express-container #whyFleboInfo-am .row .col-sm-8,.american-express-container #whyFleboInfo-am .row .col-sm-9,.american-express-container #whyFleboInfo-am .row .col-sm-auto,.american-express-container #whyFleboInfo-am .row .col-xl,.american-express-container #whyFleboInfo-am .row .col-xl-1,.american-express-container #whyFleboInfo-am .row .col-xl-10,.american-express-container #whyFleboInfo-am .row .col-xl-11,.american-express-container #whyFleboInfo-am .row .col-xl-12,.american-express-container #whyFleboInfo-am .row .col-xl-2,.american-express-container #whyFleboInfo-am .row .col-xl-3,.american-express-container #whyFleboInfo-am .row .col-xl-4,.american-express-container #whyFleboInfo-am .row .col-xl-5,.american-express-container #whyFleboInfo-am .row .col-xl-6,.american-express-container #whyFleboInfo-am .row .col-xl-7,.american-express-container #whyFleboInfo-am .row .col-xl-8,.american-express-container #whyFleboInfo-am .row .col-xl-9,.american-express-container #whyFleboInfo-am .row .col-xl-auto{padding-left:.8rem!important;padding-right:.8rem!important}.american-express-container #whyFleboInfo-am .box{align-items:flex-start;background:#d6e9fb;height:100%;margin-bottom:1.5rem}.american-express-container #whyFleboInfo-am .box .icon{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:flex-start;margin-right:.5rem;min-height:13rem;min-width:9.5rem}@media(max-width:575px){.american-express-container #whyFleboInfo-am .box .icon{min-height:8rem;min-width:8rem}}.american-express-container #whyFleboInfo-am .box .icon img{max-height:10rem}.american-express-container #whyFleboInfo-am .box .content{width:100%}.american-express-container #whyFleboInfo-am .box .content h2{font-size:1.8rem!important;line-height:2.2rem}.american-express-container #whyFleboInfo-am .box .content P{color:#000;font-size:1.4rem!important;line-height:2rem;margin-bottom:0!important}.american-express-container #whyFleboInfo-am .box-5{align-items:flex-start;background-color:#e7120e;background-position:0 100%,103% -3rem;background-repeat:no-repeat,no-repeat;background-size:auto,8rem;border-radius:5px 5px 0 0!important;color:#fff!important;justify-content:center}.american-express-container #whyFleboInfo-am .box-5 h2{color:#fff!important;font-size:1.8rem}.american-express-container #whyFleboInfo-am .box-5 .icon{background:#fff;border-radius:50%;margin-right:1.5rem;max-height:7rem;max-width:7rem;min-height:7rem;min-width:7rem;padding:1rem}.american-express-container #whyFleboInfo-am .box-5 .icon img{max-height:100%;max-width:100%}.american-express-container #whyFleboInfo-am .subbox-5{background:#c20c08;border-radius:0 0 5px 5px!important;color:#fff;height:20%}.american-express-container #whyFleboInfo-am .justify-content-space-between{justify-content:space-between}.american-express-container #whyFleboInfo-am .card5 .box{height:calc(50% - .8rem)}.american-express-container #whyFleboInfo-am .card5 .redBox{display:flex;flex-direction:column;height:100%}.american-express-container #whyFleboInfo-am .card5 .redBox .box-5{height:100%;margin-bottom:0}.american-express-container ul{list-style-type:disc}.american-express-container .americanExpressTable{display:flex;margin-left:-1rem;margin-right:-1rem}@media(max-width:1199px){.american-express-container .americanExpressTable{display:flex;flex-direction:column}}@media(max-width:575px){.american-express-container .americanExpressTable{display:flex;flex-direction:column;margin:0}}.american-express-container .americanExpressTable .packagesContainer{background:#d6e9fb;border-radius:10px;margin-left:1rem;margin-right:1rem;margin-top:3rem;width:50%}@media(max-width:1199px){.american-express-container .americanExpressTable .packagesContainer{margin-top:2rem;width:100%}}@media(min-width:768px)and (max-width:1023px){.american-express-container .americanExpressTable .packagesContainer{display:flex;flex-direction:column}}@media(max-width:575px){.american-express-container .americanExpressTable .packagesContainer{margin:2rem 0 0;width:100%}}.american-express-container .americanExpressTable .packagesContainer .packagesContent{height:100%}@media(max-width:1199px){.american-express-container .americanExpressTable .packagesContainer .packagesContent{height:auto}}.american-express-container .americanExpressTable .packagesContainer .heading{font-size:1.8rem;font-weight:700;line-height:1.5;margin:0;padding:1.5rem}.american-express-container .americanExpressTable .packagesContainer .heading span{color:#e31000;padding-right:.5rem}.american-express-container .americanExpressTable .packagesContainer .categories{height:74%}@media(max-width:1199px){.american-express-container .americanExpressTable .packagesContainer .categories{height:auto}}.american-express-container .americanExpressTable .packagesContainer .category{height:74%}@media(max-width:1199px){.american-express-container .americanExpressTable .packagesContainer .category{height:auto}}.american-express-container .americanExpressTable .packagesContainer .category h3{background:#80b4ff;font-size:1.6rem;font-weight:600;margin:0 0 1rem;padding:1rem}.american-express-container .americanExpressTable .packagesContainer .category .categoryContainer{display:flex;flex-wrap:wrap;padding:1rem}.american-express-container .americanExpressTable .packagesContainer .category .categoryContainer .categoryItem{font-size:1.5rem;margin-bottom:.9rem;padding-left:2rem;position:relative;width:33.33%}@media(max-width:575px){.american-express-container .americanExpressTable .packagesContainer .category .categoryContainer .categoryItem{width:50%}}.american-express-container .americanExpressTable .packagesContainer .category .categoryContainer .categoryItem:before{background:#e31000;border:2px solid #d6e9fb;border-radius:50%;content:"";height:6px;left:.5rem;outline:1px solid #e31000;position:absolute;top:.5rem;width:6px}.american-express-container .americanExpressTable .packagesContainer .category .categoryContainer .categoryItem .categorySubItem{font-size:1rem}.american-express-container .americanExpressTable .packagesContainer .footerContent{align-items:center;display:flex;justify-content:space-between;padding:1.5rem}.american-express-container .americanExpressTable .packagesContainer .footerContent .priceContent{display:flex}@media(max-width:767px){.american-express-container .americanExpressTable .packagesContainer .footerContent .priceContent{width:100%}}.american-express-container .americanExpressTable .packagesContainer .footerContent .priceContent p{margin-bottom:0}.american-express-container .americanExpressTable .packagesContainer .footerContent .priceContent .special_offer{align-items:center;background-color:#80b4ff;border-radius:.4rem 0 0 .4rem;display:flex;font-weight:700;justify-content:center;padding:.5rem 1rem}@media(max-width:767px){.american-express-container .americanExpressTable .packagesContainer .footerContent .priceContent .special_offer{width:50%}}.american-express-container .americanExpressTable .packagesContainer .footerContent .priceContent .special_offer p{font-size:1.6rem;line-height:1}.american-express-container .americanExpressTable .packagesContainer .footerContent .priceContent .price{align-items:center;background-color:#d6e9fb;border:solid #80b4ff;border-radius:0 .4rem .4rem 0;display:flex;justify-content:center;padding:1rem}@media(max-width:767px){.american-express-container .americanExpressTable .packagesContainer .footerContent .priceContent .price{width:50%}}.american-express-container .americanExpressTable .packagesContainer .footerContent .priceContent .price .originalPrice{color:#e31000;font-size:2.6rem;font-weight:700}.american-express-container .americanExpressTable .packagesContainer .footerContent .priceContent .price .discountedPrice{font-size:2rem;font-weight:600;text-decoration:line-through}@media(max-width:575px){.american-express-container .americanExpressTable .packagesContainer .footerContent{display:flex;flex-direction:column;padding:.2rem}}@media(max-width:767px){.american-express-container .americanExpressTable .packagesContainer .footerContent .btn{margin-top:2rem;width:100%}}.american-express-container .pressCoveragesAmx{margin-top:4rem}.american-express-container .pressCoveragesAmx h4.title{font-size:3rem;line-height:1.2;margin-bottom:2rem;text-align:center}.american-express-container .pressCoveragesAmx #press-coverages .view-btn{display:none}.american-express-container .pressCoveragesAmx #press-coverages .owl-theme .owl-nav .owl-prev{left:0!important}.american-express-container .pressCoveragesAmx #press-coverages h2{display:none}.american-express-container .pressCoveragesAmx #press-coverages .owl-theme .owl-dots .owl-dot{margin:7px 4px 0!important;width:20px}.american-express-container .pressCoveragesAmx #press-coverages .owl-theme .owl-dots .owl-dot span{width:17px}@media(max-width:1199px){.american-express-container .pressCoveragesAmx #press-coverages .owl-nav{display:none}}.american-express-container .banner{margin-left:-15px;margin-right:-15px}.american-express-container .banner img{width:100%}.originalPrice{color:#e31000;font-size:2.6rem;font-weight:700}.customersForAmex{margin-left:-.8rem;margin-right:-.8rem}.customersForAmex .col,.customersForAmex .col-1,.customersForAmex .col-10,.customersForAmex .col-11,.customersForAmex .col-12,.customersForAmex .col-2,.customersForAmex .col-3,.customersForAmex .col-4,.customersForAmex .col-5,.customersForAmex .col-6,.customersForAmex .col-7,.customersForAmex .col-8,.customersForAmex .col-9,.customersForAmex .col-auto,.customersForAmex .col-lg,.customersForAmex .col-lg-1,.customersForAmex .col-lg-10,.customersForAmex .col-lg-11,.customersForAmex .col-lg-12,.customersForAmex .col-lg-2,.customersForAmex .col-lg-3,.customersForAmex .col-lg-4,.customersForAmex .col-lg-5,.customersForAmex .col-lg-6,.customersForAmex .col-lg-7,.customersForAmex .col-lg-8,.customersForAmex .col-lg-9,.customersForAmex .col-lg-auto,.customersForAmex .col-md,.customersForAmex .col-md-1,.customersForAmex .col-md-10,.customersForAmex .col-md-11,.customersForAmex .col-md-12,.customersForAmex .col-md-2,.customersForAmex .col-md-3,.customersForAmex .col-md-4,.customersForAmex .col-md-5,.customersForAmex .col-md-6,.customersForAmex .col-md-7,.customersForAmex .col-md-8,.customersForAmex .col-md-9,.customersForAmex .col-md-auto,.customersForAmex .col-sm,.customersForAmex .col-sm-1,.customersForAmex .col-sm-10,.customersForAmex .col-sm-11,.customersForAmex .col-sm-12,.customersForAmex .col-sm-2,.customersForAmex .col-sm-3,.customersForAmex .col-sm-4,.customersForAmex .col-sm-5,.customersForAmex .col-sm-6,.customersForAmex .col-sm-7,.customersForAmex .col-sm-8,.customersForAmex .col-sm-9,.customersForAmex .col-sm-auto,.customersForAmex .col-xl,.customersForAmex .col-xl-1,.customersForAmex .col-xl-10,.customersForAmex .col-xl-11,.customersForAmex .col-xl-12,.customersForAmex .col-xl-2,.customersForAmex .col-xl-3,.customersForAmex .col-xl-4,.customersForAmex .col-xl-5,.customersForAmex .col-xl-6,.customersForAmex .col-xl-7,.customersForAmex .col-xl-8,.customersForAmex .col-xl-9,.customersForAmex .col-xl-auto{padding:.8rem}.customersForAmex .card-content{display:flex;justify-content:space-between}.customersForAmex .custom_radio_checkbox{padding:.5rem}.customersForAmex.red_scrollbar{max-height:65vh}.upload-report-tab-content.amex{margin-bottom:2rem;margin-top:2rem}.upload-report-tab-content.amex .circle-container{outline:none}.customerWithIcon{padding-left:3rem;position:relative}.customerWithIcon .membershipIcon{left:0;position:absolute;top:-.2rem}.customerWithIcon .membershipIcon img{width:2.2rem}#bmi-calculator-page-two .font-size-32{font-size:3.2rem!important}@media(max-width:575px){#bmi-calculator-page-two .font-size-32{font-size:1.7rem!important}#bmi-calculator-page-two .font-size-24{font-size:2.2rem!important}#bmi-calculator-page-two .font-size-22{font-size:1.5rem!important}#bmi-calculator-page-two .font-size-16{font-size:1.4rem!important}}#bmi-calculator-page-two .bmi-category-difference{display:flex;justify-content:space-between;margin-top:-1rem}@media(max-width:1199px){#bmi-calculator-page-two .bmi-category-difference{margin-top:-2rem}}#bmi-calculator-page-two .bmi-calculatorContainer{display:flex;margin-left:-1.5rem;margin-right:-1.5rem}@media(max-width:767px){#bmi-calculator-page-two .bmi-calculatorContainer{flex-direction:column}}#bmi-calculator-page-two .bmi-calculatorContainer .bmiCalculator{padding:2rem;width:75%}@media(max-width:1199px){#bmi-calculator-page-two .bmi-calculatorContainer .bmiCalculator{width:66.66%}}@media(max-width:991px){#bmi-calculator-page-two .bmi-calculatorContainer .bmiCalculator{width:50%}}@media(max-width:767px){#bmi-calculator-page-two .bmi-calculatorContainer .bmiCalculator{width:100%}}#bmi-calculator-page-two .bmi-calculatorContainer .bmi-calc-right{padding:0 1.5rem;width:25%}@media(max-width:1199px){#bmi-calculator-page-two .bmi-calculatorContainer .bmi-calc-right{width:33.33%}}@media(max-width:991px){#bmi-calculator-page-two .bmi-calculatorContainer .bmi-calc-right{width:50%}}@media(max-width:767px){#bmi-calculator-page-two .bmi-calculatorContainer .bmi-calc-right{width:100%}}#bmi-calculator-page-two .bmiCalculatorForm{display:flex;flex-direction:row-reverse}@media(max-width:991px){#bmi-calculator-page-two .bmiCalculatorForm{flex-direction:column}}#bmi-calculator-page-two .bmiCalculatorForm .bmi-calc-component{padding-right:4rem;padding-top:2rem;width:100%}@media(max-width:991px){#bmi-calculator-page-two .bmiCalculatorForm .bmi-calc-component{padding-right:0}}@media(max-width:767px){#bmi-calculator-page-two .bmiCalculatorForm .bmi-calc-component{padding-bottom:3rem}}#bmi-calculator-page-two .bmiCalculatorForm .bmi-calc-component .bmi-calc-heading{display:none}#bmi-calculator-page-two .bmiCalculatorForm .bmi-calc-component .bmi-calc-form .row{margin-left:-1rem!important;margin-right:-1rem!important}#bmi-calculator-page-two .bmiCalculatorForm .bmi-calc-component .bmi-calc-form .row .col,#bmi-calculator-page-two .bmiCalculatorForm .bmi-calc-component .bmi-calc-form .row .col-1,#bmi-calculator-page-two .bmiCalculatorForm .bmi-calc-component .bmi-calc-form .row .col-10,#bmi-calculator-page-two .bmiCalculatorForm .bmi-calc-component .bmi-calc-form .row .col-11,#bmi-calculator-page-two .bmiCalculatorForm .bmi-calc-component .bmi-calc-form .row .col-12,#bmi-calculator-page-two .bmiCalculatorForm .bmi-calc-component .bmi-calc-form .row .col-2,#bmi-calculator-page-two .bmiCalculatorForm .bmi-calc-component .bmi-calc-form .row .col-3,#bmi-calculator-page-two .bmiCalculatorForm .bmi-calc-component .bmi-calc-form .row .col-4,#bmi-calculator-page-two .bmiCalculatorForm .bmi-calc-component .bmi-calc-form .row .col-5,#bmi-calculator-page-two .bmiCalculatorForm .bmi-calc-component .bmi-calc-form .row .col-6,#bmi-calculator-page-two .bmiCalculatorForm .bmi-calc-component .bmi-calc-form .row .col-7,#bmi-calculator-page-two .bmiCalculatorForm .bmi-calc-component .bmi-calc-form .row .col-8,#bmi-calculator-page-two .bmiCalculatorForm .bmi-calc-component .bmi-calc-form .row .col-9,#bmi-calculator-page-two .bmiCalculatorForm .bmi-calc-component .bmi-calc-form .row .col-auto,#bmi-calculator-page-two .bmiCalculatorForm .bmi-calc-component .bmi-calc-form .row .col-lg,#bmi-calculator-page-two .bmiCalculatorForm .bmi-calc-component .bmi-calc-form .row .col-lg-1,#bmi-calculator-page-two .bmiCalculatorForm .bmi-calc-component .bmi-calc-form .row .col-lg-10,#bmi-calculator-page-two .bmiCalculatorForm .bmi-calc-component .bmi-calc-form .row .col-lg-11,#bmi-calculator-page-two .bmiCalculatorForm .bmi-calc-component .bmi-calc-form .row .col-lg-12,#bmi-calculator-page-two .bmiCalculatorForm .bmi-calc-component .bmi-calc-form .row .col-lg-2,#bmi-calculator-page-two .bmiCalculatorForm .bmi-calc-component .bmi-calc-form .row .col-lg-3,#bmi-calculator-page-two .bmiCalculatorForm .bmi-calc-component .bmi-calc-form .row .col-lg-4,#bmi-calculator-page-two .bmiCalculatorForm .bmi-calc-component .bmi-calc-form .row .col-lg-5,#bmi-calculator-page-two .bmiCalculatorForm .bmi-calc-component .bmi-calc-form .row .col-lg-6,#bmi-calculator-page-two .bmiCalculatorForm .bmi-calc-component .bmi-calc-form .row .col-lg-7,#bmi-calculator-page-two .bmiCalculatorForm .bmi-calc-component .bmi-calc-form .row .col-lg-8,#bmi-calculator-page-two .bmiCalculatorForm .bmi-calc-component .bmi-calc-form .row .col-lg-9,#bmi-calculator-page-two .bmiCalculatorForm .bmi-calc-component .bmi-calc-form .row .col-lg-auto,#bmi-calculator-page-two .bmiCalculatorForm .bmi-calc-component .bmi-calc-form .row .col-md,#bmi-calculator-page-two .bmiCalculatorForm .bmi-calc-component .bmi-calc-form .row .col-md-1,#bmi-calculator-page-two .bmiCalculatorForm .bmi-calc-component .bmi-calc-form .row .col-md-10,#bmi-calculator-page-two .bmiCalculatorForm .bmi-calc-component .bmi-calc-form .row .col-md-11,#bmi-calculator-page-two .bmiCalculatorForm .bmi-calc-component .bmi-calc-form .row .col-md-12,#bmi-calculator-page-two .bmiCalculatorForm .bmi-calc-component .bmi-calc-form .row .col-md-2,#bmi-calculator-page-two .bmiCalculatorForm .bmi-calc-component .bmi-calc-form .row .col-md-3,#bmi-calculator-page-two .bmiCalculatorForm .bmi-calc-component .bmi-calc-form .row .col-md-4,#bmi-calculator-page-two .bmiCalculatorForm .bmi-calc-component .bmi-calc-form .row .col-md-5,#bmi-calculator-page-two .bmiCalculatorForm .bmi-calc-component .bmi-calc-form .row .col-md-6,#bmi-calculator-page-two .bmiCalculatorForm .bmi-calc-component .bmi-calc-form .row .col-md-7,#bmi-calculator-page-two .bmiCalculatorForm .bmi-calc-component .bmi-calc-form .row .col-md-8,#bmi-calculator-page-two .bmiCalculatorForm .bmi-calc-component .bmi-calc-form .row .col-md-9,#bmi-calculator-page-two .bmiCalculatorForm .bmi-calc-component .bmi-calc-form .row .col-md-auto,#bmi-calculator-page-two .bmiCalculatorForm .bmi-calc-component .bmi-calc-form .row .col-sm,#bmi-calculator-page-two .bmiCalculatorForm .bmi-calc-component .bmi-calc-form .row .col-sm-1,#bmi-calculator-page-two .bmiCalculatorForm .bmi-calc-component .bmi-calc-form .row .col-sm-10,#bmi-calculator-page-two .bmiCalculatorForm .bmi-calc-component .bmi-calc-form .row .col-sm-11,#bmi-calculator-page-two .bmiCalculatorForm .bmi-calc-component .bmi-calc-form .row .col-sm-12,#bmi-calculator-page-two .bmiCalculatorForm .bmi-calc-component .bmi-calc-form .row .col-sm-2,#bmi-calculator-page-two .bmiCalculatorForm .bmi-calc-component .bmi-calc-form .row .col-sm-3,#bmi-calculator-page-two .bmiCalculatorForm .bmi-calc-component .bmi-calc-form .row .col-sm-4,#bmi-calculator-page-two .bmiCalculatorForm .bmi-calc-component .bmi-calc-form .row .col-sm-5,#bmi-calculator-page-two .bmiCalculatorForm .bmi-calc-component .bmi-calc-form .row .col-sm-6,#bmi-calculator-page-two .bmiCalculatorForm .bmi-calc-component .bmi-calc-form .row .col-sm-7,#bmi-calculator-page-two .bmiCalculatorForm .bmi-calc-component .bmi-calc-form .row .col-sm-8,#bmi-calculator-page-two .bmiCalculatorForm .bmi-calc-component .bmi-calc-form .row .col-sm-9,#bmi-calculator-page-two .bmiCalculatorForm .bmi-calc-component .bmi-calc-form .row .col-sm-auto,#bmi-calculator-page-two .bmiCalculatorForm .bmi-calc-component .bmi-calc-form .row .col-xl,#bmi-calculator-page-two .bmiCalculatorForm .bmi-calc-component .bmi-calc-form .row .col-xl-1,#bmi-calculator-page-two .bmiCalculatorForm .bmi-calc-component .bmi-calc-form .row .col-xl-10,#bmi-calculator-page-two .bmiCalculatorForm .bmi-calc-component .bmi-calc-form .row .col-xl-11,#bmi-calculator-page-two .bmiCalculatorForm .bmi-calc-component .bmi-calc-form .row .col-xl-12,#bmi-calculator-page-two .bmiCalculatorForm .bmi-calc-component .bmi-calc-form .row .col-xl-2,#bmi-calculator-page-two .bmiCalculatorForm .bmi-calc-component .bmi-calc-form .row .col-xl-3,#bmi-calculator-page-two .bmiCalculatorForm .bmi-calc-component .bmi-calc-form .row .col-xl-4,#bmi-calculator-page-two .bmiCalculatorForm .bmi-calc-component .bmi-calc-form .row .col-xl-5,#bmi-calculator-page-two .bmiCalculatorForm .bmi-calc-component .bmi-calc-form .row .col-xl-6,#bmi-calculator-page-two .bmiCalculatorForm .bmi-calc-component .bmi-calc-form .row .col-xl-7,#bmi-calculator-page-two .bmiCalculatorForm .bmi-calc-component .bmi-calc-form .row .col-xl-8,#bmi-calculator-page-two .bmiCalculatorForm .bmi-calc-component .bmi-calc-form .row .col-xl-9,#bmi-calculator-page-two .bmiCalculatorForm .bmi-calc-component .bmi-calc-form .row .col-xl-auto{padding-left:1rem!important;padding-right:1rem!important}#bmi-calculator-page-two .bmiCalculatorForm .bmi-calc-component .bmi-calc-form input[type=number],#bmi-calculator-page-two .bmiCalculatorForm .bmi-calc-component .bmi-calc-form input[type=text],#bmi-calculator-page-two .bmiCalculatorForm .bmi-calc-component .bmi-calc-form select{border:1px solid #bab4b4;border-radius:5px;margin-bottom:1.5rem;padding:1rem;width:100%}#bmi-calculator-page-two .bmiCalculatorForm .bmi-calc-component .bmi-calc-form input[type=radio]{accent-color:#eb2027;margin-right:.4rem}#bmi-calculator-page-two .bmiCalculatorForm .bmi-calc-component .bmi-calc-form label{font-weight:500}#bmi-calculator-page-two .bmiCalculatorForm .bmi-calc-component .bmi-calc-form .unit-selection label{font-weight:400}#bmi-calculator-page-two .bmi-calculator-section{gap:4rem;justify-content:space-between}@media(max-width:991px){#bmi-calculator-page-two .bmi-calculator-section{margin-bottom:3rem}}@media(max-width:575px){#bmi-calculator-page-two .bmi-calculator-section{flex-direction:column;margin-bottom:2rem}}#bmi-calculator-page-two .bmi-calculator-section .bmi-calc-left{align-items:center;justify-content:space-between;padding:3rem;width:100%}@media(max-width:991px){#bmi-calculator-page-two .bmi-calculator-section .bmi-calc-left{flex-direction:column-reverse;padding:3rem;position:relative}}@media(max-width:575px){#bmi-calculator-page-two .bmi-calculator-section .bmi-calc-left{flex-direction:column-reverse;padding:6rem 2rem 2rem;position:relative}#bmi-calculator-page-two .bmi-calculator-section .bmi-calc-left .bmi-calc-heading{left:22px;position:absolute;top:15px}}#bmi-calculator-page-two .bmi-calculator-section .bmi-calc-left .bmi-calc-component{width:60%}@media(max-width:575px){#bmi-calculator-page-two .bmi-calculator-section .bmi-calc-left .bmi-calc-component{width:100%}}#bmi-calculator-page-two .bmi-calculator-section .bmi-calc-left .bmi-calc-component .bmi-calc-box .bmi-calc-content .bmi-btn{width:50%}@media(max-width:575px){#bmi-calculator-page-two .bmi-calculator-section .bmi-calc-left .bmi-calc-component .bmi-calc-box .bmi-calc-content .bmi-btn{width:100%}}#bmi-calculator-page-two .bmi-calculator-section .bmi-calc-left .bmi-calc-component .bmi-calc-box .bmi-calc-content .error{color:#eb2027;font-size:1rem}#bmi-calculator-page-two .bmi-calculator-section .bmi-calc-left .bmi-calc-component .bmi-calc-box .bmi-calc-content .error p{margin:0}#bmi-calculator-page-two .bmi-calculator-section .bmi-calc-left .bmi-calc-component .bmi-calc-box .bmi-calc-content label{font-size:1.3rem;font-weight:400}#bmi-calculator-page-two .bmi-calculator-section .bmi-calc-left .bmi-calc-component .bmi-calc-box .bmi-calc-content input,#bmi-calculator-page-two .bmi-calculator-section .bmi-calc-left .bmi-calc-component .bmi-calc-box .bmi-calc-content select{border:1px solid #bab4b4;border-radius:5px;margin-right:10px;padding:1rem;width:97%}#bmi-calculator-page-two .bmi-calculator-section .bmi-calc-left .bmi-calc-component .bmi-calc-box .bmi-calc-content input[type=radio]{accent-color:#eb2027;margin-right:.4rem}#bmi-calculator-page-two .bmi-calculator-section .bmi-calc-left .bmi-calc-component .bmi-calc-box .bmi-calc-content .bmi-calc-form{margin-top:20px;padding-left:2rem}@media(max-width:767px){#bmi-calculator-page-two .bmi-calculator-section .bmi-calc-left .bmi-calc-component .bmi-calc-box .bmi-calc-content .bmi-calc-form{padding-left:1rem}}#bmi-calculator-page-two .bmi-calculator-section .bmi-calc-left .bmi-calc-component .bmi-calc-box .bmi-calc-content .bmi-calc-form .row .col{padding:5px 0}#bmi-calculator-page-two .bmi-calculator-section .bmi-calc-left .bmi-calc-component .bmi-calc-box .bmi-calc-content .bmi-calc-form .row{display:flex;flex-wrap:wrap;margin-bottom:10px}@media(max-width:575px){#bmi-calculator-page-two .bmi-calculator-section .bmi-calc-left .bmi-calc-component .bmi-calc-box .bmi-calc-content .bmi-calc-form .row{margin-bottom:0}}#bmi-calculator-page-two .bmi-calculator-section .bmi-calc-left .bmi-calc-component .bmi-calc-box .bmi-calc-content .bmi-calc-form .col{display:flex;flex:1 1;flex-direction:column;padding:10px}#bmi-calculator-page-two .bmi-calculator-section .bmi-calc-left .bmi-calc-component .bmi-calc-box .bmi-calc-content .bmi-calc-form .col:first-of-type{margin-right:10px}#bmi-calculator-page-two .bmi-calculator-section .bmi-calc-left .bmi-calc-component .bmi-calc-box .bmi-calc-content .bmi-calc-form .col:last-of-type{margin-left:10px}@media(max-width:767px){#bmi-calculator-page-two .bmi-calculator-section .bmi-calc-left .bmi-calc-component .bmi-calc-box .bmi-calc-content .bmi-calc-form .col:last-of-type.col-weight{margin-left:0;min-width:100%}}#bmi-calculator-page-two .bmi-calculator-section .bmi-calc-left .bmi-calc-component .bmi-calc-box .bmi-calc-content .bmi-calc-form .col .d-flex{display:flex}#bmi-calculator-page-two .bmi-calculator-section .bmi-calc-left .bmi-calc-component .bmi-calc-box .bmi-calc-content .bmi-calc-form .col .d-flex.flex-column{flex-direction:column}#bmi-calculator-page-two .bmi-calculator-section .bmi-calc-left .bmi-calc-component .bmi-calc-box .bmi-calc-content .bmi-calc-form .col .d-flex.justify-content-between{justify-content:space-between}#bmi-calculator-page-two .bmi-calculator-section .bmi-calc-left .bmi-calc-component .bmi-calc-box .bmi-calc-content .bmi-calc-form .height-input-box .height-input .unit-selection{display:flex}#bmi-calculator-page-two .bmi-calculator-section .bmi-calc-left .bmi-calc-component .bmi-calc-box .bmi-calc-content .bmi-calc-form .height-input-box .height-input .unit-selection label{display:flex;margin-right:1rem}#bmi-calculator-page-two .bmi-calculator-section .bmi-calc-left .bmi-calc-component .bmi-calc-box .bmi-calc-content .bmi-calc-form .height-input-box .height-input .feet-inches-input{display:flex}#bmi-calculator-page-two .bmi-calculator-section .bmi-calc-left .bmi-calc-component .bmi-calc-box .bmi-calc-content .bmi-calc-form .bmi-weight{display:flex;justify-content:space-between}#bmi-calculator-page-two .bmi-calculator-section .bmi-calc-left .bmi-calc-component .bmi-calc-box .bmi-calc-content .bmi-calc-form .bmi-weight .unit-selection{display:flex}#bmi-calculator-page-two .bmi-calculator-section .bmi-calc-left .bmi-calc-component .bmi-calc-box .bmi-calc-content .bmi-calc-form .bmi-weight .unit-selection label{display:flex;margin-right:1rem}@media(max-width:575px){#bmi-calculator-page-two .bmi-calc-right{margin-bottom:3rem;margin-top:1rem}}#bmi-calculator-page-two .bmi-calc-right div#Tabs .nav-tabs{border-bottom:0}#bmi-calculator-page-two .bmi-calc-right .tab-content{width:100%}@media(max-width:575px){#bmi-calculator-page-two .bmi-calc-right .tab-content{width:100%}}#bmi-calculator-page-two .bmi-calc-right .tab-content .tab-content-main{border:1px solid #001a66;border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top-right-radius:8px}#bmi-calculator-page-two .bmi-calc-right .tab-content .bmi-tab-data{margin-bottom:1.8rem}#bmi-calculator-page-two .bmi-calc-right .tab-content .bmi-tab-data .bmi-tab-header{padding:0 1.5rem}#bmi-calculator-page-two .bmi-calc-right .tab-content .bmi-tab-data .bmi-tab-item{padding:1rem 1.5rem .7rem 1.7rem}#bmi-calculator-page-two .bmi-calc-right .tab-content .bmi-tab-data .bmi-tab-item .dynamic-color-circle{border-radius:50%;height:12px;margin-right:10px;width:12px}#bmi-calculator-page-two .bmi-calc-right .tab-content .bmi-tab-data .bmi-tab-item .bmi-item-content{align-items:center;display:flex;flex:1 1;justify-content:space-between}#bmi-calculator-page-two .bmi-calc-right .tab-content .bmi-tab-data .bmi-tab-item .bmi-item-content .classification{flex:1 1}#bmi-calculator-page-two .bmi-calc-right .tab-content .bmi-tab-data .bmi-tab-item .bmi-item-content .bmi-range{margin-left:1rem;text-align:end}#bmi-calculator-page-two .btn-red:after{background-color:#0000;background-image:none}#bmi-calculator-page-two .what-is-bmi{align-items:center;gap:1rem;justify-content:space-between}@media(max-width:991px){#bmi-calculator-page-two .what-is-bmi{align-items:start;flex-direction:column-reverse}}@media(max-width:575px){#bmi-calculator-page-two .what-is-bmi{align-items:center;flex-direction:column-reverse}}#bmi-calculator-page-two .what-is-bmi .bmi-btn{width:28%}@media(max-width:575px){#bmi-calculator-page-two .what-is-bmi .bmi-btn{width:100%}}#bmi-calculator-page-two .what-is-bmi .what-is{flex-direction:column;margin-top:4rem;width:90%}@media(max-width:575px){#bmi-calculator-page-two .what-is-bmi .what-is{margin-top:1rem;width:100%}}#bmi-calculator-page-two .what-is-bmi .bmi-compare-labs .bmi-compare-img{width:100%}#bmi-calculator-page-two .two-cards-sm-tabs.bmi-two-cards{display:flex;justify-content:space-between}@media(max-width:991px){#bmi-calculator-page-two .two-cards-sm-tabs.bmi-two-cards{flex-direction:column}}#bmi-calculator-page-two .two-cards-sm-tabs.bmi-two-cards .bmi-two-cards-content{border:1px solid #001a66;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top-left-radius:0;border-top-right-radius:10px;padding:1.2rem;width:calc(49% - .7rem)}@media(max-width:575px){#bmi-calculator-page-two .two-cards-sm-tabs.bmi-two-cards .bmi-two-cards-content{width:100%}}#bmi-calculator-page-two .two-cards-sm-tabs.bmi-two-cards .bmi-two-cards-content .two-image-box{align-items:flex-end;border-radius:1.7rem;justify-content:center}@media(max-width:575px){#bmi-calculator-page-two .two-cards-sm-tabs.bmi-two-cards .bmi-two-cards-content .two-image-box{align-items:center;flex-direction:column}#bmi-calculator-page-two .two-cards-sm-tabs.bmi-two-cards .bmi-two-cards-content .two-image-box .font-size-20{font-size:1.9rem}}#bmi-calculator-page-two .two-cards-sm-tabs.bmi-two-cards .bmi-two-cards-content .two-image-box .font-size-14{font-size:14px}#bmi-calculator-page-two .two-cards-sm-tabs.bmi-two-cards .bmi-two-cards-content .two-image-box .two-image-img{width:60%}@media(max-width:575px){#bmi-calculator-page-two .two-cards-sm-tabs.bmi-two-cards .bmi-two-cards-content .two-image-box .two-image-img{width:100%}}#bmi-calculator-page-two .two-cards-sm-tabs.bmi-two-cards .bmi-two-cards-content .two-image-box h4{font-size:1.5rem}#bmi-calculator-page-two .two-cards-sm-tabs.bmi-two-cards .bmi-two-cards-content .two-image-box h4 span{font-size:1.9rem}#bmi-calculator-page-two .two-cards-sm-tabs.bmi-two-cards .bmi-two-cards-content p{padding-left:2rem;position:relative}#bmi-calculator-page-two .two-cards-sm-tabs.bmi-two-cards .bmi-two-cards-content p:before{background-color:#e31000;border-radius:50%;content:"";height:.8rem;left:0;position:absolute;top:.7rem;width:.8rem}#bmi-calculator-page-two .bmi-calc-chart{padding-bottom:4rem}#bmi-calculator-page-two .bmi-calc-chart .result{padding-left:2rem}@media(max-width:767px){#bmi-calculator-page-two .bmi-calc-chart .result{padding-left:0}}#bmi-calculator-page-two .bmi-calc-chart .custom-needle{transform-origin:center}#bmi-calculator-page-two .bmi-calc-chart .custom-needle rect{width:45px!important}#bmi-calculator-page-two .bmi-calc-chart .speedoContainer{height:207px;max-width:100%;width:370px}@media(max-width:575px){#bmi-calculator-page-two .bmi-calc-chart .speedoContainer{height:180px;width:320px}}#bmi-calculator-page-two .bmi-calc-chart .speedoContainer svg{height:207px;width:370px}@media(max-width:575px){#bmi-calculator-page-two .bmi-calc-chart .speedoContainer svg{height:180px;width:320px}}#bmi-calculator-page-two .bmi-calc-chart .bmi-value-white-circle{height:85px;top:85%;width:85px}@media(max-width:575px){#bmi-calculator-page-two .bmi-calc-chart .bmi-value-white-circle{height:57px;top:86%;width:57px}}#bmi-calculator-page-two .bmi-calc-chart .bmi-value-white-circle .your-bmi-text{color:#fff;font-size:12px}@media(max-width:575px){#bmi-calculator-page-two .bmi-calc-chart .bmi-value-white-circle .your-bmi-text{font-size:9px}}#bmi-calculator-page-two .bmi-calc-chart .bmi-value-white-circle .your-bmi-value{color:#fff;font-size:18px}@media(max-width:575px){#bmi-calculator-page-two .bmi-calc-chart .bmi-value-white-circle .your-bmi-value{font-size:14px}}#bmi-calculator-page-two .bmi-calc-chart .pointer{position:absolute;top:0}#bmi-calculator-page-two .bmi-calc-chart .current-value{display:none}#bmi-calculator-page-two .bmi-calc-chart .semi-circle-container{border:1px solid #000;height:270px;overflow:hidden;position:relative;width:320px}#bmi-calculator-page-two .bmi-calc-chart .semi-circle{height:100px;left:50%;position:absolute;top:calc(100% - 5rem);transform:translate(-55%,-50%);width:100px}@media(max-width:1199px){#bmi-calculator-page-two .bmi-calc-chart .semi-circle{height:87px;top:calc(100% - 7rem);width:87px}}@media(max-width:767px){#bmi-calculator-page-two .bmi-calc-chart .semi-circle{height:80px;top:calc(100% - 4rem);width:79px}}#bmi-calculator-page-two .bmi-calc-chart h1{height:100%;margin-bottom:0;margin-top:0;position:relative;width:100%}#bmi-calculator-page-two .bmi-calc-chart h1 span{border-radius:50%;font-size:1rem;font-weight:400;height:72%;left:50%;position:absolute;transform-origin:center bottom;width:1rem}@media(max-width:1199px){#bmi-calculator-page-two .bmi-calc-chart h1 span{height:60%;width:.5rem}}#bmi-calculator-page-two .bmi-calc-chart h1 .value0{transform:rotate(-85deg) translateX(-50%) translateY(-50%)}#bmi-calculator-page-two .bmi-calc-chart h1 .value1{transform:rotate(-25deg) translateX(-50%) translateY(-50%)}@media(max-width:1199px){#bmi-calculator-page-two .bmi-calc-chart h1 .value1{transform:rotate(-20deg) translateX(-50%) translateY(-50%)}}#bmi-calculator-page-two .bmi-calc-chart h1 .value2{transform:rotate(-9deg) translateX(-50%) translateY(-50%)}@media(max-width:1199px){#bmi-calculator-page-two .bmi-calc-chart h1 .value2{transform:rotate(-5deg) translateX(-50%) translateY(-50%)}}#bmi-calculator-page-two .bmi-calc-chart h1 .value3{transform:rotate(25deg) translateX(-50%) translateY(-50%)}@media(max-width:1199px){#bmi-calculator-page-two .bmi-calc-chart h1 .value3{transform:rotate(20deg) translateX(-50%) translateY(-50%)}}#bmi-calculator-page-two .bmi-calc-chart h1 .value4{transform:rotate(55deg) translateX(-50%) translateY(-50%)}@media(max-width:1199px){#bmi-calculator-page-two .bmi-calc-chart h1 .value4{transform:rotate(45deg) translateX(-50%) translateY(-50%)}}#bmi-calculator-page-two .bmi-calc-chart h1 .value5{transform:rotate(80deg) translateX(-50%) translateY(-50%)}@media(min-width:992px)and (max-width:1023px){#bmi-calculator-page-two .bmi-calc-chart h1 .value5{transform:rotate(110deg) translateX(-50%) translateY(-50%)}}#bmi-calculator-page-two .bmi-calc-chart h1 .childValue1{transform:rotate(-20deg) translateX(-50%) translateY(-50%)}#bmi-calculator-page-two .bmi-calc-chart h1 .childValue2{transform:rotate(15deg) translateX(-50%) translateY(-50%)}#bmi-calculator-page-two .bmi-calc-chart h1 .childValue3{transform:rotate(35deg) translateX(-50%) translateY(-50%)}#bmi-calculator-page-two .bmi-calc-chart h1 .childValue4{transform:rotate(80deg) translateX(-50%) translateY(-50%)}@media(max-width:575px){#bmi-calculator-page-two .bmi-calc-chart .bmi-category-difference .font-size-16{font-size:10px!important}}#bmi-calculator-page-two .error{color:#e31000;font-size:1.2rem}.bmi-two-cards{display:flex;justify-content:space-between}@media(max-width:991px){.bmi-two-cards{flex-direction:row}}.bmi-two-cards .bmi-two-cards-content{border:1px solid #e31019;border-radius:20px;padding:1.8rem;width:calc(49% - .7rem)}@media(max-width:575px){.bmi-two-cards .bmi-two-cards-content{width:100%}}.bmi-two-cards .bmi-two-cards-content .two-image-box{align-items:flex-end;border-radius:1.7rem;justify-content:center}@media(max-width:575px){.bmi-two-cards .bmi-two-cards-content .two-image-box{flex-direction:column}}.bmi-two-cards .bmi-two-cards-content .two-image-box .two-image-img{width:60%}@media(max-width:575px){.bmi-two-cards .bmi-two-cards-content .two-image-box .two-image-img{width:100%}}.bmi-two-cards .bmi-two-cards-content .two-image-box h4{font-size:1.5rem}.bmi-two-cards .bmi-two-cards-content .two-image-box h4 span{font-size:1.9rem}.bmi-two-cards .bmi-two-cards-content p{padding-left:2rem;position:relative}.bmi-two-cards .bmi-two-cards-content p:before{background-color:#e31000;border-radius:50%;content:"";height:.8rem;left:0;position:absolute;top:.7rem;width:.8rem}.bmi-time-to-action{margin-top:3rem;padding:2rem}@media(max-width:575px){.bmi-time-to-action{margin-top:1rem}}.bmi-action-main-cards{gap:4rem}@media(max-width:575px){.bmi-action-main-cards{flex-direction:column;gap:0}.bmi-action-main-cards .bmi-action-card{text-align:center}}.bmi-limitations .bmi-limitations-main-cards{align-items:self-end;gap:5rem;justify-content:space-between}@media(max-width:575px){.bmi-limitations .bmi-limitations-main-cards{flex-direction:column;gap:0}}.bmi-limitations .bmi-limitations-main-cards .bmi-limitations-card .font-size-20{font-size:1.8rem!important}.bmi-limitations .bmi-limitations-main-cards .bmi-limitations-card .d-sm-flex{display:flex;flex-direction:column}@media(max-width:575px){.bmi-limitations .bmi-limitations-main-cards .bmi-limitations-card .d-sm-flex{display:flex;gap:1rem;margin-bottom:2rem}}.bmi-limitations .bmi-limitations-main-cards .bmi-limitations-card .d-sm-flex .bmi-limitations-img{width:9.5rem}.bmi-limitations .bmi-limitations-main-cards .bmi-limitations-card .d-sm-flex h4{font-size:1.8rem}@media(max-width:575px){.bmi-limitations .bmi-limitations-main-cards .bmi-limitations-card .d-sm-flex h4{margin-top:6rem}}.bmi-limitations .bmi-limitations-main-cards .bmi-limitations-card .d-sm-flex-2{display:flex;flex-direction:column}@media(max-width:575px){.bmi-limitations .bmi-limitations-main-cards .bmi-limitations-card .d-sm-flex-2{display:flex;gap:1rem;margin-bottom:0}}.bmi-limitations .bmi-limitations-main-cards .bmi-limitations-card .d-sm-flex-2 .bmi-limitations-img{width:9.5rem}.bmi-limitations .bmi-limitations-main-cards .bmi-limitations-card .d-sm-flex-2 h4{font-size:1.8rem}@media(max-width:575px){.bmi-limitations .bmi-limitations-main-cards .bmi-limitations-card .d-sm-flex-2 h4{margin-top:0}}.bmi-limitations .bmi-limitations-main-cards .bmi-limitations-card .border-bottom{border-bottom:1px solid #ababab}@media(max-width:575px){.bmi-limitations .bmi-limitations-main-cards .bmi-limitations-card .border-bottom{border-bottom:none!important}}.estimatedWeight{padding:2rem}.estimatedWeight .estimatedWeightInner h3{margin-bottom:2rem}
/*# sourceMappingURL=main.15da0a26.css.map*/